Hello,
> 
> I am using openssl-0.9.8b on HP-UX 11.0 platform to generate a RSA SSL
> certificate CSR and find the following error.
> 
..
..
> 3917:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not
> seeded:md_rand.c:503:You need to read the OpenSSL FAQ,
> http://www.openssl.org/support/faq.html
> 3917:error:04088003:rsa routines:RSA_setup_blinding:BN lib:rsa_lib.c:407:
> 3917:error:04066044:rsa routines:RSA_EAY_PRIVATE_ENCRYPT:internal
> error:rsa_eay.c:364:
On hpux 11.00 there is no system random number generator.
You may get one for example from http://ocotillo.sourceforge.net/
compile and run. After that device (or more precisely: pipe)
/dev/urandom will be created and OpenSSL will be able to
seed his PRNG. 

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to