OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
v3_ext_ctx Struct Reference

#include <x509v3.h>

Public Attributes

int flags
 
X509issuer_cert
 
X509subject_cert
 
X509_REQsubject_req
 
X509_CRLcrl
 
X509V3_CONF_METHODdb_meth
 
voiddb
 

Detailed Description

Definition at line 129 of file x509v3.h.

Member Data Documentation

X509_CRL * v3_ext_ctx::crl

Definition at line 135 of file x509v3.h.

void * v3_ext_ctx::db

Definition at line 137 of file x509v3.h.

X509V3_CONF_METHOD * v3_ext_ctx::db_meth

Definition at line 136 of file x509v3.h.

int v3_ext_ctx::flags

Definition at line 131 of file x509v3.h.

X509 * v3_ext_ctx::issuer_cert

Definition at line 132 of file x509v3.h.

X509 * v3_ext_ctx::subject_cert

Definition at line 133 of file x509v3.h.

X509_REQ * v3_ext_ctx::subject_req

Definition at line 134 of file x509v3.h.


The documentation for this struct was generated from the following files: