#include <stdio.h>
#include <openssl/asn1t.h>
#include <openssl/conf.h>
#include <openssl/err.h>
#include <openssl/obj.h>
#include <openssl/x509v3.h>
Go to the source code of this file.
Functions | |
static | STACK_OF (CONF_VALUE) |
static void * | v2i_EXTENDED_KEY_USAGE (const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) |
Variables | |
const X509V3_EXT_METHOD | v3_ocsp_accresp |
|
static |
Definition at line 69 of file v3_extku.c.
|
static |
const X509V3_EXT_METHOD v3_ocsp_accresp |
Definition at line 85 of file v3_extku.c.