Well, that did it. Gotta read the documents more carefully. :) I was not calling RAND_seed() to set the entropy hence I was getting "PRNG not seeded" error.
Thanks for the reminder. -- Bala -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Schwartz Sent: Monday, August 11, 2003 4:27 PM To: [EMAIL PROTECTED] Subject: RE: Error when running ssleay_rand_bytes > 1:error:24064064:lib(36):func(100):reason(100):../../../../openssl > /md_rand.c > :503:You need to read the OpenSSL FAQ, > http://www.openssl.org/support/faq.html > 1:error:05068003:lib(5):func(104):reason(3):../../../../openssl/dh_gen.c: > Any ideas on why I am getting this error? Just a guess, but perhaps the answer is in the OpenSSL FAQ. Maybe going to the link in the error message and searching for 'rand' will help. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
