Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds23_clnt.c326 mask = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1
342 mask &= ~SSL_OP_NO_TLSv1_1;
343 if ((options & SSL_OP_NO_TLSv1_1) && (options & mask) != mask)
727 !(s->options & SSL_OP_NO_TLSv1_1)) {
H A Ds23_srvr.c296 !(s->options & SSL_OP_NO_TLSv1_1)) {
366 !(s->options & SSL_OP_NO_TLSv1_1)) {
H A Dssl_conf.c197 SSL_FLAG_TBL("no_tls1_1", SSL_OP_NO_TLSv1_1),
330 SSL_FLAG_TBL_INV("TLSv1.1", SSL_OP_NO_TLSv1_1),
H A Dssl.h648 # define SSL_OP_NO_TLSv1_1 0x10000000L macro
654 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2)
H A Ds3_lib.c3633 if (!(s->options & SSL_OP_NO_TLSv1_1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds23_clnt.c326 mask = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1
342 mask &= ~SSL_OP_NO_TLSv1_1;
343 if ((options & SSL_OP_NO_TLSv1_1) && (options & mask) != mask)
727 !(s->options & SSL_OP_NO_TLSv1_1)) {
H A Ds23_srvr.c296 !(s->options & SSL_OP_NO_TLSv1_1)) {
366 !(s->options & SSL_OP_NO_TLSv1_1)) {
H A Dssl_conf.c197 SSL_FLAG_TBL("no_tls1_1", SSL_OP_NO_TLSv1_1),
330 SSL_FLAG_TBL_INV("TLSv1.1", SSL_OP_NO_TLSv1_1),
H A Dssl.h648 # define SSL_OP_NO_TLSv1_1 0x10000000L macro
654 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2)
H A Ds3_lib.c3633 if (!(s->options & SSL_OP_NO_TLSv1_1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1640 ctx_options |= SSL_OP_NO_TLSv1_1;
1654 ctx_options |= SSL_OP_NO_TLSv1_1;
1671 ctx_options |= SSL_OP_NO_TLSv1_1;
1680 ctx_options |= SSL_OP_NO_TLSv1_1;

Completed in 124 milliseconds