diff options
author | Christian Heimes <christian@python.org> | 2016-09-06 18:07:58 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-06 18:07:58 (GMT) |
commit | ac041c0aa721e2672dfb684562b08ad5465b76b1 (patch) | |
tree | 0dda587a7a25ea57331d9122d1ce0cd82f099f83 /Misc | |
parent | d953f8e10bad887220d099676b36a86411afdf8f (diff) | |
parent | 03d13c0cbfe912eb0f9b9a02987b9e569f25fe19 (diff) | |
download | cpython-ac041c0aa721e2672dfb684562b08ad5465b76b1.zip cpython-ac041c0aa721e2672dfb684562b08ad5465b76b1.tar.gz cpython-ac041c0aa721e2672dfb684562b08ad5465b76b1.tar.bz2 |
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -85,6 +85,12 @@ Core and Builtins Library ------- +- Issue #27850: Remove 3DES from ssl module's default cipher list to counter + measure sweet32 attack (CVE-2016-2183). + +- Issue #27766: Add ChaCha20 Poly1305 to ssl module's default ciper list. + (Required OpenSSL 1.1.0 or LibreSSL). + - Issue #25387: Check return value of winsound.MessageBeep. - Issue #27866: Add SSLContext.get_ciphers() method to get a list of all |