webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
v3_int.c File Reference
#include <stdio.h>
#include <openssl/obj.h>
#include <openssl/x509v3.h>

Variables

const X509V3_EXT_METHOD v3_crl_num
 
const X509V3_EXT_METHOD v3_delta_crl
 
const X509V3_EXT_METHOD v3_inhibit_anyp
 

Variable Documentation

◆ v3_crl_num

const X509V3_EXT_METHOD v3_crl_num
Initial value:
= {
0, 0, 0, 0,
0,
0, 0, 0, 0, NULL
}
char *(* X509V3_EXT_I2S)(const struct v3_ext_method *method, void *ext)
Definition: x509v3.h:82
#define NID_crl_number
Definition: nid.h:2353
#define ASN1_ITEM_ref(iptr)
Definition: asn1.h:392
Definition: asn1.h:228
#define NULL
Definition: common_types.h:41
char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, ASN1_INTEGER *a)
Definition: v3_utl.c:169

◆ v3_delta_crl

const X509V3_EXT_METHOD v3_delta_crl
Initial value:
= {
0, 0, 0, 0,
0,
0, 0, 0, 0, NULL
}
char *(* X509V3_EXT_I2S)(const struct v3_ext_method *method, void *ext)
Definition: x509v3.h:82
#define NID_delta_crl
Definition: nid.h:2368
#define ASN1_ITEM_ref(iptr)
Definition: asn1.h:392
Definition: asn1.h:228
#define NULL
Definition: common_types.h:41
char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, ASN1_INTEGER *a)
Definition: v3_utl.c:169

◆ v3_inhibit_anyp

const X509V3_EXT_METHOD v3_inhibit_anyp
Initial value:
= {
0, 0, 0, 0,
(X509V3_EXT_S2I)s2i_asn1_int,
0, 0, 0, 0, NULL
}
char *(* X509V3_EXT_I2S)(const struct v3_ext_method *method, void *ext)
Definition: x509v3.h:82
#define NID_inhibit_any_policy
Definition: nid.h:2428
#define ASN1_ITEM_ref(iptr)
Definition: asn1.h:392
Definition: asn1.h:228
#define NULL
Definition: common_types.h:41
void *(* X509V3_EXT_S2I)(const struct v3_ext_method *method, struct v3_ext_ctx *ctx, const char *str)
Definition: x509v3.h:83
char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, ASN1_INTEGER *a)
Definition: v3_utl.c:169