RE: Can anyone send me a sample about SSL client?

2000-09-12 Thread Glenn Carr
check out cli.cpp in the demos directory > -Original Message- > From: Daming Wang [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 12, 2000 1:58 PM > To: [EMAIL PROTECTED] > Subject: Can anyone send me a sample about SSL client? > > > Hi, > I am a newcomer. I am interested in writt

RE: Good openSSL Book??

2000-08-31 Thread Glenn Carr
Gary Feldman wrote: > While it may not be exactly what you want, Stephen Thomas's > book _SSL and > TLS Essentials_ is nevertheless valuable. Its focus is the > protocol, not > the use or configuration of OpenSSL or other such package. I agree totally. A very good and easy to read explanation

how commercial browser clients seed PRNG

2000-08-28 Thread Glenn Carr
I'm curious if anyone knows how commercial browser clients (IE, Netscape, Opera, etc.) seed their PRNGs? Anyone know or have any guesses? Thanks, Glenn __ OpenSSL Project http://www.openssl.org Us

RE: Using SSL it posible to write...

2000-08-23 Thread Glenn Carr
> -Original Message- > From: Komarnitski Igori [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 23, 2000 6:22 AM > To: [EMAIL PROTECTED] > Subject: Using SSL it posible to write... > > > Hi. > I have a question. > Using OpenSSL it posible to write a client/server app who will work by

RE: question about DES patents

2000-08-22 Thread Glenn Carr
sible to implement > Elliptic Curve cryptography without stepping on patents, but > some care is > needed. > > Greg Stark, [EMAIL PROTECTED] > Chief Security Architect > Ethentica, Inc. > www.ethentica.com > 410-715-0039 Ext. 13 > > > - Original Message

RE: Problem linking the examples in WinNT4

2000-08-16 Thread Glenn Carr
Sergio, I'm guessing this has to do with collisions in the DLL you are compiling with and the ones that were used to build the OpenSSL DLLs. Check the INSTALL.W32 for details, but I'm pretty sure they use (and require) the multithreaded DLLs. Go to your VC6 project settings (Project->Settings..