summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-05 22:04:45 (GMT)
committerChristian Heimes <christian@python.org>2016-09-05 22:04:45 (GMT)
commit25bfcd5d9eb324128e52d35c508621e017791f2b (patch)
tree9f5053f612cae587a2d91c1346f5c2aac7a66b71 /Misc/NEWS
parentdffa3949c7431e819c64a890bce41fe769e47da1 (diff)
downloadcpython-25bfcd5d9eb324128e52d35c508621e017791f2b.zip
cpython-25bfcd5d9eb324128e52d35c508621e017791f2b.tar.gz
cpython-25bfcd5d9eb324128e52d35c508621e017791f2b.tar.bz2
Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c7d8741..2987921 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,9 @@ Core and Builtins
Library
-------
+- Issue #27866: Add SSLContext.get_ciphers() method to get a list of all
+ enabled ciphers.
+
- Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
- Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.