]> granicus.if.org Git - python/commit
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 8 May 2011 22:42:58 +0000 (00:42 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 8 May 2011 22:42:58 +0000 (00:42 +0200)
commit3de49192aa1a76e211a231f662f1926f439cae04
tree7ef4bd5533e7bf02855ec79d51eb8c1ded72797e
parent3a0792da6ee18f6307172559fe19c7bb935e9ce6
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