NCONF_dump_bio

Dump a CONF structure's sections and name/value pairs to a BIO.

Synopsis

Declared in <openssl/conf.h>

int
NCONF_dump_bio(
    CONF const* conf,
    BIO* out);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
confConfiguration to print.
outBIO that receives the textual dump.