Go to the source code of this file.
Functions | |
int | OCSP_basic_verify (OCSP_BASICRESP *bs, STACK_OF(X509)*certs, X509_STORE *st, unsigned long flags) |
int | OCSP_request_verify (OCSP_REQUEST *req, STACK_OF(X509)*certs, X509_STORE *store, unsigned long flags) |
int OCSP_basic_verify | ( | OCSP_BASICRESP * | bs, |
STACK_OF(X509)* | certs, | ||
X509_STORE * | st, | ||
unsigned long | flags | ||
) |
Definition at line 75 of file ocsp_vfy.c.
int OCSP_request_verify | ( | OCSP_REQUEST * | req, |
STACK_OF(X509)* | certs, | ||
X509_STORE * | store, | ||
unsigned long | flags | ||
) |
Definition at line 359 of file ocsp_vfy.c.