aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-24 04:38:08 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-24 04:38:08 +0000
commitc46d416d0856874b6c964570c029c3853d95c8d6 (patch)
tree37471bfa556fac1f9b77d6e2e28796124d58c282
parent226308ebc42fe0eb5c949422f4d865f85b82e774 (diff)
downloadstrongswan-c46d416d0856874b6c964570c029c3853d95c8d6.tar.bz2
strongswan-c46d416d0856874b6c964570c029c3853d95c8d6.tar.xz
added cast128 proposal keyword
-rw-r--r--src/charon/config/proposal_keywords.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/config/proposal_keywords.txt b/src/charon/config/proposal_keywords.txt
index 81c463ac7..22a7c221c 100644
--- a/src/charon/config/proposal_keywords.txt
+++ b/src/charon/config/proposal_keywords.txt
@@ -78,6 +78,7 @@ blowfish256, ENCRYPTION_ALGORITHM, ENCR_BLOWFISH, 256
camellia128, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CBC, 128
camellia192, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CBC, 192
camellia256, ENCRYPTION_ALGORITHM, ENCR_CAMELLIA_CBC, 256
+cast128, ENCRYPTION_ALGORITHM, ENCR_CAST, 128
sha, INTEGRITY_ALGORITHM, AUTH_HMAC_SHA1_96, 0
sha1, INTEGRITY_ALGORITHM, AUTH_HMAC_SHA1_96, 0
sha256, INTEGRITY_ALGORITHM, AUTH_HMAC_SHA2_256_128, 0