summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-07-30 12:21:32 -0400
committerMatt Caswell <matt@openssl.org>2016-08-24 14:05:52 +0100
commitd33726b92e09605a088369d0e01c99d138c0524f (patch)
tree2ca91bfac0f0ee1eb031196cf1c7becfe70a9ce1 /CHANGES
parentcfd20f64cc4bd440cfc8fe59f2daaa575015af3d (diff)
To avoid SWEET32 attack, move 3DES to weak
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 32a7c7b46a..fb4e7a53db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.2h and 1.1.0 [xx XXX xxxx]
+ *) Because of the SWEET32 attack, 3DES cipher suites have been disabled by
+ default like RC4. See the RC4 item below to re-enable both.
+ [Rich Salz]
+
*) The method for finding the storage location for the Windows RAND seed file
has changed. First we check %RANDFILE%. If that is not set then we check
the directories %HOME%, %USERPROFILE% and %SYSTEMROOT% in that order. If