]> granicus.if.org Git - python/commit
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
authorChristian Heimes <christian@python.org>
Sun, 25 Feb 2018 09:20:47 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 09:20:47 +0000 (10:20 +0100)
commit48707a1baf4fd553fbc4516d9080cb3968af21aa
treebc7a07edff9a66cdd8115daa662da11b9268703f
parente9370a47389903bb72badc95032ec84a0ebbf8cc
[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>
Doc/library/ssl.rst
Misc/NEWS.d/next/Library/2018-02-24-21-40-42.bpo-30622.dQjxSe.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h