|
@@ -16,7 +16,7 @@ Signed-off-by: Eneas U de Queiroz <[email protected]>
|
|
|
|
|
|
--- a/ssl/ssl_ciph.c
|
|
|
+++ b/ssl/ssl_ciph.c
|
|
|
-@@ -1505,11 +1505,29 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_
|
|
|
+@@ -1506,11 +1506,29 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_
|
|
|
ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head,
|
|
|
&tail);
|
|
|
|
|
@@ -46,7 +46,7 @@ Signed-off-by: Eneas U de Queiroz <[email protected]>
|
|
|
|
|
|
/*
|
|
|
* ...and generally, our preferred cipher is AES.
|
|
|
-@@ -1564,7 +1582,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_
|
|
|
+@@ -1565,7 +1583,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_
|
|
|
* Within each group, ciphers remain sorted by strength and previous
|
|
|
* preference, i.e.,
|
|
|
* 1) ECDHE > DHE
|
|
@@ -55,7 +55,7 @@ Signed-off-by: Eneas U de Queiroz <[email protected]>
|
|
|
* 3) AES > rest
|
|
|
* 4) TLS 1.2 > legacy
|
|
|
*
|
|
|
-@@ -2235,7 +2253,13 @@ const char *OSSL_default_cipher_list(voi
|
|
|
+@@ -2236,7 +2254,13 @@ const char *OSSL_default_cipher_list(voi
|
|
|
*/
|
|
|
const char *OSSL_default_ciphersuites(void)
|
|
|
{
|