From e27b063f670f35c160f317901f0845ffc49f28d0 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 14 Sep 2022 12:53:42 +1000 Subject: [PATCH] Add release note for [GL !6711] --- doc/notes/notes-current.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 1d2dd322c0..8748f48718 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -57,6 +57,11 @@ Feature Changes keys using the algorithm number, followed by "+", followed by the key ID: for example, "8+54274". :gl:`#3525` +- 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` + Bug Fixes ~~~~~~~~~