commit | b1241f96190492416ebef457f0e8078fe7f82e60 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 10 01:52:03 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 10 01:52:03 2011 +0200 |
tree | 6b307aa3b5e286cf3dfb32fffa94502bd46d0ac6 | |
parent | 2c585f607e9164e4e416414010cbd09a6f361801 [diff] |
(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!