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
Name |
Description |
cctx |
Configuration context to update. |
flags |
Bitmask of flags to set (OR'd into the existing flags). |
Created with MrDocs