]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: chg: Improve performance when looking for the closest encloser when retur...
authorMark Andrews <marka@isc.org>
Thu, 29 Aug 2024 21:38:37 +0000 (21:38 +0000)
committerMark Andrews <marka@isc.org>
Thu, 29 Aug 2024 21:38:37 +0000 (21:38 +0000)
commit7f6e092c05d5d9fcd22fe158fed629f2f2562d78
tree4f9ac29eb073a0cb7d660c8f1ee9a42dd27ef94b
parent456904d15dfb0edde60435be07bffd6acf3dee25
parent5d81a258e3c7988c9505bba9071e6db9ff327399
[9.18] fix: chg: Improve performance when looking for the closest encloser when returning NSEC3 proofs

Use the fact that the database returns the longest matching part of the requested name to find the required NSEC3 record. If there are multiple versions present in the database we may have to search further.

Closes #4460

Backport of MR !9436

Merge branch 'backport-4460-auth-nsec3-many-labels-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9439