summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-14 07:10:21 (GMT)
committerGeorg Brandl <georg@python.org>2013-09-14 07:10:21 (GMT)
commitbc75046bb3a8bd1e07547e99c8958c54ec16b9fb (patch)
tree96f67acebb418ffad7ea3176a548ab19921b7ab9
parentc5884d893033a5e16fb50bdde5cf42b07dc708f0 (diff)
downloadcpython-bc75046bb3a8bd1e07547e99c8958c54ec16b9fb.zip
cpython-bc75046bb3a8bd1e07547e99c8958c54ec16b9fb.tar.gz
cpython-bc75046bb3a8bd1e07547e99c8958c54ec16b9fb.tar.bz2
Add a NEWS entry for b9b521efeba3.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b576a1..2b07ae3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Library
- Fix tkinter regression introduced by the security fix in issue #16248.
+- Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of
+ service using certificates with many wildcards (CVE-2013-2099).
+
What's New in Python 3.2.5?
===========================