RFC 9904: DNSSEC Cryptographic Algorithm Recommendation Update Process
- W. Hardaker,
- W. Kumari
Abstract
The DNSSEC protocol makes use of various cryptographic algorithms to provide
authentication of DNS data and proof of nonexistence. To ensure
interoperabilit
This document does not change the recommendation status (MUST, MAY, RECOMMENDED, etc.) of the algorithms listed in RFC 8624; that is the work of future documents.¶
Status of This Memo
This is an Internet Standards Track document.¶
This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841.¶
Information about the current status of this document, any
errata, and how to provide feedback on it may be obtained at
https://
Copyright Notice
Copyright (c) 2025 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://
1. Introduction
"DNS Security Extensions (DNSSEC)" [RFC9364] is used to provide authentication of DNS data. The DNSSEC signing algorithms are defined by various RFCs, including [RFC4034], [RFC4509], [RFC5155], [RFC5702], [RFC5933], [RFC6605], and [RFC8080].¶
To ensure interoperabilit
This is similar to the process used for the "TLS Cipher Suites" registry [TLS-ciphersuites], where the canonical list of cipher suites is in the IANA registry, and RFCs reference the IANA registry.¶
1.1. Document Audience
The columns added to the IANA "DNS Security Algorithm Numbers" [DNSKEY-IANA] and "Digest Algorithms" [DS-IANA] registries target DNSSEC operators and implementers.¶
Implementations need to meet high security expectations as
well as provide interoperabilit
The field of cryptography evolves continuously. New, stronger algorithms appear, and existing algorithms may be found to be less secure than originally thought. Therefore, algorithm implementation requirements and usage guidance need to be updated from time to time in order to reflect the new reality and to allow for a smooth transition to more secure algorithms as well as the deprecation of algorithms deemed to no longer be secure.¶
Implementations need to be conservative in the selection of algorithms they implement in order to minimize both code complexity and the attack surface.¶
The perspective of implementers may differ from that of an operator who wishes to deploy and configure DNSSEC with only the safest algorithm. As such, this document also adds new recommendations about which algorithms should be deployed regardless of implementation status. In general, it is expected that deployment of aging algorithms should generally be reduced before implementations stop supporting them.¶
1.2. Updating Algorithm Requirement Levels
By the time a DNSSEC cryptographic algorithm is made
mandatory to implement, it should already be available in most
implementations
It is expected that the deprecation of an algorithm will be performed gradually. This provides time for implementations to update their implemented algorithms while remaining interoperable. Unless there are strong security reasons, an algorithm is expected to be downgraded from MUST to NOT RECOMMENDED or MAY, instead of directly from MUST to MUST NOT. Similarly, an algorithm that has not been mentioned as mandatory to implement is expected to be first introduced as RECOMMENDED instead of a MUST.¶
Since the effect of using an unknown DNSKEY algorithm is that the zone is treated as insecure, it is recommended that algorithms that have been downgraded to NOT RECOMMENDED or lower not be used by authoritative nameservers and DNSSEC signers to create new DNSKEYs. This ensures that the use of deprecated algorithms decreases over time. Once an algorithm has reached a sufficiently low level of deployment, it can be marked as MUST NOT, so that recursive resolvers can remove support for validating it.¶
Validating recursive resolvers are encouraged to retain support for all algorithms not marked as MUST NOT.¶
1.3. Requirements Notation
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
[RFC2119] considers the term SHOULD to be equivalent to RECOMMENDED, and SHOULD NOT equivalent to NOT RECOMMENDED. This document has chosen to use the terms RECOMMENDED and NOT RECOMMENDED, as this more clearly expresses the recommendations to implementers.¶
2. Adding Usage and Implementation Recommendations to the IANA DNSSEC Algorithm Registries
Per this document, the following columns have been added to the corresponding DNSSEC algorithm registries maintained by IANA:¶
2.1. Column Descriptions
The intended usage of the four columns in the "DNS Security Algorithm Numbers" registry is as follows:¶
- Use for DNSSEC Signing:
-
Indicates the recommendation for using the algorithm within authoritative servers.¶
- Use for DNSSEC Validation:
-
Indicates the recommendation for using the algorithm in DNSSEC validators.¶
- Implement for DNSSEC Signing:
-
Indicates the recommendation for implementing the algorithm within DNSSEC signing software.¶
- Implement for DNSSEC Validation:
-
Indicates the recommendation for implementing the algorithm within DNSSEC validators.¶
The intended usage of the four columns in the "Digest Algorithms" registry is as follows:¶
- Use for DNSSEC Delegation:
-
Indicates the recommendation for using the algorithm within authoritative servers.¶
- Use for DNSSEC Validation:
-
Indicates the recommendation for using the algorithm in DNSSEC validators.¶
- Implement for DNSSEC Delegation:
-
Indicates the recommendation for implementing the algorithm within authoritative servers.¶
- Implement for DNSSEC Validation:
-
Indicates the recommendation for implementing the algorithm within validating resolvers.¶
2.2. Adding and Changing Values
The following note describing the procedures for adding and changing values has been added to the "DNS Security Algorithm Numbers" registry:¶
Adding a new entry to the "DNS Security Algorithm Numbers" registry with a recommended value of "MAY" in the "Use for DNSSEC Signing", "Use for DNSSEC Validation", "Implement for DNSSEC Signing", or "Implement for DNSSEC Validation" columns will be subject to the Specification Required policy as defined in [RFC8126] in order to promote continued evolution of DNSSEC algorithms and DNSSEC agility. New entries added through the Specification Required process will have the value of "MAY" for all columns.¶
Adding a new entry to, or changing an existing value in, the "DNS Security Algorithm Numbers" registry that has any value other than "MAY" in the "Use for DNSSEC Signing", "Use for DNSSEC Validation", "Implement for DNSSEC Signing", or "Implement for DNSSEC Validation" columns requires Standards Action.¶
If an item is not marked as "RECOMMENDED", it does not necessarily mean that it is flawed; rather, it indicates that the item either has not been through the IETF consensus process, has limited applicability, or is intended only for specific use cases.¶
The following note has been added to the "Digest Algorithms" registry:¶
Adding a new entry to the "Digest Algorithms" registry with a recommended value of "MAY" in the "Use for DNSSEC Delegation", "Use for DNSSEC Validation", "Implement for DNSSEC Delegation", or "Implement for DNSSEC Validation" columns SHALL follow the Specification Required policy as defined in [RFC8126].¶
Adding a new entry to, or changing an existing value in, the "Digest Algorithms" registry that has any value other than "MAY" in the "Use for DNSSEC Delegation", "Use for DNSSEC Validation", "Implement for DNSSEC Delegation", or "Implement for DNSSEC Validation" columns requires Standards Action.¶
If an item is not marked as "RECOMMENDED", it does not necessarily mean that it is flawed; rather, it indicates that the item either has not been through the IETF consensus process, has limited applicability, or is intended only for specific use cases.¶
Only values of "MAY", "RECOMMENDED", "MUST NOT", and "NOT RECOMMENDED" may be placed into the "Use for DNSSEC Signing" and "Use for DNSSEC Validation" columns. Only values of "MAY", "RECOMMENDED", "MUST", "MUST NOT", and "NOT RECOMMENDED" may be placed into the "Implement for DNSSEC Signing" and "Implement for DNSSEC Validation" columns. Note that a value of "MUST" is not an allowed value for the two "Use for" columns.¶
The following sections state the initial values that have been populated
into these columns. The values in the "Implement for" columns are transcribed
from [RFC8624]. The "Use for" columns are set to the same values as
those in the "Implement for" columns since the general interpretation to date
indicates they have been treated as values for both
"use" and "implementation
3. DNS Security Algorithm Numbers Registry Column Values
Initial values for the use and implementation recommendation columns in the "DNS Security Algorithm Numbers" registry under the "Domain Name System Security (DNSSEC) Algorithm Numbers" registry group are shown in Table 2.¶
When there are multiple RECOMMENDED algorithms in the "Use for" columns, operators should choose the best algorithm according to local policy.¶
4. Digest Algorithms Registry Column Values
Initial values for the use and implementation recommendation columns in the "Digest Algorithms" registry under the "DNSSEC Delegation Signer (DS) Resource Record (RR) Type Digest Algorithms" registry group are shown in Table 3.¶
When there are multiple RECOMMENDED algorithms in the "Use for" columns, operators should choose the best algorithm according to local policy.¶
5. Security Considerations
The security of cryptographic systems depends on the strength of both the cryptographic algorithms chosen and the keys used with those algorithms. The security also depends on the engineering of the protocol used by the system to ensure that there are no non- cryptographic ways to bypass the security of the overall system.¶
This document concerns itself with the selection of cryptographic algorithms
for the use of DNSSEC, specifically with the selection of
"mandatory
Retiring an algorithm too soon would result in a zone signed with the retired algorithm being downgraded to the equivalent of an unsigned zone. Therefore, algorithm deprecation must be done only after careful consideration and ideally slowly when possible.¶
6. Operational Considerations
DNSKEY algorithm rollover in a live zone is a complex process. See [RFC6781] and [RFC7583] for guidelines on how to perform algorithm rollovers.¶
DS algorithm rollover in a live zone is also a complex process. Upgrading an algorithm at the same time as rolling to the new Key Signing Key (KSK) key will lead to DNSSEC validation failures, and users MUST upgrade the DS algorithm first before rolling to a new KSK.¶
7. IANA Considerations
IANA has updated the "DNS Security Algorithm Numbers" [DNSKEY-IANA] and "Digest Algorithms" [DS-IANA] registries according to the sections that follow.¶
7.1. Update to the DNS Security Algorithm Numbers Registry
IANA has updated the "DNS Security Algorithm Numbers" registry [DNSKEY-IANA] with the following columns and has populated these columns with the values from Table 2 of this document:¶
Additionally, IANA has completed the following actions for the "DNS Security Algorithm Numbers" registry [DNSKEY-IANA]:¶
7.2. Update to the Digest Algorithms Registry
IANA has updated the "Digest Algorithms" registry [DS-IANA] with the following columns and has populated these columns with the values from Table 3 of this document:¶
Additionally, IANA has completed the following actions for the "Digest Algorithms" registry [DS-IANA]:¶
8. References
8.1. Normative References
- [DNSKEY-IANA]
-
IANA, "DNS Security Algorithm Numbers", <https://
www >..iana .org /assignments /dns -sec -alg -numbers - [DS-IANA]
-
IANA, "Digest Algorithms", <http://
www >..iana .org /assignments /ds -rr -types - [RFC2119]
-
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10
.17487 , , <https:///RFC2119 www >..rfc -editor .org /info /rfc2119 - [RFC8126]
-
Cotton, M., Leiba, B., and T. Narten, "Guidelines for Writing an IANA Considerations Section in RFCs", BCP 26, RFC 8126, DOI 10
.17487 , , <https:///RFC8126 www >..rfc -editor .org /info /rfc8126 - [RFC8174]
-
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10
.17487 , , <https:///RFC8174 www >..rfc -editor .org /info /rfc8174 - [RFC9157]
-
Hoffman, P., "Revised IANA Considerations for DNSSEC", RFC 9157, DOI 10
.17487 , , <https:///RFC9157 www >..rfc -editor .org /info /rfc9157
8.2. Informative References
- [RFC4034]
-
Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, "Resource Records for the DNS Security Extensions", RFC 4034, DOI 10
.17487 , , <https:///RFC4034 www >..rfc -editor .org /info /rfc4034 - [RFC4509]
-
Hardaker, W., "Use of SHA-256 in DNSSEC Delegation Signer (DS) Resource Records (RRs)", RFC 4509, DOI 10
.17487 , , <https:///RFC4509 www >..rfc -editor .org /info /rfc4509 - [RFC5155]
-
Laurie, B., Sisson, G., Arends, R., and D. Blacka, "DNS Security (DNSSEC) Hashed Authenticated Denial of Existence", RFC 5155, DOI 10
.17487 , , <https:///RFC5155 www >..rfc -editor .org /info /rfc5155 - [RFC5702]
-
Jansen, J., "Use of SHA-2 Algorithms with RSA in DNSKEY and RRSIG Resource Records for DNSSEC", RFC 5702, DOI 10
.17487 , , <https:///RFC5702 www >..rfc -editor .org /info /rfc5702 - [RFC5933]
-
Dolmatov, V., Ed., Chuprina, A., and I. Ustinov, "Use of GOST Signature Algorithms in DNSKEY and RRSIG Resource Records for DNSSEC", RFC 5933, DOI 10
.17487 , , <https:///RFC5933 www >..rfc -editor .org /info /rfc5933 - [RFC6605]
-
Hoffman, P. and W.C.A. Wijngaards, "Elliptic Curve Digital Signature Algorithm (DSA) for DNSSEC", RFC 6605, DOI 10
.17487 , , <https:///RFC6605 www >..rfc -editor .org /info /rfc6605 - [RFC6781]
-
Kolkman, O., Mekking, W., and R. Gieben, "DNSSEC Operational Practices, Version 2", RFC 6781, DOI 10
.17487 , , <https:///RFC6781 www >..rfc -editor .org /info /rfc6781 - [RFC7583]
-
Morris, S., Ihren, J., Dickinson, J., and W. Mekking, "DNSSEC Key Rollover Timing Considerations", RFC 7583, DOI 10
.17487 , , <https:///RFC7583 www >..rfc -editor .org /info /rfc7583 - [RFC8080]
-
Sury, O. and R. Edmonds, "Edwards-Curve Digital Security Algorithm (EdDSA) for DNSSEC", RFC 8080, DOI 10
.17487 , , <https:///RFC8080 www >..rfc -editor .org /info /rfc8080 - [RFC8624]
-
Wouters, P. and O. Sury, "Algorithm Implementation Requirements and Usage Guidance for DNSSEC", RFC 8624, DOI 10
.17487 , , <https:///RFC8624 www >..rfc -editor .org /info /rfc8624 - [RFC9364]
-
Hoffman, P., "DNS Security Extensions (DNSSEC)", BCP 237, RFC 9364, DOI 10
.17487 , , <https:///RFC9364 www >..rfc -editor .org /info /rfc9364 - [TLS
-ciphersuites] -
IANA, "Transport Layer Security (TLS) Parameters", <https://
www >..iana .org /assignments /tls -parameters
Acknowledgments
This document is based on, and extends, RFC 8624, which was authored by Paul Wouters and Ondrej Sury.¶
The content of this document was heavily discussed by participants of the DNSOP Working Group. The authors appreciate the thoughtfulness of the many opinions expressed by working group participants that all helped shaped this document. We thank Paul Hoffman and Paul Wouters for their contributed text and also Nabeel Cocker, Shumon Huque, Nicolai Leymann, S. Moonesamy, Magnus Nyström, Peter Thomassen, Stefan Ubbink, and Loganaden Velvindron for their reviews and comments.¶