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

Name

Description

conf

Configuration to print.

out

BIO that receives the textual dump.

Created with MrDocs