]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: Lowercase the NSEC next owner name when signing
authorMatthijs Mekking <matthijs@isc.org>
Fri, 23 Jan 2026 12:46:51 +0000 (12:46 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 23 Jan 2026 12:46:51 +0000 (12:46 +0000)
When building the NSEC rdata, lowercase the next owner name before
storing it in the Next Domain Name Field.

Note that this is not required according to RFC 6840, but since there
is inconsistency in the documents over time, having uppercase next
owner names in the NSEC records may cause validation failures if
validators are not following RFC 6840.

Closes #5702

Merge branch '5702-lowercase-nsec-next-owner-name' into 'main'

See merge request isc-projects/bind9!11442


Trivial merge