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 --- share/doc/IPv6/IMPLEMENTATION | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/doc') diff --git a/share/doc/IPv6/IMPLEMENTATION b/share/doc/IPv6/IMPLEMENTATION index 1b663dc..5bc6bd6 100644 --- a/share/doc/IPv6/IMPLEMENTATION +++ b/share/doc/IPv6/IMPLEMENTATION @@ -1717,6 +1717,7 @@ Currently supported algorithms are: keyed SHA1 with 128bit crypto checksum (no document) HMAC MD5 with 128bit crypto checksum (rfc2085.txt) HMAC SHA1 with 128bit crypto checksum (no document) + HMAC RIPEMD160 with 128bit crypto checksum (no document) old IPsec ESP null encryption (no document, similar to rfc2410.txt) DES-CBC mode (rfc1829.txt) @@ -1729,6 +1730,7 @@ Currently supported algorithms are: HMAC SHA2-256 with 96bit crypto checksum (no document) HMAC SHA2-384 with 96bit crypto checksum (no document) HMAC SHA2-512 with 96bit crypto checksum (no document) + HMAC RIPEMD160 with 96bit crypto checksum (RFC2857) new IPsec ESP null encryption (rfc2410.txt) DES-CBC with derived IV -- cgit v1.1