]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitdd8651ff36e489751d6f7f59ddc14ab6541d12bb
tree3b771c93a35c8d3f5eedb908488a18b3efd03be2
parenta30fc2ded6f30c267a2b94516ce70e3336749fdd
parentbcb65f52f264a3d9a48b0607abda403d1c3dcb8d
chg: usr: Lowercase the NSEC next owner name when signing

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