polarssl: disable RC4 support (for security reasons)
authorFelix Fietkau <nbd@openwrt.org>
Fri, 15 Jan 2016 17:09:42 +0000 (18:09 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 15 Jan 2016 17:09:42 +0000 (18:09 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
ustream-polarssl.c

index d334f15..e1a6da0 100644 (file)
@@ -302,10 +302,6 @@ static const int default_ciphersuites[] =
 #if defined(POLARSSL_DES_C)
     TLS_RSA_WITH_3DES_EDE_CBC_SHA,
 #endif
 #if defined(POLARSSL_DES_C)
     TLS_RSA_WITH_3DES_EDE_CBC_SHA,
 #endif
-#if defined(POLARSSL_ARC4_C)
-    TLS_RSA_WITH_RC4_128_SHA,
-    TLS_RSA_WITH_RC4_128_MD5,
-#endif
     0
 };
 
     0
 };