I have registered a certificate validation function in my SSL_CTX struct
using SSL_CTX_set_verify method. The callback function takes an int and
an X509_STORE_CTX as input. Somehow I would like to pass some
application data to this function. The ex_data field of X509_STORE_CTX
seems to be place to put it, but how do I put it?

--
Roger

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

Reply via email to