| Used As |
Name |
Used In |
|
PARAM |
a |
OCSP_CERTID_free (
OCSP_CERTID* a
) »
|
|
PARAM |
a |
OCSP_id_issuer_cmp (
OCSP_CERTID* a,
OCSP_CERTID* b
) »
|
|
PARAM |
b |
OCSP_id_issuer_cmp (
OCSP_CERTID* a,
OCSP_CERTID* b
) »
|
|
PARAM |
a |
OCSP_id_cmp (
OCSP_CERTID* a,
OCSP_CERTID* b
) »
|
|
PARAM |
b |
OCSP_id_cmp (
OCSP_CERTID* a,
OCSP_CERTID* b
) »
|
|
PARAM |
x |
OCSP_CERTID_dup (
OCSP_CERTID* x
) »
|
|
PARAM |
cid |
OCSP_request_add0_id (
OCSP_REQUEST* req,
OCSP_CERTID* cid
) »
|
|
PARAM |
id |
OCSP_resp_find (
OCSP_BASICRESP* bs,
OCSP_CERTID* id,
int last
) »
|
|
PARAM |
id |
OCSP_resp_find_status (
OCSP_BASICRESP* bs,
OCSP_CERTID* id,
int* status,
int* reason,
ASN1_GENERALIZEDTIME** revtime,
ASN1_GENERALIZEDTIME** thisupd,
ASN1_GENERALIZEDTIME** nextupd
) »
|
|
PARAM |
cid |
OCSP_id_get0_info (
ASN1_OCTET_STRING** piNameHash,
ASN1_OBJECT** pmd,
ASN1_OCTET_STRING** pikeyHash,
ASN1_INTEGER** pserial,
OCSP_CERTID* cid
) »
|
|
PARAM |
cid |
OCSP_basic_add1_status (
OCSP_BASICRESP* rsp,
OCSP_CERTID* cid,
int status,
int reason,
ASN1_TIME* revtime,
ASN1_TIME* thisupd,
ASN1_TIME* nextupd
) »
|
|
RETURN |
|
OCSP_CERTID_new ( ) »
|
|
RETURN |
|
OCSP_cert_id_new (
EVP_MD const* dgst,
X509_NAME* issuerName,
ASN1_BIT_STRING* issuerKey,
ASN1_INTEGER* serialNumber
) »
|
|
RETURN |
|
OCSP_cert_to_id (
EVP_MD const* dgst,
X509* subject,
X509* issuer
) »
|
|
RETURN |
|
OCSP_CERTID_dup (
OCSP_CERTID* x
) »
|
|
RETURN |
|
OCSP_onereq_get0_id (
OCSP_ONEREQ* one
) »
|
|
FIELD |
.reqCert |
struct ocsp_one_request_st {
OCSP_CERTID* reqCert,
struct stack_st_X509_EXTENSION* singleRequestExtensions
} »
|
|
FIELD |
.certId |
struct ocsp_single_response_st {
OCSP_CERTID* certId,
OCSP_CERTSTATUS* certStatus,
ASN1_GENERALIZEDTIME* thisUpdate,
ASN1_GENERALIZEDTIME* nextUpdate,
struct stack_st_X509_EXTENSION* singleExtensions
} »
|