Re: SSL_CTX_set_verify issue

2010-08-10 Thread Manjunath1847
9_V_OK) ; > __ > OpenSSL Project http://www.openssl.org > User Support Mailing Listopenssl-users@openssl.org > Automated List Manager majord

Re: SSL_CTX_set_verify issue

2010-08-06 Thread Peter Sylvester
On 08/06/2010 10:54 AM, Manjunath1847 wrote: I am using SSL_CTX_set_verify() function to set my static C callback verify function. During HTTPS transaction, my callback is also getting called with first parameter 0 or 1 (depending upon of the certificate verification is success or failure). But e

SSL_CTX_set_verify issue

2010-08-06 Thread Manjunath1847
failure I want to continue. So I have hard coded return value as 1 always from my callback function. But still I see the certification error and I don't get the page. Any suggestion please? -- View this message in context: http://old.nabble.com/SSL_CTX_set_verify-issue-tp29356429p29356429.html