svn commit: r361043 - in stable: 11/sbin/setkey 12/sbin/setkey

John Baldwin jhb at FreeBSD.org
Thu May 14 18:55:46 UTC 2020


Author: jhb
Date: Thu May 14 18:55:45 2020
New Revision: 361043
URL: https://svnweb.freebsd.org/changeset/base/361043

Log:
  MFC 360634: Add RFC reference for AES-CTR with IPsec.

Modified:
  stable/11/sbin/setkey/setkey.8
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/12/sbin/setkey/setkey.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/11/sbin/setkey/setkey.8
==============================================================================
--- stable/11/sbin/setkey/setkey.8	Thu May 14 18:50:43 2020	(r361042)
+++ stable/11/sbin/setkey/setkey.8	Thu May 14 18:55:45 2020	(r361043)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 9, 2017
+.Dd May 04, 2020
 .Dt SETKEY 8
 .Os
 .\"
@@ -626,7 +626,7 @@ blowfish-cbc	40 to 448	rfc2451
 cast128-cbc	40 to 128	rfc2451
 des-deriv	64		ipsec-ciph-des-derived-01
 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
 camellia-cbc	128/192/256	rfc4312
 .Ed


More information about the svn-src-all mailing list