RE: Docs

2000-07-11 Thread mark schoneman
A bit outdated but still useful is http://www.columbia.edu/~ariel/ssleay/. BTW it looks like ariel may not be at Columbia anymore so I don't know how long these will be available. Mark S. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: DOCs / detecting Error conditions

2001-01-10 Thread Bill Browning
Try looking at the ERR_ functions such as: int ERR_peek_error() int ERR_get_error() and my favorite, ERR_error_string(int, char*) Bill -Original Message- From: Dave Boardman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 2:48 PM To: [EMAIL PROTECTED] Subject: DOCs / detecti

Re: docs for openssl speed and EVP

2007-11-19 Thread Victor B. Wagner
On 2007.11.19 at 12:02:39 -0800, Koza wrote: > > Hi, > > I am looking for a bit more detailed for openssl speed command and for > description of EVP. I used google but with poor results. Maybe you can help. > > I understand that EVP is a layer for cryptographic functions. I configure it > and t

Re: Docs for someone new to OpenSSL

1999-10-29 Thread Mike Benna
could figure out how to determine if the server has closed the SSL connection on me... more reading I guess. - Original Message - From: Geoff Thorpe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 29, 1999 4:27 AM Subject: Re: Docs for someone new to OpenSSL

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

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 Wade L. Scholine
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

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-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-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-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-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-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