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
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
> -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
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
>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
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
The server code in that demo is a little misleading. It always says that
there is no client cert, because the server never asks for one. This is
because of sloppy programming on the part of the last guy who touched it.
> -Original Message-
> From: Mark [mailto:[EMAIL PROTECTED]]
> Sent: T
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
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