svn commit: r360634 - head/sbin/setkey

John Baldwin jhb at FreeBSD.org
Mon May 4 16:50:02 UTC 2020


Author: jhb
Date: Mon May  4 16:50:01 2020
New Revision: 360634
URL: https://svnweb.freebsd.org/changeset/base/360634

Log:
  Add RFC reference for AES-CTR with IPsec.
  
  MFC after:	1 week
  Sponsored by:	Chelsio Communications

Modified:
  head/sbin/setkey/setkey.8

Modified: head/sbin/setkey/setkey.8
==============================================================================
--- head/sbin/setkey/setkey.8	Mon May  4 16:30:36 2020	(r360633)
+++ head/sbin/setkey/setkey.8	Mon May  4 16:50:01 2020	(r360634)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 01, 2020
+.Dd May 04, 2020
 .Dt SETKEY 8
 .Os
 .\"
@@ -613,7 +613,7 @@ parameter:
 algorithm	keylen (bits)	comment
 null		0 to 2048	rfc2410
 rijndael-cbc	128/192/256	rfc3602
-aes-ctr		160/224/288	draft-ietf-ipsec-ciph-aes-ctr-03
+aes-ctr		160/224/288	rfc3686
 aes-gcm-16	160/224/288	rfc4106
 .Ed
 .Pp


More information about the svn-src-head mailing list