From 2134b355576052f371f24fb002b086241130b261 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. (cherry picked from commit 5dbc87730edb89bd5fbbf63d1da3b1c1d3e148cb) --- doc/changelog/changelog-9.20.2.rst | 2 +- doc/notes/notes-9.20.2.rst | 2 +- lib/dns/include/dns/skr.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog/changelog-9.20.2.rst b/doc/changelog/changelog-9.20.2.rst index 6cb670d260..acce365c08 100644 --- a/doc/changelog/changelog-9.20.2.rst +++ b/doc/changelog/changelog-9.20.2.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` - Print the full path of the working directory in startup log messages. diff --git a/doc/notes/notes-9.20.2.rst b/doc/notes/notes-9.20.2.rst index 229cb886c1..c86d61c27a 100644 --- a/doc/notes/notes-9.20.2.rst +++ b/doc/notes/notes-9.20.2.rst @@ -27,7 +27,7 @@ New Features The implementation is loosely based on `draft-icann-dnssec-keymgmt-01.txt - `_. + `_. :gl:`#1128` - Print the full path of the working directory in startup log messages. diff --git a/lib/dns/include/dns/skr.h b/lib/dns/include/dns/skr.h index 6b2c3c71f9..8b343f4284 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