Add CHANGES and release note for #1129

Newsworthy.
This commit is contained in:
Matthijs Mekking
2022-03-17 10:03:02 +01:00
parent 4b5bba3a99
commit 006bc4e1a7
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
6329. [func] Add HSM support for dnssec-policy. You can now
configure keys with a key-store that allows you to
set the directory to store key files and to set a
PKCS #11 URI string. [GL #1129]
6328. [doc] Update ZSK minimum lifetime documentation in ARM, also
depends on signing delay. [GL #4510]

View File

@@ -28,6 +28,11 @@ New Features
- The statistics channel now includes counters that indicate the number
of currently connected TCP IPv4/IPv6 clients. :gl:`#4425`
- Add HSM support to :any:`dnssec-policy`. You can now configure keys with a
``key-store`` that allows you to set the directory to store the key files and
set a PKCS#11 URI string. The latter requires OpenSSL 3 and a valid PKCS#11
provider to be configured for OpenSSL. :gl`#1129`.
Removed Features
~~~~~~~~~~~~~~~~