mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Document that the size of AH ICV for HMAC-SHA2-NNN should be half of
NNN bits as described in RFC4868. PR: 215978
This commit is contained in:
parent
9ff948d05f
commit
db8819460a
1 changed files with 4 additions and 5 deletions
|
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 6, 2017
|
||||
.Dd February 27, 2017
|
||||
.Dt SETKEY 8
|
||||
.Os
|
||||
.\"
|
||||
|
|
@ -593,12 +593,11 @@ keyed-md5 128 ah: 96bit ICV (no document)
|
|||
keyed-sha1 160 ah: 96bit ICV (no document)
|
||||
160 ah-old: 128bit ICV (no document)
|
||||
null 0 to 2048 for debugging
|
||||
hmac-sha2-256 256 ah: 96bit ICV
|
||||
(draft-ietf-ipsec-ciph-sha-256-00)
|
||||
hmac-sha2-256 256 ah: 128bit ICV (RFC4868)
|
||||
256 ah-old: 128bit ICV (no document)
|
||||
hmac-sha2-384 384 ah: 96bit ICV (no document)
|
||||
hmac-sha2-384 384 ah: 192bit ICV (RFC4868)
|
||||
384 ah-old: 128bit ICV (no document)
|
||||
hmac-sha2-512 512 ah: 96bit ICV (no document)
|
||||
hmac-sha2-512 512 ah: 256bit ICV (RFC4868)
|
||||
512 ah-old: 128bit ICV (no document)
|
||||
hmac-ripemd160 160 ah: 96bit ICV (RFC2857)
|
||||
ah-old: 128bit ICV (no document)
|
||||
|
|
|
|||
Loading…
Reference in a new issue