OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ocsp_vfy.c File Reference
#include <openssl/ocsp.h>
#include <openssl/err.h>
#include <string.h>

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)
 

Function Documentation

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.