Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc ticket 800
details: https://anonhg.NetBSD.org/src/rev/cf0fcc12bee2
branches: netbsd-6-0
changeset: 774747:cf0fcc12bee2
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Jan 26 21:36:27 2013 +0000
description:
ticket 800
diffstat:
doc/CHANGES-6.0.2 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r e3633cfccc3e -r cf0fcc12bee2 doc/CHANGES-6.0.2
--- a/doc/CHANGES-6.0.2 Sat Jan 26 21:36:10 2013 +0000
+++ b/doc/CHANGES-6.0.2 Sat Jan 26 21:36:27 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.2,v 1.1.2.6 2013/01/13 19:09:32 bouyer Exp $
+# $NetBSD: CHANGES-6.0.2,v 1.1.2.7 2013/01/26 21:36:27 bouyer Exp $
A complete list of changes from the NetBSD 6.0.1 release to the NetBSD 6.0.2
release:
@@ -48,3 +48,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