]> granicus.if.org Git - python/commit
Issue #12000: When a SSL certificate has a subjectAltName without any
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 6 May 2011 13:20:55 +0000 (15:20 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 6 May 2011 13:20:55 +0000 (15:20 +0200)
commitff9bfca4827a6ad323c9eff359e34e10655fdc93
tree50abe56e6fb9b479202372880c9e938346db812e
parentb4dc2502ad0a3497a4a6628ab1dd2b1e077ae157
parent1c86b4450689cc9ecef6c99ad8e55bae67931e59
Issue #12000: When a SSL certificate has a subjectAltName without any
dNSName entry, ssl.match_hostname() should use the subject's commonName.
Patch by Nicolas Bareil.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS