aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-05-07 08:36:26 +0000
committerBodo Möller <bodo@openssl.org>2002-05-07 08:36:26 +0000
commit98a9092af1b7043116cb01e2817d1b751c507801 (patch)
treef12928400f4dba8d57c91cfcbea611cb637da17b /ssl
parent87108f5af950feb0499dc993d640b9354ce87843 (diff)
downloadopenssl-98a9092af1b7043116cb01e2817d1b751c507801.tar.gz
Fix ciphersuite list to enforce low priority for RC4.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
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