[#NCONF_get_section] = NCONF_get_section :mrdocs: Return all name/value pairs belonging to a CONF section. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_CONF_VALUE.adoc[stack_st_CONF_VALUE]* NCONF_get_section( xref:CONF.adoc[CONF] const* conf, char const* section); ---- == Return Value Internal stack of CONF_VALUE, or NULL if missing/on error; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration to query. | *section* | Section name ("" or NULL selects the default section). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#