diff options
author | 1998-03-11 21:45:58 +0000 | |
---|---|---|
committer | 1998-03-11 21:45:58 +0000 | |
commit | 6f76bb53b0db56052d578f45c692964b090b2500 (patch) | |
tree | e5e87d377dc564df2164d33adbe9831b1ef8d54c | |
parent | add lynx. -moj (diff) | |
download | wireguard-openbsd-6f76bb53b0db56052d578f45c692964b090b2500.tar.xz wireguard-openbsd-6f76bb53b0db56052d578f45c692964b090b2500.zip |
changed format.
-rw-r--r-- | etc/photuris/attributes.conf | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/etc/photuris/attributes.conf b/etc/photuris/attributes.conf index a8bf253447a..34b0d65e1d3 100644 --- a/etc/photuris/attributes.conf +++ b/etc/photuris/attributes.conf @@ -1,11 +1,8 @@ -# Accepted keywords are AT_AH_ATTRIB, AT_ESP_ATTRIB, AT_MD5_DP, AT_MD5_KDP -# AT_DES_CBC -# More attributes will be supported later. -# AT_MP5_DP must be offered and also at least one -# of AT_ESP_ATTRIB or AT_AH_ATTRIB -# This is the default list -AT_MD5_DP +# Predefined keywords are AT_AH_ATTRIB, AT_ESP_ATTRIB +AT_SHA1_IPMAC, 6, ident|auth, 48 +AT_MD5_IPMAC, 5, ident|auth, 48 AT_ESP_ATTRIB -AT_DES_CBC +AT_DES_CBC, 8, enc, 8 AT_AH_ATTRIB -AT_MD5_KDP +AT_SHA1_IPMAC +AT_MD5_IPMAC |