Hello,
> 
> I am running an application on HPUX 11i.
> The application fails in SSL_connect(). I tried to print the error
> message with the following code snippet:
....
> Also, which function should I use to make sure random number generator
> is working properly. I want this to be portable, as the application
> will run on many platforms including Windows.
You should install PRNG on your hpux (assume 11.11).
You may find PRNG for hpux on 
 http://www.software.hp.com
section "Security and manageability", product "HP-UX Strong Random
Number Generator", installation requires reboot (kernel module).
After that /dev/urandom will be available.

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