Commit d7a47426 authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

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: default avatarViktor Dukhovni <viktor@openssl.org>

MR: #1595
parent 3eb2aff4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,