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

Go to the source code of this file.

Classes

struct  OCSP_TBLSTR
 

Functions

const char * OCSP_response_status_str (long s)
 
const char * OCSP_cert_status_str (long s)
 
const char * OCSP_crl_reason_str (long s)
 
int OCSP_REQUEST_print (BIO *bp, OCSP_REQUEST *o, unsigned long flags)
 
int OCSP_RESPONSE_print (BIO *bp, OCSP_RESPONSE *o, unsigned long flags)
 

Function Documentation

const char* OCSP_cert_status_str ( long  s)

Definition at line 112 of file ocsp_prn.c.

const char* OCSP_crl_reason_str ( long  s)

Definition at line 121 of file ocsp_prn.c.

int OCSP_REQUEST_print ( BIO bp,
OCSP_REQUEST o,
unsigned long  flags 
)

Definition at line 135 of file ocsp_prn.c.

int OCSP_RESPONSE_print ( BIO bp,
OCSP_RESPONSE o,
unsigned long  flags 
)

Definition at line 181 of file ocsp_prn.c.

const char* OCSP_response_status_str ( long  s)

Definition at line 100 of file ocsp_prn.c.