Bug 163

Summary: /dev/random not used
Product: Portable OpenSSH Reporter: Brian Gallew <geek+openssh>
Component: Build systemAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: critical    
Priority: P1    
Version: -current   
Hardware: SPARC   
OS: Solaris   

Description Brian Gallew 2002-03-14 02:53:36 AEDT
Solaris8 with SUNWski installed (provides /dev/random).
Symptom: "./configure --with-random=/dev/random" yields 
checking whether OpenSSL's headers match the library... yes
checking whether OpenSSL's PRNG is internally seeded... no
configure: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG

Checking the configure script, it no longer accepts --with-random, and doesn't
check /dev/random (or /dev/urandom for that matter).  The INSTALL file still
indicates that this should work.  I attempted to work around the problem with
"--with-prngd-socket=/dev/random" to no avail.
Comment 1 Damien Miller 2002-04-17 12:22:52 AEST
The documentation issue has been resolved in -current. You should configure
OpenSSL to use your /dev/random, then OpenSSL will support it automatically.
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED