Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_dh_auto (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tmp_dh_callback.pod5 SSL_CTX_set_dh_auto, SSL_set_dh_auto, SSL_CTX_set0_tmp_dh_pkey,
14 long SSL_CTX_set_dh_auto(SSL_CTX *ctx, int onoff);
59 support in OpenSSL. The macros SSL_CTX_set_dh_auto() and SSL_set_dh_auto()
/freebsd/crypto/openssl/test/
H A Ddtls_mtu_test.c204 if (!TEST_true(SSL_CTX_set_dh_auto(ctx, 1))) in test_server_mtu_larger_than_max_fragment_length()
H A Dsslcorrupttest.c203 if (!TEST_true(SSL_CTX_set_dh_auto(sctx, 1)) in test_ssl_corrupt()
H A Ddtlstest.c216 if (!TEST_true(SSL_CTX_set_dh_auto(sctx, 1))) in test_dtls_drop_records()
H A Dsslapitest.c4977 || !TEST_true(SSL_CTX_set_dh_auto(sctx, 1))) in test_key_exchange()
5151 || !TEST_true(SSL_CTX_set_dh_auto(sctx, 1))) in test_negotiated_group()
7567 if (!TEST_true(SSL_CTX_set_dh_auto(sctx, 1))) in test_info_callback()
9692 if (!TEST_true(SSL_CTX_set_dh_auto(sctx, dhauto))) in test_set_tmp_dh()
/freebsd/crypto/openssl/util/
H A Dother.syms519 SSL_CTX_set_dh_auto define
/freebsd/crypto/openssl/apps/
H A Ds_server.c2045 SSL_CTX_set_dh_auto(ctx, 1); in s_server_main()
2081 SSL_CTX_set_dh_auto(ctx2, 1); in s_server_main()
/freebsd/contrib/sendmail/src/
H A Dtls.c1432 SSL_CTX_set_dh_auto(*ctx, 1);
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c4174 SSL_CTX_set_dh_auto(ssl_ctx, 1); in tls_global_dh()
4244 SSL_CTX_set_dh_auto(ssl_ctx, 1); in tls_global_dh()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1403 # define SSL_CTX_set_dh_auto(ctx, onoff) \ macro
H A Dssl.h.in1331 # define SSL_CTX_set_dh_auto(ctx, onoff) \ macro
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2218 the built-in DH parameters that are available by calling L<SSL_CTX_set_dh_auto(3)>
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3893 MLINKS+= SSL_CTX_set_tmp_dh_callback.3 SSL_CTX_set_dh_auto.3