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
Name |
Description |
conf |
Configuration to query. |
section |
Section name ("" or NULL selects the default section). |
Created with MrDocs