NCONF_load_bio

Load configuration data from a BIO into a CONF object.

Synopsis

Declared in <openssl/conf.h>

int
NCONF_load_bio(
    CONF* conf,
    BIO* bp,
    long* eline);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
confDestination CONF (typically from NCONF_new()).
bpBIO supplying OpenSSL CONF syntax.
elineOptional receiver for the error line number on failure, or NULL.