#include <stdio.h>
#include <openssl/obj.h>
#include <openssl/mem.h>
#include <openssl/x509v3.h>
#include "internal.h"
Go to the source code of this file.
Typedefs | |
typedef BIT_STRING_BITNAME | ENUMERATED_NAMES |
Functions | |
char * | i2s_ASN1_ENUMERATED_TABLE (X509V3_EXT_METHOD *method, const ASN1_ENUMERATED *e) |
Variables | |
static const ENUMERATED_NAMES | crl_reasons [] |
const X509V3_EXT_METHOD | v3_crl_reason |
typedef BIT_STRING_BITNAME ENUMERATED_NAMES |
char* i2s_ASN1_ENUMERATED_TABLE | ( | X509V3_EXT_METHOD * | method, |
const ASN1_ENUMERATED * | e | ||
) |
|
static |
const X509V3_EXT_METHOD v3_crl_reason |