Author: ae
Date: Mon Feb 27 15:30:27 2017
New Revision: 314339
URL: https://svnweb.freebsd.org/changeset/base/314339

Log:
  Document that the size of AH ICV for HMAC-SHA2-NNN should be half of
  NNN bits as described in RFC4868.
  
  PR:           215978

Modified:
  head/sbin/setkey/setkey.8

Modified: head/sbin/setkey/setkey.8
==============================================================================
--- head/sbin/setkey/setkey.8   Mon Feb 27 14:59:00 2017        (r314338)
+++ head/sbin/setkey/setkey.8   Mon Feb 27 15:30:27 2017        (r314339)
@@ -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 documen
 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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to