Home
last modified time | relevance | path

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

/openssl-master/crypto/cmp/
A Dcmp_msg.c187 if (ctx->p10CSR == NULL) { in ossl_cmp_msg_create()
191 if ((msg->body->value.p10cr = X509_REQ_dup(ctx->p10CSR)) == NULL) in ossl_cmp_msg_create()
280 ctx->p10CSR != NULL ? X509_REQ_get_subject_name(ctx->p10CSR) : in OSSL_CMP_CTX_setup_CRM()
290 if (rkey == NULL && ctx->p10CSR != NULL) in OSSL_CMP_CTX_setup_CRM()
291 rkey = X509_REQ_get0_pubkey(ctx->p10CSR); in OSSL_CMP_CTX_setup_CRM()
300 if (for_KUR && refcert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_CTX_setup_CRM()
333 if (ctx->p10CSR != NULL in OSSL_CMP_CTX_setup_CRM()
334 && (exts = X509_REQ_get_extensions(ctx->p10CSR)) == NULL) in OSSL_CMP_CTX_setup_CRM()
537 || ctx->p10CSR != NULL))) in ossl_cmp_rr_new()
551 X509_REQ_get0_pubkey(ctx->p10CSR), in ossl_cmp_rr_new()
[all …]
A Dcmp_ctx.c218 X509_REQ_free(ctx->p10CSR); in OSSL_CMP_CTX_free()
769 DEFINE_OSSL_CMP_CTX_set1(p10CSR, X509_REQ) in DEFINE_OSSL_CMP_CTX_set1_up_ref()
825 if (ctx->p10CSR != NULL) in OSSL_CMP_CTX_get0_newPkey()
826 return priv ? NULL : X509_REQ_get0_pubkey(ctx->p10CSR); in OSSL_CMP_CTX_get0_newPkey()
A Dcmp_local.h115 X509_REQ *p10CSR; /* for P10CR: PKCS#10 CSR to be sent */ member
A Dcmp_client.c746 if (ctx->oldCert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_exec_RR_ses()
/openssl-master/test/
A Dcmp_ctx_test.c773 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, p10CSR, X509_REQ) in DEFINE_SET_CB_TEST()
/openssl-master/doc/man3/
A DOSSL_CMP_CTX_new.pod522 else the public key in the p10CSR if present, else the client private key.

Completed in 13 milliseconds