Searched refs:cert_req (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_req_utils.c121 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req) argument
123 a->cert_req = cert_req ? 0xFF : 0x00;
129 return a->cert_req ? 1 : 0;
H A Dts_req_print.c46 a->cert_req ? "yes" : "no");
H A Dts_local.h47 ASN1_BOOLEAN cert_req; member in struct:TS_req_st
H A Dts_asn1.c50 ASN1_OPT(TS_REQ, cert_req, ASN1_FBOOLEAN),
H A Dts_rsp_sign.c660 if (ctx->request->cert_req) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_req_utils.c121 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req) argument
123 a->cert_req = cert_req ? 0xFF : 0x00;
129 return a->cert_req ? 1 : 0;
H A Dts_req_print.c46 a->cert_req ? "yes" : "no");
H A Dts_local.h47 ASN1_BOOLEAN cert_req; member in struct:TS_req_st
H A Dts_asn1.c50 ASN1_OPT(TS_REQ, cert_req, ASN1_FBOOLEAN),
H A Dts_rsp_sign.c702 if (ctx->request->cert_req) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dcmp_mock_srv.c174 const OSSL_CMP_MSG *cert_req,
185 if (ctx == NULL || cert_req == NULL
191 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(cert_req)) {
207 if ((ctx->certReq = OSSL_CMP_MSG_dup(cert_req)) == NULL)
215 if (OSSL_CMP_MSG_get_bodytype(cert_req) == OSSL_CMP_KUR
173 process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *cert_req, ossl_unused int certReqId, const OSSL_CRMF_MSG *crm, const X509_REQ *p10cr, X509 **certOut, STACK_OF(X509) **chainOut, STACK_OF(X509) **caPubs) argument
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_server_test.c50 const OSSL_CMP_MSG *cert_req,
49 process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *cert_req, int certReqId, const OSSL_CRMF_MSG *crm, const X509_REQ *p10cr, X509 **certOut, STACK_OF(X509) **chainOut, STACK_OF(X509) **caPubs) argument
/netbsd-current/crypto/external/bsd/openssl/dist/fuzz/
H A Dcmp.c103 const OSSL_CMP_MSG *cert_req,
102 process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *cert_req, int certReqId, const OSSL_CRMF_MSG *crm, const X509_REQ *p10cr, X509 **certOut, STACK_OF(X509) **chainOut, STACK_OF(X509) **caPubs) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c448 st->hand_state = (s->s3->tmp.cert_req != 0) ? TLS_ST_CW_CERT
461 st->hand_state = (s->s3->tmp.cert_req != 0) ? TLS_ST_CW_CERT
467 st->hand_state = (s->s3->tmp.cert_req == 1) ? TLS_ST_CW_CERT_VRFY
570 if (s->s3->tmp.cert_req)
582 * For TLS, cert_req is set to 2, so a cert chain of nothing is
591 if (s->s3->tmp.cert_req == 1) {
2564 s->s3->tmp.cert_req = 1;
3525 s->s3->tmp.cert_req = 0;
3529 s->s3->tmp.cert_req = 2;
3565 (s->s3->tmp.cert_req
[all...]
H A Dstatem_lib.c152 s->s3->tmp.cert_req = 0;
518 if (!s->server && SSL_IS_TLS13(s) && s->s3->tmp.cert_req == 1)
548 && s->s3->tmp.cert_req == 0
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c447 st->hand_state = (s->s3.tmp.cert_req != 0) ? TLS_ST_CW_CERT
460 st->hand_state = (s->s3.tmp.cert_req != 0) ? TLS_ST_CW_CERT
466 st->hand_state = (s->s3.tmp.cert_req == 1) ? TLS_ST_CW_CERT_VRFY
567 if (s->s3.tmp.cert_req)
579 * For TLS, cert_req is set to 2, so a cert chain of nothing is
588 if (s->s3.tmp.cert_req == 1) {
2438 s->s3.tmp.cert_req = 1;
3480 s->s3.tmp.cert_req = 0;
3484 s->s3.tmp.cert_req = 2;
3517 (s->s3.tmp.cert_req
[all...]
H A Dstatem_lib.c196 s->s3.tmp.cert_req = 0;
551 if (!s->server && SSL_IS_TLS13(s) && s->s3.tmp.cert_req == 1)
581 && s->s3.tmp.cert_req == 0
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dts.h206 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dts.h148 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h1584 int cert_req; member in struct:ssl3_state_st::__anon400
H A Ds3_lib.c3658 if (s->server || !s->s3->tmp.cert_req)
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h1318 int cert_req; member in struct:ssl_st::__anon585::__anon586
H A Ds3_lib.c3672 if (s->server || !s->s3.tmp.cert_req)

Completed in 403 milliseconds