diff options
Diffstat (limited to 'src/tls')
-rw-r--r-- | src/tls/tls_policy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tls/tls_policy.cpp b/src/tls/tls_policy.cpp index 15e061da8..5a6cca2f6 100644 --- a/src/tls/tls_policy.cpp +++ b/src/tls/tls_policy.cpp @@ -23,6 +23,8 @@ std::vector<std::string> Policy::allowed_ciphers() const "AES-256", "AES-128", "RC4", + //"Camellia-256/GCM", + //"Camellia-128/GCM", //"Camellia-256", //"Camellia-128", //"SEED" |