diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-19 22:57:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-19 22:57:08 (GMT) |
commit | 500af332f407d9a83a0232e4018e10cb49a76a79 (patch) | |
tree | 0905fc87c95afc33b30e5ce78716899ee3ecb808 /Misc | |
parent | 6a2c4a1a2964f1696732521a804672f663ebae59 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |