]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix recognition of DNSSEC keys using the PRIVATEDNS private algorithm
authorMark Andrews <marka@isc.org>
Tue, 4 Aug 2026 01:31:21 +0000 (11:31 +1000)
committerMark Andrews <marka@isc.org>
Tue, 4 Aug 2026 01:31:21 +0000 (11:31 +1000)
`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


Trivial merge