X509V3_get_section

Load a named configuration section via the context's CONF method.

Synopsis

Declared in <openssl/x509v3.h>

stack_st_CONF_VALUE*
X509V3_get_section(
    X509V3_CTX* ctx,
    char const* section);

Return Value

Stack of CONF_VALUE entries for the section, or NULL on error / if unset.

Parameters

NameDescription
ctxExtension context whose db / db_meth supply the configuration database.
sectionSection name to retrieve.