2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add CHANGES and release note for [GL #4523]

This commit is contained in:
Aydın Mercan 2024-02-06 15:28:12 +03:00
parent f30008a71c
commit 042bb98846
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
6380. [func] Queries and responses now emit distinct dnstap entries
for DoT and DoH. [GL #4523]
6379. [bug] A QP iterator bug could result in DNSSEC validation
failing because the wrong NSEC was returned. [GL #4659]

View File

@ -26,6 +26,9 @@ New Features
- A new DNSSEC tool :iscman:`dnssec-ksr` is added to create Key Signing Request
(KSR) and Signed Key Response (SKR) files. :gl:`#1128`
- Queries and responses now emit distinct dnstap entries for DoT and DoH.
:any:`dnstap-read` understands DoH and DoT entries. :gl:`#4523`
Removed Features
~~~~~~~~~~~~~~~~