Internet-Draft | EFAS | September 2025 |
Pan | Expires 9 March 2026 | [Page] |
This document describes the Certificate Transparency (CT) information of the DNS resolver.¶
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 9 March 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.¶
DNS resolver can support any encrypted DNS scheme, such as DNS over HTTPS (DoH) [RFC8484], DNS over TLS (DoT) [RFC7858], or DNS over QUIC (DoQ) [RFC9250].¶
Certificate hijacking allows attackers to impersonate a legitimate encrypted DNS resolver, see also [MisIssuedCF].¶
Certificate Transparency (CT) is to combat the certificate hijacking issue [RFC9162]. This document describes the CT information of the encrypted DNS resolver.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].¶
Basic terms used in this specification are defined in the documents [RFC1034], [RFC1035], [RFC9499], [RFC9606], [RFC9162].¶
[RFC9606] specifies a method for DNS resolvers to publish information about themselves.¶
IANA has created a new registry called "DNS Resolver Information Keys" [IANA-DNS].¶
This document adds a new DNS Resolver Information Key: CT, to present the CT information of the encrypted DNS resolver.¶
Name: CT¶
Value: 1¶
Meaning: The value indicates that the certificate of the encrypted DNS resolver contains embedded SCTs.¶
Reference: RFC 9162¶
Name: CT¶
Value: 2¶
Meaning: The value indicates that the encrypted DNS resolver supports the transparency_info TLS extension.¶
Reference: RFC 9162¶
DNS clients can get trustworthy DNS resolver information through DNSSEC query or out-of-band configuration.¶
Suppose the DNS clients find the CT value in the trustworthy DNS resolver information. In that case, they can mandate the CT validation in the encrypted communication channel setup process with the encrypted DNS resolver.¶
Thanks to all in the DNSOP mailing list.¶