commit | a5c9112300ecd492ed6cc9759dc8028766401f61 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Feb 25 01:16:37 2018 -0800 |
committer | Christian Heimes <christian@python.org> | Sun Feb 25 10:16:37 2018 +0100 |
tree | 0e98ece985898906c97717f417afd41ba5d170e1 | |
parent | 6e8f395001b026daea047cf225dcca5a973ae824 [diff] |
[2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871) 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 e9370a47389903bb72badc95032ec84a0ebbf8cc) Co-authored-by: Christian Heimes <christian@python.org>