Skip to content

bpo-32185: Don't send IP in SNI TLS extension #5865

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2018

Conversation

tiran
Copy link
Member

@tiran tiran commented Feb 24, 2018

The SSL module no longer sends IP addresses in SNI TLS extension on
platforms with OpenSSL 1.0.2+ or inet_pton.

Signed-off-by: Christian Heimes [email protected]

https://bugs.python.org/issue32185

The SSL module no longer sends IP addresses in SNI TLS extension on
platforms with OpenSSL 1.0.2+ or inet_pton.

Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran added type-bug An unexpected behavior, bug, or error needs backport to 2.7 labels Feb 24, 2018
@tiran tiran merged commit e9370a4 into python:3.6 Feb 25, 2018
@bedevere-bot
Copy link

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

@miss-islington
Copy link
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒⛏🤖

@tiran tiran deleted the bpo-32185-sni-3.6 branch February 25, 2018 08:47
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 25, 2018
The SSL module no longer sends IP addresses in SNI TLS extension on
platforms with OpenSSL 1.0.2+ or inet_pton.

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

Co-authored-by: Christian Heimes <[email protected]>
@bedevere-bot
Copy link

GH-5871 is a backport of this pull request to the 2.7 branch.

tiran added a commit that referenced this pull request Feb 25, 2018
The SSL module no longer sends IP addresses in SNI TLS extension on
platforms with OpenSSL 1.0.2+ or inet_pton.

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

Co-authored-by: Christian Heimes <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants