]> 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:49:08 +0000 (22:49 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 3 Jan 2012 21:49:08 +0000 (22:49 +0100)
commit72aeec35a14b6a708e7cbacdf48a07adf999f215
tree7551a884ef5d885b7ba34efaef48d73b94e3ee02
parent5c91242f881f4496034c4b452d5fcc74f66206c8
parent8f85f907e3d72b192b9b073e5505075635720282
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