[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-32185: Don't send IP in SNI TLS extension by tiran · Pull Request #5865 · python/cpython

tiran

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 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>

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>