From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 27 Mar 2025 14:51:29 +0000 (-0400) Subject: docs: nsec/nsec3 records X-Git-Tag: dnsdist-2.0.0-alpha2~110^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=816941ac37985b203b4d0ec264beee3b8f45670f;p=thirdparty%2Fpdns.git docs: nsec/nsec3 records Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/changelog/pre-4.0.rst b/docs/changelog/pre-4.0.rst index 903d3f1560..0f3b8365f6 100644 --- a/docs/changelog/pre-4.0.rst +++ b/docs/changelog/pre-4.0.rst @@ -1389,7 +1389,7 @@ Other changes correct bogus use of poll(2) related constants, improving non-Linux portability. Thanks Wouter de Jong. - `commit 27ff60a `__: - make sure our NSEC(3)s for names with spaces in them are correct. + make sure our NSEC/NSEC3 records for names with spaces in them are correct. Reported by Jimmy Bergman. Includes test. - `commit 116e28a `__: reduce log level of successful gpgsql/gsqlite3 connection to Info diff --git a/pdns/recursordist/docs/changelog/4.6.rst b/pdns/recursordist/docs/changelog/4.6.rst index 30b9bc41dc..3629c0e265 100644 --- a/pdns/recursordist/docs/changelog/4.6.rst +++ b/pdns/recursordist/docs/changelog/4.6.rst @@ -170,7 +170,7 @@ Changelogs for 4.6.X :pullreq: 11357 :tickets: 11225 - Reject non-apex NSEC(3)s that have both the NS and SOA bits set. + Reject non-apex NSEC/NSEC3 records that have both the NS and SOA bits set. .. change:: :tags: Improvements @@ -415,7 +415,7 @@ Changelogs for 4.6.X :tags: Improvements :pullreq: 10599 - Be more strict when validating DS with respect to parent/child NSEC(3)s. + Be more strict when validating DS with respect to parent/child NSEC/NSEC3 records. .. change:: :tags: Bug Fixes