]> git.ipfire.org Git - thirdparty/pdns.git/commit
libssl: Properly load ciphers and digests with OpenSSL 3.0
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Aug 2022 13:58:08 +0000 (15:58 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 8 Sep 2022 07:16:58 +0000 (09:16 +0200)
commit3dc5de814ada6affdf45578c75e6aef61decaaf9
tree135b3ee7a68e827e725ecd7f0aa3c1a54704e01e
parent0c281ad810755b02f1d866d05dfb0fd02e2a498f
libssl: Properly load ciphers and digests with OpenSSL 3.0

Since https://github.com/openssl/openssl/commit/661595ca0933fe631faeadd14a189acd5d4185e0
we can no longer rely on the ciphers and digests required for TLS to
be loaded by `OPENSSL_init_ssl()`, so let's give up and load everything.
I hope you have a lot of RAM.

(cherry picked from commit df46480c0ed11a7a76f62495fb9a2edeb3f90a64)

backport of #11862
pdns/libssl.cc