From 54916b4e4534d1529ccd8db11f79cab56cae7f69 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 14 Sep 2022 12:50:40 +1000 Subject: [PATCH] Add a CHANGES note for [GL !6711] --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 2790440a74..b2f904045f 100644 --- 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]