]> granicus.if.org Git - python/commit
Issue #14204: The ssl module now has support for the Next Protocol Negotiation extens...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Mar 2012 23:23:03 +0000 (00:23 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Mar 2012 23:23:03 +0000 (00:23 +0100)
commitd5d17eb653196c8bbddde07a024d35a4b152a498
tree756cc4df474dc1d5046d1712422fe8aa3fd8d7ac
parenta966c6fddb070cdc392b38486191699815f90478
Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library.
Patch by Colin Marc.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS
Modules/_ssl.c