Home
last modified time | relevance | path

Searched refs:certConf (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_client.c454 OSSL_CMP_MSG *certConf; in ossl_cmp_exchange_certConf() local
459 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf()
460 if (certConf == NULL) in ossl_cmp_exchange_certConf()
463 res = send_receive_also_delayed(ctx, certConf, &PKIconf, in ossl_cmp_exchange_certConf()
467 OSSL_CMP_MSG_free(certConf); in ossl_cmp_exchange_certConf()
H A Dcmp_msg.c211 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 Dcmp_local.h697 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
H A Dcmp_server.c401 ccc = req->body->value.certConf; in process_certConf()
H A Dcmp_asn.c1042 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
/openssl/apps/lib/
H A Dcmp_mock_srv.c621 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 Dtest_commands.csv127 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 Dcmp.c142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod658 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 40 milliseconds