CONF_VALUE

One configuration entry: section, name, and string value.

Synopsis

Declared in <openssl/conf.h>

struct CONF_VALUE;

Data Members

NameDescription
name Key name within the section.
section Section name owning this entry (for example "default").
value String value associated with name.