Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_conf.c39 #define SSL_TFLAG_INV 0x1 macro
61 {str, (int)(sizeof(str) - 1), SSL_TFLAG_INV|SSL_TFLAG_BOTH, flag}
63 {str, (int)(sizeof(str) - 1), SSL_TFLAG_INV|SSL_TFLAG_SERVER, flag}
115 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
827 {SSL_OP_NO_COMPRESSION, SSL_TFLAG_INV}, /* comp */
829 {SSL_OP_NO_TX_CERTIFICATE_COMPRESSION, SSL_TFLAG_INV}, /* tx_cert_comp */
831 {SSL_OP_NO_RX_CERTIFICATE_COMPRESSION, SSL_TFLAG_INV}, /* rx_cert_comp */
846 {SSL_OP_LEGACY_SERVER_CONNECT, SSL_TFLAG_INV},
855 {SSL_OP_ENABLE_MIDDLEBOX_COMPAT, SSL_TFLAG_INV},
857 {SSL_OP_NO_ANTI_REPLAY, SSL_TFLAG_INV},

Completed in 6 milliseconds