/third_party/openssl/include/openssl/ |
D | ocsp.h | 81 typedef struct ocsp_request_st OCSP_REQUEST; typedef 118 # define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST… 122 # define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \ 140 # define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) 151 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 152 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, 165 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req); 177 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid); 179 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len); 181 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs); [all …]
|
D | ossl_typ.h | 71 # undef OCSP_REQUEST
|
/third_party/openssl/doc/man3/ |
D | OCSP_REQUEST_new.pod | 13 OCSP_REQUEST *OCSP_REQUEST_new(void); 14 void OCSP_REQUEST_free(OCSP_REQUEST *req); 16 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid); 18 int OCSP_request_sign(OCSP_REQUEST *req, 22 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert); 24 int OCSP_request_onereq_count(OCSP_REQUEST *req); 25 OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i); 29 OCSP_REQUEST_new() allocates and returns an empty B<OCSP_REQUEST> structure. 55 OCSP_REQUEST_new() returns an empty B<OCSP_REQUEST> structure or B<NULL> if 80 Create an B<OCSP_REQUEST> structure for certificate B<cert> with issuer [all …]
|
D | OCSP_request_add1_nonce.pod | 11 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len); 13 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req); 14 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *resp);
|
D | OCSP_sendreq_new.pod | 19 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, 31 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req); 33 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req); 66 ASN1_ITEM_rptr(OCSP_REQUEST), (ASN1_VALUE *)req)
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 23 int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x) in OCSP_REQUEST_get_ext_count() 28 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) in OCSP_REQUEST_get_ext_by_NID() 34 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj, in OCSP_REQUEST_get_ext_by_OBJ() 41 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) in OCSP_REQUEST_get_ext_by_critical() 47 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_get_ext() 52 X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_delete_ext() 57 void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx) in OCSP_REQUEST_get1_ext_d2i() 62 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, in OCSP_REQUEST_add1_ext_i2d() 69 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) in OCSP_REQUEST_add_ext() 282 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len) in OCSP_request_add1_nonce() [all …]
|
D | ocsp_asn.c | 48 ASN1_SEQUENCE(OCSP_REQUEST) = { 49 ASN1_EMBED(OCSP_REQUEST, tbsRequest, OCSP_REQINFO), 50 ASN1_EXP_OPT(OCSP_REQUEST, optionalSignature, OCSP_SIGNATURE, 0) 51 } ASN1_SEQUENCE_END(OCSP_REQUEST) 53 IMPLEMENT_ASN1_FUNCTIONS(OCSP_REQUEST)
|
D | ocsp_cl.c | 31 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) in OCSP_request_add0_id() 51 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm) in OCSP_request_set1_name() 70 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert) in OCSP_request_add1_cert() 96 int OCSP_request_sign(OCSP_REQUEST *req, in OCSP_request_sign()
|
D | ocsp_ht.c | 154 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req) in OCSP_REQ_CTX_set1_req() 156 return OCSP_REQ_CTX_i2d(rctx, ASN1_ITEM_rptr(OCSP_REQUEST), in OCSP_REQ_CTX_set1_req() 179 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, in OCSP_sendreq_new() 481 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio()
|
D | ocsp_srv.c | 24 int OCSP_request_onereq_count(OCSP_REQUEST *req) in OCSP_request_onereq_count() 29 OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i) in OCSP_request_onereq_get0() 56 int OCSP_request_is_signed(OCSP_REQUEST *req) in OCSP_request_is_signed()
|
D | ocsp_vfy.c | 24 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, 339 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, in OCSP_request_verify() 416 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, in ocsp_req_find_signer()
|
D | ocsp_prn.c | 87 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags) in OCSP_REQUEST_print()
|
/third_party/openssl/apps/ |
D | ocsp.c | 84 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, 87 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, 90 static void print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, 94 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 103 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, int timeout); 121 OCSP_REQUEST *req, int req_timeout); 234 OCSP_REQUEST *req = NULL; in ocsp_main() 1013 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, in add_ocsp_cert() 1039 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, in add_ocsp_serial() 1076 static void print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, in print_ocsp_summary() [all …]
|
D | apps.h | 492 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
|
D | s_server.c | 517 OCSP_REQUEST *req = NULL; in get_ocsp_resp_from_responder()
|
/third_party/openssl/crypto/asn1/ |
D | asn1_item_list.h | 96 ASN1_ITEM_ref(OCSP_REQUEST),
|
/third_party/openssl/fuzz/ |
D | asn1.c | 125 ASN1_ITEM_ref(OCSP_REQUEST),
|
/third_party/openssl/util/ |
D | indent.pro | 302 -T OCSP_REQUEST
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 42 #undef OCSP_REQUEST
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wincrypt.h | 1570 #define OCSP_REQUEST ((LPCSTR) 66) macro
|