aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-04-19 15:00:02 +0000
committerlloyd <[email protected]>2013-04-19 15:00:02 +0000
commit94e8fa0af180b42661cfde352e57bad2f71e11ac (patch)
treeaea266e12397f0bfa5b749416dfb973aae72e125 /src/tls
parent26200dbdff0fee9c8ab64fbc5c081a7dd48974f5 (diff)
Some small TLS doc updates
Diffstat (limited to 'src/tls')
-rw-r--r--src/tls/tls_policy.cpp2
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"