projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e380c
)
Degrade 3DES to MEDIUM in SSL2
author
Vitezslav Cizek
<vcizek@suse.com>
Mon, 10 Oct 2016 14:41:57 +0000
(16:41 +0200)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 14 Oct 2016 15:31:18 +0000
(11:31 -0400)
The SWEET32 fix moved 3DES from HIGH to MEDIUM, but omitted SSL2.
CLA: trivial
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1683)
ssl/s2_lib.c
patch
|
blob
|
history
diff --git
a/ssl/s2_lib.c
b/ssl/s2_lib.c
index 88e67f083a1bd7a25562ce6bd719a47ac5baf472..cc1360307b9468c6a78fdb3fb585c6c79ac75eec 100644
(file)
--- a/
ssl/s2_lib.c
+++ b/
ssl/s2_lib.c
@@
-254,7
+254,7
@@
OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[] = {
SSL_3DES,
SSL_MD5,
SSL_SSLV2,
- SSL_NOT_DEFAULT | SSL_NOT_EXP | SSL_
HIGH
,
+ SSL_NOT_DEFAULT | SSL_NOT_EXP | SSL_
MEDIUM
,
0,
112,
168,