diff options
author | Christian Heimes <christian@python.org> | 2018-02-25 09:20:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 09:20:47 (GMT) |
commit | 48707a1baf4fd553fbc4516d9080cb3968af21aa (patch) | |
tree | bc7a07edff9a66cdd8115daa662da11b9268703f /Misc | |
parent | e9370a47389903bb72badc95032ec84a0ebbf8cc (diff) | |
download | cpython-48707a1baf4fd553fbc4516d9080cb3968af21aa.zip cpython-48707a1baf4fd553fbc4516d9080cb3968af21aa.tar.gz cpython-48707a1baf4fd553fbc4516d9080cb3968af21aa.tar.bz2 |
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-02-24-21-40-42.bpo-30622.dQjxSe.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-02-24-21-40-42.bpo-30622.dQjxSe.rst b/Misc/NEWS.d/next/Library/2018-02-24-21-40-42.bpo-30622.dQjxSe.rst new file mode 100644 index 0000000..bcb659b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-02-24-21-40-42.bpo-30622.dQjxSe.rst @@ -0,0 +1 @@ +The ssl module now detects missing NPN support in LibreSSL. |