Return all name/value pairs belonging to a CONF section.
Declared in <openssl/conf.h>
stack_st_CONF_VALUE*
NCONF_get_section(
CONF const* conf,
char const* section);
Internal stack of CONF_VALUE, or NULL if missing/on error; do not free.
| Name | Description |
|---|---|
| conf | Configuration to query. |
| section | Section name ("" or NULL selects the default section). |