Home
last modified time | relevance | path

Searched refs:SSL_OP_SINGLE_DH_USE (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/
Dssl_conf.c385 SSL_FLAG_TBL_SRV("DHSingle", SSL_OP_SINGLE_DH_USE), in cmd_Options()
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_set_options.pod269 =item SSL_OP_SINGLE_DH_USE
/freebsd-12-stable/contrib/sendmail/src/
Dreadcf.c2190 # ifdef SSL_OP_SINGLE_DH_USE
2191 { "SSL_OP_SINGLE_DH_USE", SSL_OP_SINGLE_DH_USE },
Dtls.c1437 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_DH_USE);
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h439 # define SSL_OP_SINGLE_DH_USE 0x0 macro
/freebsd-12-stable/contrib/wpa/src/crypto/
Dtls_openssl.c1583 SSL_OP_SINGLE_DH_USE; in tls_connection_init()
/freebsd-12-stable/crypto/openssl/
DCHANGES3079 OpenSSL provides the option SSL_OP_SINGLE_DH_USE for ephemeral DH (DHE) in
3090 Additionally the SSL_OP_SINGLE_DH_USE option has been switched on by
11215 *) For SSL_[CTX_]set_tmp_dh, don't create a DH key if SSL_OP_SINGLE_DH_USE
11221 you effectively got SSL_OP_SINGLE_DH_USE when using this macro.
12421 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
12423 SSL_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);