Source-Changes-HG archive

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

[src/netbsd-6]: src/doc ticket 800



details:   https://anonhg.NetBSD.org/src/rev/ec7e8142b741
branches:  netbsd-6
changeset: 775629:ec7e8142b741
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Jan 26 21:36:05 2013 +0000

description:
ticket 800

diffstat:

 doc/CHANGES-6.1 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 941fd8bf1e51 -r ec7e8142b741 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1   Sat Jan 26 21:35:23 2013 +0000
+++ b/doc/CHANGES-6.1   Sat Jan 26 21:36:05 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.75 2013/01/13 19:09:38 bouyer Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.76 2013/01/26 21:36:05 bouyer Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -8047,3 +8047,11 @@
 
        [apb, ticket #780]
 
+sys/kern/subr_cprng.c                          1.15
+
+       Fix a security issue: when we are reseeding a PRNG seeded early in
+       boot before we had ever had any entropy, if something else has
+       consumed the entropy that triggered the immediate reseed, we can
+       reseed with as little as sizeof(int) bytes of entropy.
+       [tls, ticket #800]
+



Home | Main Index | Thread Index | Old Index