Disable invalid ciphersuites
This commit is contained in:
@@ -986,7 +986,8 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
|
||||
#endif /* OPENSSL_NO_CAMELLIA */
|
||||
|
||||
#if TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES
|
||||
/* New TLS Export CipherSuites */
|
||||
/* New TLS Export CipherSuites from expired ID */
|
||||
#if 0
|
||||
/* Cipher 60 */
|
||||
{
|
||||
1,
|
||||
@@ -1013,6 +1014,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
|
||||
SSL_ALL_CIPHERS,
|
||||
SSL_ALL_STRENGTHS,
|
||||
},
|
||||
#endif
|
||||
/* Cipher 62 */
|
||||
{
|
||||
1,
|
||||
|
Reference in New Issue
Block a user