Callback table for reading configuration database sections used by X509v3 helpers.
Synopsis
Declared in <openssl/x509v3.h>
struct X509V3_CONF_METHOD_st;
Data Members
Name |
Description |
Release a section stack previously returned by get_section for this database. |
|
Release a string previously returned by get_string for this database. |
|
Load all name/value pairs from a named configuration section. |
|
Look up a string value in section/name form from the configuration database. |
Created with MrDocs