diff options
author | ume <ume@FreeBSD.org> | 2003-10-12 09:41:42 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-10-12 09:41:42 +0000 |
commit | 2da6bcd32608963a87a6204b27810701287c97c2 (patch) | |
tree | 2decf36a0c89d43e5a0e70adbde87c593c8c9376 /share | |
parent | 430e4069d35afcda4852e4771595eeeb4b5bbe02 (diff) | |
download | FreeBSD-src-2da6bcd32608963a87a6204b27810701287c97c2.zip FreeBSD-src-2da6bcd32608963a87a6204b27810701287c97c2.tar.gz |
- RIPEMD160 support
- pass size arg to ah->result (avoid assuming result buffer size)
Obtained from: KAME
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/IPv6/IMPLEMENTATION | 2 |
1 files changed, 2 insertions, 0 deletions
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 |