RE: User parameter for SSL_set_verify

2012-05-10 Thread Nou Dadoun
PM To: openssl-users@openssl.org Subject: Re: User parameter for SSL_set_verify On Thu, May 10, 2012, Nou Dadoun wrote: > I have an unusual problem - I'm writing a "connection server" kind of > application and to make a long story short, I have a number of pending > outgoi

Re: User parameter for SSL_set_verify

2012-05-10 Thread Dr. Stephen Henson
On Thu, May 10, 2012, Nou Dadoun wrote: > I have an unusual problem - I'm writing a "connection server" kind of > application and to make a long story short, I have a number of pending > outgoing ssl connections and I need to look at the certificate which each > presents to determine how to handle

User parameter for SSL_set_verify

2012-05-10 Thread Nou Dadoun
I have an unusual problem - I'm writing a "connection server" kind of application and to make a long story short, I have a number of pending outgoing ssl connections and I need to look at the certificate which each presents to determine how to handle the connection. With that in mind I use the