Searched refs:oldCert (Results 1 – 7 of 7) sorted by relevance
59 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()
309 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()
275 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()
217 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
114 X509 *oldCert; /* cert to be updated (via KUR) or to be revoked (via RR) */ member
746 if (ctx->oldCert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_exec_RR_ses()
771 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 0, oldCert, X509) in DEFINE_SET_CB_TEST()