]> 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:35 +0000 (04:36 +0100)
commite47f8104669ca9d3c608e2c6a76357326d482799
tree88d94ca676ad883dc837339524a426790bf616da
parent14abc1a3e753135c929af4260bc7c60fd66c95bd
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