commit | d76088d9729baa15659f7c9609e06a4d9345177a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 03 22:46:48 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 03 22:46:48 2012 +0100 |
tree | 1dc3f446f3d3ced7aaf393031b71d357bafb28ed | |
parent | 499718de49505d3cf3797ab5722862cbbe12e801 [diff] [blame] |
Issue #13636: Weak ciphers are now disabled by default in the ssl module (except when SSLv2 is explicitly asked for).
diff --git a/Misc/NEWS b/Misc/NEWS index 82551d2..8bd308b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Library ------- +- Issue #13636: Weak ciphers are now disabled by default in the ssl module + (except when SSLv2 is explicitly asked for). + - Issue #12798: Updated the mimetypes documentation. - Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").