]> 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 03:18:28 +0000 (13:18 +1000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 2790440a746a208321788d0256fe5315fe69d39a..b2f904045f22b68bc87eae79ece38327231c6a65 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]
+
 5977.  [bug]           named could incorrectly return non-truncated, glueless
                        referrals for responses whose size was close to the UDP
                        packet size limit. [GL #1967]