RE: newbie question : Verification callback (SSL_CTX_set_verify, SSL_set_verify)

2001-05-04 Thread Robin Gorris
jdag 4 mei 2001 15:59 To: [EMAIL PROTECTED] Subject: Re: newbie question : Verification callback (SSL_CTX_set_verify, SSL_set_verify) On Fri, May 04, 2001 at 02:56:33PM +0200, Robin Gorris wrote: > I have some questions on the verification callback function. By the way, I'm > using the

Re: newbie question : Verification callback (SSL_CTX_set_verify, SSL_set_verify)

2001-05-04 Thread Lutz Jaenicke
On Fri, May 04, 2001 at 02:56:33PM +0200, Robin Gorris wrote: > I have some questions on the verification callback function. By the way, I'm > using the SSL_VERIFY_PEER mode. > > 1. Is it best practice to put all the certificate checks in this callback > function? Yes, I would recommend doing so

Re: newbie question : Verification callback (SSL_CTX_set_verify, SSL_set_verify)

2001-05-04 Thread RONDAN
On Fri, 4 May 2001 14:56:33 +0200 "Robin Gorris" <[EMAIL PROTECTED]> wrote: > Hi, > > I have some questions on the verification callback function. By the way, I'm > using the SSL_VERIFY_PEER mode. > > 1. Is it best practice to put all the certificate checks in this callback > function? > 2. I