Searched refs:SSL_OP_NO_TLSv1_2 (Results 1 – 16 of 16) sorted by relevance
| /freebsd-11-stable/contrib/ntp/sntp/libevent/test/ |
| HD | regress_ssl.c | 163 #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/ |
| HD | s23_srvr.c | 295 !(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()
|
| HD | ssl_conf.c | 198 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()
|
| HD | s23_clnt.c | 340 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()
|
| HD | ssl.h | 647 # define SSL_OP_NO_TLSv1_2 0x08000000L macro 654 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2)
|
| HD | s3_lib.c | 3667 if (!(s->options & SSL_OP_NO_TLSv1_2)) in ssl3_ctrl()
|
| /freebsd-11-stable/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_new.pod | 79 B<SSL_OP_NO_TLSv1_1> and B<SSL_OP_NO_TLSv1_2> options of the
|
| HD | SSL_CTX_set_options.pod | 207 =item SSL_OP_NO_TLSv1_2
|
| HD | SSL_CONF_cmd.pod | 116 B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1> and B<SSL_OP_NO_TLSv1_2> respectively.
|
| /freebsd-11-stable/lib/libfetch/ |
| HD | common.c | 773 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in fetch_ssl_setup_transport_layer()
|
| /freebsd-11-stable/contrib/wpa/src/crypto/ |
| HD | tls_openssl.c | 2934 #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()
|
| HD | tls_wolfssl.c | 1245 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
|
| /freebsd-11-stable/contrib/unbound/util/ |
| HD | net_help.c | 931 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup()
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | readcf.c | 2201 #ifdef SSL_OP_NO_TLSv1_2 2202 { "SSL_OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2 },
|
| /freebsd-11-stable/contrib/sendmail/cf/ |
| HD | README | 3232 TLS_Clt_features:10.1.0.1 Options=SSL_OP_NO_TLSv1_2; CipherList=ALL:-EXPORT
|
| /freebsd-11-stable/crypto/openssl/ |
| HD | CHANGES | 2208 SSL_OP_PKCS1_CHECK flags with SSL_OP_NO_TLSv1_2. New TLSv1.2 methods
|