Load configuration data from a BIO into a CONF object.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| conf | Destination CONF (typically from NCONF_new()). |
| bp | BIO supplying OpenSSL CONF syntax. |
| eline | Optional receiver for the error line number on failure, or NULL. |