]> 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 23:52:03 +0000 (01:52 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 23:52:03 +0000 (01:52 +0200)
commitb1241f96190492416ebef457f0e8078fe7f82e60
tree6b307aa3b5e286cf3dfb32fffa94502bd46d0ac6
parent2c585f607e9164e4e416414010cbd09a6f361801
(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