CONF_get_section

Return all CONF_VALUE entries belonging to section (legacy API).

Synopsis

Declared in <openssl/conf.h>

stack_st_CONF_VALUE*
CONF_get_section(
    lhash_st_CONF_VALUE* conf,
    char const* section);

Return Value

Internal stack of values for that section, or NULL if absent; do not free.

Parameters

NameDescription
confConfiguration hash from CONF_load*().
sectionSection name to look up.