diff options
author | lloyd <[email protected]> | 2013-11-29 21:59:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-29 21:59:33 +0000 |
commit | a71747c510c5be81af200a41e2268a021b4580f2 (patch) | |
tree | 1765b914efcb79ac572975038512624cc03b73b5 /src/tls | |
parent | 17952f5ed03bbc0000e486f390d86c6905efd86c (diff) |
Disable RC4 in TLS by default
Diffstat (limited to 'src/tls')
-rw-r--r-- | src/tls/tls_policy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_policy.cpp b/src/tls/tls_policy.cpp index 289f228da..3271c3abe 100644 --- a/src/tls/tls_policy.cpp +++ b/src/tls/tls_policy.cpp @@ -32,7 +32,7 @@ std::vector<std::string> Policy::allowed_ciphers() const //"Camellia-128", //"SEED" //"3DES", - "RC4", + //"RC4", }); } |