Apply a named configuration section from a previously loaded config file to an SSL_CTX.
Synopsis
Declared in <openssl/ssl.h>
int
SSL_CTX_config(
SSL_CTX* ctx,
char const* name);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
ctx |
SSL context to configure (CONF_modules_load_file or similar must already have run). |
name |
Configuration section name (see config(5) / SSL_CONF). |
Created with MrDocs