Home
last modified time | relevance | path

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

/third_party/openssl/fuzz/
Dcmp.c59 ctx->oldCert = X509_new(); /* satisfy crm_new() and ossl_cmp_rr_new() */ in cmp_client_process_response()
62 || ctx->oldCert == NULL in cmp_client_process_response()
63 || name == NULL || !X509_set_issuer_name(ctx->oldCert, name) in cmp_client_process_response()
64 || serial == NULL || !X509_set_serialNumber(ctx->oldCert, serial)) in cmp_client_process_response()
/third_party/openssl/crypto/cmp/
Dcmp_hdr.c309 ctx->oldCert != NULL ? X509_get_subject_name(ctx->oldCert) : in ossl_cmp_hdr_init()
321 else if (ctx->oldCert != NULL) in ossl_cmp_hdr_init()
322 rcp = X509_get_issuer_name(ctx->oldCert); in ossl_cmp_hdr_init()
Dcmp_msg.c275 X509 *refcert = ctx->oldCert != NULL ? ctx->oldCert : ctx->cert; in OSSL_CMP_CTX_setup_CRM()
537 if (!ossl_assert(ctx != NULL && (ctx->oldCert != NULL in ossl_cmp_rr_new()
545 ret = ctx->oldCert != NULL in ossl_cmp_rr_new()
549 X509_get_issuer_name(ctx->oldCert), in ossl_cmp_rr_new()
550 X509_get0_serialNumber(ctx->oldCert)) in ossl_cmp_rr_new()
Dcmp_ctx.c217 X509_free(ctx->oldCert); in OSSL_CMP_CTX_free()
766 DEFINE_OSSL_CMP_CTX_set1_up_ref(oldCert, X509) in DEFINE_OSSL_CMP_CTX_set1_up_ref() argument
Dcmp_local.h114 X509 *oldCert; /* cert to be updated (via KUR) or to be revoked (via RR) */ member
Dcmp_client.c746 if (ctx->oldCert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_exec_RR_ses()
/third_party/openssl/test/
Dcmp_ctx_test.c771 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 0, oldCert, X509) in DEFINE_SET_CB_TEST()