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

Functions

 ASN1_CHOICE_cb (DIST_POINT_NAME, dpn_cb)
 
int DIST_POINT_set_dpname (DIST_POINT_NAME *dpn, X509_NAME *iname)
 

Variables

const X509V3_EXT_METHOD v3_crld
 
const X509V3_EXT_METHOD v3_freshest_crl
 
const X509V3_EXT_METHOD v3_idp
 

Function Documentation

◆ ASN1_CHOICE_cb()

ASN1_CHOICE_cb ( DIST_POINT_NAME  ,
dpn_cb   
)

◆ DIST_POINT_set_dpname()

int DIST_POINT_set_dpname ( DIST_POINT_NAME dpn,
X509_NAME iname 
)

Variable Documentation

◆ v3_crld

const X509V3_EXT_METHOD v3_crld
Initial value:
= {
0, 0, 0, 0,
0, 0,
0,
v2i_crld,
i2r_crldp, 0,
}
#define NID_crl_distribution_points
Definition: nid.h:2388
#define ASN1_ITEM_ref(iptr)
Definition: asn1.h:392
#define NULL
Definition: common_types.h:41

◆ v3_freshest_crl

const X509V3_EXT_METHOD v3_freshest_crl
Initial value:
= {
NID_freshest_crl, 0, ASN1_ITEM_ref(CRL_DIST_POINTS),
0, 0, 0, 0,
0, 0,
0,
v2i_crld,
i2r_crldp, 0,
}
#define NID_freshest_crl
Definition: nid.h:2423
#define ASN1_ITEM_ref(iptr)
Definition: asn1.h:392
#define NULL
Definition: common_types.h:41

◆ v3_idp

const X509V3_EXT_METHOD v3_idp
Initial value:
= {
0, 0, 0, 0,
0, 0,
0,
v2i_idp,
i2r_idp, 0,
}
Definition: x509v3.h:353
#define X509V3_EXT_MULTILINE
Definition: x509v3.h:145
#define NID_issuing_distribution_point
Definition: nid.h:2373
#define ASN1_ITEM_ref(iptr)
Definition: asn1.h:392
#define NULL
Definition: common_types.h:41