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

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_lib.c1844 if (!(s->options & SSL_OP_SINGLE_DH_USE))
2102 if (!(ctx->options & SSL_OP_SINGLE_DH_USE))
H A Dd1_srvr.c949 (s->options & SSL_OP_SINGLE_DH_USE)))
H A Dssl.h528 #define SSL_OP_SINGLE_DH_USE 0x00100000L macro
H A Dssltest.c769 /* use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks */
770 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
H A Ds3_srvr.c1373 (s->options & SSL_OP_SINGLE_DH_USE)))
/macosx-10.10.1/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c750 SSL_CTX_set_options(ret, SSL_OP_SINGLE_DH_USE);
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c496 SSL_CTX_set_options(ctx, SSL_OP_SINGLE_DH_USE);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h528 #define SSL_OP_SINGLE_DH_USE 0x00100000L macro
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dssltest.c769 /* use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks */
770 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);

Completed in 300 milliseconds