Home
last modified time | relevance | path

Searched refs:crl_ctx (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/x509/
H A Dx509_vfy.c1419 X509_STORE_CTX crl_ctx = {0}; in check_crl_path() local
1425 if (!X509_STORE_CTX_init(&crl_ctx, ctx->store, x, ctx->untrusted)) in check_crl_path()
1428 crl_ctx.crls = ctx->crls; in check_crl_path()
1430 X509_STORE_CTX_set0_param(&crl_ctx, ctx->param); in check_crl_path()
1432 crl_ctx.parent = ctx; in check_crl_path()
1433 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1436 ret = X509_verify_cert(&crl_ctx); in check_crl_path()
1441 ret = check_crl_chain(ctx, ctx->chain, crl_ctx.chain); in check_crl_path()
1443 X509_STORE_CTX_cleanup(&crl_ctx); in check_crl_path()

Completed in 11 milliseconds