Searched refs:SSL_OP_NO_TLSv1_2 (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_srvr.c292 !(s->options & SSL_OP_NO_TLSv1_2)) {
362 !(s->options & SSL_OP_NO_TLSv1_2)) {
H A Ds23_clnt.c337 if ((options & SSL_OP_NO_TLSv1_2) && (options & mask) != mask)
731 !(s->options & SSL_OP_NO_TLSv1_2)) {
H A Dssl_conf.c198 SSL_FLAG_TBL("no_tls1_2", SSL_OP_NO_TLSv1_2),
331 SSL_FLAG_TBL_INV("TLSv1.2", SSL_OP_NO_TLSv1_2)
H A Dssl.h647 # define SSL_OP_NO_TLSv1_2 0x08000000L macro
654 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2)
H A Ds3_lib.c3631 if (!(s->options & SSL_OP_NO_TLSv1_2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds23_srvr.c292 !(s->options & SSL_OP_NO_TLSv1_2)) {
362 !(s->options & SSL_OP_NO_TLSv1_2)) {
H A Ds23_clnt.c337 if ((options & SSL_OP_NO_TLSv1_2) && (options & mask) != mask)
731 !(s->options & SSL_OP_NO_TLSv1_2)) {
H A Dssl_conf.c198 SSL_FLAG_TBL("no_tls1_2", SSL_OP_NO_TLSv1_2),
331 SSL_FLAG_TBL_INV("TLSv1.2", SSL_OP_NO_TLSv1_2)
H A Dssl.h647 # define SSL_OP_NO_TLSv1_2 0x08000000L macro
654 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2)
H A Ds3_lib.c3631 if (!(s->options & SSL_OP_NO_TLSv1_2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1641 ctx_options |= SSL_OP_NO_TLSv1_2;
1655 ctx_options |= SSL_OP_NO_TLSv1_2;
1664 ctx_options |= SSL_OP_NO_TLSv1_2;
1681 ctx_options |= SSL_OP_NO_TLSv1_2;

Completed in 90 milliseconds