Re: [openssl-users] SSL_set_verify with a context?

2016-10-27 Thread Ryan Pfeifle
rom: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Lei Kong Sent: Thursday, October 27, 2016 11:54 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] SSL_set_verify with a context? I am using the following link ssl to my container structure, so is it possible to get

Re: [openssl-users] SSL_set_verify with a context?

2016-10-27 Thread Lei Kong
I am using the following link ssl to my container structure, so is it possible to get ssl from x509_ctx in verify_callback? SSL_set_app_data(ssl, this); int verify_callback(int preverify_ok, X509_STORE_CTX *x509_ctx); From: Lei Kong