Home
last modified time | relevance | path

Searched refs:OCSP_RESPONSE (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_http.c51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio()
53 OCSP_RESPONSE *resp = NULL; in OCSP_sendreq_bio()
62 resp = (OCSP_RESPONSE *)ASN1_item_d2i_bio(ASN1_ITEM_rptr(OCSP_RESPONSE), in OCSP_sendreq_bio()
H A Docsp_asn.c64 ASN1_SEQUENCE(OCSP_RESPONSE) = {
65 ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED),
66 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0)
67 } ASN1_SEQUENCE_END(OCSP_RESPONSE)
69 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
H A Docsp_cl.c116 int OCSP_response_status(OCSP_RESPONSE *resp) in OCSP_response_status()
125 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp) in OCSP_response_get1_basic()
H A Docsp_srv.c63 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) in OCSP_response_create()
65 OCSP_RESPONSE *rsp = NULL; in OCSP_response_create()
H A Docsp_prn.c132 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) in OCSP_RESPONSE_print()
/freebsd/crypto/openssl/doc/man3/
H A DOCSP_response_status.pod15 int OCSP_response_status(OCSP_RESPONSE *resp);
16 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
17 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
18 void OCSP_RESPONSE_free(OCSP_RESPONSE *resp);
45 OCSP_response_create() creates and returns an I<OCSP_RESPONSE> structure for
90 OCSP_response_create() returns an I<OCSP_RESPONSE> structure pointer or I<NULL>
H A DOCSP_sendreq_new.pod22 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req);
29 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OSSL_HTTP_REQ_CTX *rctx);
58 a pointer to a B<OCSP_RESPONSE> structure, in I<*presp>.
94 OCSP_sendreq_bio() returns the B<OCSP_RESPONSE> structure sent by the
H A DSSL_CTX_set_tlsext_status_cb.pod69 Typically a callback would obtain an OCSP_RESPONSE object from this data via a
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h.in142 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESP…
148 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\
160 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
175 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
195 ASN1_ITEM_rptr(OCSP_RESPONSE))
224 int OCSP_response_status(OCSP_RESPONSE *resp);
225 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
273 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
362 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
377 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags);
H A Docsp.h238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESP…
244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\
256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
291 ASN1_ITEM_rptr(OCSP_RESPONSE))
320 int OCSP_response_status(OCSP_RESPONSE *resp);
321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags);
H A Dtypes.h79 # undef OCSP_RESPONSE
203 typedef struct ocsp_response_st OCSP_RESPONSE; typedef
/freebsd/crypto/openssl/apps/
H A Docsp.c69 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
80 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp);
224 OCSP_RESPONSE *resp = NULL; in ocsp_main()
1028 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response()
1215 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp) in send_ocsp_response()
1221 ASN1_ITEM_rptr(OCSP_RESPONSE), in send_ocsp_response()
1231 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host, in process_responder()
1238 OCSP_RESPONSE *resp = NULL; in process_responder()
1248 resp = (OCSP_RESPONSE *) in process_responder()
1253 req_timeout, ASN1_ITEM_rptr(OCSP_RESPONSE)); in process_responder()
[all...]
H A Ds_server.c470 OCSP_RESPONSE **resp) in get_ocsp_resp_from_responder()
578 OCSP_RESPONSE *resp = NULL; in cert_status_cb()
H A Ds_client.c3369 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
/freebsd/crypto/openssl/fuzz/
H A Dx509.c46 OCSP_RESPONSE *resp = NULL; in FuzzerTestOneInput()
H A Dasn1.c132 ASN1_ITEM_ref(OCSP_RESPONSE),
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h102 ASN1_ITEM_ref(OCSP_RESPONSE),
/freebsd/crypto/openssl/apps/include/
H A Dapps.h184 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
/freebsd/crypto/openssl/util/
H A Dindent.pro309 -T OCSP_RESPONSE
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c1046 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp) in ocsp_debug_print_resp()
1094 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c5008 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp) in ocsp_debug_print_resp()
5047 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5078 OCSP_RESPONSE *rsp = NULL; in ct_extract_ocsp_response_scts()