diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-27 08:53:29 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-27 08:53:29 (GMT) |
commit | 9e2e5329dc81b56c987fe33c84f3a4c6f368f413 (patch) | |
tree | b89012d31564b15dd1507a5db86b97f2f1ce4689 /Misc | |
parent | c9f71481d407d08a3c51888f3bfe8575964be7ab (diff) | |
parent | 3f366314e831e0babca220abd734f8ae02776925 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |