Searched refs:newCert (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 247 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 D | cmp_client.c | 753 && !(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 D | cmp_msg.c | 804 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 D | cmp_local.h | 131 X509 *newCert; /* newly enrolled cert received from the CA */ member
|
/openssl/test/ |
H A D | cmp_ctx_test.c | 91 && 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 D | OSSL_CMP_CTX_new.pod | 197 and any previous results (newCert, newChain, caPubs, and extraCertsIn)
|
Completed in 21 milliseconds