[DNSOP] I-D Action: draft-ietf-dnsop-svcb-httpssvc-03.txt
internet-drafts@ietf.org Fri, 12 June 2020 02:25 UTC
Return-Path: <internet-drafts@ietf.org>
X-Original-To: dnsop@ietf.org
Delivered-To: dnsop@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id D1AFB3A0E22; Thu, 11 Jun 2020 19:25:06 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: internet-drafts@ietf.org
To: i-d-announce@ietf.org
Cc: dnsop@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 7.3.1
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: dnsop@ietf.org
Message-ID: <159192870681.31818.12194161917935801436@ietfa.amsl.com>
Date: Thu, 11 Jun 2020 19:25:06 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/N14iQFQVXMAJuxNjfxjy_L6ADmA>
Subject: [DNSOP] I-D Action: draft-ietf-dnsop-svcb-httpssvc-03.txt
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Jun 2020 02:25:07 -0000
A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the Domain Name System Operations WG of the IETF.
Title : Service binding and parameter specification via the DNS (DNS SVCB and HTTPSSVC)
Authors : Ben Schwartz
Mike Bishop
Erik Nygren
Filename : draft-ietf-dnsop-svcb-httpssvc-03.txt
Pages : 39
Date : 2020-06-11
Abstract:
This document specifies the "SVCB" and "HTTPSSVC" DNS resource record
types to facilitate the lookup of information needed to make
connections for origin resources, such as for HTTPS URLs. SVCB
records allow an origin to be served from multiple network locations,
each with associated parameters (such as transport protocol
configuration and keys for encrypting the TLS ClientHello). They
also enable aliasing of apex domains, which is not possible with
CNAME. The HTTPSSVC DNS RR is a variation of SVCB for HTTPS and HTTP
origins. By providing more information to the client before it
attempts to establish a connection, these records offer potential
benefits to both performance and privacy.
TO BE REMOVED: This proposal is inspired by and based on recent DNS
usage proposals such as ALTSVC, ANAME, and ESNIKEYS (as well as long
standing desires to have SRV or a functional equivalent implemented
for HTTP). These proposals each provide an important function but
are potentially incompatible with each other, such as when an origin
is load-balanced across multiple hosting providers (multi-CDN).
Furthermore, these each add potential cases for adding additional
record lookups in addition to AAAA/A lookups. This design attempts
to provide a unified framework that encompasses the key functionality
of these proposals, as well as providing some extensibility for
addressing similar future challenges.
TO BE REMOVED: The specific name for this RR type is an open topic
for discussion. "SVCB" and "HTTPSSVC" are meant as placeholders as
they are easy to replace. Other names might include "B", "SRV2",
"SVCHTTPS", "HTTPS", and "ALTSVC".
TO BE REMOVED: This document is being collaborated on in Github at:
https://github.com/MikeBishop/dns-alt-svc [1]. The most recent
working version of the document, open issues, etc. should all be
available there. The authors (gratefully) accept pull requests.
The IETF datatracker status page for this draft is:
https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-httpssvc/
There are also htmlized versions available at:
https://tools.ietf.org/html/draft-ietf-dnsop-svcb-httpssvc-03
https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-httpssvc-03
A diff from the previous version is available at:
https://www.ietf.org/rfcdiff?url2=draft-ietf-dnsop-svcb-httpssvc-03
Please note that it may take a couple of minutes from the time of submission
until the htmlized version and diff are available at tools.ietf.org.
Internet-Drafts are also available by anonymous FTP at:
ftp://ftp.ietf.org/internet-drafts/
- [DNSOP] I-D Action: draft-ietf-dnsop-svcb-httpssv… internet-drafts
- Re: [DNSOP] I-D Action: draft-ietf-dnsop-svcb-htt… Ben Schwartz