mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 16:47:31 -04:00
parent
4b5bba3a99
commit
006bc4e1a7
2 changed files with 10 additions and 0 deletions
5
CHANGES
5
CHANGES
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue