From: Michal Nowak Date: Tue, 28 Jan 2025 11:13:57 +0000 (+0100) Subject: Use archived version of draft-icann-dnssec-keymgmt-01.txt X-Git-Tag: v9.21.5~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dbc87730edb89bd5fbbf63d1da3b1c1d3e148cb;p=thirdparty%2Fbind9.git Use archived version of draft-icann-dnssec-keymgmt-01.txt The iana.org link is gone. --- diff --git a/doc/changelog/changelog-9.21.1.rst b/doc/changelog/changelog-9.21.1.rst index 824c283e698..cf4839d4c7e 100644 --- a/doc/changelog/changelog-9.21.1.rst +++ b/doc/changelog/changelog-9.21.1.rst @@ -25,7 +25,7 @@ New Features are loaded from the currently active bundle from the imported SKR. The implementation is loosely based on: - https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt + https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt :gl:`#1128` :gl:`!9119` - Implement the 'request-ixfr-max-diffs' configuration option. diff --git a/doc/notes/notes-9.21.1.rst b/doc/notes/notes-9.21.1.rst index 46c4ef8e103..6f928e397bc 100644 --- a/doc/notes/notes-9.21.1.rst +++ b/doc/notes/notes-9.21.1.rst @@ -27,7 +27,7 @@ New Features The implementation is loosely based on `draft-icann-dnssec-keymgmt-01.txt - `_. + `_. :gl:`#1128` - Allow limiting the number of differences in IXFR. diff --git a/lib/dns/include/dns/skr.h b/lib/dns/include/dns/skr.h index a3e1255eb99..0dd6a7d46cd 100644 --- a/lib/dns/include/dns/skr.h +++ b/lib/dns/include/dns/skr.h @@ -18,7 +18,7 @@ * A skr is a convenience type representing a Signed Key Response (SKR), * determining which DNSKEY, CDS, CDNSKEY and corresponding signatures * should be published at a given time. It is based on terminology used in - * https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt + * https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt */ #include