]> granicus.if.org Git - python/commit
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 22:48:41 +0000 (00:48 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 22:48:41 +0000 (00:48 +0200)
commit17ca323e7c0d6cc0495f4d1dbef628566a1f8f09
tree67be7162ea1049891cf20a3ba2882fa8da2d9f16
parentdb932786afdd569bbf2d6b84cfd5cdcb16cb4f27
parentee18b6f2fda4afcdd1a22adb5b0637019510907b
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional

OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2
protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid.

Optimize also ssl.get_protocol_name(): speed does matter!
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c