]> git.ipfire.org Git - thirdparty/pdns.git/commit
libssl: Properly load ciphers and digests with OpenSSL 3.0 11862/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Aug 2022 13:58:08 +0000 (15:58 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Aug 2022 14:23:33 +0000 (16:23 +0200)
commitdf46480c0ed11a7a76f62495fb9a2edeb3f90a64
tree565f506e5f58b3e9b8a60027c15c75f63ef07519
parent7931c3db7c02d639030ba0f833a82b6f577ed93b
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.
pdns/libssl.cc