Date: Mon, 05 Jun 2023 16:45:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 271728] libunbound uses deprecated SSL_CTX_set_ecdh_auto Message-ID: <bug-271728-227-nrxqJQiNuZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271728-227@https.bugs.freebsd.org/bugzilla/> References: <bug-271728-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271728 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #1 from Ed Maste <emaste@freebsd.org> --- commit dc103686348d3205733a2c77e7d2ccbff6691022 Author: Ed Maste <emaste@FreeBSD.org> Date: Tue May 30 14:28:44 2023 -0400 unbound: avoid calling deprecated OpenSSL function SSL_CTX_set_ecdh_auto is deprecated and has no effect (for reference see =20=20=20 https://github.com/openssl/openssl/commit/2ecb9f2d18614fb7b7b42830a358b7163= ed43221). As unbound's config.h is manually maintained just turn off HAVE_DECL_SSL_CTX_SET_ECDH_AUTO so that the deprecated function won't be called. Reviewed by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40341 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271728-227-nrxqJQiNuZ>