OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
v3_crld.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/conf.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/x509v3.h>

Go to the source code of this file.

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 ( DIST_POINT_NAME  ,
dpn_cb   
)
int DIST_POINT_set_dpname ( DIST_POINT_NAME dpn,
X509_NAME iname 
)

Definition at line 587 of file v3_crld.c.

Variable Documentation

const X509V3_EXT_METHOD v3_crld
Initial value:
=
{
0,0,0,0,
0,0,
0,
v2i_crld,
i2r_crldp,0,
NULL
}

Definition at line 71 of file v3_crld.c.

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,
NULL
}

Definition at line 82 of file v3_crld.c.

const X509V3_EXT_METHOD v3_idp
Initial value:
=
{
0,0,0,0,
0,0,
0,
v2i_idp,
i2r_idp,0,
NULL
}

Definition at line 434 of file v3_crld.c.