mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
IDEA is not supported in TLS 1.2
This currently seems to be the only cipher we still support that should get disabled. Reviewed-by: Viktor Dukhovni <viktor@openssl.org> MR: #1595
This commit is contained in:
parent
3eb2aff401
commit
d7a474264b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user