Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_ctx.c247 X509_free(ctx->newCert); in OSSL_CMP_CTX_free()
741 DEFINE_OSSL_set0(ossl_cmp_ctx, newCert, X509) in DEFINE_OSSL_set1_up_ref()
750 DEFINE_OSSL_CMP_CTX_get0(newCert, X509) in DEFINE_OSSL_set1_up_ref()
H A Dcmp_client.c753 && !(X509_check_private_key(ctx->newCert, rkey))) { in cert_response()
771 if ((fail_info = cb(ctx, ctx->newCert, fail_info, &txt)) != 0 in cert_response()
888 result = ctx->newCert; in OSSL_CMP_exec_certreq()
H A Dcmp_msg.c804 if (!ossl_assert(ctx != NULL && ctx->newCert != NULL in ossl_cmp_certConf_new()
835 if ((certHash = X509_digest_sig(ctx->newCert, &md, &is_fallback)) == NULL) in ossl_cmp_certConf_new()
H A Dcmp_local.h131 X509 *newCert; /* newly enrolled cert received from the CA */ member
/openssl/test/
H A Dcmp_ctx_test.c91 && ctx->newCert == NULL in execute_CTX_reinit_test()
804 DEFINE_SET_GET_TEST(ossl_cmp, ctx, 0, 0, 0, newCert, X509) in DEFINE_SET_CB_TEST()
/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod197 and any previous results (newCert, newChain, caPubs, and extraCertsIn)

Completed in 25 milliseconds