]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog entry for #874 875/head
authoryunwei <37897161+dyunwei@users.noreply.github.com>
Fri, 14 Apr 2023 08:45:11 +0000 (16:45 +0800)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2023 08:45:11 +0000 (16:45 +0800)
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

index 3bc25a10caafba983f378b3d1abeee7a6da20d2b..20a100cec80b86f03f2d04f76cead8e40386fe9e 100644 (file)
@@ -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.