Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tmp_ecdh.pod5 SSL_CTX_set_tmp_ecdh, SSL_set_tmp_ecdh, SSL_CTX_set_ecdh_auto, SSL_set_ecdh_auto
15 long SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int state);
27 SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto() are deprecated and
/freebsd/crypto/openssl/util/
H A Dmissingmacro111.txt194 SSL_CTX_set_ecdh_auto(3)
H A Dother.syms520 SSL_CTX_set_ecdh_auto define
/freebsd/contrib/unbound/util/
H A Dnet_help.c1206 if(!SSL_CTX_set_ecdh_auto(ctx,1)) { in listen_sslctx_setup_2()
/freebsd/contrib/sendmail/src/
H A Dtls.c1503 SSL_CTX_set_ecdh_auto(*ctx, 1);
H A DREADME649 If set to 2 sendmail uses SSL_CTX_set_ecdh_auto(),
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c5479 if (SSL_CTX_set_ecdh_auto(ssl_ctx, 1) != 1) { in tls_global_set_params()
5495 SSL_CTX_set_ecdh_auto(ssl_ctx, 1); in tls_global_set_params()
/freebsd/contrib/unbound/
H A Dconfig.h.in158 /* Define to 1 if you have the declaration of `SSL_CTX_set_ecdh_auto', and to
H A Dconfigure.ac954 AC_CHECK_DECLS([SSL_COMP_get_compression_methods,sk_SSL_COMP_pop_free,SSL_CTX_set_ecdh_auto], [], […
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1586 # define SSL_CTX_set_ecdh_auto(dummy, onoff) ((onoff) != 0) macro
H A Dssl.h.in1514 # define SSL_CTX_set_ecdh_auto(dummy, onoff) ((onoff) != 0) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3894 MLINKS+= SSL_CTX_set_tmp_ecdh.3 SSL_CTX_set_ecdh_auto.3
/freebsd/contrib/unbound/doc/
H A DChangelog5990 - Fix configure to detect SSL_CTX_set_ecdh_auto.
5995 SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to