From 81f11a70588c6929d1aefd529b940efb70747fc2 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 10 Jul 2000 22:11:48 +0000 Subject: [PATCH] 322. [bug] Queries for KEY RRs are now sent to the parent server rather than the authoritative one, making DNSSEC insecurity proofs work in many cases where they previously didn't. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 285cd654c1..a76bad2c67 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +o + 322. [bug] Queries for KEY RRs are now sent to the parent + server rather than the authoritative one, making + DNSSEC insecurity proofs work in many cases + where they previously didn't. + 321. [bug] When synthesizing a CNAME RR for a DNAME response, query_addcname() failed to intitialize the type and class of the CNAME dns_rdata_t,