newbie question : Verification callback (SSL_CTX_set_verify, SSL_set_verify)

2001-05-04 Thread Robin Gorris
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. Is it so that the number of times this function is called is equal to the verification depth u

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

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