summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-15 18:09:42 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-15 18:09:42 +0100
commitb03607e0293aea21d857b31fb9c0db9422bd1d24 (patch)
treef6e5e179c5ec22f12af412d3aaf30d182bd98baf
parent27d050839035309c909cb86661d4eabb04833efa (diff)
downloadustream-ssl-b03607e0293aea21d857b31fb9c0db9422bd1d24.tar.gz
polarssl: disable RC4 support (for security reasons)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-rw-r--r--ustream-polarssl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ustream-polarssl.c b/ustream-polarssl.c
index d334f15..e1a6da0 100644
--- a/ustream-polarssl.c
+++ b/ustream-polarssl.c
@@ -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_ARC4_C)
- TLS_RSA_WITH_RC4_128_SHA,
- TLS_RSA_WITH_RC4_128_MD5,
-#endif
0
};