summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-01 17:22:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-01 17:22:30 (GMT)
commita02a12c517e69e457f4425aa5af6f55c36a6a39a (patch)
treed509c4f1e8216f73da9c32b6a4f4c466a84481ca /Misc/NEWS
parent07ac3ebd7ba6b42ba1adb07ec6075eb916d167b1 (diff)
parentd8c347a8de9d7b76d0980ac18511667ab1cb2a4f (diff)
downloadcpython-a02a12c517e69e457f4425aa5af6f55c36a6a39a.zip
cpython-a02a12c517e69e457f4425aa5af6f55c36a6a39a.tar.gz
cpython-a02a12c517e69e457f4425aa5af6f55c36a6a39a.tar.bz2
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
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 3d6b317..e07e3a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -294,6 +294,9 @@ Core and Builtins
Library
-------
+- Issue #13034: When decoding some SSL certificates, the subjectAltName
+ extension could be unreported.
+
- Issue #9871: Prevent IDLE 3 crash when given byte stings
with invalid hex escape sequences, like b'\x0'.
(Original patch by Claudiu Popa.)