Help: 
1. Does someone know how to use the client certificate vefiry callback as: 
SSL_CTX_set_cert_verify_cb 
SSL_CTX_set_client_cert_cb 

2. I want to use change the ssl stucture state which comes from SSL_new(ctx), 
where the ssl is first set as 
SSL_set_verify(ssl,SSL_VERIFY_PEER,verify_cb) 
but now i want to create a new ssl object which set as 
SSL_set_verify(ssl,SSL_VERIFY_NONE,NULL) 
or reverse 

but the second ssl object also takes the same verify_cb(VERIFY_PEER or VERIFY_NONE) as 
the first ssl object ,not change the state.Why and how to make it do as i want. 

Best Regards. 




______________________________________

===================================================================
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to