commit | 3d87f4cf9c19da9fe8ae8f91f5bb86e642b74a50 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Sun Feb 25 10:21:03 2018 +0100 |
committer | GitHub <noreply@github.com> | Sun Feb 25 10:21:03 2018 +0100 |
tree | 2dfe4cc235d4d136beb5fc51e1197158da8b10bd | |
parent | a5c9112300ecd492ed6cc9759dc8028766401f61 [diff] |
[2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) The ssl module now detects missing NPN support in LibreSSL. Co-Authored-By: Bernard Spil <brnrd@FreeBSD.org> Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit 6cdb7954b0a578d899e4b78b868ea59eef08480a) Co-authored-by: Christian Heimes <christian@python.org>