Searched refs:SSL_OP_NO_SSLv3 (Results 1 – 13 of 13) sorted by relevance
291 } else if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_client_hello()298 } else if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_client_hello()343 } else if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_client_hello()349 if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_client_hello()520 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3) in ssl23_get_client_hello()
222 } else if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_client_hello()534 if ((p[2] == SSL3_VERSION_MINOR) && !(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_server_hello()
1975 if (!(s->options & SSL_OP_NO_SSLv3)) in ssl3_ctrl()
547 # define SSL_OP_NO_SSLv3 0x02000000L macro
63 SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1 options of the B<SSL_CTX_set_options()> or
187 =item SSL_OP_NO_SSLv3
392 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_client()675 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_server()
483 ctx_options |= SSL_OP_NO_SSLv3; in main()
678 ssl_ctx_options |= SSL_OP_NO_SSLv3; in fetch_ssl_setup_transport_layer()
546 off |= SSL_OP_NO_SSLv3; in MAIN()
1012 off |= SSL_OP_NO_SSLv3; in MAIN()
2202 #ifdef SSL_OP_NO_SSLv32203 { "SSL_OP_NO_SSLv3", SSL_OP_NO_SSLv3 },
915 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()