]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 1 Oct 2011 17:20:25 +0000 (19:20 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 1 Oct 2011 17:20:25 +0000 (19:20 +0200)
commitd8c347a8de9d7b76d0980ac18511667ab1cb2a4f
treeda515e94ccd1ef0045cd89af72afe48b193fd0ce
parent5a4a1096949335736ccad2b102fd91ebdd2e25b0
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
Lib/test/nokia.pem [new file with mode: 0644]
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c