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:
3eb2aff
)
IDEA is not supported in TLS 1.2
author
Kurt Roeckx
<kurt@roeckx.be>
Sun, 7 Feb 2016 19:20:01 +0000
(20:20 +0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Wed, 9 Mar 2016 18:10:28 +0000
(19:10 +0100)
This currently seems to be the only cipher we still support that should get
disabled.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
MR: #1595
ssl/s3_lib.c
patch
|
blob
|
history
diff --git
a/ssl/s3_lib.c
b/ssl/s3_lib.c
index 093ff09e8f9fcc90d743130c089102a0cd112bec..c779ea76c312d197b5ff36a0f2e89a8844fda1bc 100644
(file)
--- a/
ssl/s3_lib.c
+++ b/
ssl/s3_lib.c
@@
-242,8
+242,8
@@
static const SSL_CIPHER ssl3_ciphers[] = {
SSL_aRSA,
SSL_IDEA,
SSL_SHA1,
- SSL3_VERSION, TLS1_
2
_VERSION,
- DTLS1_VERSION, DTLS1_
2_
VERSION,
+ SSL3_VERSION, TLS1_
1
_VERSION,
+ DTLS1_VERSION, DTLS1_VERSION,
SSL_NOT_DEFAULT | SSL_MEDIUM,
SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
128,