added support for 3DES encryption algorithm in IKE

This commit is contained in:
Martin Willi
2006-09-19 11:18:35 +00:00
parent b2ac140338
commit 462129d332
7 changed files with 1613 additions and 8 deletions
+1
View File
@@ -549,6 +549,7 @@ proposal_t *proposal_create_default(protocol_id_t protocol)
{
case PROTO_IKE:
add_algorithm(this, ENCRYPTION_ALGORITHM, ENCR_AES_CBC, 128);
add_algorithm(this, ENCRYPTION_ALGORITHM, ENCR_3DES, 0);
add_algorithm(this, INTEGRITY_ALGORITHM, AUTH_HMAC_SHA1_96, 0);
add_algorithm(this, INTEGRITY_ALGORITHM, AUTH_HMAC_MD5_96, 0);
add_algorithm(this, PSEUDO_RANDOM_FUNCTION, PRF_HMAC_SHA1, 0);
+1
View File
@@ -60,6 +60,7 @@ Todo-List for charon
+ use dpdaction/dpddelay parameters from ipsec.conf
/ add firewall script support
- do not link unneeded libraries in bins
- include only a minimum of NATD payloads
- implement 3DES to load encrypted pem files
- implement a "event bus" mechanism