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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds23_srvr.c286 if (!(s->options & SSL_OP_NO_TLSv1))
346 if (!(s->options & SSL_OP_NO_TLSv1))
365 else if (!(s->options & SSL_OP_NO_TLSv1))
501 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
H A Ds23_clnt.c214 if (!(s->options & SSL_OP_NO_TLSv1))
525 !(s->options & SSL_OP_NO_TLSv1))
H A Dssl.h529 #define SSL_OP_NO_TLSv1 0x04000000L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds23_srvr.c304 } else if (!(s->options & SSL_OP_NO_TLSv1)) {
369 } else if (!(s->options & SSL_OP_NO_TLSv1)) {
381 } else if (!(s->options & SSL_OP_NO_TLSv1)) {
570 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
H A Ds23_clnt.c324 * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2.
326 mask = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1
345 mask &= ~SSL_OP_NO_TLSv1;
347 if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask)
723 if ((p[2] == TLS1_VERSION_MINOR) && !(s->options & SSL_OP_NO_TLSv1)) {
H A Dssl_conf.c81 /* Sense of name is inverted e.g. "TLSv1" will clear SSL_OP_NO_TLSv1 */
196 SSL_FLAG_TBL("no_tls1", SSL_OP_NO_TLSv1),
329 SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1),
H A Dssl.h646 # define SSL_OP_NO_TLSv1 0x04000000L macro
654 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2)
H A Ds3_lib.c3635 if (!(s->options & SSL_OP_NO_TLSv1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds23_srvr.c304 } else if (!(s->options & SSL_OP_NO_TLSv1)) {
369 } else if (!(s->options & SSL_OP_NO_TLSv1)) {
381 } else if (!(s->options & SSL_OP_NO_TLSv1)) {
570 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
H A Ds23_clnt.c324 * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2.
326 mask = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1
345 mask &= ~SSL_OP_NO_TLSv1;
347 if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask)
723 if ((p[2] == TLS1_VERSION_MINOR) && !(s->options & SSL_OP_NO_TLSv1)) {
H A Dssl_conf.c81 /* Sense of name is inverted e.g. "TLSv1" will clear SSL_OP_NO_TLSv1 */
196 SSL_FLAG_TBL("no_tls1", SSL_OP_NO_TLSv1),
329 SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1),
H A Dssl.h646 # define SSL_OP_NO_TLSv1 0x04000000L macro
654 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2)
H A Ds3_lib.c3635 if (!(s->options & SSL_OP_NO_TLSv1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1638 ctx_options |= SSL_OP_NO_TLSv1;
1663 ctx_options |= SSL_OP_NO_TLSv1;
1670 ctx_options |= SSL_OP_NO_TLSv1;
1678 ctx_options |= SSL_OP_NO_TLSv1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c486 ctx_options |= SSL_OP_NO_TLSv1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c443 ctx_options |= SSL_OP_NO_TLSv1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.c486 ctx_options |= SSL_OP_NO_TLSv1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c458 off|=SSL_OP_NO_TLSv1;
H A Ds_server.c756 { off|=SSL_OP_NO_TLSv1; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h529 #define SSL_OP_NO_TLSv1 0x04000000L macro

Completed in 406 milliseconds