]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Add root key 38696 from 2024 for DNSSEC validation. It is added
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 25 Jul 2024 09:42:22 +0000 (11:42 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 25 Jul 2024 09:42:22 +0000 (11:42 +0200)
  to the default root keys in unbound-anchor. The content can be
  inspected with `unbound-anchor -l`.

doc/Changelog
smallapp/unbound-anchor.c

index 15919c46c5830180fad98fdf2d752ac62fb7b9b0..aba7407d708fdb8e47e2dc55ba65edcd7527b812 100644 (file)
@@ -1,3 +1,8 @@
+25 July 2024: Wouter
+       - Add root key 38696 from 2024 for DNSSEC validation. It is added
+         to the default root keys in unbound-anchor. The content can be
+         inspected with `unbound-anchor -l`.
+
 23 July 2024: Yorgos
        - Fix #1106: ratelimit-below-domain logs the wrong FROM address.
        - Cleanup ede.tdir test.
index aa39dcf0d308580da785acb4e212633f15e09f18..bd4a121f732c5623ac9168d74a1744e37a5da48d 100644 (file)
@@ -183,7 +183,9 @@ static const char DS_TRUST_ANCHOR[] =
        /* The anchors must start on a new line with ". IN DS and end with \n"[;]
         * because the makedist script greps on the source here */
        /* anchor 20326 is from 2017 */
-". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D\n";
+". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D\n"
+       /* anchor 38696 is from 2024 */
+". IN DS 38696 8 2 683D2D0ACB8C9B712A1948B27F741219298D0A450D612C483AF444A4C0FB2B16\n";
 
 /** verbosity for this application */
 static int verb = 0;