From: Yorgos Thessalonikefs Date: Mon, 12 May 2025 12:29:11 +0000 (+0200) Subject: Changelog entry for #1280: X-Git-Tag: release-1.24.0rc1~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e1deede08bfbc407943b7b8c35f64a92f3e4f0b;p=thirdparty%2Funbound.git Changelog entry for #1280: - 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. --- diff --git a/doc/Changelog b/doc/Changelog index fc293a5f3..e86095860 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.