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:
@@ -242,8 +242,8 @@ static const SSL_CIPHER ssl3_ciphers[] = {
|
|||||||
SSL_aRSA,
|
SSL_aRSA,
|
||||||
SSL_IDEA,
|
SSL_IDEA,
|
||||||
SSL_SHA1,
|
SSL_SHA1,
|
||||||
SSL3_VERSION, TLS1_2_VERSION,
|
SSL3_VERSION, TLS1_1_VERSION,
|
||||||
DTLS1_VERSION, DTLS1_2_VERSION,
|
DTLS1_VERSION, DTLS1_VERSION,
|
||||||
SSL_NOT_DEFAULT | SSL_MEDIUM,
|
SSL_NOT_DEFAULT | SSL_MEDIUM,
|
||||||
SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
|
SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
|
||||||
128,
|
128,
|
||||||
|
Reference in New Issue
Block a user