SSL_CONF_CTX_set_flags

Set SSL_CONF_FLAG_* bits on a configuration context.

Synopsis

Declared in <openssl/ssl.h>

unsigned int
SSL_CONF_CTX_set_flags(
    SSL_CONF_CTX* cctx,
    unsigned int flags);

Return Value

The resulting flags value after setting.

Parameters

NameDescription
cctxConfiguration context to update.
flagsBitmask of flags to set (OR'd into the existing flags).