mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 20:11:12 -05:00
Add changes and notes for kasp NSEC3 support
This feature is news worthy.
(cherry picked from commit 9adad77ac3)
This commit is contained in:
parent
cf79e6ccc1
commit
c993bc19a0
2 changed files with 9 additions and 0 deletions
5
CHANGES
5
CHANGES
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue