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