Module Name:    src
Committed By:   drochner
Date:           Mon May 23 16:00:07 UTC 2011

Modified Files:
        src/crypto/dist/ipsec-tools/src/setkey: setkey.8

Log Message:
update draft-ipsec-* -> RFC
clarify a sentence


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/crypto/dist/ipsec-tools/src/setkey/setkey.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/dist/ipsec-tools/src/setkey/setkey.8
diff -u src/crypto/dist/ipsec-tools/src/setkey/setkey.8:1.26 src/crypto/dist/ipsec-tools/src/setkey/setkey.8:1.27
--- src/crypto/dist/ipsec-tools/src/setkey/setkey.8:1.26	Fri Dec  3 14:32:52 2010
+++ src/crypto/dist/ipsec-tools/src/setkey/setkey.8	Mon May 23 16:00:07 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: setkey.8,v 1.26 2010/12/03 14:32:52 tteras Exp $
+.\"	$NetBSD: setkey.8,v 1.27 2011/05/23 16:00:07 drochner Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
 .\" All rights reserved.
@@ -689,12 +689,11 @@
 keyed-sha1	160		ah: 96bit ICV (no document)
 		160		ah-old: 128bit ICV (no document)
 null		0 to 2048	for debugging
-hmac-sha256	256		ah: 96bit ICV
-				(draft-ietf-ipsec-ciph-sha-256-00)
+hmac-sha256	256		ah: 128bit ICV (RFC4868)
 		256		ah-old: 128bit ICV (no document)
-hmac-sha384	384		ah: 96bit ICV (no document)
+hmac-sha384	384		ah: 192bit ICV (RFC4868)
 		384		ah-old: 128bit ICV (no document)
-hmac-sha512	512		ah: 96bit ICV (no document)
+hmac-sha512	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)
@@ -722,11 +721,11 @@
 3des-deriv	192		no document
 rijndael-cbc	128/192/256	rfc3602
 twofish-cbc	0 to 256	draft-ietf-ipsec-ciph-aes-cbc-01
-aes-ctr		160/224/288	draft-ietf-ipsec-ciph-aes-ctr-03
+aes-ctr		160/224/288	rfc3686
 camellia-cbc	128/192/256	rfc4312
 .Ed
 .Pp
-Note that the first 128 bits of a key for
+Note that the first 128/192/256 bits of a key for
 .Li aes-ctr
 will be used as AES key, and the remaining 32 bits will be used as nonce.
 .Pp

Reply via email to