summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-04-09 16:01:38 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-04-09 16:01:38 +0000
commit35feed50f0b495dcd9ca65afe85fa66606b50084 (patch)
treee961cb44b2da554746ec623e0443cfa2daa21788 /FAQ
parenta116afa42edd81b248c795787143aa4578fdd187 (diff)
Some clarifications about $RANDFILE usage.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 6 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 71c27a7b3b..259ea4bc41 100644
--- a/FAQ
+++ b/FAQ
@@ -176,6 +176,12 @@ Most components of the openssl command line tool try to use the
file $HOME/.rnd (or $RANDFILE, if this environment variable is set)
for seeding the PRNG. If this file does not exist or is too short,
the "PRNG not seeded" error message may occur.
+Pointing $RANDFILE to an Entropy Gathering Daemon socket does not work.
+Use the "-rand" option of the OpenSSL command line tools instead.
+The $RANDFILE environment variable and $HOME/.rnd are only used by the
+OpenSSL command line tools. Applications using the OpenSSL library
+provide their own configuration options to specify the entropy source,
+please check out the documentation coming the with application.
[Note to OpenSSL 0.9.5 users: The command "openssl rsa" in version
0.9.5 does not do this and will fail on systems without /dev/urandom