]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use archived version of draft-icann-dnssec-keymgmt-01.txt
authorMichal Nowak <mnowak@isc.org>
Tue, 28 Jan 2025 11:13:57 +0000 (12:13 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 28 Jan 2025 11:13:57 +0000 (12:13 +0100)
The iana.org link is gone.

doc/changelog/changelog-9.21.1.rst
doc/notes/notes-9.21.1.rst
lib/dns/include/dns/skr.h

index 824c283e698246cadf4ba7e39f7759d814cdda8d..cf4839d4c7e51b7f3bb2ff71644955bb6bf61c86 100644 (file)
@@ -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.
index 46c4ef8e103f0873a3d0fb661f11b49b2bbfb897..6f928e397bc025c495ba5e5e5ff290422cb7bf91 100644 (file)
@@ -27,7 +27,7 @@ New Features
 
   The implementation is loosely based on
   `draft-icann-dnssec-keymgmt-01.txt
-  <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`
 
 - Allow limiting the number of differences in IXFR.
index a3e1255eb991121cb0f2cee5ee89d14aad619bc6..0dd6a7d46cd8b2d125894a74bc200b79b5950ee7 100644 (file)
@@ -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 <isc/stdtime.h>