Home
last modified time | relevance | path

Searched refs:certReqId (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_server.c64 ctx->certReqId = OSSL_CMP_CERTREQID_INVALID; in OSSL_CMP_SRV_CTX_new()
224 int certReqId; in process_cert_request() local
259 certReqId = OSSL_CRMF_MSG_get_certReqId(crm); in process_cert_request()
265 srv_ctx->certReqId = certReqId; in process_cert_request()
420 int certReqId = ossl_cmp_asn1_get_int(status->certReqId); in process_certConf() local
424 if (certReqId != srv_ctx->certReqId) { in process_certConf()
508 int certReqId; in process_pollReq() local
528 certReqId = ossl_cmp_asn1_get_int(pr->certReqId); in process_pollReq()
529 if (!srv_ctx->process_pollReq(srv_ctx, req, certReqId, in process_pollReq()
538 if ((msg = ossl_cmp_pollRep_new(srv_ctx->ctx, certReqId, in process_pollReq()
[all …]
H A Dcmp_msg.c499 || !ASN1_INTEGER_set(resp->certReqId, certReqId)) in ossl_cmp_certrep_new()
822 OSSL_CMP_MSG *ossl_cmp_certConf_new(OSSL_CMP_CTX *ctx, int certReqId, in ossl_cmp_certConf_new() argument
833 && (certReqId == OSSL_CMP_CERTREQID in ossl_cmp_certConf_new()
834 || certReqId == OSSL_CMP_CERTREQID_NONE))) in ossl_cmp_certConf_new()
854 if (!ASN1_INTEGER_set(certStatus->certReqId, certReqId)) in ossl_cmp_certConf_new()
915 || !ASN1_INTEGER_set(preq->certReqId, crid) in ossl_cmp_pollReq_new()
947 if (!ASN1_INTEGER_set(prep->certReqId, crid)) in ossl_cmp_pollRep_new()
1006 static int suitable_rid(const ASN1_INTEGER *certReqId, int rid) in suitable_rid() argument
1013 trid = ossl_cmp_asn1_get_int(certReqId); in suitable_rid()
1038 if (suitable_rid(pollRep->certReqId, rid)) in ossl_cmp_pollrepcontent_get0_pollrep()
[all …]
H A Dcmp_local.h432 ASN1_INTEGER *certReqId; member
454 ASN1_INTEGER *certReqId; member
480 ASN1_INTEGER *certReqId; member
495 ASN1_INTEGER *certReqId; member
954 int certReqId, const OSSL_CMP_PKISI *si,
976 OSSL_CMP_MSG *ossl_cmp_certConf_new(OSSL_CMP_CTX *ctx, int certReqId,
1016 int ossl_cmp_exchange_certConf(OSSL_CMP_CTX *ctx, int certReqId,
H A Dcmp_asn.c950 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certReqId, ASN1_INTEGER),
962 ASN1_SIMPLE(OSSL_CMP_CERTRESPONSE, certReqId, ASN1_INTEGER),
971 ASN1_SIMPLE(OSSL_CMP_POLLREQ, certReqId, ASN1_INTEGER)
981 ASN1_SIMPLE(OSSL_CMP_POLLREP, certReqId, ASN1_INTEGER),
H A Dcmp_client.c451 int ossl_cmp_exchange_certConf(OSSL_CMP_CTX *ctx, int certReqId, in ossl_cmp_exchange_certConf() argument
459 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf()
686 rid = ossl_cmp_asn1_get_int(crep->certReqId); in cert_response()
/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod25 int certReqId, const OSSL_CMP_PKISI *si,
33 OSSL_CMP_MSG *ossl_cmp_certConf_new(OSSL_CMP_CTX *ctx, int certReqId,
72 with the given I<certReqId> and I<si> values and optionally with I<cert>,
127 received certificate with the given I<certReqId>.
134 ossl_cmp_pollReq_new() creates a Polling Request message with certReqId set to
137 ossl_cmp_pollRep_new() creates a Polling Response message with certReqId set to
/openssl/fuzz/
H A Dcmp.c104 int certReqId, in process_cert_request() argument
142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
151 const OSSL_CMP_MSG *pollReq, int certReqId, in process_pollReq() argument
/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod41 int certReqId,
62 int certReqId,
67 int certReqId,
H A DOSSL_CRMF_MSG_get0_tmpl.pod76 OSSL_CRMF_MSG_get_certReqId() retrieves the certReqId of I<crm>.
H A DOSSL_CRMF_MSG_set0_validity.pod49 OSSL_CRMF_MSG_set_certReqId() sets I<rid> as the certReqId of I<crm>.
/openssl/crypto/crmf/
H A Dcrmf_local.h332 ASN1_INTEGER *certReqId; member
H A Dcrmf_lib.c277 if (crm == NULL || crm->certReq == NULL || crm->certReq->certReqId == NULL) { in OSSL_CRMF_MSG_set_certReqId()
282 return ASN1_INTEGER_set(crm->certReq->certReqId, rid); in OSSL_CRMF_MSG_set_certReqId()
311 return crmf_asn1_get_int(crm->certReq->certReqId); in OSSL_CRMF_MSG_get_certReqId()
H A Dcrmf_asn.c206 ASN1_SIMPLE(OSSL_CRMF_CERTREQUEST, certReqId, ASN1_INTEGER),
/openssl/apps/lib/
H A Dcmp_mock_srv.c269 ossl_unused int certReqId, in process_cert_request() argument
623 ossl_unused int certReqId, in process_certConf() argument
655 ossl_unused int certReqId, in process_pollReq() argument
/openssl/test/
H A Dcmp_server_test.c51 int certReqId, in process_cert_request() argument
H A Dcmp_msg_test.c390 if (!ASN1_INTEGER_set(cresp->certReqId, 99)) in execute_certrep_create()
/openssl/include/openssl/
H A Dcmp.h.in498 (OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *req, int certReqId,
516 int certReqId,
520 const OSSL_CMP_MSG *req, int certReqId,

Completed in 67 milliseconds