aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-13 11:19:48 +0000
committerMartin Willi <martin@strongswan.org>2005-12-13 11:19:48 +0000
commitfb2b73daf26d8104f2a67721db84c7d305a171ea (patch)
tree3e619a0c84567d3c5180cf9301f6e574bbed7fd1 /Source/charon/threads
parent6396ddf63023a35fbdf427b475c159e7a239763d (diff)
downloadstrongswan-fb2b73daf26d8104f2a67721db84c7d305a171ea.tar.bz2
strongswan-fb2b73daf26d8104f2a67721db84c7d305a171ea.tar.xz
- added copyright from pluto
Diffstat (limited to 'Source/charon/threads')
-rw-r--r--Source/charon/threads/kernel_interface.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/Source/charon/threads/kernel_interface.c b/Source/charon/threads/kernel_interface.c
index 63a499715..ac0cafe3c 100644
--- a/Source/charon/threads/kernel_interface.c
+++ b/Source/charon/threads/kernel_interface.c
@@ -8,6 +8,9 @@
/*
* Copyright (C) 2005 Jan Hutter, Martin Willi
* Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2003 Herbert Xu.
+ *
+ * Contains modified parts from pluto.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -127,11 +130,11 @@ struct private_kernel_interface_t {
mapping_t kernel_encryption_algs_m[] = {
{ENCR_DES_IV64, ""},
{ENCR_DES, "des"},
- {ENCR_3DES, "3des"},
+ {ENCR_3DES, "des3_ede"},
{ENCR_RC5, ""},
- {ENCR_IDEA, ""},
- {ENCR_CAST, ""},
- {ENCR_BLOWFISH, ""},
+ {ENCR_IDEA, "idea"},
+ {ENCR_CAST, "cast128"},
+ {ENCR_BLOWFISH, "blowfish"},
{ENCR_3IDEA, ""},
{ENCR_DES_IV32, ""},
{ENCR_NULL, ""},