[Bug 271728] libunbound uses deprecated SSL_CTX_set_ecdh_auto
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271728] libunbound uses deprecated SSL_CTX_set_ecdh_auto"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 16:45:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271728
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
https://github.com/openssl/openssl/commit/2ecb9f2d18614fb7b7b42830a358b7163ed43221).
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
--
You are receiving this mail because:
You are the assignee for the bug.