]> 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>
Wed, 5 Nov 2025 03:36:00 +0000 (04:36 +0100)
commit619db66c47d413780e7ecd112a503ff9c0b43bbf
tree4523cc37c144a9b21468eeb48a0767c8b5ddf4de
parent5241c1b09b6ed406c44903e64ce4572b2fb5e7cd
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>
(cherry picked from commit a94a7c1a1e6eecbead995a08bace33d23899a5da)
lib/dns/validator.c