[openssl-users] X509_verify_cert() and X509_STORE_set_verify_cb()

Felipe Gasper felipe at felipegasper.com
Fri Sep 9 01:02:51 UTC 2016


Hello,

	After I set a callback with X509_STORE_set_verify_cb(callback_fn), then run:

X509_verify_cert( store_ctx, store, x509, untrusted )

	Is it always true that store_ctx’s error state after X509_verify_cert() will be identical to the final call into callback_fn()?

	Thank you!

-Felipe Gasper
Houston, TX


More information about the openssl-users mailing list