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