From 5dbc87730edb89bd5fbbf63d1da3b1c1d3e148cb Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 28 Jan 2025 12:13:57 +0100 Subject: [PATCH] Use archived version of draft-icann-dnssec-keymgmt-01.txt The iana.org link is gone. --- doc/changelog/changelog-9.21.1.rst | 2 +- doc/notes/notes-9.21.1.rst | 2 +- lib/dns/include/dns/skr.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog/changelog-9.21.1.rst b/doc/changelog/changelog-9.21.1.rst index 824c283e69..cf4839d4c7 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 46c4ef8e10..6f928e397b 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 a3e1255eb9..0dd6a7d46c 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