Searched refs:certConf (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_client.c | 457 OSSL_CMP_MSG *certConf; in ossl_cmp_exchange_certConf() local 462 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf() 463 if (certConf == NULL) in ossl_cmp_exchange_certConf() 466 res = send_receive_also_delayed(ctx, certConf, &PKIconf, in ossl_cmp_exchange_certConf() 470 OSSL_CMP_MSG_free(certConf); in ossl_cmp_exchange_certConf()
|
H A D | cmp_msg.c | 211 if ((msg->body->value.certConf = in ossl_cmp_msg_create() 820 if (sk_OSSL_CMP_CERTSTATUS_push(msg->body->value.certConf, certStatus) < 1) { in ossl_cmp_certConf_new()
|
H A D | cmp_local.h | 697 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
|
H A D | cmp_server.c | 401 ccc = req->body->value.certConf; in process_certConf()
|
H A D | cmp_asn.c | 1042 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
|
/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 621 const OSSL_CMP_MSG *certConf, in process_certConf() argument 629 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf() 634 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf) in process_certConf()
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 127 1,reqout ir+certConf rspout ip+pkiConf, -section,, -cmd,ir,,-reqout,_RESULT_DIR/ir.der _RESULT_DIR/… 129 1,reqin old tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 130 1,reqin new tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 131 0,reqin wrong req, -section,, -cmd,ir,,-reqin,_RESULT_DIR/cr.der _RESULT_DIR/certConf.der,,BLANK,,,…
|
/openssl/fuzz/ |
H A D | cmp.c | 142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
|
/openssl/doc/man3/ |
H A D | OSSL_CMP_CTX_new.pod | 658 a positive or negative certConf message to the server. The callback has type 677 structure containing arguments, optionally to be used by the certConf callback.
|
Completed in 47 milliseconds