| Used As |
Name |
Used In |
|
PARAM |
a |
OCSP_BASICRESP_free (
OCSP_BASICRESP* a
) »
|
|
PARAM |
x |
OCSP_BASICRESP_get_ext_count (
OCSP_BASICRESP* x
) »
|
|
PARAM |
x |
OCSP_BASICRESP_get_ext_by_NID (
OCSP_BASICRESP* x,
int nid,
int lastpos
) »
|
|
PARAM |
x |
OCSP_BASICRESP_get_ext_by_OBJ (
OCSP_BASICRESP* x,
ASN1_OBJECT* obj,
int lastpos
) »
|
|
PARAM |
x |
OCSP_BASICRESP_get_ext_by_critical (
OCSP_BASICRESP* x,
int crit,
int lastpos
) »
|
|
PARAM |
x |
OCSP_BASICRESP_get_ext (
OCSP_BASICRESP* x,
int loc
) »
|
|
PARAM |
x |
OCSP_BASICRESP_delete_ext (
OCSP_BASICRESP* x,
int loc
) »
|
|
PARAM |
x |
OCSP_BASICRESP_get1_ext_d2i (
OCSP_BASICRESP* x,
int nid,
int* crit,
int* idx
) »
|
|
PARAM |
x |
OCSP_BASICRESP_add1_ext_i2d (
OCSP_BASICRESP* x,
int nid,
void* value,
int crit,
unsigned long flags
) »
|
|
PARAM |
x |
OCSP_BASICRESP_add_ext (
OCSP_BASICRESP* x,
X509_EXTENSION* ex,
int loc
) »
|
|
PARAM |
resp |
OCSP_basic_add1_nonce (
OCSP_BASICRESP* resp,
unsigned char* val,
int len
) »
|
|
PARAM |
bs |
OCSP_check_nonce (
OCSP_REQUEST* req,
OCSP_BASICRESP* bs
) »
|
|
PARAM |
resp |
OCSP_copy_nonce (
OCSP_BASICRESP* resp,
OCSP_REQUEST* req
) »
|
|
PARAM |
bs |
OCSP_resp_count (
OCSP_BASICRESP* bs
) »
|
|
PARAM |
bs |
OCSP_resp_get0 (
OCSP_BASICRESP* bs,
int idx
) »
|
|
PARAM |
bs |
OCSP_resp_find (
OCSP_BASICRESP* bs,
OCSP_CERTID* id,
int last
) »
|
|
PARAM |
bs |
OCSP_resp_find_status (
OCSP_BASICRESP* bs,
OCSP_CERTID* id,
int* status,
int* reason,
ASN1_GENERALIZEDTIME** revtime,
ASN1_GENERALIZEDTIME** thisupd,
ASN1_GENERALIZEDTIME** nextupd
) »
|
|
PARAM |
bs |
OCSP_response_create (
int status,
OCSP_BASICRESP* bs
) »
|
|
PARAM |
rsp |
OCSP_basic_add1_status (
OCSP_BASICRESP* rsp,
OCSP_CERTID* cid,
int status,
int reason,
ASN1_TIME* revtime,
ASN1_TIME* thisupd,
ASN1_TIME* nextupd
) »
|
|
PARAM |
resp |
OCSP_basic_add1_cert (
OCSP_BASICRESP* resp,
X509* cert
) »
|
|
PARAM |
brsp |
OCSP_basic_sign (
OCSP_BASICRESP* brsp,
X509* signer,
EVP_PKEY* key,
EVP_MD const* dgst,
struct stack_st_X509* certs,
unsigned long flags
) »
|
|
PARAM |
bs |
OCSP_basic_verify (
OCSP_BASICRESP* bs,
struct stack_st_X509* certs,
X509_STORE* st,
unsigned long flags
) »
|
|
RETURN |
|
OCSP_response_get1_basic (
OCSP_RESPONSE* resp
) »
|