summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-06 21:25:35 (GMT)
committerChristian Heimes <christian@python.org>2016-09-06 21:25:35 (GMT)
commit1c03abd0262f658fc420d3bef6118e49044b9d8b (patch)
treec6abd1260aec6e3b6e02054455fc5f2138724ee8 /Misc
parent03d13c0cbfe912eb0f9b9a02987b9e569f25fe19 (diff)
downloadcpython-1c03abd0262f658fc420d3bef6118e49044b9d8b.zip
cpython-1c03abd0262f658fc420d3bef6118e49044b9d8b.tar.gz
cpython-1c03abd0262f658fc420d3bef6118e49044b9d8b.tar.bz2
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a443f93..816e426 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name
+ fields in X.509 certs.
+
- Issue #27850: Remove 3DES from ssl module's default cipher list to counter
measure sweet32 attack (CVE-2016-2183).