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 ~~~~~~~~~