NCONF_get_section

Return all name/value pairs belonging to a CONF section.

Synopsis

Declared in <openssl/conf.h>

stack_st_CONF_VALUE*
NCONF_get_section(
    CONF const* conf,
    char const* section);

Return Value

Internal stack of CONF_VALUE, or NULL if missing/on error; do not free.

Parameters

NameDescription
confConfiguration to query.
sectionSection name ("" or NULL selects the default section).