Searched refs:SSL_OP_NO_TLSv1 (Results 1 – 12 of 12) sorted by relevance
283 if (!(s->options & SSL_OP_NO_TLSv1)) { in ssl23_get_client_hello()340 if (!(s->options & SSL_OP_NO_TLSv1)) { in ssl23_get_client_hello()352 } else if (!(s->options & SSL_OP_NO_TLSv1)) { in ssl23_get_client_hello()520 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3) in ssl23_get_client_hello()
220 if (!(s->options & SSL_OP_NO_TLSv1)) { in ssl23_client_hello()546 if ((p[2] == TLS1_VERSION_MINOR) && !(s->options & SSL_OP_NO_TLSv1)) { in ssl23_get_server_hello()
1973 if (!(s->options & SSL_OP_NO_TLSv1)) in ssl3_ctrl()
548 # define SSL_OP_NO_TLSv1 0x04000000L macro
63 SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1 options of the B<SSL_CTX_set_options()> or
191 =item SSL_OP_NO_TLSv1
486 ctx_options |= SSL_OP_NO_TLSv1; in main()
680 ssl_ctx_options |= SSL_OP_NO_TLSv1; in fetch_ssl_setup_transport_layer()
544 off |= SSL_OP_NO_TLSv1; in MAIN()
1014 off |= SSL_OP_NO_TLSv1; in MAIN()
2205 #ifdef SSL_OP_NO_TLSv12206 { "SSL_OP_NO_TLSv1", SSL_OP_NO_TLSv1 },
3437 available (sslv3_server_method() or SSL_OP_NO_TLSv1).