Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Ticket #1365



details:   https://anonhg.NetBSD.org/src/rev/b85773e4141d
branches:  netbsd-8
changeset: 852528:b85773e4141d
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Sep 03 12:21:15 2019 +0000

description:
Ticket #1365

diffstat:

 doc/CHANGES-8.2 |  25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r d0527d8a92ca -r b85773e4141d doc/CHANGES-8.2
--- a/doc/CHANGES-8.2   Tue Sep 03 12:08:21 2019 +0000
+++ b/doc/CHANGES-8.2   Tue Sep 03 12:21:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.32 2019/09/02 17:20:47 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.33 2019/09/03 12:21:15 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -828,3 +828,26 @@
        Improve grammar and readability. Minor cosmetics.
        [sevan, tickets #1352 - #1364]
 
+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 #1365]
+



Home | Main Index | Thread Index | Old Index