From 8561b8edc0f4ea27b6c8a96a4241e23984aba302 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 9 Apr 1999 15:19:55 +0000 Subject: match length of keys to what PF_KEY enforces --- share/ipsec/attributes.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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 -- cgit v1.2.3