]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/Sample/racoon.conf
ipsec-164.9.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / Sample / racoon.conf
index 8b016455938559b1aecddf321a5028b978fbc47f..c484cd44f10da428a242a21b0e070f1aaf6d163a 100644 (file)
@@ -94,7 +94,7 @@ remote ::1 [8000]
        lifetime time 1 min;    # sec,min,hour
 
        proposal {
-               encryption_algorithm 3des;
+               encryption_algorithm aes;
                hash_algorithm sha1;
                authentication_method pre_shared_key ;
                dh_group 2 ;
@@ -126,7 +126,7 @@ sainfo address ::1 icmp6 address ::1 icmp6
 {
        pfs_group 1;
        lifetime time 60 sec;
-       encryption_algorithm 3des, cast128, blowfish 448, des ;
+       encryption_algorithm 3des, aes ;
        authentication_algorithm hmac_sha1, hmac_md5 ;
        compression_algorithm deflate ;
 }