]> granicus.if.org Git - python/commit
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 22:38:00 +0000 (00:38 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 22:38:00 +0000 (00:38 +0200)
commitee18b6f2fda4afcdd1a22adb5b0637019510907b
tree0c2edfbffca2241eb3b42afb41adf0fc4002f886
parent4755ab010f18863e305bbd17bbc16b7f39aed360
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