diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2013-05-18 17:56:42 +0200 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-05-18 17:56:42 +0200 |
| commit | 636f93c63ba286249c1207e3a903f8429efb2041 (patch) | |
| tree | 9a8053ff51254cfbd7b4b6437e699f21ae17338e /Misc | |
| parent | ef9683b73f8980fb7cfa39166670d3998b092804 (diff) | |
| download | cpython-git-636f93c63ba286249c1207e3a903f8429efb2041.tar.gz | |
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Core and Builtins Library ------- +- Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of + service using certificates with many wildcards (CVE-2013-2099). + - Issue #17981: Closed socket on error in SysLogHandler. - Fix typos in the multiprocessing module. |
