]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test maximum length NSEC3 hash detection
authorMark Andrews <marka@isc.org>
Tue, 24 Feb 2026 02:35:07 +0000 (13:35 +1100)
committerOndřej Surý <ondrej@isc.org>
Tue, 24 Feb 2026 16:10:52 +0000 (17:10 +0100)
commita38d599260c8fdcfc4ecd7b474ce41393771fbc7
tree76f42c4988e0ed84572591ee35e7824481677554
parentf4ea445c66f260394e5973ad5ec0a8b080445043
Test maximum length NSEC3 hash detection

Adds text and wire format unit tests to verify the newly enforced
maximum NSEC3 hash length constraints.  These tests ensure that hash
lengths up to the 39-byte maximum are accepted, while larger sizes
correctly fail.

(cherry picked from commit e83a182056b5624566a576669417e62eb94bffe9)
tests/dns/rdata_test.c