Searched refs:SSL_OP_NO_SSLv2 (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dsslv2conftest.c80 return ((options & SSL_OP_NO_SSLv2) == 0) ^ (sslv2 == SSLV2OFF);
162 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2);
164 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
H A Ds23_srvr.c284 if (!(s->options & SSL_OP_NO_SSLv2))
316 } else if (!(s->options & SSL_OP_NO_SSLv2)) {
323 } else if (!(s->options & SSL_OP_NO_SSLv2))
H A Ds23_clnt.c313 ssl2_compat = (options & SSL_OP_NO_SSLv2) ? 0 : 1;
324 * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2.
331 | (ssl2_compat ? SSL_OP_NO_SSLv2 : 0)
644 if (s->options & SSL_OP_NO_SSLv2) {
H A Dssl_conf.c194 SSL_FLAG_TBL("no_ssl2", SSL_OP_NO_SSLv2),
327 SSL_FLAG_TBL_INV("SSLv2", SSL_OP_NO_SSLv2),
341 sslv2off = *cctx->poptions & SSL_OP_NO_SSLv2;
H A Dssl.h644 # define SSL_OP_NO_SSLv2 0x01000000L macro
653 # define SSL_OP_NO_SSL_MASK (SSL_OP_NO_SSLv2|SSL_OP_NO_SSLv3|\
H A Ds3_lib.c3639 if (!(s->options & SSL_OP_NO_SSLv2))
H A Dssl_lib.c2071 ret->options |= SSL_OP_NO_SSLv2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dsslv2conftest.c80 return ((options & SSL_OP_NO_SSLv2) == 0) ^ (sslv2 == SSLV2OFF);
162 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2);
164 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
H A Ds23_srvr.c284 if (!(s->options & SSL_OP_NO_SSLv2))
316 } else if (!(s->options & SSL_OP_NO_SSLv2)) {
323 } else if (!(s->options & SSL_OP_NO_SSLv2))
H A Ds23_clnt.c313 ssl2_compat = (options & SSL_OP_NO_SSLv2) ? 0 : 1;
324 * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2.
331 | (ssl2_compat ? SSL_OP_NO_SSLv2 : 0)
644 if (s->options & SSL_OP_NO_SSLv2) {
H A Dssl_conf.c194 SSL_FLAG_TBL("no_ssl2", SSL_OP_NO_SSLv2),
327 SSL_FLAG_TBL_INV("SSLv2", SSL_OP_NO_SSLv2),
341 sslv2off = *cctx->poptions & SSL_OP_NO_SSLv2;
H A Dssl.h644 # define SSL_OP_NO_SSLv2 0x01000000L macro
653 # define SSL_OP_NO_SSL_MASK (SSL_OP_NO_SSLv2|SSL_OP_NO_SSLv3|\
H A Ds3_lib.c3639 if (!(s->options & SSL_OP_NO_SSLv2))
H A Dssl_lib.c2071 ret->options |= SSL_OP_NO_SSLv2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds23_srvr.c277 if (!(s->options & SSL_OP_NO_SSLv2))
298 else if (!(s->options & SSL_OP_NO_SSLv2))
309 else if (!(s->options & SSL_OP_NO_SSLv2))
H A Ds23_clnt.c212 ssl2_compat = (s->options & SSL_OP_NO_SSLv2) ? 0 : 1;
222 else if (!(s->options & SSL_OP_NO_SSLv2))
441 if (s->options & SSL_OP_NO_SSLv2)
H A Dssl.h527 #define SSL_OP_NO_SSLv2 0x01000000L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1627 ctx_options |= SSL_OP_NO_SSLv2;
1637 ctx_options |= SSL_OP_NO_SSLv2;
1646 ctx_options |= SSL_OP_NO_SSLv2;
1651 ctx_options |= SSL_OP_NO_SSLv2;
1661 ctx_options |= SSL_OP_NO_SSLv2;
1668 ctx_options |= SSL_OP_NO_SSLv2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c480 ctx_options |= SSL_OP_NO_SSLv2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c437 ctx_options |= SSL_OP_NO_SSLv2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.c480 ctx_options |= SSL_OP_NO_SSLv2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c462 off|=SSL_OP_NO_SSLv2;
H A Ds_server.c752 { off|=SSL_OP_NO_SSLv2; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h527 #define SSL_OP_NO_SSLv2 0x01000000L macro

Completed in 275 milliseconds