Searched refs:cert_ctx (Results 1 – 1 of 1) sorted by relevance
1213 X509_STORE_CTX cert_ctx; in cms_signeddata_verify() local1310 if (!X509_STORE_CTX_init(&cert_ctx, store, x, intermediateCAs)) in cms_signeddata_verify()1313 X509_STORE_CTX_set0_crls(&cert_ctx, revoked); in cms_signeddata_verify()1317 X509_STORE_CTX_trusted_stack(&cert_ctx, idctx->trustedCAs); in cms_signeddata_verify()1352 i = X509_verify_cert(&cert_ctx); in cms_signeddata_verify()1354 int j = X509_STORE_CTX_get_error(&cert_ctx); in cms_signeddata_verify()1356 reqctx->received_cert = X509_dup(cert_ctx.current_cert); in cms_signeddata_verify()1389 verified_chain = X509_STORE_CTX_get1_chain(&cert_ctx); in cms_signeddata_verify()1391 X509_STORE_CTX_cleanup(&cert_ctx); in cms_signeddata_verify()