]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #317 317/head
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Feb 2021 10:16:19 +0000 (11:16 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Feb 2021 10:16:19 +0000 (11:16 +0100)
- Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
  ZONEMD records are checked for zones loaded as auth-zone,
  with DNSSEC if available.  There is an added option
  zonemd-permissive-mode that makes it log but not fail wrong zones.
  With zonemd-reject-absence for an auth-zone the presence of a
  zonemd can be mandated for specific zones.

doc/Changelog

index f855e5a9a21a2f784ffda644b770663e1c2d6d87..8dd41fade25296d24fb60e9b4afb983497c63862 100644 (file)
@@ -1,3 +1,11 @@
+18 February 2021: Wouter
+       - Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
+         ZONEMD records are checked for zones loaded as auth-zone,
+         with DNSSEC if available.  There is an added option
+         zonemd-permissive-mode that makes it log but not fail wrong zones.
+         With zonemd-reject-absence for an auth-zone the presence of a
+         zonemd can be mandated for specific zones.
+
 15 February 2021: Wouter
        - Fix #422: IPv6 fallback issues when IPv6 is not properly
          enabled/configured.