Return the CONF_VALUE stack for section from the internal CONF data store.
Declared in <openssl/conf_api.h>
stack_st_CONF_VALUE*
_CONF_get_section_values(
CONF const* conf,
char const* section);
Internal stack of values, or NULL if absent; do not free.
| Name | Description |
|---|---|
| conf | Configuration object. |
| section | Section name to look up. |