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

Name

Description

cctx

Configuration context to update.

ssl

SSL connection that receives configuration commands, or NULL to clear.

Created with MrDocs