[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: haveged: Teach the controversy.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/07: gnu: haveged: Teach the controversy. |
Date: |
Mon, 15 Oct 2018 00:21:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4a147986a0839103a9c5bf1b5b74047c7d398349
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Oct 11 00:19:13 2018 +0200
gnu: haveged: Teach the controversy.
* gnu/packages/linux.scm (haveged)[description]: Suggest adding
additional entropy sources.
---
gnu/packages/linux.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7aaa7fb..79a1b0b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3760,7 +3760,11 @@ systems with high needs or limited user interaction,
such as headless servers.
indirect effects of hardware events on hidden processor state using the
HArdware
Volatile Entropy Gathering and Expansion (@dfn{HAVEGE}) algorithm. It tunes
itself to its environment and provides the same built-in test suite for the
-output stream as used on certified hardware security devices.")
+output stream as used on certified hardware security devices.
+
+The quality of the randomness produced by this algorithm has not been proven.
+It is recommended to run it together with another entropy source like rngd, and
+not as a replacement for it.")
(license (list (license:non-copyleft "file://nist/mconf.h")
(license:non-copyleft "file://nist/packtest.c")
license:public-domain ; nist/dfft.c
- branch master updated (66a9f08 -> 2d5fa80), Tobias Geerinckx-Rice, 2018/10/15
- 01/07: gnu: perl-xml-feed: Update to 0.55., Tobias Geerinckx-Rice, 2018/10/15
- 02/07: gnu: restic: Update to 0.9.3., Tobias Geerinckx-Rice, 2018/10/15
- 03/07: gnu: opensm: Update to 3.3.21., Tobias Geerinckx-Rice, 2018/10/15
- 04/07: gnu: x265: Update to 2.9., Tobias Geerinckx-Rice, 2018/10/15
- 07/07: gnu: audacity: Update home page., Tobias Geerinckx-Rice, 2018/10/15
- 06/07: gnu: hexchat: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/10/15
- 05/07: gnu: haveged: Teach the controversy.,
Tobias Geerinckx-Rice <=