Parse a comma-separated name[=value]list into a stack of CONF_VALUE entries.
Newly allocated stack of name/value pairs, or NULL on failure; free with sk_CONF_VALUE_pop_free.
| Name | Description |
|---|---|
| line | Configuration-style list string (for example "critical,CA:TRUE"). |