From: Bodo Möller Date: Tue, 7 May 2002 08:36:26 +0000 (+0000) Subject: Fix ciphersuite list to enforce low priority for RC4. X-Git-Tag: BEFORE_COMPAQ_PATCH~30 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=98a9092af1b7043116cb01e2817d1b751c507801 Fix ciphersuite list to enforce low priority for RC4. --- diff --git a/ssl/ssl.h b/ssl/ssl.h index e90b850c68..833f761690 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -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:RC4:@STRENGTH" +#define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:+RC4:@STRENGTH" /* low priority for RC4 */ /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */ #define SSL_SENT_SHUTDOWN 1