Searched refs:cert_ctx (Results 1 – 1 of 1) sorted by relevance
1336 X509_STORE_CTX *cert_ctx; in cms_signeddata_verify() local1432 if ((cert_ctx = X509_STORE_CTX_new()) == NULL) in cms_signeddata_verify()1434 if (!X509_STORE_CTX_init(cert_ctx, store, x, intermediateCAs)) in cms_signeddata_verify()1437 X509_STORE_CTX_set0_crls(cert_ctx, revoked); in cms_signeddata_verify()1441 X509_STORE_CTX_set0_trusted_stack(cert_ctx, idctx->trustedCAs); in cms_signeddata_verify()1476 i = X509_verify_cert(cert_ctx); in cms_signeddata_verify()1478 int j = X509_STORE_CTX_get_error(cert_ctx); in cms_signeddata_verify()1481 X509_STORE_CTX_get_current_cert(cert_ctx)); in cms_signeddata_verify()1514 verified_chain = X509_STORE_CTX_get1_chain(cert_ctx); in cms_signeddata_verify()1516 X509_STORE_CTX_free(cert_ctx); in cms_signeddata_verify()