On Thu, Jul 12, 2001 at 04:24:51PM -0400, Zaleski Philip J Contr AFRL/IFGB wrote:
> I'm trying to use the serv.cpp and the cli.cpp sample programs in
> /openssl-0.9.6a/demos/ssl/ and am having a little difficulty.  First of all
> I'm running these scripts on a Solaris 7 box.  Now I realize the seed
> issues, so I also installed egd (a.k.a. entropy) and was able to manually
> generate the server certificate and key files.
> 
> Here's my problem:  When I attempt to connect the client to the server, I
> get the following error: "27114:error:24064064:random number
> generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:474"

Add a
  RAND_egd("/path/to/your/egd/socket");
to the begin of the program(s).

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

Reply via email to