Return the names of all sections present in a CONF object.

Synopsis

Declared in <openssl/conf.h>

stack_st_OPENSSL_CSTRING*
NCONF_get_section_names(CONF const* conf);

Return Value

Newly allocated stack of section name strings (free the stack with OPENSSL_sk_free(); do not free the strings), or NULL on error.

Parameters

Name

Description

conf

Configuration to query.

Created with MrDocs