NCONF_new

Allocate a CONF object using configuration method meth.

Synopsis

Declared in <openssl/conf.h>

CONF*
NCONF_new(CONF_METHOD* meth);

Return Value

New CONF, or NULL on failure; free with NCONF_free().

Parameters

NameDescription
methMethod such as NCONF_default(), or NULL for the default method.