summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-01-27 08:42:45 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-01-27 08:42:45 (GMT)
commitd358e0554bc520768041652676ec8e6076f221a9 (patch)
treedddbd92a0b1a033e8fc0e3e0b448d4eb31e1bff1 /Misc
parent141e770e8f351726d983a489bdc81ce1a29b4005 (diff)
downloadcpython-d358e0554bc520768041652676ec8e6076f221a9.zip
cpython-d358e0554bc520768041652676ec8e6076f221a9.tar.gz
cpython-d358e0554bc520768041652676ec8e6076f221a9.tar.bz2
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure.
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 8804d79..92e8197 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC
+ IV attack countermeasure.
+
What's New in Python 2.6.7?
===========================