Add changes and notes for kasp NSEC3 support

This feature is news worthy.
This commit is contained in:
Matthijs Mekking
2020-10-14 10:10:01 +02:00
parent a5b45bdd03
commit 9adad77ac3
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
5538. [func] Add NSEC3 support for zones that manage DNSSEC with
the 'dnssec-policy' configuration. A new option
'nsec3param' can be used to set the NSEC3 parameters.
[GL #1620]
5537. [func] The query plugin mechanism has been extended
to support asynchronous operations. For example, a
plugin can now trigger recursion and resume

View File

@@ -60,6 +60,10 @@ Feature Changes
certificate provided by the user or it can generate an ephemeral certificate
on startup of the daemon.
- Add NSEC3 support for zones that manage their DNSSEC with the `dnssec-policy`
configuration. A new option 'nsec3param' can be used to set the desired
NSEC3 parameters. [GL #1620].
Bug Fixes
~~~~~~~~~