From: Mark Andrews Date: Tue, 4 Aug 2026 01:31:21 +0000 (+1000) Subject: fix: dev: Fix recognition of DNSSEC keys using the PRIVATEDNS private algorithm X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a169827d4aea712237e672cff9ee96e77c099a2d;p=thirdparty%2Fbind9.git fix: dev: Fix recognition of DNSSEC keys using the PRIVATEDNS private algorithm `dst_algorithm_fromprivatedns()` parses the algorithm name with `dns_name_fromwire()`, which reads only the buffer's active region; the callers in frombuffer() and the resolver never set it, so PRIVATEDNS keys were always rejected as unsupported. Merge branch '5871-followup-fix-privatedns-algorithm-extraction' into 'main' See merge request isc-projects/bind9!12485 --- a169827d4aea712237e672cff9ee96e77c099a2d