_CONF_get_section_values

Return the CONF_VALUE stack for section from the internal CONF data store.

Synopsis

Declared in <openssl/conf_api.h>

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

Return Value

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

Parameters

NameDescription
confConfiguration object.
sectionSection name to look up.