Internet-Draft | PQC Strategy for DNSSEC | October 2025 |
Sheth, et al. | Expires 19 April 2026 | [Page] |
This document proposes a post-quantum cryptography (PQC) strategy for Domain Name System Security (DNSSEC) that includes two types of algorithms: one or more conservatively designed algorithms that are unlikely ever to need to be replaced, and one or more low-impact drop-in algorithms that are used the same way as a traditional signature algorithm. The conservatively designed algorithms can be used in a mode of operation that mitigates the operational impact of a large signature size. The combination provides both the routine performance of the low-impact algorithm and a resilient fallback to the conservatively designed choice. The draft outlines the strategy, provides recommendations for future testing and deployment, and highlights operational considerations in adopting PQC for DNSSEC.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 19 April 2026.¶
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://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
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.¶
DNSSEC [RFC4034][RFC4035][RFC9364] provides data origin authentication for DNS resource records. Current algorithms, such as RSASHA256 (8) and ECDSA (13), are vulnerable to cryptanalytically capable quantum computers. While "harvest now/decrypt later" is not a concern for DNSSEC, as it is for some other protocols such as TLS, "trust now/forge later" is a concern for DNSSEC. Ensuring that signatures are valid and secure from inception until expiration is critical. This combined with the fact that standards bodies like the National Institute of Standards and Technology (NIST) are deprecating support for classical algorithms ensures that migration to post-quantum cryptography (PQC) is necessary. Unfortunately, migration with the large signature sizes introduce operational risks.¶
This draft proposes a strategy deploying:¶
This dual-algorithm approach ensures routine performance and resilient fallback during PQC transition.¶
This draft is intended as a contribution to ongoing algorithm updates and the algorithm lifecycle per drafts [I-D.ietf-dnsop-rfc8624-bis] and[I-D.crocker-dnsop-dnssec-algorithm-lifecycle]¶
DNS primarily runs over UDP, with packet sizes limited to a maximum of ~1232 bytes. Traditional signatures (e.g., RSASHA256, ECDSA) fit within this limit. PQC signatures (ML-DSA: 2420-4627 bytes, SLH-DSA: 7856-49856 bytes) exceed it, risking excessive TCP fallback, latency, and resolver performance degradation [Sury2025].¶
DNSSEC upgrades occur over years. Novel PQC algorithms may face uncertain adoption timelines, requiring fallback mechanisms. Some algorithms (e.g., SQIsign) impose verification overhead, slowing response times [Sury2025].¶
DNSSEC should deploy two types of PQC signature algorithms:¶
Currently standardized post-quantum secure algorithms that provide cryptographic confidence and resilient fallback. Examples: SLH-DSA in Merkle Tree Ladder (MTL) mode [I-D.harvey-cfrg-mtl-mode], Falcon[FALCON], XMSS[RFC8391], LMS[RFC8554].¶
New algorithms such as the ones that remain under NIST onramp evaluation or under consideration by other standards bodies. These provide routine performance with minimal operational impact. They may leverage newer but less well-established mathematical concepts. Examples: MAYO[MAYO], SNOVA[SNOVA].¶
MTL mode signs a Merkle tree ladder rather than individual DNS responses, amortizing signature size across multiple responses [Fregly2023]. In DNSSEC, this reduces operational impact while maintaining security[I-D.fregly-dnsop-slh-dsa-mtl-dnssec].¶
Several efforts are underway to implement, test, and discuss PQC algorithms in DNSSEC.¶
This document makes no requests of IANA. Future work may include registration of new DNSSEC algorithm codes for PQC algorithms.¶
The deployment of PQC algorithms strengthens DNSSEC against quantum attacks but introduces operational risks. Proper testing, fallback mechanisms, and mode-of-operation considerations are essential to avoid new vulnerabilities.¶
Continued community participation in PQC DNSSEC research, in particular around low-impact drop-in algorithms, is essential to standarizing secure PQC DNSSEC solutions. Additional considerations will be described based on continued analysis and feedback.¶
Thanks to Andrew Fregly for early contributions in promoting PQ DNSSEC and uniting the research community around a post-quantum research agenda.¶