Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
tiran merged 1 commit into
python:3.6python/cpython:3.6from
tiran:bpo-32185-sni-3.6tiran/cpython:bpo-32185-sni-3.6Copy head branch name to clipboard
Feb 25, 2018
Merged

bpo-32185: Don't send IP in SNI TLS extension#5865
tiran merged 1 commit into
python:3.6python/cpython:3.6from
tiran:bpo-32185-sni-3.6tiran/cpython:bpo-32185-sni-3.6Copy head branch name to clipboard

Conversation

@tiran

@tiran tiran commented Feb 24, 2018

Copy link
Copy Markdown
Member

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

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 <christian@python.org>
@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
Copy Markdown

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

@miss-islington

Copy link
Copy Markdown
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 <christian@python.org>
(cherry picked from commit e9370a4)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot

Copy link
Copy Markdown

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 <christian@python.org>
(cherry picked from commit e9370a4)

Co-authored-by: Christian Heimes <christian@python.org>
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.