summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-01-27 08:53:29 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-01-27 08:53:29 (GMT)
commit9e2e5329dc81b56c987fe33c84f3a4c6f368f413 (patch)
treeb89012d31564b15dd1507a5db86b97f2f1ce4689 /Misc
parentc9f71481d407d08a3c51888f3bfe8575964be7ab (diff)
parent3f366314e831e0babca220abd734f8ae02776925 (diff)
downloadcpython-9e2e5329dc81b56c987fe33c84f3a4c6f368f413.zip
cpython-9e2e5329dc81b56c987fe33c84f3a4c6f368f413.tar.gz
cpython-9e2e5329dc81b56c987fe33c84f3a4c6f368f413.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 45ded06..02b7a64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -461,6 +461,9 @@ Core and Builtins
Library
-------
+- Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC
+ IV attack countermeasure.
+
- Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead
of ValueError on failure. time.ctime() and time.asctime() now raises an
OSError if localtime() failed. time.clock() now raises a RuntimeError if the