Load configuration name/value pairs from a BIO into an LHASH (legacy API).
Declared in <openssl/conf.h>
lhash_st_CONF_VALUE*
CONF_load_bio(
lhash_st_CONF_VALUE* conf,
BIO* bp,
long* eline);
The configuration hash, or NULL on error.
| Name | Description |
|---|---|
| conf | Existing hash to extend, or NULL to allocate a new one. |
| bp | BIO supplying OpenSSL CONF syntax. |
| eline | Optional receiver for the error line number on failure, or NULL. |