]> 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 19:09:03 +0000 (20:09 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Jan 2014 19:09:03 +0000 (20:09 +0100)
commit78ace81c93568da30c789f85f8a8ebafb2ed89b2
treea5c5ff8b7c238d29d7dbd92ddca8ef37bbb04077
parent5940b929095173be65c9faf04f4bdf429742c8c4
parent2f7c31678a85f599af30b983ecb8321f225c3f15
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c