From: Mark Andrews Date: Fri, 8 Oct 2021 06:43:57 +0000 (+1100) Subject: Add CHANGES note for [GL #2843] X-Git-Tag: v9.17.20~19^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58d4326766d49cd6b18b8fe11ff907acee636aa6;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #2843] --- diff --git a/CHANGES b/CHANGES index 2d5cc1f8e18..469572de246 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5751. [port] Add support for OpenSSL 3.0.0. OpenSSL 3.0.0 + deprecated 'engine' support. If OpenSSL 3.0.0 has + been built without support for deprecated functionality + pkcs11 via engine_pkcs11 is no longer available. + [GL #2843] + 5750. [bug] Fix a bug when comparing two RSA keys. There was a typo which caused the "p" prime factors to not being compared. [GL #2972]