commit | d8c347a8de9d7b76d0980ac18511667ab1cb2a4f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 01 19:20:25 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 01 19:20:25 2011 +0200 |
tree | da515e94ccd1ef0045cd89af72afe48b193fd0ce | |
parent | 5a4a1096949335736ccad2b102fd91ebdd2e25b0 [diff] [blame] |
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
diff --git a/Misc/NEWS b/Misc/NEWS index 2f6ef7f..f13fbe8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -36,6 +36,9 @@ 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.)