summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-05-18 15:56:42 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-05-18 15:56:42 (GMT)
commit86d53caddad11808ca332ab93ec35508b602a0dd (patch)
treed2744d5d122a52543a72ae3d521a18f496e75805 /Misc
parent8833c3bcd17f7a16688bfaa8d4776318e85e64d4 (diff)
downloadcpython-86d53caddad11808ca332ab93ec35508b602a0dd.zip
cpython-86d53caddad11808ca332ab93ec35508b602a0dd.tar.gz
cpython-86d53caddad11808ca332ab93ec35508b602a0dd.tar.bz2
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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e945dd..4be9e00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.5?
Library
-------
+- Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of
+ service using certificates with many wildcards (CVE-2013-2099).
+
- Issue #17192: Restore the patch for Issue #11729 and Issue #10309
which were omitted in 3.2.4 when updating the bundled version of
libffi used by ctypes.