Opaque NCONF configuration object holding sections and name/value pairs.
Synopsis
Declared in <openssl/conftypes.h>
struct conf_st;
Data Members
Name |
Description |
Hash table of CONF_VALUE entries (section/name/value triples). |
|
Non‐zero when .include paths are treated as absolute rather than relative. |
|
Non‐zero when dollar‐prefixed identifiers ("$var") are enabled in CONF syntax. |
|
Directory prepended to relative .include paths, or NULL. |
|
Library context associated with this CONF, or NULL for the default. |
|
Active CONF_METHOD vtable for this configuration object. |
|
Opaque method‐specific data for |
Created with MrDocs