Home
last modified time | relevance | path

Searched refs:SSL_TFLAG_INV (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c37 #define SSL_TFLAG_INV 0x1 macro
59 {str, (int)(sizeof(str) - 1), SSL_TFLAG_INV|SSL_TFLAG_BOTH, flag}
61 {str, (int)(sizeof(str) - 1), SSL_TFLAG_INV|SSL_TFLAG_SERVER, flag}
113 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
775 {SSL_OP_NO_COMPRESSION, SSL_TFLAG_INV}, /* comp */
790 {SSL_OP_LEGACY_SERVER_CONNECT, SSL_TFLAG_INV},
797 {SSL_OP_ENABLE_MIDDLEBOX_COMPAT, SSL_TFLAG_INV},
799 {SSL_OP_NO_ANTI_REPLAY, SSL_TFLAG_INV},