#include <openssl/x509v3.h>
#include <openssl/asn1.h>
#include <openssl/bio.h>
#include <openssl/nid.h>
Go to the source code of this file.
Functions | |
static int | i2r_ocsp_acutoff (const X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) |
static int | i2r_ocsp_nocheck (const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) |
static void * | s2i_ocsp_nocheck (const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) |
Variables | |
const X509V3_EXT_METHOD | v3_crl_invdate |
const X509V3_EXT_METHOD | v3_ocsp_nocheck |
|
static |
|
static |
|
static |
const X509V3_EXT_METHOD v3_crl_invdate |
const X509V3_EXT_METHOD v3_ocsp_nocheck |