diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-01 17:22:30 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-01 17:22:30 (GMT) |
commit | a02a12c517e69e457f4425aa5af6f55c36a6a39a (patch) | |
tree | d509c4f1e8216f73da9c32b6a4f4c466a84481ca /Misc/NEWS | |
parent | 07ac3ebd7ba6b42ba1adb07ec6075eb916d167b1 (diff) | |
parent | d8c347a8de9d7b76d0980ac18511667ab1cb2a4f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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.) |