]> git.ipfire.org Git - thirdparty/bind9.git/commit
Skip unsupported algorithms when looking for signing key
authorOndřej Surý <ondrej@isc.org>
Tue, 4 Nov 2025 01:09:38 +0000 (02:09 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 4 Nov 2025 18:53:26 +0000 (19:53 +0100)
commita94a7c1a1e6eecbead995a08bace33d23899a5da
tree766cb258c3f91a1138978e481062e118ae477af0
parent488d7bfc75f2988c6e461b8677bc0e27e58bd82e
Skip unsupported algorithms when looking for signing key

When looking for a signing key in select_signing_key(), the result code
indicating unsupported algorithm would abort the search.  Instead, skip
such keys and continue searching for the right key.

Co-Authored-By: Aram Sargsyan <aram@isc.org>
Co-Authored-By: Petr Menšík <pemensik@redhat.com>
lib/dns/validator.c