]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit78d48f7ae28b8d03f9e72fe8c6f8697626579e46
tree3bec5a58d7e8e7a446de5cdd0b35b53c1f51a565
parent7ea6b16d0db28c66ff650b61aad5fd7607503af6
parentd42ea08f16bc6fc4b401f6b6f45a387cfb7f5d73
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

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

Closes #4460

See merge request isc-projects/bind9!9436