Bind an SSL_CTX so subsequent SSL_CONF_cmd() calls configure that context.
Declared in <openssl/ssl.h>
void
SSL_CONF_CTX_set_ssl_ctx(
SSL_CONF_CTX* cctx,
SSL_CTX* ctx);
| Name | Description |
|---|---|
| cctx | Configuration context to update. |
| ctx | SSL context to receive commands, or NULL for syntax-check-only mode. |