Set SSL_CONF_FLAG_* bits on a configuration context.
Declared in <openssl/ssl.h>
unsigned int
SSL_CONF_CTX_set_flags(
SSL_CONF_CTX* cctx,
unsigned int flags);
The resulting flags value after setting.
| Name | Description |
|---|---|
| cctx | Configuration context to update. |
| flags | Bitmask of flags to set (OR'd into the existing flags). |