Return all CONF_VALUE entries belonging to section (legacy API).
Declared in <openssl/conf.h>
stack_st_CONF_VALUE*
CONF_get_section(
lhash_st_CONF_VALUE* conf,
char const* section);
Internal stack of values for that section, or NULL if absent; do not free.
| Name | Description |
|---|---|
| conf | Configuration hash from CONF_load*(). |
| section | Section name to look up. |