Symbol: OCSP_REQUEST
crypto/libressl/apps/openssl/apps.h
193
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
100
STACK_OF(CONF_VALUE) *headers, const char *host, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
1073
add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md,
crypto/libressl/apps/openssl/ocsp.c
1099
add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD *cert_id_md,
crypto/libressl/apps/openssl/ocsp.c
1137
print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
1198
make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
crypto/libressl/apps/openssl/ocsp.c
127
OCSP_REQUEST *req;
crypto/libressl/apps/openssl/ocsp.c
1350
do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port)
crypto/libressl/apps/openssl/ocsp.c
1353
OCSP_REQUEST *req = NULL;
crypto/libressl/apps/openssl/ocsp.c
1412
const char *host, OCSP_REQUEST *req, int req_timeout)
crypto/libressl/apps/openssl/ocsp.c
1500
process_responder(BIO *err, OCSP_REQUEST *req, char *host, char *path,
crypto/libressl/apps/openssl/ocsp.c
82
static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert,
crypto/libressl/apps/openssl/ocsp.c
84
static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,
crypto/libressl/apps/openssl/ocsp.c
86
static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
90
static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
96
static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
crypto/libressl/apps/openssl/s_server.c
2341
OCSP_REQUEST *req = NULL;
crypto/libressl/crypto/ocsp/ocsp_asn.c
315
.offset = offsetof(OCSP_REQUEST, tbsRequest),
crypto/libressl/crypto/ocsp/ocsp_asn.c
322
.offset = offsetof(OCSP_REQUEST, optionalSignature),
crypto/libressl/crypto/ocsp/ocsp_asn.c
334
.size = sizeof(OCSP_REQUEST),
crypto/libressl/crypto/ocsp/ocsp_asn.c
338
OCSP_REQUEST *
crypto/libressl/crypto/ocsp/ocsp_asn.c
339
d2i_OCSP_REQUEST(OCSP_REQUEST **a, const unsigned char **in, long len)
crypto/libressl/crypto/ocsp/ocsp_asn.c
341
return (OCSP_REQUEST *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/ocsp/ocsp_asn.c
346
i2d_OCSP_REQUEST(OCSP_REQUEST *a, unsigned char **out)
crypto/libressl/crypto/ocsp/ocsp_asn.c
351
OCSP_REQUEST *
crypto/libressl/crypto/ocsp/ocsp_asn.c
352
d2i_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST **a)
crypto/libressl/crypto/ocsp/ocsp_asn.c
358
i2d_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST *a)
crypto/libressl/crypto/ocsp/ocsp_asn.c
363
OCSP_REQUEST *
crypto/libressl/crypto/ocsp/ocsp_asn.c
366
return (OCSP_REQUEST *)ASN1_item_new(&OCSP_REQUEST_it);
crypto/libressl/crypto/ocsp/ocsp_asn.c
370
OCSP_REQUEST_free(OCSP_REQUEST *a)
crypto/libressl/crypto/ocsp/ocsp_cl.c
105
OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm)
crypto/libressl/crypto/ocsp/ocsp_cl.c
125
OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert)
crypto/libressl/crypto/ocsp/ocsp_cl.c
151
OCSP_request_sign(OCSP_REQUEST *req, X509 *signer, EVP_PKEY *key,
crypto/libressl/crypto/ocsp/ocsp_cl.c
84
OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid)
crypto/libressl/crypto/ocsp/ocsp_ext.c
102
OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos)
crypto/libressl/crypto/ocsp/ocsp_ext.c
109
OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc)
crypto/libressl/crypto/ocsp/ocsp_ext.c
115
OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc)
crypto/libressl/crypto/ocsp/ocsp_ext.c
121
OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx)
crypto/libressl/crypto/ocsp/ocsp_ext.c
127
OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
crypto/libressl/crypto/ocsp/ocsp_ext.c
135
OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc)
crypto/libressl/crypto/ocsp/ocsp_ext.c
366
OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len)
crypto/libressl/crypto/ocsp/ocsp_ext.c
392
OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs)
crypto/libressl/crypto/ocsp/ocsp_ext.c
428
OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req)
crypto/libressl/crypto/ocsp/ocsp_ext.c
81
OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x)
crypto/libressl/crypto/ocsp/ocsp_ext.c
87
OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos)
crypto/libressl/crypto/ocsp/ocsp_ext.c
94
OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj,
crypto/libressl/crypto/ocsp/ocsp_ht.c
120
OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req)
crypto/libressl/crypto/ocsp/ocsp_ht.c
152
OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, int maxline)
crypto/libressl/crypto/ocsp/ocsp_ht.c
443
OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req)
crypto/libressl/crypto/ocsp/ocsp_prn.c
146
OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
crypto/libressl/crypto/ocsp/ocsp_srv.c
110
OCSP_request_is_signed(OCSP_REQUEST *req)
crypto/libressl/crypto/ocsp/ocsp_srv.c
75
OCSP_request_onereq_count(OCSP_REQUEST *req)
crypto/libressl/crypto/ocsp/ocsp_srv.c
81
OCSP_request_onereq_get0(OCSP_REQUEST *req, int i)
crypto/libressl/crypto/ocsp/ocsp_vfy.c
381
OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store,
crypto/libressl/crypto/ocsp/ocsp_vfy.c
453
ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm,
crypto/libressl/crypto/ocsp/ocsp_vfy.c
75
static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
crypto/libressl/include/openssl/ocsp.h
125
typedef struct ocsp_request_st OCSP_REQUEST;
crypto/libressl/include/openssl/ocsp.h
169
(OCSP_REQUEST *)PEM_ASN1_read_bio((char *(*)())d2i_OCSP_REQUEST, \
crypto/libressl/include/openssl/ocsp.h
192
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
crypto/libressl/include/openssl/ocsp.h
193
OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
crypto/libressl/include/openssl/ocsp.h
197
int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
crypto/libressl/include/openssl/ocsp.h
207
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
crypto/libressl/include/openssl/ocsp.h
209
int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
crypto/libressl/include/openssl/ocsp.h
211
int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
crypto/libressl/include/openssl/ocsp.h
212
int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
crypto/libressl/include/openssl/ocsp.h
214
int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
crypto/libressl/include/openssl/ocsp.h
215
int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
crypto/libressl/include/openssl/ocsp.h
217
int OCSP_request_sign(OCSP_REQUEST *req, X509 *signer, EVP_PKEY *key,
crypto/libressl/include/openssl/ocsp.h
246
int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs,
crypto/libressl/include/openssl/ocsp.h
255
int OCSP_request_onereq_count(OCSP_REQUEST *req);
crypto/libressl/include/openssl/ocsp.h
256
OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i);
crypto/libressl/include/openssl/ocsp.h
261
int OCSP_request_is_signed(OCSP_REQUEST *req);
crypto/libressl/include/openssl/ocsp.h
278
int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x);
crypto/libressl/include/openssl/ocsp.h
279
int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
crypto/libressl/include/openssl/ocsp.h
280
int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj,
crypto/libressl/include/openssl/ocsp.h
282
int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit,
crypto/libressl/include/openssl/ocsp.h
284
X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc);
crypto/libressl/include/openssl/ocsp.h
285
X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc);
crypto/libressl/include/openssl/ocsp.h
286
void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx);
crypto/libressl/include/openssl/ocsp.h
287
int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value,
crypto/libressl/include/openssl/ocsp.h
289
int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc);
crypto/libressl/include/openssl/ocsp.h
386
OCSP_REQUEST *OCSP_REQUEST_new(void);
crypto/libressl/include/openssl/ocsp.h
387
void OCSP_REQUEST_free(OCSP_REQUEST *a);
crypto/libressl/include/openssl/ocsp.h
388
OCSP_REQUEST *d2i_OCSP_REQUEST(OCSP_REQUEST **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/ocsp.h
389
int i2d_OCSP_REQUEST(OCSP_REQUEST *a, unsigned char **out);
crypto/libressl/include/openssl/ocsp.h
390
OCSP_REQUEST *d2i_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST **a);
crypto/libressl/include/openssl/ocsp.h
391
int i2d_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST *a);
crypto/libressl/include/openssl/ocsp.h
418
int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* a, unsigned long flags);