Searched refs:SSL_OP_SINGLE_DH_USE (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_conf.c359 SSL_FLAG_TBL_SRV("DHSingle", SSL_OP_SINGLE_DH_USE),
H A Dssltest.c1405 * use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks
1407 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
1408 SSL_CTX_set_options(s_ctx2, SSL_OP_SINGLE_DH_USE);
H A Dssl.h629 # define SSL_OP_SINGLE_DH_USE 0x00100000L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_conf.c359 SSL_FLAG_TBL_SRV("DHSingle", SSL_OP_SINGLE_DH_USE),
H A Dssltest.c1405 * use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks
1407 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
1408 SSL_CTX_set_options(s_ctx2, SSL_OP_SINGLE_DH_USE);
H A Dssl.h629 # define SSL_OP_SINGLE_DH_USE 0x00100000L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_lib.c1761 if (!(s->options & SSL_OP_SINGLE_DH_USE))
1942 if (!(ctx->options & SSL_OP_SINGLE_DH_USE))
H A Dd1_srvr.c854 (s->options & SSL_OP_SINGLE_DH_USE)))
H A Ds3_srvr.c1233 (s->options & SSL_OP_SINGLE_DH_USE)))
H A Dssl.h514 #define SSL_OP_SINGLE_DH_USE 0x00100000L macro
H A Dssltest.c734 /* use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks */
735 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.c783 SSL_CTX_set_options(ret, SSL_OP_SINGLE_DH_USE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c750 SSL_CTX_set_options(ret, SSL_OP_SINGLE_DH_USE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.c183 SSL_CTX_set_options (ctx->ctx, SSL_OP_SINGLE_DH_USE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c783 SSL_CTX_set_options(ret, SSL_OP_SINGLE_DH_USE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h514 #define SSL_OP_SINGLE_DH_USE 0x00100000L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c734 /* use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks */
735 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);

Completed in 233 milliseconds