Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c163 #ifdef SSL_OP_NO_TLSv1_2 in get_ssl_ctx()
164 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_2); in get_ssl_ctx()
/freebsd-11-stable/crypto/openssl/ssl/
HDs23_srvr.c295 !(s->options & SSL_OP_NO_TLSv1_2)) { in ssl23_get_client_hello()
365 !(s->options & SSL_OP_NO_TLSv1_2)) { in ssl23_get_client_hello()
HDssl_conf.c198 SSL_FLAG_TBL("no_tls1_2", SSL_OP_NO_TLSv1_2), in ctrl_str_option()
331 SSL_FLAG_TBL_INV("TLSv1.2", SSL_OP_NO_TLSv1_2) in cmd_Protocol()
HDs23_clnt.c340 if ((options & SSL_OP_NO_TLSv1_2) && (options & mask) != mask) in ssl23_client_hello()
734 !(s->options & SSL_OP_NO_TLSv1_2)) { in ssl23_get_server_hello()
HDssl.h647 # define SSL_OP_NO_TLSv1_2 0x08000000L macro
654 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2)
HDs3_lib.c3667 if (!(s->options & SSL_OP_NO_TLSv1_2)) in ssl3_ctrl()
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_CTX_new.pod79 B<SSL_OP_NO_TLSv1_1> and B<SSL_OP_NO_TLSv1_2> options of the
HDSSL_CTX_set_options.pod207 =item SSL_OP_NO_TLSv1_2
HDSSL_CONF_cmd.pod116 B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1> and B<SSL_OP_NO_TLSv1_2> respectively.
/freebsd-11-stable/lib/libfetch/
HDcommon.c773 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in fetch_ssl_setup_transport_layer()
/freebsd-11-stable/contrib/wpa/src/crypto/
HDtls_openssl.c2934 #ifdef SSL_OP_NO_TLSv1_2 in tls_set_conn_flags()
2936 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
2938 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
HDtls_wolfssl.c1245 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
/freebsd-11-stable/contrib/unbound/util/
HDnet_help.c931 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup()
/freebsd-11-stable/contrib/sendmail/src/
HDreadcf.c2201 #ifdef SSL_OP_NO_TLSv1_2
2202 { "SSL_OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2 },
/freebsd-11-stable/contrib/sendmail/cf/
HDREADME3232 TLS_Clt_features:10.1.0.1 Options=SSL_OP_NO_TLSv1_2; CipherList=ALL:-EXPORT
/freebsd-11-stable/crypto/openssl/
HDCHANGES2208 SSL_OP_PKCS1_CHECK flags with SSL_OP_NO_TLSv1_2. New TLSv1.2 methods