#include <stdio.h>
#include <string.h>
#include <openssl/conf.h>
#include <openssl/err.h>
#include <openssl/obj.h>
#include <openssl/x509v3.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
STACK_OF (CONF_VALUE) | |
ASN1_BIT_STRING * | v2i_ASN1_BIT_STRING (X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) |
Variables | |
static const BIT_STRING_BITNAME | key_usage_type_table [] |
static const BIT_STRING_BITNAME | ns_cert_type_table [] |
const X509V3_EXT_METHOD | v3_key_usage |
const X509V3_EXT_METHOD | v3_nscert |
STACK_OF | ( | CONF_VALUE | ) |
Definition at line 99 of file v3_bitst.c.
ASN1_BIT_STRING* v2i_ASN1_BIT_STRING | ( | X509V3_EXT_METHOD * | method, |
X509V3_CTX * | ctx, | ||
STACK_OF(CONF_VALUE) * | nval | ||
) |
Definition at line 111 of file v3_bitst.c.
|
static |
Definition at line 81 of file v3_bitst.c.
|
static |
Definition at line 69 of file v3_bitst.c.
const X509V3_EXT_METHOD v3_key_usage |
Definition at line 96 of file v3_bitst.c.
const X509V3_EXT_METHOD v3_nscert |
Definition at line 94 of file v3_bitst.c.