Re: Longterm verify_callback in single threaded app

2002-03-11 Thread Lutz Jaenicke
On Mon, Mar 11, 2002 at 09:18:08AM +0100, Joerg Bartholdt wrote: > Dr S N Henson wrote: > > >Joerg Bartholdt wrote: > > > >>Hi *, > >> > >>During the SSL Handshake, OpenSSL can call a verify_callback > >>that can manipulate the outcome of the certificate verification > >>process. > >>If I use so

Re: Longterm verify_callback in single threaded app

2002-03-11 Thread Joerg Bartholdt
Dr S N Henson wrote: >Joerg Bartholdt wrote: > >>Hi *, >> >>During the SSL Handshake, OpenSSL can call a verify_callback >>that can manipulate the outcome of the certificate verification >>process. >>If I use some longterm evaluation like an OCSP-Request, my single >>threaded application is bloc

Re: Longterm verify_callback in single threaded app

2002-03-10 Thread Dr S N Henson
Joerg Bartholdt wrote: > > Hi *, > > During the SSL Handshake, OpenSSL can call a verify_callback > that can manipulate the outcome of the certificate verification > process. > If I use some longterm evaluation like an OCSP-Request, my single > threaded application is blocked during this time.

Re: Longterm verify_callback in single threaded app

2002-03-08 Thread Lutz Jaenicke
On Fri, Mar 08, 2002 at 09:42:42AM +0100, Joerg Bartholdt wrote: > During the SSL Handshake, OpenSSL can call a verify_callback > that can manipulate the outcome of the certificate verification > process. > If I use some longterm evaluation like an OCSP-Request, my single > threaded application