bpo-32185: Don't send IP in SNI TLS extension by tiran · Pull Request #5865 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation3 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
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 christian@python.org
@tiran: Please replace #
with GH-
in the commit message next time. Thanks!
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒⛏🤖
tiran deleted the bpo-32185-sni-3.6 branch
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
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 christian@python.org (cherry picked from commit e9370a4)
Co-authored-by: Christian Heimes christian@python.org
tiran added a commit that referenced this pull request
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 christian@python.org (cherry picked from commit e9370a4)
Co-authored-by: Christian Heimes christian@python.org
Labels
An unexpected behavior, bug, or error