]> granicus.if.org Git - python/commit
bpo-32185: Don't send IP in SNI TLS extension (#5865)
authorChristian Heimes <christian@python.org>
Sun, 25 Feb 2018 08:47:02 +0000 (09:47 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 08:47:02 +0000 (09:47 +0100)
commite9370a47389903bb72badc95032ec84a0ebbf8cc
tree766fb8c736a2185e86347046b1133110830e4501
parentfc9471a888f373aedff3c118ae9a6cbf2037bd7c
bpo-32185: Don't send IP in SNI TLS extension (#5865)

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>
Misc/NEWS.d/next/Library/2017-12-20-09-25-10.bpo-32185.IL0cMt.rst [new file with mode: 0644]
Modules/_ssl.c