Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey update draft-ipsec-* -> RFC



details:   https://anonhg.NetBSD.org/src/rev/d08737961fd7
branches:  trunk
changeset: 765259:d08737961fd7
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon May 23 16:00:07 2011 +0000

description:
update draft-ipsec-* -> RFC
clarify a sentence

diffstat:

 crypto/dist/ipsec-tools/src/setkey/setkey.8 |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 4855f30f8f7f -r d08737961fd7 crypto/dist/ipsec-tools/src/setkey/setkey.8
--- a/crypto/dist/ipsec-tools/src/setkey/setkey.8       Mon May 23 15:40:34 2011 +0000
+++ b/crypto/dist/ipsec-tools/src/setkey/setkey.8       Mon May 23 16:00:07 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index