mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
Use archived version of draft-icann-dnssec-keymgmt-01.txt
The iana.org link is gone.
This commit is contained in:
parent
92a3487106
commit
5dbc87730e
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue