X509V3_CONF_METHOD_st

Callback table for reading configuration database sections used by X509v3 helpers.

Synopsis

Declared in <openssl/x509v3.h>

struct X509V3_CONF_METHOD_st;

Data Members

NameDescription
free_section Release a section stack previously returned by get_section for this database.
free_string Release a string previously returned by get_string for this database.
get_section Load all name/value pairs from a named configuration section.
get_string Look up a string value in section/name form from the configuration database.