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

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds23_srvr.c286 if (!(s->options & SSL_OP_NO_TLSv1))
353 if (!(s->options & SSL_OP_NO_TLSv1))
372 else if (!(s->options & SSL_OP_NO_TLSv1))
517 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
H A Ds23_clnt.c217 if (!(s->options & SSL_OP_NO_TLSv1))
551 !(s->options & SSL_OP_NO_TLSv1))
H A Dssl.h543 #define SSL_OP_NO_TLSv1 0x04000000L macro
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1648 ctx_options |= SSL_OP_NO_TLSv1;
1673 ctx_options |= SSL_OP_NO_TLSv1;
1680 ctx_options |= SSL_OP_NO_TLSv1;
1688 ctx_options |= SSL_OP_NO_TLSv1;
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls.h323 | (((m) & TLS_PROTOCOL_TLSv1) ? SSL_OP_NO_TLSv1 : 0L) \
H A Dtls_server.c475 ((protomask & TLS_PROTOCOL_TLSv1) ? SSL_OP_NO_TLSv1 : 0L)
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_client.c523 off|=SSL_OP_NO_TLSv1;
H A Ds_server.c1006 { off|=SSL_OP_NO_TLSv1; }
/macosx-10.10.1/OpenSSL098-52/src/demos/tunala/
H A Dtunala.c443 ctx_options |= SSL_OP_NO_TLSv1;
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c454 SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1);
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A Dtls.c1001 off |= (ENABLED(proto, TLS_PROTO_TLS1) ? 0 : SSL_OP_NO_TLSv1);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h543 #define SSL_OP_NO_TLSv1 0x04000000L macro

Completed in 220 milliseconds