Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1 (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/crypto/openssl/ssl/
Ds23_srvr.c283 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()
Ds23_clnt.c220 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()
Ds3_lib.c1973 if (!(s->options & SSL_OP_NO_TLSv1)) in ssl3_ctrl()
Dssl.h548 # define SSL_OP_NO_TLSv1 0x04000000L macro
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_new.pod63 SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1 options of the B<SSL_CTX_set_options()> or
DSSL_CTX_set_options.pod191 =item SSL_OP_NO_TLSv1
/freebsd-9-stable/crypto/openssl/demos/tunala/
Dtunala.c486 ctx_options |= SSL_OP_NO_TLSv1; in main()
/freebsd-9-stable/lib/libfetch/
Dcommon.c680 ssl_ctx_options |= SSL_OP_NO_TLSv1; in fetch_ssl_setup_transport_layer()
/freebsd-9-stable/crypto/openssl/apps/
Ds_client.c544 off |= SSL_OP_NO_TLSv1; in MAIN()
Ds_server.c1014 off |= SSL_OP_NO_TLSv1; in MAIN()
/freebsd-9-stable/contrib/sendmail/src/
Dreadcf.c2205 #ifdef SSL_OP_NO_TLSv1
2206 { "SSL_OP_NO_TLSv1", SSL_OP_NO_TLSv1 },
/freebsd-9-stable/crypto/openssl/
DCHANGES3437 available (sslv3_server_method() or SSL_OP_NO_TLSv1).