CONF_dump_bio

Dump a legacy CONF hash table to a BIO in name=value form.

Synopsis

Declared in <openssl/conf.h>

int
CONF_dump_bio(
    lhash_st_CONF_VALUE* conf,
    BIO* out);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
confLHASH of CONF_VALUE entries to print.
outDestination BIO.