]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't iterate from start every time we select new signing key
authorOndřej Surý <ondrej@isc.org>
Thu, 11 Jan 2024 12:34:46 +0000 (13:34 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 22 Feb 2024 12:22:01 +0000 (13:22 +0100)
commit75faeefcab47e4f1e12b358525190b4be90f97de
tree969726e1949e4d4199154b0c04e63d2028b9069e
parentdb083a21726300916fa0b9fd8a433a796fedf636
Don't iterate from start every time we select new signing key

Improve the selecting of the new signing key by remembering where
we stopped the iteration and just continue from that place instead
of iterating from the start over and over again each time.
lib/dns/validator.c