Skip to content

[3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620)#5847

Merged
tiran merged 1 commit intopython:3.7from
miss-islington:backport-aef1283-3.7
Feb 24, 2018
Merged

[3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620)#5847
tiran merged 1 commit intopython:3.7from
miss-islington:backport-aef1283-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Feb 24, 2018

ssl.match_hostname() has been simplified and no longer depends on re and
ipaddress module for wildcard and IP addresses. Error reporting for invalid
wildcards has been improved.

Signed-off-by: Christian Heimes [email protected]
(cherry picked from commit aef1283)

Co-authored-by: Christian Heimes [email protected]

https://bugs.python.org/issue32819

ssl.match_hostname() has been simplified and no longer depends on re and
ipaddress module for wildcard and IP addresses. Error reporting for invalid
wildcards has been improved.

Signed-off-by: Christian Heimes <[email protected]>
(cherry picked from commit aef1283)

Co-authored-by: Christian Heimes <[email protected]>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@tiran: Backport status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Copy Markdown
Contributor Author

@tiran: Backport status check is done, and it's a success ✅ .

@tiran tiran merged commit 46632f4 into python:3.7 Feb 24, 2018
@miss-islington
Copy link
Copy Markdown
Contributor Author

Thanks, @tiran!

@bedevere-bot
Copy link
Copy Markdown

@tiran: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-aef1283-3.7 branch February 24, 2018 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error type-security A security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants