From b53b69ca3c480edf62cc70a2df18554ff7f7682d 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] (cherry picked from commit e27b063f670f35c160f317901f0845ffc49f28d0) --- 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 9239eca2be..0ba3e4b9e6 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -39,6 +39,11 @@ Feature Changes - None. +- 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 ~~~~~~~~~