]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES note for [GL !6711]
authorMark Andrews <marka@isc.org>
Wed, 14 Sep 2022 02:50:40 +0000 (12:50 +1000)
committerMark Andrews <marka@isc.org>
Fri, 23 Sep 2022 04:07:51 +0000 (14:07 +1000)
(cherry picked from commit 54916b4e4534d1529ccd8db11f79cab56cae7f69)

CHANGES

diff --git a/CHANGES b/CHANGES
index 2e70fec702d3f4e998e712c2ffa4a5a74b144729..a38e309632825a7c799925fcd768ca79db2ecf00 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5978.  [port]          The ability to use pkcs11 via engine_pkcs11 has been
+                       restored, by only using deprecated APIs in
+                       OpenSSL 3.0.0. BIND needs to be compiled with
+                       '-DOPENSSL_API_COMPAT=10100' specified in the CFLAGS
+                       at compile time. [GL !6711]
+
 5973.  [bug]           Fixed a possible invalid detach in UPDATE
                        processing. [GL #3522]