diff options
author | Werner Koch <wk@gnupg.org> | 1998-12-23 13:41:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-12-23 13:41:40 +0100 |
commit | 750d74333ce5b3ec8ff37d45b64fd0603e043051 (patch) | |
tree | b6ccec469294334b2510d7bb15ac102b409619b8 /INSTALL | |
parent | See ChangeLog: Thu Dec 17 18:31:15 CET 1998 Werner Koch (diff) | |
download | gnupg2-750d74333ce5b3ec8ff37d45b64fd0603e043051.tar.xz gnupg2-750d74333ce5b3ec8ff37d45b64fd0603e043051.zip |
See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -54,9 +54,6 @@ Don't forget to delete "config.cache" and run "./config.status --recheck". The Random Device ================= -The current version of GNUPG needs the support of a random device. -If there is no such device, it uses a very simple RNG, which does -not generate strong random numbers. Random devices are available in Linux, FreeBSD and OpenBSD. The device files may not exist on your system, please check this and create them if needed. @@ -75,6 +72,18 @@ You can create them with: mknod /dev/random c 2 3 mknod /dev/urandom c 2 4 +Unices without a random devices must use another entropy collector +which is called rndunix and available as an extension module. You +should put this in your ~/.gnupg/options file: +===8<==================== +load-extension rndunix +===>8==================== +This collector works by running a lot of tools which yields more or +less unpredictable output and fedds this as entropy into the random +generator - It should work reliable but you should check whether +it produces good output for your kinf of Unix. There are some debug +options to help you (see cipher/rndunix.c). + Installation |