]> granicus.if.org Git - python/commit
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 May 2013 15:56:42 +0000 (17:56 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 May 2013 15:56:42 +0000 (17:56 +0200)
commit636f93c63ba286249c1207e3a903f8429efb2041
tree9a8053ff51254cfbd7b4b6437e699f21ae17338e
parentef9683b73f8980fb7cfa39166670d3998b092804
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS