summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-19 22:57:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-02-19 22:57:08 (GMT)
commit500af332f407d9a83a0232e4018e10cb49a76a79 (patch)
tree0905fc87c95afc33b30e5ce78716899ee3ecb808 /Misc
parent6a2c4a1a2964f1696732521a804672f663ebae59 (diff)
downloadcpython-500af332f407d9a83a0232e4018e10cb49a76a79.zip
cpython-500af332f407d9a83a0232e4018e10cb49a76a79.tar.gz
cpython-500af332f407d9a83a0232e4018e10cb49a76a79.tar.bz2
remove rc4 from the default client ciphers (closes #23481)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f50594..5e69549 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #23481: Remove RC4 from the SSL module's default cipher list.
+
- Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty
docstrings.