Initialize configured OpenSSL modules listed in cnf for appname.
Declared in <openssl/conf.h>
int
CONF_modules_load(
CONF const* cnf,
char const* appname,
unsigned long flags);
1 on success, or 0 / negative on failure depending on flags.
| Name | Description |
|---|---|
| cnf | Configuration object containing module sections. |
| appname | Application section name (for example "openssl_conf"), or NULL for default. |
| flags | CONF_MFLAGS_* controlling missing-file and error behavior. |