From fd05589e66947bb033f074e2825e8dd3c47afafd Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 23 Jun 2020 10:52:09 +1000 Subject: [PATCH] Add CHANGES for [GL #1689] (cherry picked from commit b733bd6555cbbe99e5cc7b4c384475d6e8046e68) --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index ec08c8abb2..debbc29426 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5446. [bug] The validator could fail to accept a properly signed + RRset if an unsupported algorithm appeared earlier in + the DNSKEY RRset than a supported algorithm. It could + also stop if it detected a malformed public key. + [GL #1689] + 5443. [bug] The "primary" and "secondary" keywords, when used as parameters for "check-names", were not processed correctly and were being ignored. [GL #1949]