On Wed, Nov 27, 2002 at 11:25:11AM -0800, KING,RICHARD (HP-Boise,ex1) wrote:
> OS: HPUX 11
> SSL VER: OpenSSL 0.9.6g 9 Aug 2002
> 
> Hello,
> 
> I'm compiling SSL from source. My problem is that my system does not have
> "/dev/random". So I installed a entropy gathering daemon called "prngd". I
> wanted to use SSL with prngd, so I used the following line to install SSL:
> 
> ./config --with-prngd-socket=/var/opt/prngd/egd-pool
> 
> However this did not work. Is there a way to have SSL use prngd?

/var/opt/prngd/egd-pool is not one of the default paths for OpenSSL.
OpenSSL 0.9.6x does not use prngd by default.
OpenSSL 0.9.7 does use prngd by default, but not at the locations you
specified. It should however be simple to add your location to the
DEVRANDOM_EGD setting in e_os.h.
OpenSSL 0.9.7 is currently in beta stadium at beta4. I am using it myself
in production.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to