]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor the OpenSSL RSA usage to use newer APIs
authorAram Sargsyan <aram@isc.org>
Tue, 28 Sep 2021 08:09:39 +0000 (08:09 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 28 Oct 2021 07:39:34 +0000 (07:39 +0000)
commit32fd3e542007d87567a55642c737ec2c07af896c
tree1af005c4e150e2b9018837240b053e3b7e2cbf26
parent08a8284e628236583e7cc4502174164ac5291355
Refactor the OpenSSL RSA usage to use newer APIs

OpenSSL 3 deprecates most of the RSA* family and associated APIs.

Reimplement the existing functionality using a newer set of APIs
which will be used when compiling/linking with OpenSSL 3.0.0 or newer
versions.
lib/dns/opensslrsa_link.c