Declared in <openssl/conf.h>
struct stack_st_CONF_VALUE;
| Name | Description |
|---|---|
CONF_get_section | Return all CONF_VALUE entries belonging to section (legacy API). |
NCONF_get_section | Return all name/value pairs belonging to a CONF section. |
X509V3_get_section | Load a named configuration section via the context's CONF method. |
X509V3_parse_list | Parse a comma-separated name[=value]list into a stack of CONF_VALUE entries. |
_CONF_get_section_values | Return the CONF_VALUE stack for section from the internal CONF data store. |
i2v_ASN1_BIT_STRING | Convert an ASN1_BIT_STRING into named CONF_VALUE entries using method bit names. |
i2v_GENERAL_NAME | Append a GeneralName to a configuration name/value stack for extension printing. |
i2v_GENERAL_NAMES | Convert a GeneralNames set into a configuration name/value stack. |