diff options
author | Rich Salz <rsalz@openssl.org> | 2016-07-30 18:21:32 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-08-24 15:05:52 +0200 |
commit | d33726b92e09605a088369d0e01c99d138c0524f (patch) | |
tree | 2ca91bfac0f0ee1eb031196cf1c7becfe70a9ce1 /CHANGES | |
parent | Typo fixes (diff) | |
download | openssl-d33726b92e09605a088369d0e01c99d138c0524f.tar.xz openssl-d33726b92e09605a088369d0e01c99d138c0524f.zip |
To avoid SWEET32 attack, move 3DES to weak
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |