From 2da6bcd32608963a87a6204b27810701287c97c2 Mon Sep 17 00:00:00 2001 From: ume Date: Sun, 12 Oct 2003 09:41:42 +0000 Subject: - RIPEMD160 support - pass size arg to ah->result (avoid assuming result buffer size) Obtained from: KAME --- usr.sbin/setkey/setkey.8 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/setkey/setkey.8') diff --git a/usr.sbin/setkey/setkey.8 b/usr.sbin/setkey/setkey.8 index 7c8cf38..d11a6ad 100644 --- a/usr.sbin/setkey/setkey.8 +++ b/usr.sbin/setkey/setkey.8 @@ -549,6 +549,8 @@ hmac-sha2-384 384 ah: 96bit ICV (no document) 384 ah-old: 128bit ICV (no document) hmac-sha2-512 512 ah: 96bit ICV (no document) 512 ah-old: 128bit ICV (no document) +hmac-ripemd160 160 ah: 96bit ICV (RFC2857) + ah-old: 128bit ICV (no document) .Ed .Pp Followings are the list of encryption algorithms that can be used as -- cgit v1.1