Problem using SSL_set_verify with a callback

2001-07-26 Thread Ori Yosefi
Hi all, I've been trying to write a server application that for some resources requests a client certificate from the user. I call SSL_CTX_load_verify_locations and SSL_CTX_set_client_CA_list before starting listening on the socket and then analyze the requests and for some requests I call SSL_s

Re: Problem using SSL_set_verify with a callback

2001-07-26 Thread Lutz Jaenicke
On Thu, Jul 26, 2001 at 07:00:01PM +0300, Ori Yosefi wrote: > I've been trying to write a server application that for some resources > requests a client certificate from the user. > > I call SSL_CTX_load_verify_locations and SSL_CTX_set_client_CA_list before > starting listening on the socket and

Re: Problem using SSL_set_verify with a callback

2001-07-27 Thread Lutz Jaenicke
On Thu, Jul 26, 2001 at 07:00:01PM +0300, Ori Yosefi wrote: > I've been trying to write a server application that for some resources > requests a client certificate from the user. > > I call SSL_CTX_load_verify_locations and SSL_CTX_set_client_CA_list before > starting listening on the socket and

RE: Problem using SSL_set_verify with a callback

2001-07-30 Thread Ori Yosefi
ponse, Ori. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lutz Jaenicke Sent: Friday, July 27, 2001 8:47 PM To: [EMAIL PROTECTED] Subject: Re: Problem using SSL_set_verify with a callback On Thu, Jul 26, 2001 at 07:00:01PM +0300, Ori Yosefi wrote: &

Re: Problem using SSL_set_verify with a callback

2001-07-30 Thread Lutz Jaenicke
On Mon, Jul 30, 2001 at 11:58:34AM +0300, Ori Yosefi wrote: > Thanks for the patch. It solved the problem alright. > > One problem that I found though: > > I am building openssl on Windows NT as a DLL. The SSLeay32 would complain > that X509_STORE_CTX_set_verify_cb is an unresolved symbol. > >