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

#include <x509v3.h>

Public Member Functions

 STACK_OF (CONF_VALUE)*(*get_section)(void *db
 
 STACK_OF (CONF_VALUE)*(*get_section)(void *db
 

Public Attributes

char *(* get_string )(void *db, char *section, char *value)
 
char * section
 
void(* free_string )(void *db, char *string)
 
void(* free_section )(void *db, STACK_OF(CONF_VALUE)*section)
 

Detailed Description

Definition at line 121 of file x509v3.h.

Member Function Documentation

X509V3_CONF_METHOD_st::STACK_OF ( CONF_VALUE  )
X509V3_CONF_METHOD_st::STACK_OF ( CONF_VALUE  )

Member Data Documentation

void(* X509V3_CONF_METHOD_st::free_section)(void *db, STACK_OF(CONF_VALUE)*section)

Definition at line 125 of file x509v3.h.

void(* X509V3_CONF_METHOD_st::free_string)(void *db, char *string)

Definition at line 124 of file x509v3.h.

char *(* X509V3_CONF_METHOD_st::get_string)(void *db, char *section, char *value)

Definition at line 122 of file x509v3.h.

char * X509V3_CONF_METHOD_st::section

Definition at line 123 of file x509v3.h.


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