SSL_CONF_CTX_set_ssl

Bind an SSL_CONF_CTX so subsequent SSL_CONF_cmd calls apply to ssl.

Synopsis

Declared in <openssl/ssl.h>

void
SSL_CONF_CTX_set_ssl(
    SSL_CONF_CTX* cctx,
    SSL* ssl);

Parameters

NameDescription
cctxConfiguration context to update.
sslSSL connection that receives configuration commands, or NULL to clear.