From 5a1c2b0b591cd2b9780bf2ca718a9f024bc7fb8c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 5 Apr 2022 10:26:48 +1000 Subject: [PATCH] Add CHANGES note for [GL #3234] --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 1166e4eea3..f4b80b703c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +5864. [func] The OID embedded at the start of a PRIVATEOID public + key in a KEY, DNSKEY, CDNSKEY, or RKEY RR is now + checked for validity when reading from wire or from + zone files, and the OID is printed when + 'dig +rrcomments' is used. Similarly, the name + embedded at the start of a PRIVATEDNS public key + is also checked for validity. [GL #3234] + 5863. [bug] If there was a pending negative cache DS entry, validations depending upon it could fail. [GL #3279]