]> 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)
commit86d53caddad11808ca332ab93ec35508b602a0dd
treed2744d5d122a52543a72ae3d521a18f496e75805
parent8833c3bcd17f7a16688bfaa8d4776318e85e64d4
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