]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: chg: Improve performance when looking for the closest encloser when returning...
authorMark Andrews <marka@isc.org>
Thu, 29 Aug 2024 13:24:09 +0000 (13:24 +0000)
committerMark Andrews <marka@isc.org>
Thu, 29 Aug 2024 13:24:09 +0000 (13:24 +0000)
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

Merge branch '4460-auth-nsec3-many-labels' into 'main'

Closes #4460

See merge request isc-projects/bind9!9436


Trivial merge