Load a named configuration section via the context's CONF method.
Declared in <openssl/x509v3.h>
stack_st_CONF_VALUE*
X509V3_get_section(
X509V3_CTX* ctx,
char const* section);
Stack of CONF_VALUE entries for the section, or NULL on error / if unset.
| Name | Description |
|---|---|
| ctx | Extension context whose db / db_meth supply the configuration database. |
| section | Section name to retrieve. |