Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/doc Ticket #1705
details: https://anonhg.NetBSD.org/src/rev/a68534f5a737
branches: netbsd-7-0
changeset: 454063:a68534f5a737
user: martin <martin%NetBSD.org@localhost>
date: Tue Sep 03 12:31:11 2019 +0000
description:
Ticket #1705
diffstat:
doc/CHANGES-7.0.3 | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r bb878926dc44 -r a68534f5a737 doc/CHANGES-7.0.3
--- a/doc/CHANGES-7.0.3 Tue Sep 03 12:30:45 2019 +0000
+++ b/doc/CHANGES-7.0.3 Tue Sep 03 12:31:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.148 2019/08/29 16:17:08 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.149 2019/09/03 12:31:11 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5861,3 +5861,26 @@
Add missing operation VOP_GETPAGES() returning EFAULT.
[hannken, ticket #1703]
+sys/conf/files 1.1238
+sys/crypto/nist_ctr_drbg/files.nist_ctr_drbg delete
+sys/crypto/nist_ctr_drbg/nist_ctr_aes_rijndael.h delete
+sys/crypto/nist_ctr_drbg/nist_ctr_drbg.c delete
+sys/crypto/nist_ctr_drbg/nist_ctr_drbg.h delete
+sys/crypto/nist_ctr_drbg/nist_ctr_drbg_aes128.h delete
+sys/crypto/nist_ctr_drbg/nist_ctr_drbg_aes256.h delete
+sys/crypto/nist_ctr_drbg/nist_ctr_drbg_config.h delete
+sys/crypto/nist_hash_drbg/files.nist_hash_drbg 1.1
+sys/crypto/nist_hash_drbg/nist_hash_drbg.c 1.1
+sys/crypto/nist_hash_drbg/nist_hash_drbg.h 1.1
+sys/dev/rndpseudo.c 1.38
+sys/kern/subr_cprng.c 1.31
+sys/rump/kern/lib/libcrypto/Makefile 1.5
+sys/rump/librump/rumpkern/Makefile.rumpkern 1.176
+sys/sys/cprng.h 1.13-1.15
+
+ cprng.h: use static __inline for consistency with other include
+ headers and remove an unused function.
+
+ Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256.
+ [riastradh, ticket #1705]
+
Home |
Main Index |
Thread Index |
Old Index