Module Name: src
Committed By: nia
Date: Mon Nov 22 16:06:19 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
doc: new key generation method for cgdconfig(8)
To generate a diff of this commit:
cvs rdiff -u -r1.2850 -r1.2851 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2850 src/doc/CHANGES:1.2851
--- src/doc/CHANGES:1.2850 Fri Nov 12 22:02:49 2021
+++ src/doc/CHANGES Mon Nov 22 16:06:19 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2850 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2851 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -454,3 +454,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
and humidity sensor [brad 20211106]
dts: Import dts files from Linux 5.15. [jmcneill 20211107]
evbarm: Add support for Rockchip RK3288 SoCs. [jmcneill 20211112]
+ cgdconfig(8): Added 'argon2id' password-based key generation method.
+ [nia 20211122]