Re: /dev/random

2004-03-20 Thread Vu Pham
- Original Message - From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 20, 2004 2:36 AM Subject: Re: /dev/random > In message <[EMAIL PROTECTED]> on Sat, 20 Mar 2004 02:28:01 -0600, "Vu Pham" <[EMAIL PROTECTED]>

make won't make anything.

2004-03-20 Thread NjlAlive
I am trying to install the latest snapshot of openssl onto an i386 machine (an early Athlon) running Debian-linux. ./config 386 configures for linux-elf, which is OK by me if that will work. Running make discloses the following error:    TOP=.. ../fips/openssl_fips_fingerprint ../libcrypto.a o

Re: PEM_read_bio_PKCS8_PRIV_KEY_INFO What this function does ?

2004-03-20 Thread Dr. Stephen Henson
On Sat, Mar 20, 2004, murugesandins wrote: > Thanks Stephen. > > I have a CPP file which has been programmed by another programmer (Say A > ). > This CPP file has a member function ( fun of class test ) which accepts > the parameters of the function > PEM_read_bio_PKCS8_PRIV_KEY_INFO(SAME_PARAMET

Re: PEM_read_bio_PKCS8_PRIV_KEY_INFO What this function does ?

2004-03-20 Thread murugesandins
Thanks Stephen. I have a CPP file which has been programmed by another programmer (Say A ). This CPP file has a member function ( fun of class test ) which accepts the parameters of the function PEM_read_bio_PKCS8_PRIV_KEY_INFO(SAME_PARAMETERS) [ that is fun is defined like this fun(SAME_PARAMET

Re: /dev/random

2004-03-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 20 Mar 2004 02:28:01 -0600, "Vu Pham" <[EMAIL PROTECTED]> said: vu> I run the following function on Solaris x86 and Linux (RH9) vu> RAND_load_file("/dev/random", 2048) vu> vu> On the Solaris x86 ( AMD 2700+) , it takes less than 1 second. vu> On the RH9 ( A

/dev/random

2004-03-20 Thread Vu Pham
I run the following function on Solaris x86 and Linux (RH9) RAND_load_file("/dev/random", 2048) On the Solaris x86 ( AMD 2700+) , it takes less than 1 second. On the RH9 ( AMD 2400+ ), it takes almost a minute. I don't think that small cpu speed difference can cause that big difference performanc