aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-08-13 15:03:48 +0200
committerMartin Willi <martin@revosec.ch>2010-08-13 17:11:53 +0200
commit1ee98dbb4a45952fc0c66396103f3441c419e12f (patch)
tree988f772eda454be991c222435ced80cd169f4442 /src/libstrongswan
parent3102d8669d3f39a138b954a6519c767b6c6c913e (diff)
downloadstrongswan-1ee98dbb4a45952fc0c66396103f3441c419e12f.tar.bz2
strongswan-1ee98dbb4a45952fc0c66396103f3441c419e12f.tar.xz
Added Camellia CTR mode proposal keywords
Diffstat (limited to 'src/libstrongswan')
-rw-r--r--src/libstrongswan/crypto/proposal/proposal_keywords.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstrongswan/crypto/proposal/proposal_keywords.txt b/src/libstrongswan/crypto/proposal/proposal_keywords.txt
index 338993821..f5e45097a 100644
--- a/src/libstrongswan/crypto/proposal/proposal_keywords.txt
+++ b/src/libstrongswan/crypto/proposal/proposal_keywords.txt
@@ -86,6 +86,9 @@ camellia, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CBC, 128
camellia128, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CBC, 128
camellia192, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CBC, 192
camellia256, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CBC, 256
+camellia128ctr, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CTR, 128
+camellia192ctr, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CTR, 192
+camellia256ctr, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CTR, 256
cast128, ENCRYPTION_ALGORITHM, ENCR_CAST, 128
serpent, ENCRYPTION_ALGORITHM, ENCR_SERPENT_CBC, 128
serpent128, ENCRYPTION_ALGORITHM, ENCR_SERPENT_CBC, 128