From: Keelan Cannoo <96436249+Keelan10@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:24:55 +0000 (+0400) Subject: Add new IANA trust anchor (#1135) X-Git-Tag: release-1.22.0rc1~30 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f09c36401dd17be7c698e9d9cdfb75187da05c4;p=thirdparty%2Funbound.git Add new IANA trust anchor (#1135) Signed-off-by: Keelan Cannoo Co-authored-by: Keelan10 --- diff --git a/libunbound/python/examples/dnssec_test.py b/libunbound/python/examples/dnssec_test.py index b76c0437e..1a125affa 100644 --- a/libunbound/python/examples/dnssec_test.py +++ b/libunbound/python/examples/dnssec_test.py @@ -30,6 +30,7 @@ def dnssecParse(domain, rrType=RR_TYPE_A): resolver = ub_ctx() resolver.add_ta(". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5") resolver.add_ta(". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D") +resolver.add_ta(". IN DS 38696 8 2 683D2D0ACB8C9B712A1948B27F741219298D0A450D612C483AF444A4C0FB2B16") dnssecParse("nic.cz") dnssecParse("nonexistent-domain-blablabla.cz")