Hardware random number generator

2006-05-11 Thread Wai Wu
I would like to know your opinions on commercial hardware random number generators. Are they worth the money? How do they compare to the /dev/random device? Thnx. __ OpenSSL Project http://www.open

RE: ssl programming reference

2006-05-11 Thread Wai Wu
Same here. It got me running within an hour. It is a great book and probably the only book you will need for openssl. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Heikki Toivonen Sent: Wednesday, May 10, 2006 11:09 PM To: openssl-users@openssl.org Subj

Regarding the IV in symertric encryption.

2006-05-10 Thread Wai Wu
Do the Initial Vectors on both sides have to be the same? If they have to be the same, we not only have to exchange the key, but also the IV, No? __ OpenSSL Project http://www.openssl.org User Sup

RE: 0.9.8b windows binaries

2006-05-10 Thread Wai Wu
it possible to include 64 bit binaries as well? > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Wai Wu > Sent: Monday, May 08, 2006 11:12 AM > To: openssl-users@openssl.org > Subject: RE: 0.9.8b windows binaries > > Yes

RE: 0.9.8b windows binaries

2006-05-08 Thread Wai Wu
Yes. Please hunter. Please include the header files in the download. Also, a small request, can you provide a build for static linking? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hunter Sent: Sunday, May 07, 2006 12:56 PM To: openssl-users@openssl.or

RE: New to openssl

2006-05-08 Thread Wai Wu
I just got Network Security with OpenSSL byt Pravir Chandra, Matt Messier, John Viega. Great book, got me running and wrote a simple client (C++) in a hour. I was able to from my client app put down a page from a https site. With CA verification. -Original Message- From: [EMAIL PROTECTED

RE: 0.9.8b windows binaries

2006-05-06 Thread Wai Wu
CryptoAPI, if you want to go through the hassle of using it. -Kyle H On 5/6/06, Wai Wu <[EMAIL PROTECTED]> wrote: > Hummm. I downloaded the binary from http://hunter.campbus.com/, and I am using Visual Studio 2005 C++, and everything works fine. Ofcourse, I have the issue of getting a go

RE: 0.9.8b windows binaries

2006-05-06 Thread Wai Wu
Hummm. I downloaded the binary from http://hunter.campbus.com/, and I am using Visual Studio 2005 C++, and everything works fine. Ofcourse, I have the issue of getting a good random number generator. From: [EMAIL PROTECTED] on behalf of Kyle Hamilton Sent: Sat

New to openssl

2006-05-05 Thread Wai Wu
Hi all,   I am new to openssl, but have been a c, c++ system programmer for a long long time. Is there a place where I can find a very simple c client source code with openssl? All I need  is a demo to goto my secured web server and download a page securely. No certificate Auth is needed at