diff --git a/CHANGES b/CHANGES index 61cdf9490c..ad8d294043 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +5319. [func] Trust anchors can now be configured using DS + format to represent a key digest, by using the + new "initial-ds" or "static-ds" keywords in + the "dnssec-keys" statement. + + Note: DNSKEY-format and DS-format trust anchors + cannot both be used for the same domain name. + [GL #622] + 5318. [cleanup] The DNSSEC validation code has been refactored for clarity and to reduce code duplication. [GL #622] diff --git a/doc/arm/notes-9.15.6.xml b/doc/arm/notes-9.15.6.xml index fca186f62a..b5c083af4b 100644 --- a/doc/arm/notes-9.15.6.xml +++ b/doc/arm/notes-9.15.6.xml @@ -33,6 +33,27 @@ policy used by dnssec-keymgr.) [GL #1134] + + + Two new keywords have been added to the + dnssec-keys statement: + initial-ds and static-ds. + These allow the use of trust anchors in DS format instead of + DNSKEY format. DS format allows trust anchors to be configured + for keys that have not yet been published; this is the format + used by IANA when announcing future root keys. + + + As with the initial-key and + static-key keywords, initial-ds + configures a dynamic trust anchor to be maintained via RFC 5011, and + static-ds configures a permanent trust anchor. + + + (Note: Currently, DNSKEY-format and DS-format trust anchors + cannot both be used for the same domain name.) [GL #6] [GL #622] + +