mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
ensure that, for each strength, RC4 ciphers have least preference
in the default ciphersuite list
This commit is contained in:
parent
f257d984b7
commit
87108f5af9
@ -269,7 +269,7 @@ extern "C" {
|
||||
/* The following cipher list is used by default.
|
||||
* It also is substituted when an application-defined cipher list string
|
||||
* starts with 'DEFAULT'. */
|
||||
#define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:@STRENGTH"
|
||||
#define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:RC4:@STRENGTH"
|
||||
|
||||
/* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
|
||||
#define SSL_SENT_SHUTDOWN 1
|
||||
|
Loading…
Reference in New Issue
Block a user