]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Missing DNSSEC information when CD bit is set in query
authorMark Andrews <marka@isc.org>
Thu, 11 Sep 2025 08:47:33 +0000 (18:47 +1000)
committerMark Andrews <marka@isc.org>
Thu, 11 Sep 2025 08:47:33 +0000 (18:47 +1000)
commit968a6be41fbd2c65ab8cb32c56356f3d0146c1ce
treebebe782af62eed78a1b92c6b02d6c6f9d3516cee
parent89edd7b45bcc2ed11701b04c0b3ec350cdfff720
parent1d7046045fa6c46f1b0a5240d235684a9114d843
[9.20] fix: usr: Missing DNSSEC information when CD bit is set in query

The RRSIGs for glue records were not being cached correctly for CD=1 queries.  This has been fixed.

Closes #5502

Backport of MR !10938

Merge branch 'backport-5502-fix-missing-rrsig-with-cd-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10956