]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: add new root trust anchor 15214/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 24 Feb 2025 11:39:41 +0000 (12:39 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 24 Feb 2025 11:39:41 +0000 (12:39 +0100)
pdns/root-dnssec.hh
regression-tests.recursor-dnssec/test_TrustAnchors.py

index 3ee5e9bbb769916cb2a3f3c4d7716a5e04ea483e..6d43818be7fd81beedfbd4aa6d15813bae41c423 100644 (file)
@@ -22,4 +22,7 @@
 
 #pragma once
 
-static const char* const rootDSs[]={"20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d"};
+static const char* const rootDSs[] = {
+  "20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d",
+  "38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16"
+};
index f44497881aba4f1fc17ea98dc8891848521dd010..ca6dfa15b2a808ca056941b6bb52d0406b6d863c 100644 (file)
@@ -22,7 +22,7 @@ addNTA("example.com", "some reason")
     def testTrustanchorDotServer(self):
         expected = dns.rrset.from_text_list(
             'trustanchor.server.', 86400, dns.rdataclass.CH, 'TXT',
-            ['". 20326"', '"powerdns.com. 44030"'])
+            ['". 20326 38696"', '"powerdns.com. 44030"'])
         query = dns.message.make_query('trustanchor.server', 'TXT',
                                        dns.rdataclass.CH)
         result = self.sendUDPQuery(query)