projects
/
project
/
ustream-ssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d0508
)
polarssl: disable RC4 support (for security reasons)
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 15 Jan 2016 17:09:42 +0000
(18:09 +0100)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/ustream-polarssl.c
b/ustream-polarssl.c
index d334f15643970263a6bc79738871f18dc1df774a..e1a6da0dcf4baa78c10f57c806ec74c2ccc9cf77 100644
(file)
--- a/
ustream-polarssl.c
+++ b/
ustream-polarssl.c
@@
-301,10
+301,6
@@
static const int default_ciphersuites[] =
#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
};