Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/ssl/
Dssl_conf.c393 SSL_FLAG_TBL("MiddleboxCompat", SSL_OP_ENABLE_MIDDLEBOX_COMPAT), in cmd_Options()
716 {SSL_OP_ENABLE_MIDDLEBOX_COMPAT, SSL_TFLAG_INV},
Dssl_lib.c3175 ret->options |= SSL_OP_NO_COMPRESSION | SSL_OP_ENABLE_MIDDLEBOX_COMPAT; in SSL_CTX_new()
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_clnt.c444 else if ((s->options & SSL_OP_ENABLE_MIDDLEBOX_COMPAT) != 0 in ossl_statem_client13_write_transition()
537 if ((s->options & SSL_OP_ENABLE_MIDDLEBOX_COMPAT) != 0) in ossl_statem_client_write_transition()
555 if ((s->options & SSL_OP_ENABLE_MIDDLEBOX_COMPAT) != 0 in ossl_statem_client_write_transition()
750 if ((s->options & SSL_OP_ENABLE_MIDDLEBOX_COMPAT) == 0) { in ossl_statem_client_post_work()
1199 && (s->options & SSL_OP_ENABLE_MIDDLEBOX_COMPAT) != 0) { in tls_construct_client_hello()
Dstatem_srvr.c447 if ((s->options & SSL_OP_ENABLE_MIDDLEBOX_COMPAT) != 0 in ossl_statem_server13_write_transition()
845 if ((s->options & SSL_OP_ENABLE_MIDDLEBOX_COMPAT) == 0 in ossl_statem_server_post_work()
883 || ((s->options & SSL_OP_ENABLE_MIDDLEBOX_COMPAT) != 0 in ossl_statem_server_post_work()
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_set_options.pod220 =item SSL_OP_ENABLE_MIDDLEBOX_COMPAT
DSSL_CONF_cmd.pod487 default. Equivalent to B<SSL_OP_ENABLE_MIDDLEBOX_COMPAT>.
/freebsd-12-stable/contrib/sendmail/src/
Dreadcf.c2250 # ifdef SSL_OP_ENABLE_MIDDLEBOX_COMPAT
2251 { "SSL_OP_ENABLE_MIDDLEBOX_COMPAT", SSL_OP_ENABLE_MIDDLEBOX_COMPAT },
/freebsd-12-stable/contrib/wpa/src/crypto/
Dtls_openssl.c1588 #ifdef SSL_OP_ENABLE_MIDDLEBOX_COMPAT in tls_connection_init()
1591 SSL_clear_options(conn->ssl, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in tls_connection_init()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h353 # define SSL_OP_ENABLE_MIDDLEBOX_COMPAT 0x00100000U macro