]> granicus.if.org Git - python/commit
Issue #13636: Weak ciphers are now disabled by default in the ssl module
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 3 Jan 2012 21:46:48 +0000 (22:46 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 3 Jan 2012 21:46:48 +0000 (22:46 +0100)
commit8f85f907e3d72b192b9b073e5505075635720282
tree75c1586c7d58bddb55765f3cc9ac757bb20fd8ba
parentea320abcae63cadfbc5f57122822acff2bc27dd5
Issue #13636: Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS