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 | |
const X509V3_EXT_METHOD | v3_nscert = EXT_BITSTRING(NID_netscape_cert_type, ns_cert_type_table) |
const X509V3_EXT_METHOD | v3_key_usage = EXT_BITSTRING(NID_key_usage, key_usage_type_table) |
STACK_OF | ( | CONF_VALUE | ) |
Definition at line 94 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 105 of file v3_bitst.c.
const X509V3_EXT_METHOD v3_key_usage = EXT_BITSTRING(NID_key_usage, key_usage_type_table) |
Definition at line 92 of file v3_bitst.c.
const X509V3_EXT_METHOD v3_nscert = EXT_BITSTRING(NID_netscape_cert_type, ns_cert_type_table) |
Definition at line 91 of file v3_bitst.c.