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
Name |
Description |
ctx |
Extension context whose |
section |
Section name to retrieve. |
Created with MrDocs