Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv57 1,reqout ir+certConf rspout ip+pkiConf, -section,, -cmd,ir,,-reqout,_RESULT_DIR/ir.der _RESULT_DIR/
59 1,reqin old tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL…
60 1,reqin new tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL…
61 0,reqin wrong req, -section,, -cmd,ir,,-reqin,_RESULT_DIR/cr.der _RESULT_DIR/certConf.der,,BLANK,,,…
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c366 OSSL_CMP_MSG *certConf; in ossl_cmp_exchange_certConf() local
371 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf()
372 if (certConf == NULL) in ossl_cmp_exchange_certConf()
375 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf()
378 OSSL_CMP_MSG_free(certConf); in ossl_cmp_exchange_certConf()
H A Dcmp_msg.c212 if ((msg->body->value.certConf = in ossl_cmp_msg_create()
809 if (sk_OSSL_CMP_CERTSTATUS_push(msg->body->value.certConf, certStatus) < 1) { in ossl_cmp_certConf_new()
H A Dcmp_asn.c414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
H A Dcmp_local.h641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
H A Dcmp_server.c344 ccc = req->body->value.certConf; in process_certConf()
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c364 const OSSL_CMP_MSG *certConf, in process_certConf() argument
372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
377 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf) in process_certConf()
/freebsd/crypto/openssl/fuzz/
H A Dcmp.c142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod609 a positive or negative certConf message to the server. The callback has type
628 structure containing arguments, optionally to be used by the certConf callback.