summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-01-03 21:46:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-01-03 21:46:48 (GMT)
commitd76088d9729baa15659f7c9609e06a4d9345177a (patch)
tree1dc3f446f3d3ced7aaf393031b71d357bafb28ed /Misc
parent499718de49505d3cf3797ab5722862cbbe12e801 (diff)
downloadcpython-d76088d9729baa15659f7c9609e06a4d9345177a.zip
cpython-d76088d9729baa15659f7c9609e06a4d9345177a.tar.gz
cpython-d76088d9729baa15659f7c9609e06a4d9345177a.tar.bz2
Issue #13636: Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82551d2..8bd308b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Core and Builtins
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").