Eneboo - Documentación para desarrolladores
|
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/ocsp.h>
#include <openssl/pem.h>
Clases | |
struct | OCSP_TBLSTR |
Funciones | |
char * | OCSP_response_status_str (long s) |
char * | OCSP_cert_status_str (long s) |
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) |
char* OCSP_cert_status_str | ( | long | s | ) |
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 | ||
) |
char* OCSP_response_status_str | ( | long | s | ) |