]> granicus.if.org Git - python/commit
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Jan 2014 18:52:12 +0000 (19:52 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Jan 2014 18:52:12 +0000 (19:52 +0100)
commit3b2afbbf88cb8ba93542641f06c474aab13e50e6
treee54278bb123ab05a2443413e928be76e2c9137d0
parent27b029bd001caf66cfb8c732ccab2253f3b64a4e
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c