From 4954df58593ef3fee0047b46d2192cd3b88da943 Mon Sep 17 00:00:00 2001 From: yunwei <37897161+dyunwei@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:45:11 +0800 Subject: [PATCH] Changelog entry for #874 unbound-anchor is compliant with RFC 7958, and the XML format remains unchanged between the old draft and RFC 7958. Update the comments to improve clarity. --- smallapp/unbound-anchor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smallapp/unbound-anchor.c b/smallapp/unbound-anchor.c index 3bc25a10c..20a100cec 100644 --- a/smallapp/unbound-anchor.c +++ b/smallapp/unbound-anchor.c @@ -1589,8 +1589,7 @@ xml_parse_setup(XML_Parser parser, struct xml_data* data, time_t now) /** * Perform XML parsing of the root-anchors file - * Its format description can be read here - * https://data.iana.org/root-anchors/draft-icann-dnssec-trust-anchor.txt + * Its format description can be found in RFC 7958. * It uses libexpat. * @param xml: BIO with xml data. * @param now: the current time for checking DS validity periods. -- 2.39.5