diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-06-30 17:04:28 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-06-30 17:04:28 +0000 |
commit | 116463babd22bd59261486695b97418894ef2858 (patch) | |
tree | 5c6d8bc256eada6e9d4a0b7e6cb72d0fdcc92e7e | |
parent | 9d79a7f4acf7ea61399f02aaded1960f02c764f6 (diff) |
new default attribute list, including blowfish, cast and 3des attributes.
RIPEMD does not work for some reason, yet to be found out.
-rw-r--r-- | etc/photuris/attributes.conf | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/etc/photuris/attributes.conf b/etc/photuris/attributes.conf index 34b0d65e1d3..a00a7d5acdc 100644 --- a/etc/photuris/attributes.conf +++ b/etc/photuris/attributes.conf @@ -1,8 +1,19 @@ # Predefined keywords are AT_AH_ATTRIB, AT_ESP_ATTRIB +# This is the default list, for VPN you can comment out +# the AT_AH_ATTRIB section. AT_SHA1_IPMAC, 6, ident|auth, 48 AT_MD5_IPMAC, 5, ident|auth, 48 AT_ESP_ATTRIB -AT_DES_CBC, 8, enc, 8 + AT_HMAC_FLAG, 254, , + AT_BLF_NEW, 16, enc, 56 + AT_3DES_NEW, 18, enc, 24 + AT_CAST_NEW, 17, enc, 16 +# AT_DES_CBC, 8, enc, 8 +# AT_RIPEMD_IPMAC, 7, auth, 48 + AT_SHA1_IPMAC + AT_MD5_IPMAC AT_AH_ATTRIB -AT_SHA1_IPMAC -AT_MD5_IPMAC + AT_HMAC_FLAG +# AT_RIPEMD_IPMAC + AT_MD5_IPMAC + AT_SHA1_IPMAC |