Sun's official statement with respect to /dev/random support.
authorLutz Jänicke <jaenicke@openssl.org>
Wed, 10 Jul 2002 17:52:03 +0000 (17:52 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Wed, 10 Jul 2002 17:52:03 +0000 (17:52 +0000)
Submitted by: Garrett Anderson garrett@dirsec.com
Reviewed by:
PR: 120

FAQ

diff --git a/FAQ b/FAQ
index 0c88e58022f9107a7924ddaa7d1dd4511fd8bc34..fae0b855bf82d847ef64da709422d01909c4fca2 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -217,8 +217,11 @@ For Solaris 2.6, Tim Nibbe <tnibbe@sprint.net> and others have suggested
 installing the SUNski package from Sun patch 105710-01 (Sparc) which
 adds a /dev/random device and make sure it gets used, usually through
 $RANDFILE.  There are probably similar patches for the other Solaris
-versions.  However, be warned that /dev/random is usually a blocking
-device, which may have some effects on OpenSSL.
+versions.  An official statement from Sun with respect to /dev/random
+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.
 
 
 * Why do I get an "unable to write 'random state'" error message?