webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
v3_bitst.c File Reference
#include <stdio.h>
#include <string.h>
#include <openssl/conf.h>
#include <openssl/err.h>
#include <openssl/obj.h>
#include <openssl/x509v3.h>

Functions

 STACK_OF (CONF_VALUE)
 
ASN1_BIT_STRINGv2i_ASN1_BIT_STRING (X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
 

Variables

const X509V3_EXT_METHOD v3_nscert
 
const X509V3_EXT_METHOD v3_key_usage
 

Function Documentation

◆ STACK_OF()

STACK_OF ( CONF_VALUE  )

◆ v2i_ASN1_BIT_STRING()

ASN1_BIT_STRING* v2i_ASN1_BIT_STRING ( X509V3_EXT_METHOD method,
X509V3_CTX ctx,
STACK_OF(CONF_VALUE) *  nval 
)

Variable Documentation

◆ v3_key_usage

const X509V3_EXT_METHOD v3_key_usage
Initial value:
=
EXT_BITSTRING(NID_key_usage, key_usage_type_table)
#define NID_key_usage
Definition: nid.h:2328
#define EXT_BITSTRING(nid, table)
Definition: x509v3.h:386

◆ v3_nscert

const X509V3_EXT_METHOD v3_nscert
Initial value:
=
#define NID_netscape_cert_type
Definition: nid.h:2463
#define EXT_BITSTRING(nid, table)
Definition: x509v3.h:386