Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/ssl/
HDssl_conf.c383 SSL_FLAG_TBL_SRV("DHSingle", SSL_OP_SINGLE_DH_USE), in cmd_Options()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_options.pod349 =item SSL_OP_SINGLE_DH_USE
/freebsd-14-stable/contrib/sendmail/src/
HDreadcf.c2342 # ifdef SSL_OP_SINGLE_DH_USE
2343 { "SSL_OP_SINGLE_DH_USE", SSL_OP_SINGLE_DH_USE },
HDtls.c1491 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_DH_USE);
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h462 # define SSL_OP_SINGLE_DH_USE 0x0 macro
HDssl.h.in439 # define SSL_OP_SINGLE_DH_USE 0x0 macro
/freebsd-14-stable/contrib/wpa/src/crypto/
HDtls_openssl.c1729 SSL_OP_SINGLE_DH_USE; in tls_connection_init()
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md6152 OpenSSL provides the option SSL_OP_SINGLE_DH_USE for ephemeral DH (DHE) in
6163 Additionally the SSL_OP_SINGLE_DH_USE option has been switched on by
7343 As a precautionary measure the SSL_OP_SINGLE_DH_USE option has been
16661 * For SSL_[CTX_]set_tmp_dh, don't create a DH key if SSL_OP_SINGLE_DH_USE
16667 you effectively got SSL_OP_SINGLE_DH_USE when using this macro.
18037 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
18039 SSL_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);