summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-06 18:06:47 (GMT)
committerChristian Heimes <christian@python.org>2016-09-06 18:06:47 (GMT)
commit03d13c0cbfe912eb0f9b9a02987b9e569f25fe19 (patch)
tree280ce194ae1bb849fb586da92e4de7e636f08476 /Doc/library
parentcbef66d7111624381eba9c4cf734e4017f4d7c3f (diff)
downloadcpython-03d13c0cbfe912eb0f9b9a02987b9e569f25fe19.zip
cpython-03d13c0cbfe912eb0f9b9a02987b9e569f25fe19.tar.gz
cpython-03d13c0cbfe912eb0f9b9a02987b9e569f25fe19.tar.bz2
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/ssl.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index d8fc8de..01d86c8 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -279,6 +279,12 @@ purposes.
RC4 was dropped from the default cipher string.
+ .. versionchanged:: 3.5.3
+
+ ChaCha20/Poly1305 was added to the default cipher string.
+
+ 3DES was dropped from the default cipher string.
+
Random generation
^^^^^^^^^^^^^^^^^