Return the names of all sections present in a CONF object.
Declared in <openssl/conf.h>
stack_st_OPENSSL_CSTRING*
NCONF_get_section_names(CONF const* conf);
Newly allocated stack of section name strings (free the stack with OPENSSL_sk_free(); do not free the strings), or NULL on error.
| Name | Description |
|---|---|
| conf | Configuration to query. |