]> 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)
commitd76088d9729baa15659f7c9609e06a4d9345177a
tree1dc3f446f3d3ced7aaf393031b71d357bafb28ed
parent499718de49505d3cf3797ab5722862cbbe12e801
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