Lines Matching refs:flags
5 SSL_CONF_CTX_set_flags, SSL_CONF_CTX_clear_flags - Set or clear SSL configuration context flags
11 unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
12 unsigned int SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags);
16 The function SSL_CONF_CTX_set_flags() sets B<flags> in the context B<cctx>.
18 The function SSL_CONF_CTX_clear_flags() clears B<flags> in the context B<cctx>.
22 The flags set affect how subsequent calls to SSL_CONF_cmd() or
25 Currently the following B<flags> values are recognised:
32 least one of these flags must be set.
37 both of these flags must be set.
60 SSL_CONF_CTX_set_flags() and SSL_CONF_CTX_clear_flags() returns the new flags
61 value after setting or clearing flags.