diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-04-09 15:19:55 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-04-09 15:19:55 +0000 |
commit | 8561b8edc0f4ea27b6c8a96a4241e23984aba302 (patch) | |
tree | 2155f18bf57cdb652ad5ddb80f6d43d8dde6967a /share | |
parent | 889163049a4b96e83a2c291cefb679ef18d56aaf (diff) |
match length of keys to what PF_KEY enforces
Diffstat (limited to 'share')
-rw-r--r-- | share/ipsec/attributes.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/ipsec/attributes.conf b/share/ipsec/attributes.conf index 8d35b94ed92..b07671a528f 100644 --- a/share/ipsec/attributes.conf +++ b/share/ipsec/attributes.conf @@ -2,8 +2,8 @@ # Not yet defined keywords serve as definitions with the # following syntax: name, photuris id, type, key length # This is the default list -AT_SHA1_IPMAC, 6, ident|auth, 48 -AT_MD5_IPMAC, 5, ident|auth, 48 +AT_SHA1_IPMAC, 6, ident|auth, 20 +AT_MD5_IPMAC, 5, ident|auth, 16 AT_ESP_ATTRIB AT_HMAC_FLAG, 254, , AT_BLF_NEW, 16, enc, 56 |