v3_ext_ctx Struct Reference

#include <
x509v3.h>

Data Fields

int flags
X509issuer_cert
X509subject_cert
X509_REQsubject_req
X509_CRLcrl
X509V3_CONF_METHODdb_meth
void * db

Field Documentation

X509_CRL* v3_ext_ctx::crl
 
void* v3_ext_ctx::db
 
X509V3_CONF_METHOD* v3_ext_ctx::db_meth
 
int v3_ext_ctx::flags
 
X509* v3_ext_ctx::issuer_cert
 
X509* v3_ext_ctx::subject_cert
 
X509_REQ* v3_ext_ctx::subject_req
 

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

Copyright © Nokia Corporation 2001-2008
Back to top