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

/external/openssl/ssl/
H A Ds23_srvr.c306 else if (!(s->options & SSL_OP_NO_TLSv1))
385 else if (!(s->options & SSL_OP_NO_TLSv1))
404 else if (!(s->options & SSL_OP_NO_TLSv1))
565 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
H A Ds23_clnt.c298 * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2.
300 mask = SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1
319 mask &= ~SSL_OP_NO_TLSv1;
321 if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask)
695 !(s->options & SSL_OP_NO_TLSv1))
H A Dssl.h604 #define SSL_OP_NO_TLSv1 0x04000000L macro
/external/chromium/net/socket/
H A Dssl_client_socket_openssl.cc449 options.ConfigureFlag(SSL_OP_NO_TLSv1, !ssl_config_.tls1_enabled);
/external/openssl/apps/
H A Ds_client.c866 off|=SSL_OP_NO_TLSv1;
H A Ds_server.c1229 { off|=SSL_OP_NO_TLSv1; }
/external/openssl/include/openssl/
H A Dssl.h604 #define SSL_OP_NO_TLSv1 0x04000000L macro

Completed in 44 milliseconds