Re: docs for openssl programming in C

2000-04-27 Thread Robert Sandilands
Norcross, GA 30071 > > 770-441-2100 ext 126 > > > -Original Message- > > From: Richard Levitte - VMS Whacker [SMTP:[EMAIL PROTECTED]] > > Sent: Wednesday, April 26, 2000 8:45 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: Re: docs for ope

RE: docs for openssl programming in C

2000-04-26 Thread James Dabbs
age- > From: Richard Levitte - VMS Whacker [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 26, 2000 8:45 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: docs for openssl programming in C > > robert> The idea about a book is a good one.. > > Yep, abso

RE: docs for openssl programming in C

2000-04-26 Thread Bob McConnell
> -Original Message- > From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 26, 2000 8:45 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: docs for openssl programming in C > > > From: Robert Sandilands <[EMAIL P

Re: docs for openssl programming in C

2000-04-25 Thread Richard Levitte - VMS Whacker
From: Brian Wotring <[EMAIL PROTECTED]> brian> >int SSL_CTX_load_verify_locations(SSL_CTX *ctx, brian> >const char *CAfile, brian> >const char *CApath); brian> > brian> >CAfile == the name of the file containing your CA cert. brian> >CApath == the name of the directory containing your CA

Re: docs for openssl programming in C

2000-04-24 Thread Brian Wotring
>The signature for SSL_CTX_load_verify_locations is thusly: > >int SSL_CTX_load_verify_locations(SSL_CTX *ctx, >const char *CAfile, >const char *CApath); > >CAfile == the name of the file containing your CA cert. >CApath == the name of the directory containing your CA setup. > >You can p

Re: docs for openssl programming in C

2000-04-24 Thread Robert Sandilands
is helps you! If you want, I can post the verification code that I > use as an example of what you can do. > > Laterz > > Joel Yarde > Managing Director > Electron Software > [EMAIL PROTECTED] > > >From: Brian Wotring <[EMAIL PROTECTED]> > >Reply-To: [EMA

RE: docs for openssl programming in C

2000-04-21 Thread Wade L. Scholine
> Sent: Thursday, April 20, 2000 5:58 PM > To: [EMAIL PROTECTED] > Subject: docs for openssl programming in C > > > Hi all -- > > I was wondering if anyone, anywhere has or knows of a more complete > documentation set of the openssl ssl/tls library... I'm > tryi

Re: docs for openssl programming in C

2000-04-21 Thread Robert Sandilands
I've had similar problems with the demo code. If you go through the archives you will find all the advice given to me when I asked for help... It didn't help any.. I'm investigating different ways of solving my problem at this stage... Bug me in about a weeks time, I will be diving into the ssl co

Re: docs for openssl programming in C

2000-04-21 Thread Mads Toftum
You can get quite a lot of info from reading the documentation that is distributed with the latest versions of openssl. A look in the demos and apps dirs will also give you a lot of info. If you're looking for a kind of tutorial, then you might want to take a look at: http://www.darkspell.com/gadg

docs for openssl programming in C

2000-04-20 Thread Mark
Hi all -- I was wondering if anyone, anywhere has or knows of a more complete documentation set of the openssl ssl/tls library... I'm trying to code up a client/server app (in C), but the lack of documentation is killing me. As an example, I've tweaked the client and server code provided in th