Home
last modified time | relevance | path

Searched refs:OCSP_REQUEST (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/include/openssl/
Docsp.h81 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 …]
Dossl_typ.h71 # undef OCSP_REQUEST
/third_party/openssl/doc/man3/
DOCSP_REQUEST_new.pod13 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 …]
DOCSP_request_add1_nonce.pod11 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);
DOCSP_sendreq_new.pod19 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/
Docsp_ext.c23 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 …]
Docsp_asn.c48 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)
Docsp_cl.c31 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()
Docsp_ht.c154 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()
Docsp_srv.c24 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()
Docsp_vfy.c24 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()
Docsp_prn.c87 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags) in OCSP_REQUEST_print()
/third_party/openssl/apps/
Docsp.c84 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 …]
Dapps.h492 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
Ds_server.c517 OCSP_REQUEST *req = NULL; in get_ocsp_resp_from_responder()
/third_party/openssl/crypto/asn1/
Dasn1_item_list.h96 ASN1_ITEM_ref(OCSP_REQUEST),
/third_party/openssl/fuzz/
Dasn1.c125 ASN1_ITEM_ref(OCSP_REQUEST),
/third_party/openssl/util/
Dindent.pro302 -T OCSP_REQUEST
/third_party/curl/lib/vtls/
Dopenssl.c42 #undef OCSP_REQUEST
/third_party/mingw-w64/mingw-w64-headers/include/
Dwincrypt.h1570 #define OCSP_REQUEST ((LPCSTR) 66) macro