summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-11-11 08:33:10 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-11-11 08:33:10 +0000
commit96c930dd2fae0645aded269ff950c05515596bff (patch)
treedfc546a2f96ec269b7046bfa474e2c4846059fd5 /FAQ
parentc81a15099a7b6a8c4ace55a2554005656aa8a307 (diff)
More information to the important issue of seeding the PRNG
Submitted by: Reviewed by: PR: 285
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ2
1 files changed, 2 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 28027fdcac..9998821fde 100644
--- a/FAQ
+++ b/FAQ
@@ -226,6 +226,8 @@ support can be found at
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsrdb/27606&zone_32=SUNWski
However, be warned that /dev/random is usually a blocking device, which
may have some effects on OpenSSL.
+A third party /dev/random solution for Solaris is available at
+ http://www.cosy.sbg.ac.at/~andi/
* Why do I get an "unable to write 'random state'" error message?