]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog entry for #1280:
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 12 May 2025 12:29:11 +0000 (14:29 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 12 May 2025 12:29:11 +0000 (14:29 +0200)
- Merge #1280: Fix auth nsec3 code. Fixes NSEC3 code to not break on
  broken auth zones that include unsigned out of zone (above apex)
  data. Could lead to hang while trying to prove a wildcard answer.

doc/Changelog

index fc293a5f3358648b18dd3d04201fc44f9a19aff7..e86095860f248edd19154a8a5666627eea22c177 100644 (file)
@@ -1,3 +1,8 @@
+12 May 2025: Yorgos
+       - Merge #1280: Fix auth nsec3 code. Fixes NSEC3 code to not break on
+         broken auth zones that include unsigned out of zone (above apex)
+         data. Could lead to hang while trying to prove a wildcard answer.
+
 9 May 2025: Wouter
        - Fix #1281: forward-zone "name: ." conflicts with auth-zone "name: ."
          in 1.23.0, but worked in 1.22.0.