IMPLEMENTATION (492528c051c93c3c37a5f455115eb8da8a1892ba) IMPLEMENTATION (b42ac57f4f2c183fda94189f1516ae3c1eff851f)
1# NOTE: this is from original KAME distribution.
2# Some portion of this document is not applicable to the code merged into
3# FreeBSD-current (for example, section 5).
4
5 Implementation Note
6
7 KAME Project
8 http://www.kame.net/

--- 1717 unchanged lines hidden (view full) ---

1726 keyed MD5 with 96bit crypto checksum (no document)
1727 keyed SHA1 with 96bit crypto checksum (no document)
1728 HMAC MD5 with 96bit crypto checksum (rfc2403.txt
1729 HMAC SHA1 with 96bit crypto checksum (rfc2404.txt)
1730 HMAC SHA2-256 with 96bit crypto checksum (no document)
1731 HMAC SHA2-384 with 96bit crypto checksum (no document)
1732 HMAC SHA2-512 with 96bit crypto checksum (no document)
1733 HMAC RIPEMD160 with 96bit crypto checksum (RFC2857)
1# NOTE: this is from original KAME distribution.
2# Some portion of this document is not applicable to the code merged into
3# FreeBSD-current (for example, section 5).
4
5 Implementation Note
6
7 KAME Project
8 http://www.kame.net/

--- 1717 unchanged lines hidden (view full) ---

1726 keyed MD5 with 96bit crypto checksum (no document)
1727 keyed SHA1 with 96bit crypto checksum (no document)
1728 HMAC MD5 with 96bit crypto checksum (rfc2403.txt
1729 HMAC SHA1 with 96bit crypto checksum (rfc2404.txt)
1730 HMAC SHA2-256 with 96bit crypto checksum (no document)
1731 HMAC SHA2-384 with 96bit crypto checksum (no document)
1732 HMAC SHA2-512 with 96bit crypto checksum (no document)
1733 HMAC RIPEMD160 with 96bit crypto checksum (RFC2857)
1734 AES XCBC MAC with 96bit crypto checksum (RFC3566)
1734 new IPsec ESP
1735 null encryption (rfc2410.txt)
1736 DES-CBC with derived IV
1737 (draft-ietf-ipsec-ciph-des-derived-01.txt, draft expired)
1738 DES-CBC with explicit IV (rfc2405.txt)
1739 3DES-CBC with explicit IV (rfc2451.txt)
1740 BLOWFISH CBC (rfc2451.txt)
1741 CAST128 CBC (rfc2451.txt)
1735 new IPsec ESP
1736 null encryption (rfc2410.txt)
1737 DES-CBC with derived IV
1738 (draft-ietf-ipsec-ciph-des-derived-01.txt, draft expired)
1739 DES-CBC with explicit IV (rfc2405.txt)
1740 3DES-CBC with explicit IV (rfc2451.txt)
1741 BLOWFISH CBC (rfc2451.txt)
1742 CAST128 CBC (rfc2451.txt)
1742 RIJNDAEL/AES CBC (draft-ietf-ipsec-ciph-aes-cbc-00.txt,
1743 uses IANA-assigned protocol number)
1744 TWOFISH CBC (draft-ietf-ipsec-ciph-aes-cbc-00.txt)
1743 RIJNDAEL/AES CBC (rfc3602.txt)
1744 AES counter mode (draft-ietf-ipsec-ciph-aes-ctr-03.txt)
1745
1745 each of the above can be combined with:
1746 ESP authentication with HMAC-MD5(96bit)
1747 ESP authentication with HMAC-SHA1(96bit)
1748 IPComp
1749 RFC2394: IP Payload Compression Using DEFLATE
1750
1751The following algorithms are NOT supported:
1752 old IPsec AH

--- 172 unchanged lines hidden ---
1746 each of the above can be combined with:
1747 ESP authentication with HMAC-MD5(96bit)
1748 ESP authentication with HMAC-SHA1(96bit)
1749 IPComp
1750 RFC2394: IP Payload Compression Using DEFLATE
1751
1752The following algorithms are NOT supported:
1753 old IPsec AH

--- 172 unchanged lines hidden ---