RE: code examples

2002-05-22 Thread Leendert Meyer
On Wed, 2002-05-22 at 07:59, Sharon Hezy wrote: On this topic. Is there a good C++ wrapper toolkit for SSL out there. Good docs and examples will also help a lot. Thanks. Lenny. __ OpenSSL Project

RE: code examples

2002-05-21 Thread Sharon Hezy
rnal commands). Almost all the docs can be found in "docs" dir. (If you're using Win - you will see them in some strange format). Good luck, Sharon. -Original Message- From: Amir Ghavam [mailto:[EMAIL PROTECTED]] Sent: Tue, May 21, 2002 7:06 PM To: [EMAIL PROTECTED] Subject

Re: code examples

2002-05-21 Thread Mark W. Webb
Eric Rescorla has a great book on TLS and SSL. I bought it a few weeks ago and you will find that there is no better source out there. On Tue, 2002-05-21 at 13:05, Amir Ghavam wrote: > Hi there, > I'm new to openssl. Could anybody tell me where can I find some code > examples

code examples

2002-05-21 Thread Amir Ghavam
Hi there, I'm new to openssl. Could anybody tell me where can I find some code examples please? Many Thanks Amir __ OpenSSL Project http://www.openssl.org User Support Mailing

client code examples that use client cert?

2001-03-22 Thread akravchenko
Hello everyone, Does anyone has a working example of a client code that uses client certificates and sends post requests prefferably in C++? I wrote some code that works just fine when a server doesn't requires a client cert, but when a server is set to require them, I started to get error 403.7

Re: How to use OpenSSL -- _simple_ code examples

2000-09-27 Thread Dr S N Henson
secret wrote: > > Are there any simple code examples for using OpenSSL? There is a > examples directory, but I can't get those to compile, and the readme > says to not expect them to compile. > > The documentation seems very confusing to me, a sample client & serve

How to use OpenSSL -- _simple_ code examples

2000-09-27 Thread secret
Are there any simple code examples for using OpenSSL? There is a examples directory, but I can't get those to compile, and the readme says to not expect them to compile. The documentation seems very confusing to me, a sample client & server that establish a simple SSL connection would