Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_ht.c64 OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline) in OCSP_REQ_CTX_new()
66 OCSP_REQ_CTX *rctx = OPENSSL_zalloc(sizeof(*rctx)); in OCSP_REQ_CTX_new()
86 void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx) in OCSP_REQ_CTX_free()
95 BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx) in OCSP_REQ_CTX_get0_mem_bio()
100 void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len) in OCSP_set_max_response_length()
108 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, ASN1_VALUE *val) in OCSP_REQ_CTX_i2d()
122 int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx, in OCSP_REQ_CTX_nbio_d2i()
141 int OCSP_REQ_CTX_http(OCSP_REQ_CTX *rctx, const char *op, const char *path) in OCSP_REQ_CTX_http()
154 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req) in OCSP_REQ_CTX_set1_req()
160 int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, in OCSP_REQ_CTX_add1_header()
[all …]
/third_party/openssl/include/openssl/
Docsp.h152 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
154 int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx);
155 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
156 OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline);
157 void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx);
158 void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len);
159 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it,
161 int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx, ASN1_VALUE **pval,
163 BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx);
164 int OCSP_REQ_CTX_http(OCSP_REQ_CTX *rctx, const char *op, const char *path);
[all …]
Dossl_typ.h166 typedef struct ocsp_req_ctx_st OCSP_REQ_CTX; typedef
Dx509.h370 int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert);
377 int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl);
/third_party/openssl/doc/man3/
DOCSP_sendreq_new.pod19 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
22 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
24 void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx);
26 void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len);
28 int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx,
31 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
35 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const char *content_type,
79 OCSP_sendreq_new() returns a valid B<OCSP_REQ_CTX> structure or B<NULL> if
/third_party/openssl/crypto/x509/
Dx_all.c59 int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert) in X509_http_nbio()
95 int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl) in X509_CRL_http_nbio()
/third_party/openssl/util/
Dindent.pro303 -T OCSP_REQ_CTX
/third_party/openssl/apps/
Docsp.c1502 OCSP_REQ_CTX *ctx = NULL; in query_responder()
Dapps.c600 OCSP_REQ_CTX *rctx = NULL; in load_cert_crl_http()