OCSP_RESPONSE
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp)
ASN1_ITEM_rptr(OCSP_RESPONSE),
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
OCSP_RESPONSE *resp = NULL;
resp = (OCSP_RESPONSE *)
req_timeout, ASN1_ITEM_rptr(OCSP_RESPONSE));
OCSP_RESPONSE *resp = NULL;
static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp);
OCSP_RESPONSE *rsp;
OCSP_RESPONSE **resp)
OCSP_RESPONSE *resp = NULL;
ASN1_ITEM_ref(OCSP_RESPONSE),
ASN1_SEQUENCE(OCSP_RESPONSE) = {
ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED),
ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0)
} ASN1_SEQUENCE_END(OCSP_RESPONSE)
IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
int OCSP_response_status(OCSP_RESPONSE *resp)
OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp)
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req)
OCSP_RESPONSE *resp = NULL;
resp = (OCSP_RESPONSE *)ASN1_item_d2i_bio(ASN1_ITEM_rptr(OCSP_RESPONSE),
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags)
OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs)
OCSP_RESPONSE *rsp = NULL;
ASN1_ITEM_ref(OCSP_RESPONSE),
OCSP_RESPONSE *resp = NULL;
#define d2i_OCSP_RESPONSE_bio(bp, p) ASN1_d2i_bio_of(OCSP_RESPONSE, OCSP_RESPONSE_new, d2i_OCSP_RESPONSE, bp, p)
#define PEM_read_bio_OCSP_RESPONSE(bp, x, cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio( \
#define i2d_OCSP_RESPONSE_bio(bp, o) ASN1_i2d_bio_of(OCSP_RESPONSE, i2d_OCSP_RESPONSE, bp, o)
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
ASN1_ITEM_rptr(OCSP_RESPONSE))
int OCSP_response_status(OCSP_RESPONSE *resp);
OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags);
OCSP_RESPONSE *rsp = NULL;