Symbol: OCSP_REQUEST
crypto/openssl/apps/include/apps.h
191
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
crypto/openssl/apps/ocsp.c
1012
static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
crypto/openssl/apps/ocsp.c
1074
static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
crypto/openssl/apps/ocsp.c
1254
static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
crypto/openssl/apps/ocsp.c
1258
return http_server_get_asn1_req(ASN1_ITEM_rptr(OCSP_REQUEST),
crypto/openssl/apps/ocsp.c
1286
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
crypto/openssl/apps/ocsp.c
1306
(ASN1_VALUE *)req, ASN1_ITEM_rptr(OCSP_REQUEST),
crypto/openssl/apps/ocsp.c
263
OCSP_REQUEST *req = NULL;
crypto/openssl/apps/ocsp.c
53
static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert,
crypto/openssl/apps/ocsp.c
56
static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,
crypto/openssl/apps/ocsp.c
59
static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
crypto/openssl/apps/ocsp.c
63
static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
crypto/openssl/apps/ocsp.c
72
static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
crypto/openssl/apps/ocsp.c
949
static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert,
crypto/openssl/apps/ocsp.c
975
static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,
crypto/openssl/apps/s_server.c
491
OCSP_REQUEST *req = NULL;
crypto/openssl/crypto/asn1/asn1_item_list.h
99
ASN1_ITEM_ref(OCSP_REQUEST),
crypto/openssl/crypto/ocsp/ocsp_asn.c
48
ASN1_SEQUENCE(OCSP_REQUEST) = {
crypto/openssl/crypto/ocsp/ocsp_asn.c
49
ASN1_EMBED(OCSP_REQUEST, tbsRequest, OCSP_REQINFO),
crypto/openssl/crypto/ocsp/ocsp_asn.c
50
ASN1_EXP_OPT(OCSP_REQUEST, optionalSignature, OCSP_SIGNATURE, 0)
crypto/openssl/crypto/ocsp/ocsp_asn.c
51
} ASN1_SEQUENCE_END(OCSP_REQUEST)
crypto/openssl/crypto/ocsp/ocsp_asn.c
53
IMPLEMENT_ASN1_FUNCTIONS(OCSP_REQUEST)
crypto/openssl/crypto/ocsp/ocsp_cl.c
30
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid)
crypto/openssl/crypto/ocsp/ocsp_cl.c
47
int OCSP_request_set1_name(OCSP_REQUEST *req, const X509_NAME *nm)
crypto/openssl/crypto/ocsp/ocsp_cl.c
64
int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert)
crypto/openssl/crypto/ocsp/ocsp_cl.c
80
int OCSP_request_sign(OCSP_REQUEST *req,
crypto/openssl/crypto/ocsp/ocsp_ext.c
23
int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x)
crypto/openssl/crypto/ocsp/ocsp_ext.c
275
int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len)
crypto/openssl/crypto/ocsp/ocsp_ext.c
28
int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos)
crypto/openssl/crypto/ocsp/ocsp_ext.c
302
int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs)
crypto/openssl/crypto/ocsp/ocsp_ext.c
33
int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj,
crypto/openssl/crypto/ocsp/ocsp_ext.c
340
int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req)
crypto/openssl/crypto/ocsp/ocsp_ext.c
39
int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos)
crypto/openssl/crypto/ocsp/ocsp_ext.c
44
X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
49
X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
54
void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx)
crypto/openssl/crypto/ocsp/ocsp_ext.c
59
int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
crypto/openssl/crypto/ocsp/ocsp_ext.c
66
int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ocsp/ocsp_http.c
16
const OCSP_REQUEST *req, int buf_size)
crypto/openssl/crypto/ocsp/ocsp_http.c
41
ASN1_ITEM_rptr(OCSP_REQUEST),
crypto/openssl/crypto/ocsp/ocsp_http.c
51
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req)
crypto/openssl/crypto/ocsp/ocsp_prn.c
89
int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags)
crypto/openssl/crypto/ocsp/ocsp_srv.c
23
int OCSP_request_onereq_count(OCSP_REQUEST *req)
crypto/openssl/crypto/ocsp/ocsp_srv.c
28
OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i)
crypto/openssl/crypto/ocsp/ocsp_srv.c
55
int OCSP_request_is_signed(OCSP_REQUEST *req)
crypto/openssl/crypto/ocsp/ocsp_vfy.c
25
static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
383
int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
419
static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
76
static int ocsp_verify(OCSP_REQUEST *req, OCSP_BASICRESP *bs,
crypto/openssl/fuzz/asn1.c
129
ASN1_ITEM_ref(OCSP_REQUEST),
crypto/openssl/include/openssl/ocsp.h
243
#define d2i_OCSP_REQUEST_bio(bp, p) ASN1_d2i_bio_of(OCSP_REQUEST, OCSP_REQUEST_new, d2i_OCSP_REQUEST, bp, p)
crypto/openssl/include/openssl/ocsp.h
247
#define PEM_read_bio_OCSP_REQUEST(bp, x, cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
crypto/openssl/include/openssl/ocsp.h
265
#define i2d_OCSP_REQUEST_bio(bp, o) ASN1_i2d_bio_of(OCSP_REQUEST, i2d_OCSP_REQUEST, bp, o)
crypto/openssl/include/openssl/ocsp.h
277
const OCSP_REQUEST *req, int buf_size);
crypto/openssl/include/openssl/ocsp.h
278
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
crypto/openssl/include/openssl/ocsp.h
291
OCSP_REQ_CTX_i2d(r, ASN1_ITEM_rptr(OCSP_REQUEST), (ASN1_VALUE *)(req))
crypto/openssl/include/openssl/ocsp.h
309
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
crypto/openssl/include/openssl/ocsp.h
311
int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
crypto/openssl/include/openssl/ocsp.h
313
int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
crypto/openssl/include/openssl/ocsp.h
314
int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
crypto/openssl/include/openssl/ocsp.h
316
int OCSP_request_set1_name(OCSP_REQUEST *req, const X509_NAME *nm);
crypto/openssl/include/openssl/ocsp.h
317
int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
crypto/openssl/include/openssl/ocsp.h
319
int OCSP_request_sign(OCSP_REQUEST *req,
crypto/openssl/include/openssl/ocsp.h
358
int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs,
crypto/openssl/include/openssl/ocsp.h
367
int OCSP_request_onereq_count(OCSP_REQUEST *req);
crypto/openssl/include/openssl/ocsp.h
368
OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i);
crypto/openssl/include/openssl/ocsp.h
373
int OCSP_request_is_signed(OCSP_REQUEST *req);
crypto/openssl/include/openssl/ocsp.h
404
int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x);
crypto/openssl/include/openssl/ocsp.h
405
int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
crypto/openssl/include/openssl/ocsp.h
406
int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj,
crypto/openssl/include/openssl/ocsp.h
408
int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
crypto/openssl/include/openssl/ocsp.h
409
X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc);
crypto/openssl/include/openssl/ocsp.h
410
X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc);
crypto/openssl/include/openssl/ocsp.h
411
void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit,
crypto/openssl/include/openssl/ocsp.h
413
int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
crypto/openssl/include/openssl/ocsp.h
415
int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ocsp.h
467
DECLARE_ASN1_FUNCTIONS(OCSP_REQUEST)
crypto/openssl/include/openssl/ocsp.h
477
int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *a, unsigned long flags);