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

Name

Description

conf

Configuration hash from CONF_load*().

section

Section name to look up.

Created with MrDocs