Add changes and notes for kasp NSEC3 support

This feature is news worthy.

(cherry picked from commit 9adad77ac3)
This commit is contained in:
Matthijs Mekking 2020-10-14 10:10:01 +02:00
parent cf79e6ccc1
commit c993bc19a0
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]
5534. [bug] The synthesised CNAME from a DNAME was incorrectly
followed when the QTYPE was CNAME or ANY. [GL #2280]

View file

@ -36,6 +36,10 @@ Feature Changes
- None.
- 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
~~~~~~~~~