/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_http.c | 51 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 D | ocsp_asn.c | 64 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 D | ocsp_cl.c | 116 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 D | ocsp_srv.c | 63 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 D | ocsp_prn.c | 132 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) in OCSP_RESPONSE_print()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OCSP_response_status.pod | 15 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 D | OCSP_sendreq_new.pod | 22 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 D | SSL_CTX_set_tlsext_status_cb.pod | 69 Typically a callback would obtain an OCSP_RESPONSE object from this data via a
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ocsp.h.in | 142 # 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 D | ocsp.h | 238 # 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 D | types.h | 79 # undef OCSP_RESPONSE 203 typedef struct ocsp_response_st OCSP_RESPONSE; typedef
|
/freebsd/crypto/openssl/apps/ |
H A D | ocsp.c | 69 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 D | s_server.c | 470 OCSP_RESPONSE **resp) in get_ocsp_resp_from_responder() 578 OCSP_RESPONSE *resp = NULL; in cert_status_cb()
|
H A D | s_client.c | 3369 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | x509.c | 46 OCSP_RESPONSE *resp = NULL; in FuzzerTestOneInput()
|
H A D | asn1.c | 132 ASN1_ITEM_ref(OCSP_RESPONSE),
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_item_list.h | 102 ASN1_ITEM_ref(OCSP_RESPONSE),
|
/freebsd/crypto/openssl/apps/include/ |
H A D | apps.h | 184 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 309 -T OCSP_RESPONSE
|
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 1046 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 D | tls_openssl.c | 5008 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 D | ssl_lib.c | 5078 OCSP_RESPONSE *rsp = NULL; in ct_extract_ocsp_response_scts()
|