Parse a comma‐separated name[=value]list into a stack of CONF_VALUE entries.

Synopsis

Declared in <openssl/x509v3.h>

stack_st_CONF_VALUE*
X509V3_parse_list(char const* line);

Return Value

Newly allocated stack of name/value pairs, or NULL on failure; free with sk_CONF_VALUE_pop_free.

Parameters

Name

Description

line

Configuration‐style list string (for example "critical,CA:TRUE").

Created with MrDocs