Re: Nehemiah support

2004-10-20 Thread Andy Polyakov
There are three flavors of the Nehemiah/padlock features from VIA: - C5XL with single hardware entropy source - C5P with dual entropy sources and AES - C5J with dual entropy, AES, SHA and montgomery multiplication The stock configure will handle the entropy sources fine as the code uses

Re: win32 installation issue...

2004-10-20 Thread Peter Sylvester
Did you 'perform' ...\Bin/Vcvars32.bat ? __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Re: Nehemiah support

2004-10-20 Thread Eugen Leitl
On Wed, Oct 20, 2004 at 11:28:15AM +0200, Andy Polyakov wrote: On which OS? On Linux for example VIA RNG can be accessed through /dev/hwrandom, but not through /dev/random. At least it was the case It's /dev/hw_random on my Ubuntu machine (and it doesn't have VIA's RNG patch, so it can only

inc32 vs include?

2004-10-20 Thread P. George
what's with the inc32 folder? i'm on win32. does that mean i should use inc32 instead of include? - philip __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: inc32 vs include?

2004-10-20 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 20 Oct 2004 13:09:24 -0500, P. George [EMAIL PROTECTED] said: invest what's with the inc32 folder? invest invest i'm on win32. does that mean i should use inc32 instead of invest include? Yes. This is something we've inherited from SSLeay, and I guess

installed and setup on win32, but.... nada.

2004-10-20 Thread P. George
Ok, installation went well. I built the whole thing in a folder on my Desktop. I then moved the entire openssl-0.9.7d folder to C:\ I added the following to my LIB and PATH vars: C:\openssl-0.9.7d\out32dll\; and the following to my INCLUDE vars: C:\openssl-0.9.7d\inc32\; Then I rebooted. I opened

Re: installed and setup on win32, but.... nada.

2004-10-20 Thread P. George
Ok, installation went well. I built the whole thing in a folder on my Desktop. I then moved the entire openssl-0.9.7d folder to C:\ I added the following to my LIB and PATH vars: C:\openssl-0.9.7d\out32dll\; and the following to my INCLUDE vars: C:\openssl-0.9.7d\inc32\; Then I rebooted. I opened

RE: installed and setup on win32, but.... nada.

2004-10-20 Thread David Schwartz
ssleay32.lib libeay32.lib When I compile now, I get: Linking... LINK : fatal error LNK1181: cannot open input file 'ssleay32.lib' What am I doing wrong here? It should be pretty obvious that the problem is that the linker isn't looking for these two files in the place that you

Re: installed and setup on win32, but.... nada.

2004-10-20 Thread P. George
ssleay32.lib libeay32.lib When I compile now, I get: Linking... LINK : fatal error LNK1181: cannot open input file 'ssleay32.lib' What am I doing wrong here? It should be pretty obvious that the problem is that the linker isn't looking for these two files in the place that you put them. Also,