diff options
author | Christian Heimes <christian@python.org> | 2016-09-06 21:25:35 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-06 21:25:35 (GMT) |
commit | 1c03abd0262f658fc420d3bef6118e49044b9d8b (patch) | |
tree | c6abd1260aec6e3b6e02054455fc5f2138724ee8 /Misc | |
parent | 03d13c0cbfe912eb0f9b9a02987b9e569f25fe19 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |