<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.25 (Ruby 2.4.0) -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-tls-esni-14" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 2.39.0 -->
  <front>
    <title abbrev="TLS Encrypted Client Hello">TLS Encrypted Client Hello</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-tls-esni-14"/>
    <author initials="E." surname="Rescorla" fullname="Eric Rescorla">
      <organization>RTFM, Inc.</organization>
      <address>
        <email>ekr@rtfm.com</email>
      </address>
    </author>
    <author initials="K." surname="Oku" fullname="Kazuho Oku">
      <organization>Fastly</organization>
      <address>
        <email>kazuhooku@gmail.com</email>
      </address>
    </author>
    <author initials="N." surname="Sullivan" fullname="Nick Sullivan">
      <organization>Cloudflare</organization>
      <address>
        <email>nick@cloudflare.com</email>
      </address>
    </author>
    <author initials="C.A." surname="Wood" fullname="Christopher A. Wood">
      <organization>Cloudflare</organization>
      <address>
        <email>caw@heapingbits.net</email>
      </address>
    </author>
    <date year="2022" month="February" day="13"/>
    <area>General</area>
    <workgroup>tls</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document describes a mechanism in Transport Layer Security (TLS) for
encrypting a ClientHello message under a server public key.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/tlswg/draft-ietf-tls-esni">https://github.com/tlswg/draft-ietf-tls-esni</eref>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>DISCLAIMER: This draft is work-in-progress and has not yet seen significant (or
really any) security analysis. It should not be used as a basis for building
production systems. This published version of the draft has been designated
an "implementation draft" for testing and interop purposes.</t>
      <t>Although TLS 1.3 <xref target="RFC8446"/> encrypts most of the handshake, including the
server certificate, there are several ways in which an on-path attacker can
learn private information about the connection. The plaintext Server Name
Indication (SNI) extension in ClientHello messages, which leaks the target
domain for a given connection, is perhaps the most sensitive, unencrypted
information in TLS 1.3.</t>
      <t>The target domain may also be visible through other channels, such as plaintext
client DNS queries or visible server IP addresses. However, DoH <xref target="RFC8484"/>
and DPRIVE <xref target="RFC7858"/> <xref target="RFC8094"/> provide mechanisms for clients to conceal
DNS lookups from network inspection, and many TLS servers host multiple domains
on the same IP address. Private origins may also be deployed behind a common
provider, such as a reverse proxy. In such environments, the SNI remains the
primary explicit signal used to determine the server's identity.</t>
      <t>This document specifies a new TLS extension, called Encrypted Client Hello
(ECH), that allows clients to encrypt their ClientHello to such a deployment.
This protects the SNI and other potentially sensitive fields, such as the ALPN
list <xref target="RFC7301"/>. Co-located servers with consistent externally visible TLS
configurations, including supported versions and cipher suites, form an
anonymity set. Usage of this mechanism reveals that a client is connecting to a
particular service provider, but does not reveal which server from the
anonymity set terminates the connection.</t>
      <t>ECH is only supported with (D)TLS 1.3 <xref target="RFC8446"/> and newer versions of the
protocol.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>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 <xref target="RFC2119"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here. All TLS
notation comes from <xref section="3" sectionFormat="comma" target="RFC8446"/>.</t>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <t>This protocol is designed to operate in one of two topologies illustrated below,
which we call "Shared Mode" and "Split Mode".</t>
      <section anchor="topologies">
        <name>Topologies</name>
        <figure anchor="shared-mode">
          <name>Shared Mode Topology</name>
          <artwork><![CDATA[
                +---------------------+
                |                     |
                |   2001:DB8::1111    |
                |                     |
Client <----->  | private.example.org |
                |                     |
                | public.example.com  |
                |                     |
                +---------------------+
                        Server
          (Client-Facing and Backend Combined)
]]></artwork>
        </figure>
        <t>In Shared Mode, the provider is the origin server for all the domains whose DNS
records point to it. In this mode, the TLS connection is terminated by the
provider.</t>
        <figure anchor="split-mode">
          <name>Split Mode Topology</name>
          <artwork><![CDATA[
           +--------------------+     +---------------------+
           |                    |     |                     |
           |   2001:DB8::1111   |     |   2001:DB8::EEEE    |
Client <----------------------------->|                     |
           | public.example.com |     | private.example.com |
           |                    |     |                     |
           +--------------------+     +---------------------+
            Client-Facing Server            Backend Server
]]></artwork>
        </figure>
        <t>In Split Mode, the provider is not the origin server for private domains.
Rather, the DNS records for private domains point to the provider, and the
provider's server relays the connection back to the origin server, who
terminates the TLS connection with the client. Importantly, the service provider
does not have access to the plaintext of the connection beyond the unencrypted
portions of the handshake.</t>
        <t>In the remainder of this document, we will refer to the ECH-service provider as
the "client-facing server" and to the TLS terminator as the "backend server".
These are the same entity in Shared Mode, but in Split Mode, the client-facing
and backend servers are physically separated.</t>
      </section>
      <section anchor="encrypted-clienthello-ech">
        <name>Encrypted ClientHello (ECH)</name>
        <t>A client-facing server enables ECH by publishing an ECH configuration, which
is an encryption public key and associated metadata. The server must publish
this for all the domains it serves via Shared or Split Mode. This document
defines the ECH configuration's format, but delegates DNS publication details
to <xref target="HTTPS-RR"/>. Other delivery mechanisms are also
possible. For example, the client may have the ECH configuration preconfigured.</t>
        <t>When a client wants to establish a TLS session with some backend server, it
constructs a private ClientHello, referred to as the ClientHelloInner.
The client then constructs a public ClientHello, referred to as the
ClientHelloOuter. The ClientHelloOuter contains innocuous values for
sensitive extensions and an "encrypted_client_hello" extension
(<xref target="encrypted-client-hello"/>), which carries the encrypted ClientHelloInner.
Finally, the client sends ClientHelloOuter to the server.</t>
        <t>The server takes one of the following actions:</t>
        <ol spacing="normal" type="1">
          <li>If it does not support ECH or cannot decrypt the extension, it completes
the handshake with ClientHelloOuter. This is referred to as rejecting ECH.</li>
          <li>If it successfully decrypts the extension, it forwards the ClientHelloInner
to the backend server, which completes the handshake. This is referred to
as accepting ECH.</li>
        </ol>
        <t>Upon receiving the server's response, the client determines whether or not ECH
was accepted (<xref target="determining-ech-acceptance"/>) and proceeds with the handshake
accordingly. When ECH is rejected, the resulting connection is not usable by
the client for application data. Instead, ECH rejection allows the client to
retry with up-to-date configuration (<xref target="rejected-ech"/>).</t>
        <t>The primary goal of ECH is to ensure that connections to servers in the same
anonymity set are indistinguishable from one another. Moreover, it should
achieve this goal without affecting any existing security properties of TLS 1.3.
See <xref target="goals"/> for more details about the ECH security and privacy goals.</t>
      </section>
    </section>
    <section anchor="ech-configuration">
      <name>Encrypted ClientHello Configuration</name>
      <t>ECH uses HPKE for public key encryption <xref target="I-D.irtf-cfrg-hpke"/>.
The ECH configuration is defined by the following <tt>ECHConfig</tt> structure.</t>
      <artwork><![CDATA[
    opaque HpkePublicKey<1..2^16-1>;
    uint16 HpkeKemId;  // Defined in I-D.irtf-cfrg-hpke
    uint16 HpkeKdfId;  // Defined in I-D.irtf-cfrg-hpke
    uint16 HpkeAeadId; // Defined in I-D.irtf-cfrg-hpke

    struct {
        HpkeKdfId kdf_id;
        HpkeAeadId aead_id;
    } HpkeSymmetricCipherSuite;

    struct {
        uint8 config_id;
        HpkeKemId kem_id;
        HpkePublicKey public_key;
        HpkeSymmetricCipherSuite cipher_suites<4..2^16-4>;
    } HpkeKeyConfig;

    struct {
        HpkeKeyConfig key_config;
        uint8 maximum_name_length;
        opaque public_name<1..255>;
        Extension extensions<0..2^16-1>;
    } ECHConfigContents;

    struct {
        uint16 version;
        uint16 length;
        select (ECHConfig.version) {
          case 0xfe0d: ECHConfigContents contents;
        }
    } ECHConfig;
]]></artwork>
      <t>The structure contains the following fields:</t>
      <dl>
        <dt>
version  </dt>
        <dd>
          <t>The version of ECH for which this configuration is used. Beginning with
draft-08, the version is the same as the code point for the
"encrypted_client_hello" extension. Clients MUST ignore any <tt>ECHConfig</tt>
structure with a version they do not support.</t>
        </dd>
        <dt>
length  </dt>
        <dd>
          <t>The length, in bytes, of the next field. This length field allows
implementations to skip over the elements in such a list where they cannot
parse the specific version of ECHConfig.</t>
        </dd>
        <dt>
contents  </dt>
        <dd>
          <t>An opaque byte string whose contents depend on the version. For this
specification, the contents are an <tt>ECHConfigContents</tt> structure.</t>
        </dd>
      </dl>
      <t>The <tt>ECHConfigContents</tt> structure contains the following fields:</t>
      <dl>
        <dt>
key_config  </dt>
        <dd>
          <t>A <tt>HpkeKeyConfig</tt> structure carrying the configuration information associated
with the HPKE public key. Note that this structure contains the <tt>config_id</tt>
field, which applies to the entire ECHConfigContents.</t>
        </dd>
        <dt>
maximum_name_length  </dt>
        <dd>
          <t>The longest name of a backend server, if known. If not known, this value can
be set to zero. It is used to compute padding (<xref target="padding"/>) and does not
constrain server name lengths. Names may exceed this length if, e.g.,
the server uses wildcard names or added new names to the anonymity set.</t>
        </dd>
        <dt>
public_name  </dt>
        <dd>
          <t>The DNS name of the client-facing server, i.e., the entity trusted
to update the ECH configuration. This is used to correct misconfigured clients,
as described in <xref target="rejected-ech"/>.</t>
        </dd>
        <dt/>
        <dd>
          <t>Clients MUST ignore any <tt>ECHConfig</tt> structure whose public_name is not
parsable as a dot-separated sequence of LDH labels, as defined in
<xref section="2.3.1" sectionFormat="comma" target="RFC5890"/> or which begins or end with an ASCII dot.</t>
        </dd>
        <dt/>
        <dd>
          <t>Clients SHOULD ignore the <tt>ECHConfig</tt> if it contains an encoded IPv4 address.
To determine if a public_name value is an IPv4 address, clients can invoke the
IPv4 parser algorithm in <xref target="WHATWG-IPV4"/>. It returns a value when the input is
an IPv4 address.</t>
        </dd>
        <dt/>
        <dd>
          <t>See <xref target="auth-public-name"/> for how the client interprets and validates the
public_name.</t>
        </dd>
        <dt>
extensions  </dt>
        <dd>
          <t>A list of extensions that the client must take into consideration when
generating a ClientHello message. These are described below
(<xref target="config-extensions"/>).</t>
        </dd>
      </dl>
      <t>[[OPEN ISSUE: determine if clients should enforce a 63-octet label limit for
public_name]]
[[OPEN ISSUE: fix reference to WHATWG-IPV4]]</t>
      <t>The <tt>HpkeKeyConfig</tt> structure contains the following fields:</t>
      <dl>
        <dt>
config_id  </dt>
        <dd>
          <t>A one-byte identifier for the given HPKE key configuration. This is used by
clients to indicate the key used for ClientHello encryption. <xref target="config-ids"/>
describes how client-facing servers allocate this value.</t>
        </dd>
        <dt>
kem_id  </dt>
        <dd>
          <t>The HPKE KEM identifier corresponding to <tt>public_key</tt>. Clients MUST ignore any
<tt>ECHConfig</tt> structure with a key using a KEM they do not support.</t>
        </dd>
        <dt>
public_key  </dt>
        <dd>
          <t>The HPKE public key used by the client to encrypt ClientHelloInner.</t>
        </dd>
        <dt>
cipher_suites  </dt>
        <dd>
          <t>The list of HPKE KDF and AEAD identifier pairs clients can use for encrypting
ClientHelloInner. See <xref target="real-ech"/> for how clients choose from this list.</t>
        </dd>
      </dl>
      <t>The client-facing server advertises a sequence of ECH configurations to clients,
serialized as follows.</t>
      <artwork><![CDATA[
    ECHConfig ECHConfigList<1..2^16-1>;
]]></artwork>
      <t>The <tt>ECHConfigList</tt> structure contains one or more <tt>ECHConfig</tt> structures in
decreasing order of preference. This allows a server to support multiple
versions of ECH and multiple sets of ECH parameters.</t>
      <section anchor="config-ids">
        <name>Configuration Identifiers</name>
        <t>A client-facing server has a set of known ECHConfig values, with corresponding
private keys. This set SHOULD contain the currently published values, as well as
previous values that may still be in use, since clients may cache DNS records
up to a TTL or longer.</t>
        <t><xref target="client-facing-server"/> describes a trial decryption process for decrypting the
ClientHello. This can impact performance when the client-facing server maintains
many known ECHConfig values. To avoid this, the client-facing server SHOULD
allocate distinct <tt>config_id</tt> values for each ECHConfig in its known set. The
RECOMMENDED strategy is via rejection sampling, i.e., to randomly select
<tt>config_id</tt> repeatedly until it does not match any known ECHConfig.</t>
        <t>It is not necessary for <tt>config_id</tt> values across different client-facing
servers to be distinct. A backend server may be hosted behind two different
client-facing servers with colliding <tt>config_id</tt> values without any performance
impact. Values may also be reused if the previous ECHConfig is no longer in the
known set.</t>
      </section>
      <section anchor="config-extensions">
        <name>Configuration Extensions</name>
        <t>ECH configuration extensions are used to provide room for additional
functionality as needed. See <xref target="config-extensions-guidance"/> for guidance on
which types of extensions are appropriate for this structure.</t>
        <t>The format is as defined in <xref section="4.2" sectionFormat="comma" target="RFC8446"/>.
The same interpretation rules apply: extensions MAY appear in any order, but
there MUST NOT be more than one extension of the same type in the extensions
block. An extension can be tagged as mandatory by using an extension type
codepoint with the high order bit set to 1.</t>
        <t>Clients MUST parse the extension list and check for unsupported mandatory
extensions. If an unsupported mandatory extension is present, clients MUST
ignore the <tt>ECHConfig</tt>.</t>
      </section>
    </section>
    <section anchor="encrypted-client-hello">
      <name>The "encrypted_client_hello" Extension</name>
      <t>To offer ECH, the client sends an "encrypted_client_hello" extension in the
ClientHelloOuter. When it does, it MUST also send the extension in
ClientHelloInner.</t>
      <artwork><![CDATA[
    enum {
       encrypted_client_hello(0xfe0d), (65535)
    } ExtensionType;
]]></artwork>
      <t>The payload of the extension has the following structure:</t>
      <artwork><![CDATA[
    enum { outer(0), inner(1) } ECHClientHelloType;

    struct {
       ECHClientHelloType type;
       select (ECHClientHello.type) {
           case outer:
               HpkeSymmetricCipherSuite cipher_suite;
               uint8 config_id;
               opaque enc<0..2^16-1>;
               opaque payload<1..2^16-1>;
           case inner:
               Empty;
       };
    } ECHClientHello;
]]></artwork>
      <t>The outer extension uses the <tt>outer</tt> variant and the inner extension uses the
<tt>inner</tt> variant. The inner extension has an empty payload. The outer
extension has the following fields:</t>
      <dl>
        <dt>
config_id  </dt>
        <dd>
          <t>The ECHConfigContents.key_config.config_id for the chosen ECHConfig.</t>
        </dd>
        <dt>
cipher_suite  </dt>
        <dd>
          <t>The cipher suite used to encrypt ClientHelloInner. This MUST match a value
provided in the corresponding <tt>ECHConfigContents.cipher_suites</tt> list.</t>
        </dd>
        <dt>
enc  </dt>
        <dd>
          <t>The HPKE encapsulated key, used by servers to decrypt the corresponding
<tt>payload</tt> field. This field is empty in a ClientHelloOuter sent in response to
HelloRetryRequest.</t>
        </dd>
        <dt>
payload  </dt>
        <dd>
          <t>The serialized and encrypted ClientHelloInner structure, encrypted using HPKE
as described in <xref target="real-ech"/>.</t>
        </dd>
      </dl>
      <t>When a client offers the <tt>outer</tt> version of an "encrypted_client_hello"
extension, the server MAY include an "encrypted_client_hello" extension in its
EncryptedExtensions message, as described in <xref target="client-facing-server"/>, with the
following payload:</t>
      <artwork><![CDATA[
    struct {
       ECHConfigList retry_configs;
    } ECHEncryptedExtensions;
]]></artwork>
      <t>The response is valid only when the server used the ClientHelloOuter. If the
server sent this extension in response to the <tt>inner</tt> variant, then the client
MUST abort with an "unsupported_extension" alert.</t>
      <dl>
        <dt>
retry_configs  </dt>
        <dd>
          <t>An ECHConfigList structure containing one or more ECHConfig structures, in
decreasing order of preference, to be used by the client as described in
<xref target="rejected-ech"/>. These are known as the server's "retry configurations".</t>
        </dd>
      </dl>
      <t>Finally, when the client offers the "encrypted_client_hello", if the payload is
the <tt>inner</tt> variant and the server responds with HelloRetryRequest, it MUST
include an "encrypted_client_hello" extension with the following payload:</t>
      <artwork><![CDATA[
    struct {
       opaque confirmation[8];
    } ECHHelloRetryRequest;
]]></artwork>
      <t>The value of ECHHelloRetryRequest.confirmation is set to
<tt>hrr_accept_confirmation</tt> as described in <xref target="backend-server-hrr"/>.</t>
      <t>This document also defines the "ech_required" alert, which the client MUST send
when it offered an "encrypted_client_hello" extension that was not accepted by
the server. (See <xref target="alerts"/>.)</t>
      <section anchor="encoding-inner">
        <name>Encoding the ClientHelloInner</name>
        <t>Before encrypting, the client pads and optionally compresses ClientHelloInner
into a EncodedClientHelloInner structure, defined below:</t>
        <artwork><![CDATA[
    struct {
        ClientHello client_hello;
        uint8 zeros[length_of_padding];
    } EncodedClientHelloInner;
]]></artwork>
        <t>The <tt>client_hello</tt> field is computed by first making a copy of ClientHelloInner
and setting the <tt>legacy_session_id</tt> field to the empty string. Note this field
uses the ClientHello structure, defined in <xref section="4.1.2" sectionFormat="of" target="RFC8446"/> which
does not include the Handshake structure's four byte header. The <tt>zeros</tt> field
MUST be all zeroes.</t>
        <t>Repeating large extensions, such as "key_share" with post-quantum algorithms,
between ClientHelloInner and ClientHelloOuter can lead to excessive size. To
reduce the size impact, the client MAY substitute extensions which it knows
will be duplicated in ClientHelloOuter. It does so by removing and replacing
extensions from EncodedClientHelloInner with a single "ech_outer_extensions"
extension, defined as follows:</t>
        <artwork><![CDATA[
    enum {
       ech_outer_extensions(0xfd00), (65535)
    } ExtensionType;

    ExtensionType OuterExtensions<2..254>;
]]></artwork>
        <t>OuterExtensions contains the removed ExtensionType values. Each value references
the matching extension in ClientHelloOuter. The values MUST be ordered
contiguously in ClientHelloInner, and the "ech_outer_extensions" extension MUST
be inserted in the corresponding position in EncodedClientHelloInner.
Additionally, the extensions MUST appear in ClientHelloOuter in the same
relative order. However, there is no requirement that they be contiguous. For
example, OuterExtensions may contain extensions A, B, C, while ClientHelloOuter
contains extensions A, D, B, C, E, F.</t>
        <t>The "ech_outer_extensions" extension can only be included in
EncodedClientHelloInner, and MUST NOT appear in either ClientHelloOuter or
ClientHelloInner.</t>
        <t>Finally, the client pads the message by setting the <tt>zeros</tt> field to a byte
string whose contents are all zeros and whose length is the amount of padding
to add. <xref target="padding"/> describes a recommended padding scheme.</t>
        <t>The client-facing server computes ClientHelloInner by reversing this process.
First it parses EncodedClientHelloInner, interpreting all bytes after
<tt>client_hello</tt> as padding. If any padding byte is non-zero, the server MUST
abort the connection with an "illegal_parameter" alert.</t>
        <t>Next it makes a copy of the <tt>client_hello</tt> field and copies the
<tt>legacy_session_id</tt> field from ClientHelloOuter. It then looks for an
"ech_outer_extensions" extension. If found, it replaces the extension with the
corresponding sequence of extensions in the ClientHelloOuter. The server MUST
abort the connection with an "illegal_parameter" alert if any of the following
are true:</t>
        <ul spacing="normal">
          <li>Any referenced extension is missing in ClientHelloOuter.</li>
          <li>Any extension is referenced in OuterExtensions more than once.</li>
          <li>"encrypted_client_hello" is referenced in OuterExtensions.</li>
          <li>The extensions in ClientHelloOuter corresponding to those in OuterExtensions
do not occur in the same order.</li>
        </ul>
        <t>These requirements prevent an attacker from performing a packet amplification
attack, by crafting a ClientHelloOuter which decompresses to a much larger
ClientHelloInner. This is discussed further in <xref target="decompression-amp"/>.</t>
        <t>Implementations SHOULD bound the time to compute a ClientHelloInner
proportionally to the ClientHelloOuter size. If the cost is disproportionately
large, a malicious client could exploit this in a denial of service attack.
<xref target="linear-outer-extensions"/> describes a linear-time procedure that may be used
for this purpose.</t>
      </section>
      <section anchor="authenticating-outer">
        <name>Authenticating the ClientHelloOuter</name>
        <t>To prevent a network attacker from modifying the reconstructed ClientHelloInner
(see <xref target="flow-clienthello-malleability"/>), ECH authenticates ClientHelloOuter by
passing ClientHelloOuterAAD as the associated data for HPKE sealing and opening
operations. The ClientHelloOuterAAD is a serialized ClientHello structure,
defined in <xref section="4.1.2" sectionFormat="of" target="RFC8446"/>, which matches the ClientHelloOuter
except the <tt>payload</tt> field of the "encrypted_client_hello" is replaced with a
byte string of the same length but whose contents are zeros. This value does
not include the four-byte header from the Handshake structure.</t>
        <t>The client follows the procedure in <xref target="encrypting-clienthello"/> to first
construct ClientHelloOuterAAD with a placeholder <tt>payload</tt> field, then replace
the field with the encrypted value to compute ClientHelloOuter.</t>
        <t>The server then receives ClientHelloOuter and computes ClientHelloOuterAAD by
making a copy and replacing the portion corresponding to the <tt>payload</tt> field
with zeros.</t>
        <t>The payload and the placeholder strings have the same length, so it is not
necessary for either side to recompute length prefixes when applying the above
transformations.</t>
        <t>The decompression process in <xref target="encoding-inner"/> forbids
"encrypted_client_hello" in OuterExtensions. This ensures the unauthenticated
portion of ClientHelloOuter is not incorporated into ClientHelloInner.</t>
      </section>
    </section>
    <section anchor="client-behavior">
      <name>Client Behavior</name>
      <t>Clients that implement the ECH extension behave in one of two ways: either they
offer a real ECH extension, as described in <xref target="real-ech"/>; or they send a GREASE
ECH extension, as described in <xref target="grease-ech"/>. Clients of the latter type do not
negotiate ECH. Instead, they generate a dummy ECH extension that is ignored by
the server. (See <xref target="dont-stick-out"/> for an explanation.) The client offers ECH
if it is in possession of a compatible ECH configuration and sends GREASE ECH
otherwise.</t>
      <section anchor="real-ech">
        <name>Offering ECH</name>
        <t>To offer ECH, the client first chooses a suitable ECHConfig from the server's
ECHConfigList. To determine if a given <tt>ECHConfig</tt> is suitable, it checks that
it supports the KEM algorithm identified by <tt>ECHConfig.contents.kem_id</tt>, at
least one KDF/AEAD algorithm identified by <tt>ECHConfig.contents.cipher_suites</tt>,
and the version of ECH indicated by <tt>ECHConfig.contents.version</tt>. Once a
suitable configuration is found, the client selects the cipher suite it will
use for encryption. It MUST NOT choose a cipher suite or version not advertised
by the configuration. If no compatible configuration is found, then the client
SHOULD proceed as described in <xref target="grease-ech"/>.</t>
        <t>Next, the client constructs the ClientHelloInner message just as it does a
standard ClientHello, with the exception of the following rules:</t>
        <ol spacing="normal" type="1">
          <li>It MUST NOT offer to negotiate TLS 1.2 or below. This is necessary to ensure
the backend server does not negotiate a TLS version that is incompatible with
ECH.</li>
          <li>It MUST NOT offer to resume any session for TLS 1.2 and below.</li>
          <li>If it intends to compress any extensions (see <xref target="encoding-inner"/>), it MUST
order those extensions consecutively.</li>
          <li>It MUST include the "encrypted_client_hello" extension of type <tt>inner</tt> as
described in <xref target="encrypted-client-hello"/>. (This requirement is not applicable
when the "encrypted_client_hello" extension is generated as described in
<xref target="grease-ech"/>.)</li>
        </ol>
        <t>The client then constructs EncodedClientHelloInner as described in
<xref target="encoding-inner"/>. It also computes an HPKE encryption context and <tt>enc</tt> value
as:</t>
        <artwork><![CDATA[
    pkR = DeserializePublicKey(ECHConfig.contents.public_key)
    enc, context = SetupBaseS(pkR,
                              "tls ech" || 0x00 || ECHConfig)
]]></artwork>
        <t>Next, it constructs a partial ClientHelloOuterAAD as it does a standard
ClientHello, with the exception of the following rules:</t>
        <ol spacing="normal" type="1">
          <li>It MUST offer to negotiate TLS 1.3 or above.</li>
          <li>If it compressed any extensions in EncodedClientHelloInner, it MUST copy the
corresponding extensions from ClientHelloInner. The copied extensions
additionally MUST be in the same relative order as in ClientHelloInner.</li>
          <li>It MUST copy the legacy_session_id field from ClientHelloInner. This
allows the server to echo the correct session ID for TLS 1.3's compatibility
mode (see Appendix D.4 of <xref target="RFC8446"/>) when ECH is negotiated.</li>
          <li>It MAY copy any other field from the ClientHelloInner except
ClientHelloInner.random. Instead, It MUST generate a fresh
ClientHelloOuter.random using a secure random number generator. (See
<xref target="flow-client-reaction"/>.)</li>
          <li>The value of <tt>ECHConfig.contents.public_name</tt> MUST be placed in the
"server_name" extension.</li>
          <li>When the client offers the "pre_shared_key" extension in ClientHelloInner, it
SHOULD also include a GREASE "pre_shared_key" extension in ClientHelloOuter,
generated in the manner described in <xref target="grease-psk"/>. The client MUST NOT use
this extension to advertise a PSK to the client-facing server. (See
<xref target="flow-clienthello-malleability"/>.) When the client includes a GREASE
"pre_shared_key" extension, it MUST also copy the "psk_key_exchange_modes"
from the ClientHelloInner into the ClientHelloOuter.</li>
          <li>When the client offers the "early_data" extension in ClientHelloInner, it
MUST also include the "early_data" extension in ClientHelloOuter. This
allows servers that reject ECH and use ClientHelloOuter to safely ignore any
early data sent by the client per <xref section="4.2.10" sectionFormat="comma" target="RFC8446"/>.</li>
        </ol>
        <t>Note that these rules may change in the presence of an application profile
specifying otherwise.</t>
        <t>The client might duplicate non-sensitive extensions in both messages. However,
implementations need to take care to ensure that sensitive extensions are not
offered in the ClientHelloOuter. See <xref target="outer-clienthello"/> for additional
guidance.</t>
        <t>Finally, the client encrypts the EncodedClientHelloInner with the above values,
as described in <xref target="encrypting-clienthello"/>, to construct a ClientHelloOuter. It
sends this to the server, and processes the response as described in
<xref target="determining-ech-acceptance"/>.</t>
        <section anchor="encrypting-clienthello">
          <name>Encrypting the ClientHello</name>
          <t>Given an EncodedClientHelloInner, an HPKE encryption context and <tt>enc</tt> value,
and a partial ClientHelloOuterAAD, the client constructs a ClientHelloOuter as
follows.</t>
          <t>First, the client determines the length L of encrypting EncodedClientHelloInner
with the selected HPKE AEAD. This is typically the sum of the plaintext length
and the AEAD tag length. The client then completes the ClientHelloOuterAAD with
an "encrypted_client_hello" extension. This extension value contains the outer
variant of ECHClientHello with the following fields:</t>
          <ul spacing="normal">
            <li>
              <tt>config_id</tt>, the identifier corresponding to the chosen ECHConfig structure;</li>
            <li>
              <tt>cipher_suite</tt>, the client's chosen cipher suite;</li>
            <li>
              <tt>enc</tt>, as given above; and</li>
            <li>
              <tt>payload</tt>, a placeholder byte string containing L zeros.</li>
          </ul>
          <t>If configuration identifiers (see <xref target="ignored-configs"/>) are to be ignored,
<tt>config_id</tt> SHOULD be set to a randomly generated byte in the first
ClientHelloOuter and, in the event of HRR, MUST be left unchanged for
the second ClientHelloOuter.</t>
          <t>The client serializes this structure to construct the ClientHelloOuterAAD.
It then computes the final payload as:</t>
          <artwork><![CDATA[
    final_payload = context.Seal(ClientHelloOuterAAD,
                                 EncodedClientHelloInner)
]]></artwork>
          <t>Finally, the client replaces <tt>payload</tt> with <tt>final_payload</tt> to obtain
ClientHelloOuter. The two values have the same length, so it is not necessary
to recompute length prefixes in the serialized structure.</t>
          <t>Note this construction requires the "encrypted_client_hello" be computed after
all other extensions. This is possible because the ClientHelloOuter's
"pre_shared_key" extension is either omitted, or uses a random binder
(<xref target="grease-psk"/>).</t>
        </section>
        <section anchor="grease-psk">
          <name>GREASE PSK</name>
          <t>When offering ECH, the client is not permitted to advertise PSK identities in
the ClientHelloOuter. However, the client can send a "pre_shared_key" extension
in the ClientHelloInner. In this case, when resuming a session with the client,
the backend server sends a "pre_shared_key" extension in its ServerHello. This
would appear to a network observer as if the the server were sending this
extension without solicitation, which would violate the extension rules
described in <xref target="RFC8446"/>. Sending a GREASE "pre_shared_key" extension in the
ClientHelloOuter makes it appear to the network as if the extension were
negotiated properly.</t>
          <t>The client generates the extension payload by constructing an <tt>OfferedPsks</tt>
structure (see <xref section="4.2.11" sectionFormat="comma" target="RFC8446"/>) as follows. For each PSK identity
advertised in the ClientHelloInner, the client generates a random PSK identity
with the same length. It also generates a random, 32-bit, unsigned integer to
use as the <tt>obfuscated_ticket_age</tt>. Likewise, for each inner PSK binder, the
client generates a random string of the same length.</t>
          <t>Per the rules of <xref target="real-ech"/>, the server is not permitted to resume a
connection in the outer handshake. If ECH is rejected and the client-facing
server replies with a "pre_shared_key" extension in its ServerHello, then the
client MUST abort the handshake with an "illegal_parameter" alert.</t>
        </section>
        <section anchor="padding">
          <name>Recommended Padding Scheme</name>
          <t>This section describes a deterministic padding mechanism based on the following
observation: individual extensions can reveal sensitive information through
their length. Thus, each extension in the inner ClientHello may require
different amounts of padding. This padding may be fully determined by the
client's configuration or may require server input.</t>
          <t>By way of example, clients typically support a small number of application
profiles. For instance, a browser might support HTTP with ALPN values
["http/1.1", "h2"] and WebRTC media with ALPNs ["webrtc", "c-webrtc"]. Clients
SHOULD pad this extension by rounding up to the total size of the longest ALPN
extension across all application profiles. The target padding length of most
ClientHello extensions can be computed in this way.</t>
          <t>In contrast, clients do not know the longest SNI value in the client-facing
server's anonymity set without server input. Clients SHOULD use the ECHConfig's
<tt>maximum_name_length</tt> field as follows, where L is the <tt>maximum_name_length</tt>
value.</t>
          <ol spacing="normal" type="1">
            <li>If the ClientHelloInner contained a "server_name" extension with a name of
length D, add max(0, L - D) bytes of padding.</li>
            <li>If the ClientHelloInner did not contain a "server_name" extension (e.g., if
the client is connecting to an IP address), add L + 9 bytes of padding. This
is the length of a "server_name" extension with an L-byte name.</li>
          </ol>
          <t>Finally, the client SHOULD pad the entire message as follows:</t>
          <ol spacing="normal" type="1">
            <li>Let L be the length of the EncodedClientHelloInner with all the padding
computed so far.</li>
            <li>Let N = 31 - ((L - 1) % 32) and add N bytes of padding.</li>
          </ol>
          <t>This rounds the length of EncodedClientHelloInner up to a multiple of 32 bytes,
reducing the set of possible lengths across all clients.</t>
          <t>In addition to padding ClientHelloInner, clients and servers will also need to
pad all other handshake messages that have sensitive-length fields. For example,
if a client proposes ALPN values in ClientHelloInner, the server-selected value
will be returned in an EncryptedExtension, so that handshake message also needs
to be padded using TLS record layer padding.</t>
        </section>
        <section anchor="determining-ech-acceptance">
          <name>Determining ECH Acceptance</name>
          <t>As described in <xref target="server-behavior"/>, the server may either accept ECH and use
ClientHelloInner or reject it and use ClientHelloOuter. This is determined by
the server's initial message.</t>
          <t>If the message does not negotiate TLS 1.3 or higher, the server has rejected
ECH. Otherwise, it is either a ServerHello or HelloRetryRequest.</t>
          <t>If the message is a ServerHello, the client computes <tt>accept_confirmation</tt> as
described in <xref target="backend-server"/>. If this value matches the last 8 bytes of
<tt>ServerHello.random</tt>, the server has accepted ECH. Otherwise, it has rejected
ECH.</t>
          <t>If the message is a HelloRetryRequest, the client checks for the
"encrypted_client_hello" extension. If none is found, the server has rejected
ECH. Otherwise, if it has a length other than 8, the client aborts the handshake
with a "decode_error" alert. Otherwise, the client computes
<tt>hrr_accept_confirmation</tt> as described in <xref target="backend-server-hrr"/>. If this value
matches the extension payload, the server has accepted ECH. Otherwise, it has
rejected ECH.</t>
          <t>[[OPEN ISSUE: Depending on what we do for issue#450, it may be appropriate to
change the client behavior if the HRR extension is present but with the wrong
value.]]</t>
          <t>If the server accepts ECH, the client handshakes with ClientHelloInner as
described in <xref target="accepted-ech"/>. Otherwise, the client handshakes with
ClientHelloOuter as described in <xref target="rejected-ech"/>.</t>
        </section>
        <section anchor="accepted-ech">
          <name>Handshaking with ClientHelloInner</name>
          <t>If the server accepts ECH, the client proceeds with the connection as in
<xref target="RFC8446"/>, with the following modifications:</t>
          <t>The client behaves as if it had sent ClientHelloInner as the ClientHello. That
is, it evaluates the handshake using the ClientHelloInner's preferences, and,
when computing the transcript hash (<xref section="4.4.1" sectionFormat="of" target="RFC8446"/>), it uses
ClientHelloInner as the first ClientHello.</t>
          <t>If the server responds with a HelloRetryRequest, the client computes the updated
ClientHello message as follows:</t>
          <ol spacing="normal" type="1">
            <li>It computes a second ClientHelloInner based on the first ClientHelloInner, as
in <xref section="4.1.4" sectionFormat="of" target="RFC8446"/>. The ClientHelloInner's
"encrypted_client_hello" extension is left unmodified.</li>
            <li>It constructs EncodedClientHelloInner as described in <xref target="encoding-inner"/>.</li>
            <li>It constructs a second partial ClientHelloOuterAAD message. This message MUST
be syntactically valid. The extensions MAY be copied from the original
ClientHelloOuter unmodified, or omitted. If not sensitive, the client MAY
copy updated extensions from the second ClientHelloInner for compression.</li>
            <li>
              <t>It encrypts EncodedClientHelloInner as described in
<xref target="encrypting-clienthello"/>, using the second partial ClientHelloOuterAAD, to
obtain a second ClientHelloOuter. It reuses the original HPKE encryption
context computed in <xref target="real-ech"/> and uses the empty string for <tt>enc</tt>.  </t>
              <t>
The HPKE context maintains a sequence number, so this operation internally
uses a fresh nonce for each AEAD operation. Reusing the HPKE context avoids
an attack described in <xref target="flow-hrr-hijack"/>.</t>
            </li>
          </ol>
          <t>The client then sends the second ClientHelloOuter to the server. However, as
above, it uses the second ClientHelloInner for preferences, and both the
ClientHelloInner messages for the transcript hash. Additionally, it checks the
resulting ServerHello for ECH acceptance as in <xref target="determining-ech-acceptance"/>.
If the ServerHello does not also indicate ECH acceptance, the client MUST
terminate the connection with an "illegal_parameter" alert.</t>
        </section>
        <section anchor="rejected-ech">
          <name>Handshaking with ClientHelloOuter</name>
          <t>If the server rejects ECH, the client proceeds with the handshake,
authenticating for ECHConfig.contents.public_name as described in
<xref target="auth-public-name"/>. If authentication or the handshake fails, the client MUST
return a failure to the calling application. It MUST NOT use the retry
configurations. It MUST NOT treat this as a secure signal to
disable ECH.</t>
          <t>If the server supplied an "encrypted_client_hello" extension in its
EncryptedExtensions message, the client MUST check that it is syntactically
valid and the client MUST abort the connection with a "decode_error" alert
otherwise. If an earlier TLS version was negotiated, the client MUST NOT enable
the False Start optimization <xref target="RFC7918"/> for this handshake. If both
authentication and the handshake complete successfully, the client MUST perform
the processing described below then abort the connection with an "ech_required"
alert before sending any application data to the server.</t>
          <t>If the server provided "retry_configs" and if at least one of the values
contains a version supported by the client, the client can regard the ECH keys
as securely replaced by the server. It SHOULD retry the handshake with a new
transport connection, using the retry configurations supplied by the
server. The retry configurations may only be applied to the retry
connection. The client MUST NOT use retry configurations for connections beyond
the retry. This avoids introducing pinning concerns or a tracking vector,
should a malicious server present client-specific retry configurations in order
to identify the client in a subsequent ECH handshake.</t>
          <t>If none of the values provided in "retry_configs" contains a supported version,
or an earlier TLS version was negotiated, the client can regard ECH as securely
disabled by the server, and it SHOULD retry the handshake with a new transport
connection and ECH disabled.</t>
          <t>Clients SHOULD implement a limit on retries caused by receipt of "retry_configs"
or servers which do not acknowledge the "encrypted_client_hello" extension. If
the client does not retry in either scenario, it MUST report an error to the
calling application.</t>
        </section>
        <section anchor="auth-public-name">
          <name>Authenticating for the Public Name</name>
          <t>When the server rejects ECH, it continues with the handshake using the plaintext
"server_name" extension instead (see <xref target="server-behavior"/>). Clients that offer
ECH then authenticate the connection with the public name, as follows:</t>
          <ul spacing="normal">
            <li>The client MUST verify that the certificate is valid for
ECHConfig.contents.public_name. If invalid, it MUST abort the connection with
the appropriate alert.</li>
            <li>If the server requests a client certificate, the client MUST respond with an
empty Certificate message, denoting no client certificate.</li>
          </ul>
          <t>In verifying the client-facing server certificate, the client MUST interpret
the public name as a DNS-based reference identity. Clients that incorporate DNS
names and IP addresses into the same syntax (e.g. <xref section="7.4" sectionFormat="comma" target="RFC3986"/> and
<xref target="WHATWG-IPV4"/>) MUST reject names that would be interpreted as IPv4 addresses.
Clients that enforce this by checking and rejecting encoded IPv4 addresses
in ECHConfig.contents.public_name do not need to repeat the check at this layer.</t>
          <t>Note that authenticating a connection for the public name does not authenticate
it for the origin. The TLS implementation MUST NOT report such connections as
successful to the application. It additionally MUST ignore all session tickets
and session IDs presented by the server. These connections are only used to
trigger retries, as described in <xref target="rejected-ech"/>. This may be implemented, for
instance, by reporting a failed connection with a dedicated error code.</t>
        </section>
      </section>
      <section anchor="grease-ech">
        <name>GREASE ECH</name>
        <t>If the client attempts to connect to a server and does not have an ECHConfig
structure available for the server, it SHOULD send a GREASE <xref target="RFC8701"/>
"encrypted_client_hello" extension in the first ClientHello as follows:</t>
        <ul spacing="normal">
          <li>Set the <tt>config_id</tt> field to a random byte.</li>
          <li>Set the <tt>cipher_suite</tt> field to a supported HpkeSymmetricCipherSuite. The
selection SHOULD vary to exercise all supported configurations, but MAY be
held constant for successive connections to the same server in the same
session.</li>
          <li>Set the <tt>enc</tt> field to a randomly-generated valid encapsulated public key
output by the HPKE KEM.</li>
          <li>Set the <tt>payload</tt> field to a randomly-generated string of L+C bytes, where C
is the ciphertext expansion of the selected AEAD scheme and L is the size of
the EncodedClientHelloInner the client would compute when offering ECH, padded
according to <xref target="padding"/>.</li>
        </ul>
        <t>If sending a second ClientHello in response to a HelloRetryRequest, the
client copies the entire "encrypted_client_hello" extension from the first
ClientHello. The identical value will reveal to an observer that the value of
"encrypted_client_hello" was fake, but this only occurs if there is a
HelloRetryRequest.</t>
        <t>If the server sends an "encrypted_client_hello" extension in either
HelloRetryRequest or EncryptedExtensions, the client MUST check the extension
syntactically and abort the connection with a "decode_error" alert if it is
invalid. It otherwise ignores the extension. It MUST NOT save the "retry_config"
value in EncryptedExtensions.</t>
        <t>Offering a GREASE extension is not considered offering an encrypted ClientHello
for purposes of requirements in <xref target="real-ech"/>. In particular, the client
MAY offer to resume sessions established without ECH.</t>
      </section>
    </section>
    <section anchor="server-behavior">
      <name>Server Behavior</name>
      <t>Servers that support ECH play one of two roles, depending on the payload of the
"encrypted_client_hello" extension in the initial ClientHello:</t>
      <ul spacing="normal">
        <li>If <tt>ECHClientHello.type</tt> is <tt>outer</tt>, then the server acts as a client-facing
server and proceeds as described in <xref target="client-facing-server"/> to extract a
ClientHelloInner, if available.</li>
        <li>If <tt>ECHClientHello.type</tt> is <tt>inner</tt>, then the server acts as a backend server
and proceeds as described in <xref target="backend-server"/>.</li>
        <li>Otherwise, if <tt>ECHClientHello.type</tt> is not a valid <tt>ECHClientHelloType</tt>, then
the server MUST abort with an "illegal_parameter" alert.</li>
      </ul>
      <t>If the "encrypted_client_hello" is not present, then the server completes the
handshake normally, as described in <xref target="RFC8446"/>.</t>
      <section anchor="client-facing-server">
        <name>Client-Facing Server</name>
        <t>Upon receiving an "encrypted_client_hello" extension in an initial
ClientHello, the client-facing server determines if it will accept ECH, prior
to negotiating any other TLS parameters. Note that successfully decrypting the
extension will result in a new ClientHello to process, so even the client's TLS
version preferences may have changed.</t>
        <t>First, the server collects a set of candidate ECHConfig values. This list is
determined by one of the two following methods:</t>
        <ol spacing="normal" type="1">
          <li>Compare ECHClientHello.config_id against identifiers of each known ECHConfig
and select the ones that match, if any, as candidates.</li>
          <li>Collect all known ECHConfig values as candidates, with trial decryption
below determining the final selection.</li>
        </ol>
        <t>Some uses of ECH, such as local discovery mode, may randomize the
ECHClientHello.config_id since it can be used as a tracking vector. In such
cases, the second method should be used for matching the ECHClientHello to a
known ECHConfig. See <xref target="ignored-configs"/>. Unless specified by the application
profile or otherwise externally configured, implementations MUST use the first
method.</t>
        <t>The server then iterates over the candidate ECHConfig values, attempting to
decrypt the "encrypted_client_hello" extension:</t>
        <t>The server verifies that the ECHConfig supports the cipher suite indicated by
the ECHClientHello.cipher_suite and that the version of ECH indicated by the
client matches the ECHConfig.version. If not, the server continues to the next
candidate ECHConfig.</t>
        <t>Next, the server decrypts ECHClientHello.payload, using the private key skR
corresponding to ECHConfig, as follows:</t>
        <artwork><![CDATA[
    context = SetupBaseR(ECHClientHello.enc, skR,
                         "tls ech" || 0x00 || ECHConfig)
    EncodedClientHelloInner = context.Open(ClientHelloOuterAAD,
                                         ECHClientHello.payload)
]]></artwork>
        <t>ClientHelloOuterAAD is computed from ClientHelloOuter as described in
<xref target="authenticating-outer"/>. The <tt>info</tt> parameter to SetupBaseR is the
concatenation "tls ech", a zero byte, and the serialized ECHConfig. If
decryption fails, the server continues to the next candidate ECHConfig.
Otherwise, the server reconstructs ClientHelloInner from
EncodedClientHelloInner, as described in <xref target="encoding-inner"/>. It then stops
iterating over the candidate ECHConfig values.</t>
        <t>Upon determining the ClientHelloInner, the client-facing server checks that the
message includes a well-formed "encrypted_client_hello" extension of type
<tt>inner</tt> and that it does not offer TLS 1.2 or below. If either of these checks
fails, the client-facing server MUST abort with an "illegal_parameter" alert.</t>
        <t>If these checks succeed, the client-facing server then forwards the
ClientHelloInner to the appropriate backend server, which proceeds as in
<xref target="backend-server"/>. If the backend server responds with a HelloRetryRequest, the
client-facing server forwards it, decrypts the client's second ClientHelloOuter
using the procedure in <xref target="client-facing-server-hrr"/>, and forwards the resulting
second ClientHelloInner. The client-facing server forwards all other TLS
messages between the client and backend server unmodified.</t>
        <t>Otherwise, if all candidate ECHConfig values fail to decrypt the extension, the
client-facing server MUST ignore the extension and proceed with the connection
using ClientHelloOuter, with the following modifications:</t>
        <ul spacing="normal">
          <li>If sending a HelloRetryRequest, the server MAY include an
"encrypted_client_hello" extension with a payload of 8 random bytes; see
<xref target="dont-stick-out"/> for details.</li>
          <li>If the server is configured with any ECHConfigs, it MUST include the
"encrypted_client_hello" extension in its EncryptedExtensions with the
"retry_configs" field set to one or more ECHConfig structures with up-to-date
keys. Servers MAY supply multiple ECHConfig values of different versions.
This allows a server to support multiple versions at once.</li>
        </ul>
        <t>Note that decryption failure could indicate a GREASE ECH extension (see
<xref target="grease-ech"/>), so it is necessary for servers to proceed with the connection
and rely on the client to abort if ECH was required. In particular, the
unrecognized value alone does not indicate a misconfigured ECH advertisement
(<xref target="misconfiguration"/>). Instead, servers can measure occurrences of the
"ech_required" alert to detect this case.</t>
        <section anchor="client-facing-server-hrr">
          <name>Sending HelloRetryRequest</name>
          <t>After sending or forwarding a HelloRetryRequest, the client-facing server does
not repeat the steps in <xref target="client-facing-server"/> with the second
ClientHelloOuter. Instead, it continues with the ECHConfig selection from the
first ClientHelloOuter as follows:</t>
          <t>If the client-facing server accepted ECH, it checks the second ClientHelloOuter
also contains the "encrypted_client_hello" extension. If not, it MUST abort the
handshake with a "missing_extension" alert. Otherwise, it checks that
ECHClientHello.cipher_suite and ECHClientHello.config_id are unchanged, and that
ECHClientHello.enc is empty. If not, it MUST abort the handshake with an
"illegal_parameter" alert.</t>
          <t>Finally, it decrypts the new ECHClientHello.payload as a second message with the
previous HPKE context:</t>
          <artwork><![CDATA[
    EncodedClientHelloInner = context.Open(ClientHelloOuterAAD,
                                         ECHClientHello.payload)
]]></artwork>
          <t>ClientHelloOuterAAD is computed as described in <xref target="authenticating-outer"/>, but
using the second ClientHelloOuter. If decryption fails, the client-facing
server MUST abort the handshake with a "decrypt_error" alert. Otherwise, it
reconstructs the second ClientHelloInner from the new EncodedClientHelloInner
as described in <xref target="encoding-inner"/>, using the second ClientHelloOuter for
any referenced extensions.</t>
          <t>The client-facing server then forwards the resulting ClientHelloInner to the
backend server. It forwards all subsequent TLS messages between the client and
backend server unmodified.</t>
          <t>If the client-facing server rejected ECH, or if the first ClientHello did not
include an "encrypted_client_hello" extension, the client-facing server
proceeds with the connection as usual. The server does not decrypt the
second ClientHello's ECHClientHello.payload value, if there is one.
Moreover, if the server is configured with any ECHConfigs, it MUST include the
"encrypted_client_hello" extension in its EncryptedExtensions with the
"retry_configs" field set to one or more ECHConfig structures with up-to-date
keys, as described in <xref target="client-facing-server"/>.</t>
          <t>Note that a client-facing server that forwards the first ClientHello cannot
include its own "cookie" extension if the backend server sends a
HelloRetryRequest.  This means that the client-facing server either needs to
maintain state for such a connection or it needs to coordinate with the backend
server to include any information it requires to process the second ClientHello.</t>
        </section>
      </section>
      <section anchor="backend-server">
        <name>Backend Server</name>
        <t>Upon receipt of an "encrypted_client_hello" extension of type <tt>inner</tt> in a
ClientHello, if the backend server negotiates TLS 1.3 or higher, then it MUST
confirm ECH acceptance to the client by computing its ServerHello as described
here.</t>
        <t>The backend server embeds in ServerHello.random a string derived from the inner
handshake. It begins by computing its ServerHello as usual, except the last 8
bytes of ServerHello.random are set to zero. It then computes the transcript
hash for ClientHelloInner up to and including the modified ServerHello, as
described in <xref section="4.4.1" sectionFormat="comma" target="RFC8446"/>. Let transcript_ech_conf denote the
output. Finally, the backend server overwrites the last 8 bytes of the
ServerHello.random with the following string:</t>
        <artwork><![CDATA[
   accept_confirmation = HKDF-Expand-Label(
      HKDF-Extract(0, ClientHelloInner.random),
      "ech accept confirmation",
      transcript_ech_conf,
      8)
]]></artwork>
        <t>where HKDF-Expand-Label is defined in <xref section="7.1" sectionFormat="comma" target="RFC8446"/>, "0" indicates a
string of Hash.length bytes set to zero, and Hash is the hash function used to
compute the transcript hash.</t>
        <t>The backend server MUST NOT perform this operation if it negotiated TLS 1.2 or
below. Note that doing so would overwrite the downgrade signal for TLS 1.3 (see
<xref section="4.1.3" sectionFormat="comma" target="RFC8446"/>).</t>
        <section anchor="backend-server-hrr">
          <name>Sending HelloRetryRequest</name>
          <t>When the backend server sends HelloRetryRequest in response to the ClientHello,
it similarly confirms ECH acceptance by adding a confirmation signal to its
HelloRetryRequest. But instead of embedding the signal in the
HelloRetryRequest.random (the value of which is specified by <xref target="RFC8446"/>), it
sends the signal in an extension.</t>
          <t>The backend server begins by computing HelloRetryRequest as usual, except that
it also contains an "encrypted_client_hello" extension with a payload of 8 zero
bytes. It then computes the transcript hash for the first ClientHelloInner,
denoted ClientHelloInner1, up to and including the modified HelloRetryRequest.
Let transcript_hrr_ech_conf denote the output. Finally, the backend server
overwrites the payload of the "encrypted_client_hello" extension with the
following string:</t>
          <artwork><![CDATA[
   hrr_accept_confirmation = HKDF-Expand-Label(
      HKDF-Extract(0, ClientHelloInner1.random),
      "hrr ech accept confirmation",
      transcript_hrr_ech_conf,
      8)
]]></artwork>
          <t>In the subsequent ServerHello message, the backend server sends the
accept_confirmation value as described in <xref target="backend-server"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="compatibility-issues">
      <name>Compatibility Issues</name>
      <t>Unlike most TLS extensions, placing the SNI value in an ECH extension is not
interoperable with existing servers, which expect the value in the existing
plaintext extension. Thus server operators SHOULD ensure servers understand a
given set of ECH keys before advertising them. Additionally, servers SHOULD
retain support for any previously-advertised keys for the duration of their
validity.</t>
      <t>However, in more complex deployment scenarios, this may be difficult to fully
guarantee. Thus this protocol was designed to be robust in case of
inconsistencies between systems that advertise ECH keys and servers, at the cost
of extra round-trips due to a retry. Two specific scenarios are detailed below.</t>
      <section anchor="misconfiguration">
        <name>Misconfiguration and Deployment Concerns</name>
        <t>It is possible for ECH advertisements and servers to become inconsistent. This
may occur, for instance, from DNS misconfiguration, caching issues, or an
incomplete rollout in a multi-server deployment. This may also occur if a server
loses its ECH keys, or if a deployment of ECH must be rolled back on the server.</t>
        <t>The retry mechanism repairs inconsistencies, provided the server is
authoritative for the public name. If server and advertised keys mismatch, the
server will reject ECH and respond with "retry_configs". If the server does
not understand
the "encrypted_client_hello" extension at all, it will ignore it as required by
<xref section="4.1.2" sectionFormat="of" target="RFC8446"/>. Provided the server can present a certificate
valid for the public name, the client can safely retry with updated settings,
as described in <xref target="rejected-ech"/>.</t>
        <t>Unless ECH is disabled as a result of successfully establishing a connection to
the public name, the client MUST NOT fall back to using unencrypted
ClientHellos, as this allows a network attacker to disclose the contents of this
ClientHello, including the SNI. It MAY attempt to use another server from the
DNS results, if one is provided.</t>
      </section>
      <section anchor="middleboxes">
        <name>Middleboxes</name>
        <t>When connecting through a TLS-terminating proxy that does not support this
extension, <xref section="9.3" sectionFormat="comma" target="RFC8446"/> requires the proxy still act as a
conforming TLS client and server. The proxy must ignore unknown parameters, and
generate its own ClientHello containing only parameters it understands. Thus,
when presenting a certificate to the client or sending a ClientHello to the
server, the proxy will act as if connecting to the public name, without echoing
the "encrypted_client_hello" extension.</t>
        <t>Depending on whether the client is configured to accept the proxy's certificate
as authoritative for the public name, this may trigger the retry logic described
in <xref target="rejected-ech"/> or result in a connection failure. A proxy which is not
authoritative for the public name cannot forge a signal to disable ECH.</t>
      </section>
    </section>
    <section anchor="compliance">
      <name>Compliance Requirements</name>
      <t>In the absence of an application profile standard specifying otherwise,
a compliant ECH application MUST implement the following HPKE cipher suite:</t>
      <ul spacing="normal">
        <li>KEM: DHKEM(X25519, HKDF-SHA256) (see <xref section="7.1" sectionFormat="comma" target="I-D.irtf-cfrg-hpke"/>)</li>
        <li>KDF: HKDF-SHA256 (see <xref section="7.2" sectionFormat="comma" target="I-D.irtf-cfrg-hpke"/>)</li>
        <li>AEAD: AES-128-GCM (see <xref section="7.3" sectionFormat="comma" target="I-D.irtf-cfrg-hpke"/>)</li>
      </ul>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="goals">
        <name>Security and Privacy Goals</name>
        <t>ECH considers two types of attackers: passive and active. Passive attackers can
read packets from the network, but they cannot perform any sort of active
behavior such as probing servers or querying DNS. A middlebox that filters based
on plaintext packet contents is one example of a passive attacker. In contrast,
active attackers can also write packets into the network for malicious purposes,
such as interfering with existing connections, probing servers, and querying
DNS. In short, an active attacker corresponds to the conventional threat model
for TLS 1.3 <xref target="RFC8446"/>.</t>
        <t>Given these types of attackers, the primary goals of ECH are as follows.</t>
        <ol spacing="normal" type="1">
          <li>Use of ECH does not weaken the security properties of TLS without ECH.</li>
          <li>TLS connection establishment to a host with a specific ECHConfig and TLS
configuration is indistinguishable from a connection to any other host with
the same ECHConfig and TLS configuration. (The set of hosts which share the
same ECHConfig and TLS configuration is referred to as the anonymity set.)</li>
        </ol>
        <t>Client-facing server configuration determines the size of the anonymity set. For
example, if a client-facing server uses distinct ECHConfig values for each host,
then each anonymity set has size k = 1. Client-facing servers SHOULD deploy ECH
in such a way so as to maximize the size of the anonymity set where possible.
This means client-facing servers should use the same ECHConfig for as many hosts
as possible. An attacker can distinguish two hosts that have different ECHConfig
values based on the ECHClientHello.config_id value. This also means public
information in a TLS handshake should be consistent across hosts. For example,
if a client-facing server services many backend origin hosts, only one of which
supports some cipher suite, it may be possible to identify that host based on
the contents of unencrypted handshake messages.</t>
        <t>Beyond these primary security and privacy goals, ECH also aims to hide, to some
extent, the fact that it is being used at all. Specifically, the GREASE ECH
extension described in <xref target="grease-ech"/> does not change the security properties of
the TLS handshake at all. Its goal is to provide "cover" for the real ECH
protocol (<xref target="real-ech"/>), as a means of addressing the "do not stick out"
requirements of <xref target="RFC8744"/>. See <xref target="dont-stick-out"/> for details.</t>
      </section>
      <section anchor="plaintext-dns">
        <name>Unauthenticated and Plaintext DNS</name>
        <t>In comparison to <xref target="I-D.kazuho-protected-sni"/>, wherein DNS Resource Records are
signed via a server private key, ECH records have no authenticity or provenance
information. This means that any attacker which can inject DNS responses or
poison DNS caches, which is a common scenario in client access networks, can
supply clients with fake ECH records (so that the client encrypts data to them)
or strip the ECH record from the response. However, in the face of an attacker
that controls DNS, no encryption scheme can work because the attacker can
replace the IP address, thus blocking client connections, or substitute a
unique IP address which is 1:1 with the DNS name that was looked up (modulo DNS
wildcards). Thus, allowing the ECH records in the clear does not make the
situation significantly worse.</t>
        <t>Clearly, DNSSEC (if the client validates and hard fails) is a defense against
this form of attack, but DoH/DPRIVE are also defenses against DNS attacks by
attackers on the local network, which is a common case where ClientHello and SNI
encryption are desired. Moreover, as noted in the introduction, SNI encryption
is less useful without encryption of DNS queries in transit via DoH or DPRIVE
mechanisms.</t>
      </section>
      <section anchor="client-tracking">
        <name>Client Tracking</name>
        <t>A malicious client-facing server could distribute unique, per-client ECHConfig
structures as a way of tracking clients across subsequent connections. On-path
adversaries which know about these unique keys could also track clients in this
way by observing TLS connection attempts.</t>
        <t>The cost of this type of attack scales linearly with the desired number of
target clients. Moreover, DNS caching behavior makes targeting individual users
for extended periods of time, e.g., using per-client ECHConfig structures
delivered via HTTPS RRs with high TTLs, challenging. Clients can help mitigate
this problem by flushing any DNS or ECHConfig state upon changing networks.</t>
      </section>
      <section anchor="ignored-configs">
        <name>Ignored Configuration Identifiers and Trial Decryption</name>
        <t>Ignoring configuration identifiers may be useful in scenarios where clients and
client-facing servers do not want to reveal information about the client-facing
server in the "encrypted_client_hello" extension. In such settings, clients send
a randomly generated config_id in the ECHClientHello. Servers in these settings
must perform trial decryption since they cannot identify the client's chosen ECH
key using the config_id value. As a result, ignoring configuration
identifiers may exacerbate DoS attacks. Specifically, an adversary may send
malicious ClientHello messages, i.e., those which will not decrypt with any
known ECH key, in order to force wasteful decryption. Servers that support this
feature should, for example, implement some form of rate limiting mechanism to
limit the potential damage caused by such attacks.</t>
        <t>Unless specified by the application using (D)TLS or externally configured,
implementations MUST NOT use this mode.</t>
      </section>
      <section anchor="outer-clienthello">
        <name>Outer ClientHello</name>
        <t>Any information that the client includes in the ClientHelloOuter is visible to
passive observers. The client SHOULD NOT send values in the ClientHelloOuter
which would reveal a sensitive ClientHelloInner property, such as the true
server name. It MAY send values associated with the public name in the
ClientHelloOuter.</t>
        <t>In particular, some extensions require the client send a server-name-specific
value in the ClientHello. These values may reveal information about the
true server name. For example, the "cached_info" ClientHello extension
<xref target="RFC7924"/> can contain the hash of a previously observed server certificate.
The client SHOULD NOT send values associated with the true server name in the
ClientHelloOuter. It MAY send such values in the ClientHelloInner.</t>
        <t>A client may also use different preferences in different contexts. For example,
it may send a different ALPN lists to different servers or in different
application contexts. A client that treats this context as sensitive SHOULD NOT
send context-specific values in ClientHelloOuter.</t>
        <t>Values which are independent of the true server name, or other information the
client wishes to protect, MAY be included in ClientHelloOuter. If they match
the corresponding ClientHelloInner, they MAY be compressed as described in
<xref target="encoding-inner"/>. However, note the payload length reveals information about
which extensions are compressed, so inner extensions which only sometimes match
the corresponding outer extension SHOULD NOT be compressed.</t>
        <t>Clients MAY include additional extensions in ClientHelloOuter to avoid
signaling unusual behavior to passive observers, provided the choice of value
and value itself are not sensitive. See <xref target="dont-stick-out"/>.</t>
      </section>
      <section anchor="related-privacy-leaks">
        <name>Related Privacy Leaks</name>
        <t>ECH requires encrypted DNS to be an effective privacy protection mechanism.
However, verifying the server's identity from the Certificate message,
particularly when using the X509 CertificateType, may result in additional
network traffic that may reveal the server identity. Examples of this traffic
may include requests for revocation information, such as OCSP or CRL traffic, or
requests for repository information, such as authorityInformationAccess. It may
also include implementation-specific traffic for additional information sources
as part of verification.</t>
        <t>Implementations SHOULD avoid leaking information that may identify the server.
Even when sent over an encrypted transport, such requests may result in indirect
exposure of the server's identity, such as indicating a specific CA or service
being used. To mitigate this risk, servers SHOULD deliver such information
in-band when possible, such as through the use of OCSP stapling, and clients
SHOULD take steps to minimize or protect such requests during certificate
validation.</t>
        <t>Attacks that rely on non-ECH traffic to infer server identity in an ECH
connection are out of scope for this document. For example, a client that
connects to a particular host prior to ECH deployment may later resume a
connection to that same host after ECH deployment. An adversary that observes
this can deduce that the ECH-enabled connection was made to a host that the
client previously connected to and which is within the same anonymity set.</t>
      </section>
      <section anchor="cookies">
        <name>Cookies</name>
        <t><xref section="4.2.2" sectionFormat="of" target="RFC8446"/> defines a cookie value that servers may send in
HelloRetryRequest for clients to echo in the second ClientHello. While ECH
encrypts the cookie in the second ClientHelloInner, the backend server's
HelloRetryRequest is unencrypted.This means differences in cookies between
backend servers, such as lengths or cleartext components, may leak information
about the server identity.</t>
        <t>Backend servers in an anonymity set SHOULD NOT reveal information in the cookie
which identifies the server. This may be done by handling HelloRetryRequest
statefully, thus not sending cookies, or by using the same cookie construction
for all backend servers.</t>
        <t>Note that, if the cookie includes a key name, analogous to Section 4 of
<xref target="RFC5077"/>, this may leak information if different backend servers issue
cookies with different key names at the time of the connection. In particular,
if the deployment operates in Split Mode, the backend servers may not share
cookie encryption keys. Backend servers may mitigate this by either handling
key rotation with trial decryption, or coordinating to match key names.</t>
      </section>
      <section anchor="attacks-exploiting-acceptance-confirmation">
        <name>Attacks Exploiting Acceptance Confirmation</name>
        <t>To signal acceptance, the backend server overwrites 8 bytes of its
ServerHello.random with a value derived from the ClientHelloInner.random. (See
<xref target="backend-server"/> for details.) This behavior increases the likelihood of the
ServerHello.random colliding with the ServerHello.random of a previous session,
potentially reducing the overall security of the protocol. However, the
remaining 24 bytes provide enough entropy to ensure this is not a practical
avenue of attack.</t>
        <t>On the other hand, the probability that two 8-byte strings are the same is
non-negligible. This poses a modest operational risk. Suppose the client-facing
server terminates the connection (i.e., ECH is rejected or bypassed): if the
last 8 bytes of its ServerHello.random coincide with the confirmation signal,
then the client will incorrectly presume acceptance and proceed as if the
backend server terminated the connection. However, the probability of a false
positive occurring for a given connection is only 1 in 2^64. This value is
smaller than the probability of network connection failures in practice.</t>
        <t>Note that the same bytes of the ServerHello.random are used to implement
downgrade protection for TLS 1.3 (see <xref section="4.1.3" sectionFormat="comma" target="RFC8446"/>). These
mechanisms do not interfere because the backend server only signals ECH
acceptance in TLS 1.3 or higher.</t>
      </section>
      <section anchor="comparison-against-criteria">
        <name>Comparison Against Criteria</name>
        <t><xref target="RFC8744"/> lists several requirements for SNI encryption.
In this section, we re-iterate these requirements and assess the ECH design
against them.</t>
        <section anchor="mitigate-cut-and-paste-attacks">
          <name>Mitigate Cut-and-Paste Attacks</name>
          <t>Since servers process either ClientHelloInner or ClientHelloOuter, and because
ClientHelloInner.random is encrypted, it is not possible for an attacker to "cut
and paste" the ECH value in a different Client Hello and learn information from
ClientHelloInner.</t>
        </section>
        <section anchor="avoid-widely-shared-secrets">
          <name>Avoid Widely Shared Secrets</name>
          <t>This design depends upon DNS as a vehicle for semi-static public key
distribution. Server operators may partition their private keys however they
see fit provided each server behind an IP address has the corresponding private
key to decrypt a key. Thus, when one ECH key is provided, sharing is optimally
bound by the number of hosts that share an IP address. Server operators may
further limit sharing by publishing different DNS records containing ECHConfig
values with different keys using a short TTL.</t>
        </section>
        <section anchor="prevent-sni-based-denial-of-service-attacks">
          <name>Prevent SNI-Based Denial-of-Service Attacks</name>
          <t>This design requires servers to decrypt ClientHello messages with ECHClientHello
extensions carrying valid digests. Thus, it is possible for an attacker to force
decryption operations on the server. This attack is bound by the number of valid
TCP connections an attacker can open.</t>
        </section>
        <section anchor="dont-stick-out">
          <name>Do Not Stick Out</name>
          <t>As a means of reducing the impact of network ossification, <xref target="RFC8744"/>
recommends SNI-protection mechanisms be designed in such a way that network
operators do not differentiate connections using the mechanism from connections
not using the mechanism. To that end, ECH is designed to resemble a standard
TLS handshake as much as possible. The most obvious difference is the extension
itself: as long as middleboxes ignore it, as required by <xref target="RFC8446"/>, the rest
of the handshake is designed to look very much as usual.</t>
          <t>The GREASE ECH protocol described in <xref target="grease-ech"/> provides a low-risk way to
evaluate the deployability of ECH. It is designed to mimic the real ECH protocol
(<xref target="real-ech"/>) without changing the security properties of the handshake. The
underlying theory is that if GREASE ECH is deployable without triggering
middlebox misbehavior, and real ECH looks enough like GREASE ECH, then ECH
should be deployable as well. Thus, our strategy for mitigating network
ossification is to deploy GREASE ECH widely enough to disincentivize
differential treatment of the real ECH protocol by the network.</t>
          <t>Ensuring that networks do not differentiate between real ECH and GREASE ECH may
not be feasible for all implementations. While most middleboxes will not treat
them differently, some operators may wish to block real ECH usage but allow
GREASE ECH. This specification aims to provide a baseline security level that
most deployments can achieve easily, while providing implementations enough
flexibility to achieve stronger security where possible. Minimally, real ECH is
designed to be indifferentiable from GREASE ECH for passive adversaries with
following capabilities:</t>
          <ol spacing="normal" type="1">
            <li>The attacker does not know the ECHConfigList used by the server.</li>
            <li>The attacker keeps per-connection state only. In particular, it does not
track endpoints across connections.</li>
            <li>ECH and GREASE ECH are designed so that the following features do not vary:
the code points of extensions negotiated in the clear; the length of
messages; and the values of plaintext alert messages.</li>
          </ol>
          <t>This leaves a variety of practical differentiators out-of-scope. including,
though not limited to, the following:</t>
          <ol spacing="normal" type="1">
            <li>the value of the configuration identifier;</li>
            <li>the value of the outer SNI;</li>
            <li>the TLS version negotiated, which may depend on ECH acceptance;</li>
            <li>client authentication, which may depend on ECH acceptance; and</li>
            <li>HRR issuance, which may depend on ECH acceptance.</li>
          </ol>
          <t>These can be addressed with more sophisticated implementations, but some
mitigations require coordination between the client and server. These
mitigations are out-of-scope for this specification.</t>
        </section>
        <section anchor="maintain-forward-secrecy">
          <name>Maintain Forward Secrecy</name>
          <t>This design is not forward secret because the server's ECH key is static.
However, the window of exposure is bound by the key lifetime. It is RECOMMENDED
that servers rotate keys frequently.</t>
        </section>
        <section anchor="enable-multi-party-security-contexts">
          <name>Enable Multi-party Security Contexts</name>
          <t>This design permits servers operating in Split Mode to forward connections
directly to backend origin servers. The client authenticates the identity of
the backend origin server, thereby avoiding unnecessary MiTM attacks.</t>
          <t>Conversely, assuming ECH records retrieved from DNS are authenticated, e.g.,
via DNSSEC or fetched from a trusted Recursive Resolver, spoofing a
client-facing server operating in Split Mode is not possible. See
<xref target="plaintext-dns"/> for more details regarding plaintext DNS.</t>
          <t>Authenticating the ECHConfig structure naturally authenticates the included
public name. This also authenticates any retry signals from the client-facing
server because the client validates the server certificate against the public
name before retrying.</t>
        </section>
        <section anchor="support-multiple-protocols">
          <name>Support Multiple Protocols</name>
          <t>This design has no impact on application layer protocol negotiation. It may
affect connection routing, server certificate selection, and client certificate
verification. Thus, it is compatible with multiple application and transport
protocols. By encrypting the entire ClientHello, this design additionally
supports encrypting the ALPN extension.</t>
        </section>
      </section>
      <section anchor="padding-policy">
        <name>Padding Policy</name>
        <t>Variations in the length of the ClientHelloInner ciphertext could leak
information about the corresponding plaintext. <xref target="padding"/> describes a
RECOMMENDED padding mechanism for clients aimed at reducing potential
information leakage.</t>
      </section>
      <section anchor="active-attack-mitigations">
        <name>Active Attack Mitigations</name>
        <t>This section describes the rationale for ECH properties and mechanics as
defenses against active attacks. In all the attacks below, the attacker is
on-path between the target client and server. The goal of the attacker is to
learn private information about the inner ClientHello, such as the true SNI
value.</t>
        <section anchor="flow-client-reaction">
          <name>Client Reaction Attack Mitigation</name>
          <t>This attack uses the client's reaction to an incorrect certificate as an oracle.
The attacker intercepts a legitimate ClientHello and replies with a ServerHello,
Certificate, CertificateVerify, and Finished messages, wherein the Certificate
message contains a "test" certificate for the domain name it wishes to query. If
the client decrypted the Certificate and failed verification (or leaked
information about its verification process by a timing side channel), the
attacker learns that its test certificate name was incorrect. As an example,
suppose the client's SNI value in its inner ClientHello is "example.com," and
the attacker replied with a Certificate for "test.com". If the client produces a
verification failure alert because of the mismatch faster than it would due to
the Certificate signature validation, information about the name leaks. Note
that the attacker can also withhold the CertificateVerify message. In that
scenario, a client which first verifies the Certificate would then respond
similarly and leak the same information.</t>
          <figure anchor="flow-diagram-client-reaction">
            <name>Client reaction attack</name>
            <artwork><![CDATA[
 Client                         Attacker               Server
   ClientHello
   + key_share
   + ech         ------>      (intercept)     -----> X (drop)

                             ServerHello
                             + key_share
                   {EncryptedExtensions}
                   {CertificateRequest*}
                          {Certificate*}
                    {CertificateVerify*}
                 <------
   Alert
                 ------>
]]></artwork>
          </figure>
          <t>ClientHelloInner.random prevents this attack. In particular, since the attacker
does not have access to this value, it cannot produce the right transcript and
handshake keys needed for encrypting the Certificate message. Thus, the client
will fail to decrypt the Certificate and abort the connection.</t>
        </section>
        <section anchor="flow-hrr-hijack">
          <name>HelloRetryRequest Hijack Mitigation</name>
          <t>This attack aims to exploit server HRR state management to recover information
about a legitimate ClientHello using its own attacker-controlled ClientHello.
To begin, the attacker intercepts and forwards a legitimate ClientHello with an
"encrypted_client_hello" (ech) extension to the server, which triggers a
legitimate HelloRetryRequest in return. Rather than forward the retry to the
client, the attacker attempts to generate its own ClientHello in response based
on the contents of the first ClientHello and HelloRetryRequest exchange with the
result that the server encrypts the Certificate to the attacker. If the server
used the SNI from the first ClientHello and the key share from the second
(attacker-controlled) ClientHello, the Certificate produced would leak the
client's chosen SNI to the attacker.</t>
          <figure anchor="flow-diagram-hrr-hijack">
            <name>HelloRetryRequest hijack attack</name>
            <artwork><![CDATA[
 Client                         Attacker                   Server
   ClientHello
   + key_share
   + ech         ------>       (forward)        ------->
                                              HelloRetryRequest
                                                    + key_share
                              (intercept)       <-------

                              ClientHello
                              + key_share'
                              + ech'           ------->
                                                    ServerHello
                                                    + key_share
                                          {EncryptedExtensions}
                                          {CertificateRequest*}
                                                 {Certificate*}
                                           {CertificateVerify*}
                                                     {Finished}
                                                <-------
                         (process server flight)
]]></artwork>
          </figure>
          <t>This attack is mitigated by using the same HPKE context for both ClientHello
messages. The attacker does not possess the context's keys, so it cannot
generate a valid encryption of the second inner ClientHello.</t>
          <t>If the attacker could manipulate the second ClientHello, it might be possible
for the server to act as an oracle if it required parameters from the first
ClientHello to match that of the second ClientHello. For example, imagine the
client's original SNI value in the inner ClientHello is "example.com", and the
attacker's hijacked SNI value in its inner ClientHello is "test.com". A server
which checks these for equality and changes behavior based on the result can be
used as an oracle to learn the client's SNI.</t>
        </section>
        <section anchor="flow-clienthello-malleability">
          <name>ClientHello Malleability Mitigation</name>
          <t>This attack aims to leak information about secret parts of the encrypted
ClientHello by adding attacker-controlled parameters and observing the server's
response. In particular, the compression mechanism described in
<xref target="encoding-inner"/> references parts of a potentially attacker-controlled
ClientHelloOuter to construct ClientHelloInner, or a buggy server may
incorrectly apply parameters from ClientHelloOuter to the handshake.</t>
          <t>To begin, the attacker first interacts with a server to obtain a resumption
ticket for a given test domain, such as "example.com". Later, upon receipt of a
ClientHelloOuter, it modifies it such that the server will process the
resumption ticket with ClientHelloInner. If the server only accepts resumption
PSKs that match the server name, it will fail the PSK binder check with an
alert when ClientHelloInner is for "example.com" but silently ignore the PSK
and continue when ClientHelloInner is for any other name. This introduces an
oracle for testing encrypted SNI values.</t>
          <figure anchor="tls-clienthello-malleability">
            <name>Message flow for malleable ClientHello</name>
            <artwork><![CDATA[
      Client              Attacker                       Server

                                    handshake and ticket
                                       for "example.com"
                                       <-------->

      ClientHello
      + key_share
      + ech
      + ech_outer_extensions(pre_shared_key)
      + pre_shared_key
                  -------->
                        (intercept)
                        ClientHello
                        + key_share
                        + ech
                           + ech_outer_extensions(pre_shared_key)
                        + pre_shared_key'
                                          -------->
                                                         Alert
                                                         -or-
                                                   ServerHello
                                                            ...
                                                      Finished
                                          <--------
]]></artwork>
          </figure>
          <t>This attack may be generalized to any parameter which the server varies by
server name, such as ALPN preferences.</t>
          <t>ECH mitigates this attack by only negotiating TLS parameters from
ClientHelloInner and authenticating all inputs to the ClientHelloInner
(EncodedClientHelloInner and ClientHelloOuter) with the HPKE AEAD. See
<xref target="authenticating-outer"/>. An earlier iteration of this specification only
encrypted and authenticated the "server_name" extension, which left the overall
ClientHello vulnerable to an analogue of this attack.</t>
        </section>
        <section anchor="decompression-amp">
          <name>ClientHelloInner Packet Amplification Mitigation</name>
          <t>Client-facing servers must decompress EncodedClientHelloInners. A malicious
attacker may craft a packet which takes excessive resources to decompress
or may be much larger than the incoming packet:</t>
          <ul spacing="normal">
            <li>If looking up a ClientHelloOuter extension takes time linear in the number of
extensions, the overall decoding process would take O(M*N) time, where
M is the number of extensions in ClientHelloOuter and N is the
size of OuterExtensions.</li>
            <li>If the same ClientHelloOuter extension can be copied multiple times,
an attacker could cause the client-facing server to construct a large
ClientHelloInner by including a large extension in ClientHelloOuter,
of length L, and an OuterExtensions list referencing N copies of that
extension. The client-facing server would then use O(N*L) memory in
response to O(N+L) bandwidth from the client. In split-mode, an
O(N*L) sized packet would then be transmitted to the
backend server.</li>
          </ul>
          <t>ECH mitigates this attack by requiring that OuterExtensions be referenced in
order, that duplicate references be rejected, and by recommending that
client-facing servers use a linear scan to perform decompression. These
requirements are detailed in <xref target="encoding-inner"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="update-of-the-tls-extensiontype-registry">
        <name>Update of the TLS ExtensionType Registry</name>
        <t>IANA is requested to create the following entries in the existing registry for
ExtensionType (defined in <xref target="RFC8446"/>):</t>
        <ol spacing="normal" type="1">
          <li>encrypted_client_hello(0xfe0d), with "TLS 1.3" column values set to
"CH, HRR, EE", and "Recommended" column set to "Yes".</li>
          <li>ech_outer_extensions(0xfd00), with the "TLS 1.3" column values set to "",
and "Recommended" column set to "Yes".</li>
        </ol>
      </section>
      <section anchor="alerts">
        <name>Update of the TLS Alert Registry</name>
        <t>IANA is requested to create an entry, ech_required(121) in the existing registry
for Alerts (defined in <xref target="RFC8446"/>), with the "DTLS-OK" column set to
"Y".</t>
      </section>
    </section>
    <section anchor="config-extensions-guidance">
      <name>ECHConfig Extension Guidance</name>
      <t>Any future information or hints that influence ClientHelloOuter SHOULD be
specified as ECHConfig extensions. This is primarily because the outer
ClientHello exists only in support of ECH. Namely, it is both an envelope for
the encrypted inner ClientHello and enabler for authenticated key mismatch
signals (see <xref target="server-behavior"/>). In contrast, the inner ClientHello is the
true ClientHello used upon ECH negotiation.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="BCP" value="14"/>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC7918" target="https://www.rfc-editor.org/info/rfc7918">
          <front>
            <title>Transport Layer Security (TLS) False Start</title>
            <seriesInfo name="DOI" value="10.17487/RFC7918"/>
            <seriesInfo name="RFC" value="7918"/>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <author fullname="B. Moeller" initials="B." surname="Moeller">
              <organization/>
            </author>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document specifies an optional behavior of Transport Layer Security (TLS) client implementations, dubbed "False Start".  It affects only protocol timing, not on-the-wire protocol data, and can be implemented unilaterally.  A TLS False Start reduces handshake latency to one round trip.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8446" target="https://www.rfc-editor.org/info/rfc8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <seriesInfo name="DOI" value="10.17487/RFC8446"/>
            <seriesInfo name="RFC" value="8446"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <seriesInfo name="DOI" value="10.17487/RFC8174"/>
            <seriesInfo name="RFC" value="8174"/>
            <seriesInfo name="BCP" value="14"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="HTTPS-RR" target="https://www.ietf.org/archive/id/draft-ietf-dnsop-svcb-https-08.txt">
          <front>
            <title>Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)</title>
            <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-svcb-https-08"/>
            <author fullname="Ben Schwartz">
              <organization>Google</organization>
            </author>
            <author fullname="Mike Bishop">
              <organization>Akamai Technologies</organization>
            </author>
            <author fullname="Erik Nygren">
              <organization>Akamai Technologies</organization>
            </author>
            <date day="12" month="October" year="2021"/>
            <abstract>
              <t>   This document specifies the "SVCB" and "HTTPS" DNS resource record
   (RR) types to facilitate the lookup of information needed to make
   connections to network services, such as for HTTP origins.  SVCB
   records allow a service to be provided from multiple alternative
   endpoints, 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 HTTPS RR is a variation of SVCB for use with HTTP [HTTP].
   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 document is being collaborated on in Github at:
   https://github.com/MikeBishop/dns-alt-svc
   (https://github.com/MikeBishop/dns-alt-svc).  The most recent working
   version of the document, open issues, etc. should all be available
   there.  The authors (gratefully) accept pull requests.

              </t>
            </abstract>
          </front>
        </reference>
        <reference anchor="I-D.irtf-cfrg-hpke" target="https://www.ietf.org/archive/id/draft-irtf-cfrg-hpke-12.txt">
          <front>
            <title>Hybrid Public Key Encryption</title>
            <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-hpke-12"/>
            <author fullname="Richard L. Barnes">
              <organization>Cisco</organization>
            </author>
            <author fullname="Karthik Bhargavan">
              <organization>Inria</organization>
            </author>
            <author fullname="Benjamin Lipp">
              <organization>Inria</organization>
            </author>
            <author fullname="Christopher A. Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="2" month="September" year="2021"/>
            <abstract>
              <t>   This document describes a scheme for hybrid public-key encryption
   (HPKE).  This scheme provides a variant of public-key encryption of
   arbitrary-sized plaintexts for a recipient public key.  It also
   includes three authenticated variants, including one which
   authenticates possession of a pre-shared key, and two optional ones
   which authenticate possession of a KEM private key.  HPKE works for
   any combination of an asymmetric key encapsulation mechanism (KEM),
   key derivation function (KDF), and authenticated encryption with
   additional data (AEAD) encryption function.  Some authenticated
   variants may not be supported by all KEMs.  We provide instantiations
   of the scheme using widely used and efficient primitives, such as
   Elliptic Curve Diffie-Hellman key agreement, HKDF, and SHA2.

   This document is a product of the Crypto Forum Research Group (CFRG)
   in the IRTF.

              </t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC5890" target="https://www.rfc-editor.org/info/rfc5890">
          <front>
            <title>Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework</title>
            <seriesInfo name="DOI" value="10.17487/RFC5890"/>
            <seriesInfo name="RFC" value="5890"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin">
              <organization/>
            </author>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document is one of a collection that, together, describe the protocol and usage context for a revision of Internationalized Domain Names for Applications (IDNA), superseding the earlier version.  It describes the document collection and provides definitions and other material that are common to the set.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="I-D.ietf-tls-exported-authenticator" target="https://www.ietf.org/archive/id/draft-ietf-tls-exported-authenticator-14.txt">
          <front>
            <title>Exported Authenticators in TLS</title>
            <seriesInfo name="Internet-Draft" value="draft-ietf-tls-exported-authenticator-14"/>
            <author fullname="Nick Sullivan">
              <organization>Cloudflare Inc.</organization>
            </author>
            <date day="25" month="January" year="2021"/>
            <abstract>
              <t>   This document describes a mechanism in Transport Layer Security (TLS)
   for peers to provide a proof of ownership of an identity, such as an
   X.509 certificate.  This proof can be exported by one peer,
   transmitted out-of-band to the other peer, and verified by the
   receiving peer.

              </t>
            </abstract>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="WHATWG-IPV4" target="https://url.spec.whatwg.org/#concept-ipv4-parser">
          <front>
            <title>URL Living Standard - IPv4 Parser</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="May"/>
          </front>
        </reference>
        <reference anchor="RFC8484" target="https://www.rfc-editor.org/info/rfc8484">
          <front>
            <title>DNS Queries over HTTPS (DoH)</title>
            <seriesInfo name="DOI" value="10.17487/RFC8484"/>
            <seriesInfo name="RFC" value="8484"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a protocol for sending DNS queries and getting DNS responses over HTTPS.  Each DNS query-response pair is mapped into an HTTP exchange.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC7858" target="https://www.rfc-editor.org/info/rfc7858">
          <front>
            <title>Specification for DNS over Transport Layer Security (TLS)</title>
            <seriesInfo name="DOI" value="10.17487/RFC7858"/>
            <seriesInfo name="RFC" value="7858"/>
            <author fullname="Z. Hu" initials="Z." surname="Hu">
              <organization/>
            </author>
            <author fullname="L. Zhu" initials="L." surname="Zhu">
              <organization/>
            </author>
            <author fullname="J. Heidemann" initials="J." surname="Heidemann">
              <organization/>
            </author>
            <author fullname="A. Mankin" initials="A." surname="Mankin">
              <organization/>
            </author>
            <author fullname="D. Wessels" initials="D." surname="Wessels">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes the use of Transport Layer Security (TLS) to provide privacy for DNS.  Encryption provided by TLS eliminates opportunities for eavesdropping and on-path tampering with DNS queries in the network, such as discussed in RFC 7626.  In addition, this document specifies two usage profiles for DNS over TLS and provides advice on performance considerations to minimize overhead from using TCP and TLS with DNS.</t>
              <t>This document focuses on securing stub-to-recursive traffic, as per the charter of the DPRIVE Working Group.  It does not prevent future applications of the protocol to recursive-to-authoritative traffic.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8094" target="https://www.rfc-editor.org/info/rfc8094">
          <front>
            <title>DNS over Datagram Transport Layer Security (DTLS)</title>
            <seriesInfo name="DOI" value="10.17487/RFC8094"/>
            <seriesInfo name="RFC" value="8094"/>
            <author fullname="T. Reddy" initials="T." surname="Reddy">
              <organization/>
            </author>
            <author fullname="D. Wing" initials="D." surname="Wing">
              <organization/>
            </author>
            <author fullname="P. Patil" initials="P." surname="Patil">
              <organization/>
            </author>
            <date month="February" year="2017"/>
            <abstract>
              <t>DNS queries and responses are visible to network elements on the path between the DNS client and its server.  These queries and responses can contain privacy-sensitive information, which is valuable to protect.</t>
              <t>This document proposes the use of Datagram Transport Layer Security (DTLS) for DNS, to protect against passive listeners and certain active attacks.  As latency is critical for DNS, this proposal also discusses mechanisms to reduce DTLS round trips and reduce the DTLS handshake size.  The proposed mechanism runs over port 853.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC7301" target="https://www.rfc-editor.org/info/rfc7301">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <seriesInfo name="DOI" value="10.17487/RFC7301"/>
            <seriesInfo name="RFC" value="7301"/>
            <author fullname="S. Friedl" initials="S." surname="Friedl">
              <organization/>
            </author>
            <author fullname="A. Popov" initials="A." surname="Popov">
              <organization/>
            </author>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="E. Stephan" initials="E." surname="Stephan">
              <organization/>
            </author>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC3986" target="https://www.rfc-editor.org/info/rfc3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <seriesInfo name="DOI" value="10.17487/RFC3986"/>
            <seriesInfo name="RFC" value="3986"/>
            <seriesInfo name="STD" value="66"/>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8701" target="https://www.rfc-editor.org/info/rfc8701">
          <front>
            <title>Applying Generate Random Extensions And Sustain Extensibility (GREASE) to TLS Extensibility</title>
            <seriesInfo name="DOI" value="10.17487/RFC8701"/>
            <seriesInfo name="RFC" value="8701"/>
            <author fullname="D. Benjamin" initials="D." surname="Benjamin">
              <organization/>
            </author>
            <date month="January" year="2020"/>
            <abstract>
              <t>This document describes GREASE (Generate Random Extensions And Sustain Extensibility), a mechanism to prevent extensibility failures in the TLS ecosystem. It reserves a set of TLS protocol values that may be advertised to ensure peers correctly handle unknown values.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8744" target="https://www.rfc-editor.org/info/rfc8744">
          <front>
            <title>Issues and Requirements for Server Name Identification (SNI) Encryption in TLS</title>
            <seriesInfo name="DOI" value="10.17487/RFC8744"/>
            <seriesInfo name="RFC" value="8744"/>
            <author fullname="C. Huitema" initials="C." surname="Huitema">
              <organization/>
            </author>
            <date month="July" year="2020"/>
            <abstract>
              <t>This document describes the general problem of encrypting the Server Name Identification (SNI) TLS parameter. The proposed solutions hide a hidden service behind a fronting service, only disclosing the SNI of the fronting service to external observers. This document lists known attacks against SNI encryption, discusses the current "HTTP co-tenancy" solution, and presents requirements for future TLS-layer solutions. </t>
              <t>In practice, it may well be that no solution can meet every requirement and that practical solutions will have to make some compromises.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="I-D.kazuho-protected-sni" target="https://www.ietf.org/archive/id/draft-kazuho-protected-sni-00.txt">
          <front>
            <title>TLS Extensions for Protecting SNI</title>
            <seriesInfo name="Internet-Draft" value="draft-kazuho-protected-sni-00"/>
            <author fullname="Kazuho Oku">
	 </author>
            <date day="18" month="July" year="2017"/>
            <abstract>
              <t>   This memo introduces TLS extensions and a DNS Resource Record Type
   that can be used to protect attackers from obtaining the value of the
   Server Name Indication extension being transmitted over a Transport
   Layer Security (TLS) version 1.3 handshake.

              </t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC7924" target="https://www.rfc-editor.org/info/rfc7924">
          <front>
            <title>Transport Layer Security (TLS) Cached Information Extension</title>
            <seriesInfo name="DOI" value="10.17487/RFC7924"/>
            <seriesInfo name="RFC" value="7924"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="July" year="2016"/>
            <abstract>
              <t>Transport Layer Security (TLS) handshakes often include fairly static information, such as the server certificate and a list of trusted certification authorities (CAs).  This information can be of considerable size, particularly if the server certificate is bundled with a complete certificate chain (i.e., the certificates of intermediate CAs up to the root CA).</t>
              <t>This document defines an extension that allows a TLS client to inform a server of cached information, thereby enabling the server to omit already available information.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC5077" target="https://www.rfc-editor.org/info/rfc5077">
          <front>
            <title>Transport Layer Security (TLS) Session Resumption without Server-Side State</title>
            <seriesInfo name="DOI" value="10.17487/RFC5077"/>
            <seriesInfo name="RFC" value="5077"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes a mechanism that enables the Transport Layer Security (TLS) server to resume sessions and avoid keeping per-client session state.  The TLS server encapsulates the session state into a ticket and forwards it to the client.  The client can subsequently resume a session using the obtained ticket.  This document obsoletes RFC 4507.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="alternative-sni-protection-designs">
      <name>Alternative SNI Protection Designs</name>
      <t>Alternative approaches to encrypted SNI may be implemented at the TLS or
application layer. In this section we describe several alternatives and discuss
drawbacks in comparison to the design in this document.</t>
      <section anchor="tls-layer">
        <name>TLS-layer</name>
        <section anchor="tls-in-early-data">
          <name>TLS in Early Data</name>
          <t>In this variant, TLS Client Hellos are tunneled within early data payloads
belonging to outer TLS connections established with the client-facing server.
This requires clients to have established a previous session --- and obtained
PSKs --- with the server. The client-facing server decrypts early data payloads
to uncover Client Hellos destined for the backend server, and forwards them
onwards as necessary. Afterwards, all records to and from backend servers are
forwarded by the client-facing server -- unmodified. This avoids double
encryption of TLS records.</t>
          <t>Problems with this approach are: (1) servers may not always be able to
distinguish inner Client Hellos from legitimate application data, (2) nested
0-RTT data may not function correctly, (3) 0-RTT data may not be supported --
especially under DoS -- leading to availability concerns, and (4) clients must
bootstrap tunnels (sessions), costing an additional round trip and potentially
revealing the SNI during the initial connection. In contrast, encrypted SNI
protects the SNI in a distinct Client Hello extension and neither abuses early
data nor requires a bootstrapping connection.</t>
        </section>
        <section anchor="combined-tickets">
          <name>Combined Tickets</name>
          <t>In this variant, client-facing and backend servers coordinate to produce
"combined tickets" that are consumable by both. Clients offer combined tickets
to client-facing servers. The latter parse them to determine the correct backend
server to which the Client Hello should be forwarded. This approach is
problematic due to non-trivial coordination between client-facing and backend
servers for ticket construction and consumption. Moreover, it requires a
bootstrapping step similar to that of the previous variant. In contrast,
encrypted SNI requires no such coordination.</t>
        </section>
      </section>
      <section anchor="application-layer">
        <name>Application-layer</name>
        <section anchor="http2-certificate-frames">
          <name>HTTP/2 CERTIFICATE Frames</name>
          <t>In this variant, clients request secondary certificates with CERTIFICATE_REQUEST
HTTP/2 frames after TLS connection completion. In response, servers supply
certificates via TLS exported authenticators
<xref target="I-D.ietf-tls-exported-authenticator"/> in CERTIFICATE frames. Clients use a
generic SNI for the underlying client-facing server TLS connection. Problems
with this approach include: (1) one additional round trip before peer
authentication, (2) non-trivial application-layer dependencies and interaction,
and (3) obtaining the generic SNI to bootstrap the connection. In contrast,
encrypted SNI induces no additional round trip and operates below the
application layer.</t>
        </section>
      </section>
    </section>
    <section anchor="linear-outer-extensions">
      <name>Linear-time Outer Extension Processing</name>
      <t>The following procedure processes the "ech_outer_extensions" extension (see
<xref target="encoding-inner"/>) in linear time, ensuring that each referenced extension
in the ClientHelloOuter is included at most once:</t>
      <ol spacing="normal" type="1">
        <li>Let I be zero and N be the number of extensions in ClientHelloOuter.</li>
        <li>
          <t>For each extension type, E, in OuterExtensions:  </t>
          <ul spacing="normal">
            <li>If E is "encrypted_client_hello", abort the connection with an
"illegal_parameter" alert and terminate this procedure.</li>
            <li>While I is less than N and the I-th extension of
ClientHelloOuter does not have type E, increment I.</li>
            <li>If I is equal to N, abort the connection with an "illegal_parameter"
alert and terminate this procedure.</li>
            <li>Otherwise, the I-th extension of ClientHelloOuter has type E. Copy
it to the EncodedClientHelloInner and increment I.</li>
          </ul>
        </li>
      </ol>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This document draws extensively from ideas in <xref target="I-D.kazuho-protected-sni"/>, but
is a much more limited mechanism because it depends on the DNS for the
protection of the ECH key. Richard Barnes, Christian Huitema, Patrick McManus,
Matthew Prince, Nick Sullivan, Martin Thomson, and David Benjamin also provided
important ideas and contributions.</t>
    </section>
    <section anchor="change-log">
      <name>Change Log</name>
      <ul empty="true">
        <li>
          <t><strong>RFC Editor's Note:</strong> Please remove this section prior to publication of a
final version of this document.</t>
        </li>
      </ul>
      <t>Issue and pull request numbers are listed with a leading octothorp.</t>
      <section anchor="since-draft-ietf-tls-esni-12">
        <name>Since draft-ietf-tls-esni-12</name>
        <ul spacing="normal">
          <li>Abort on duplicate OuterExtensions (#514)</li>
          <li>Improve EncodedClientHelloInner definition (#503)</li>
          <li>Clarify retry configuration usage (#498)</li>
          <li>Expand on config_id generation implications (#491)</li>
          <li>Server-side acceptance signal extension GREASE (#481)</li>
          <li>Refactor overview, client implementation, and middlebox
sections (#480, #478, #475, #508)</li>
          <li>Editorial iprovements (#485, #488, #490, #495, #496, #499, #500,
#501, #504, #505, #507, #510, #511)</li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-tls-esni-11">
        <name>Since draft-ietf-tls-esni-11</name>
        <ul spacing="normal">
          <li>Move ClientHello padding to the encoding (#443)</li>
          <li>Align codepoints (#464)</li>
          <li>Relax OuterExtensions checks for alignment with RFC8446 (#467)</li>
          <li>Clarify HRR acceptance and rejection logic (#470)</li>
          <li>Editorial improvements (#468, #465, #462, #461)</li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-tls-esni-10">
        <name>Since draft-ietf-tls-esni-10</name>
        <ul spacing="normal">
          <li>Make HRR confirmation and ECH acceptance explicit (#422, #423)</li>
          <li>Relax computation of the acceptance signal (#420, #449)</li>
          <li>Simplify ClientHelloOuterAAD generation (#438, #442)</li>
          <li>Allow empty enc in ECHClientHello (#444)</li>
          <li>Authenticate ECHClientHello extensions position in ClientHelloOuterAAD (#410)</li>
          <li>Allow clients to send a dummy PSK and early_data in ClientHelloOuter when
applicable (#414, #415)</li>
          <li>Compress ECHConfigContents (#409)</li>
          <li>Validate ECHConfig.contents.public_name (#413, #456)</li>
          <li>Validate ClientHelloInner contents (#411)</li>
          <li>Note split-mode challenges for HRR (#418)</li>
          <li>Editorial improvements (#428, #432, #439, #445, #458, #455)</li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-tls-esni-09">
        <name>Since draft-ietf-tls-esni-09</name>
        <ul spacing="normal">
          <li>Finalize HPKE dependency (#390)</li>
          <li>Move from client-computed to server-chosen, one-byte config
identifier (#376, #381)</li>
          <li>Rename ECHConfigs to ECHConfigList (#391)</li>
          <li>Clarify some security and privacy properties (#385, #383)</li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIANwgCWIAA82963LcyLEu+r+eApuKE0Pa3W1SlxmJY3svDklZjNFtkxx7
Oby8JXQ3moSFBnoBaFJtWTvOQ5wnPE9y8lqVBaBJyvaPo3CMZ9RAoS5Zef0y
czweuzZvi+wwuXx9kZyWs3qzarN5clzkWdkmr7KiqFw6ndbZzZ2PzKtZmS5h
mHmdLtpxnrWLcVs046wp8/HBUzdL2+yqqjeHSdPOnctX9WHS1uumfby//2L/
sUvrLD1M/pCVWZ0W7raqP13V1XoFDxWN+5Rt4G/mh8lZ2WZ1mbXjE/yKc02b
lvMPaVGV8OVN1rhVfpj8pa1mo6Sp6rbOFg3822aJ//JX59J1e13Vhy4Zu4T/
5GVzmJxOkvOsmVV1kerf81pO63zW+6mqr9Iy/3va5lV5mJxfvnwzgnnNJvp7
tkzz4jDJPtX/UbeL5WRWLV33iz9Pknef1vHHfk7/vr6u7N/HX3qZNm2x6Xzl
E71UfVr/xxX+xeDH3k6Si3VR5DdpGX/xbT771Psp/uhxUa3niwJOp/PhEt79
j5n/dfDDx5PkaJL8qarm8XePr+u8aavVdVZ3H3jg12fp7X9cZ+kqL6+medtM
gCScc2VVL+HNmwxOODl/efz44OCF/OsPLw6eHwLZlQv7zJ9eHV3+6Q/js/d/
fIr/mchN2Pnl/HXyOr+B0ZMLpLC0nifj5Oz9zdPkfVo3Wb1DT6f1VdYeJtdt
u2oOf/ObdV1MmlU2m9xep+3t1QTW8ptHs6qcZSu4EKubp+MVvYzvzuE6HCZv
0k3yeP/xgXPj8ThJp01bpzNYyeV13iRwo9ZLvGBzIMA6n2ZNkibLbHYNG9Qs
YYeTyzotmxXQefI63cBeXmSzdZ23m2QXLupeAkt1Gd9WXEkqF5buKwzUNOlV
lqzLObyZJjCvG/iX1XpaAM3DhZvwpJb5fF5kzj3Cu1dX8/UMjyb58ijH//zq
3MnZxfHro7M3p+fAH2jeeDUT+Be8xOO8HK/q6qqGzyWwk8l12iRl1cJlbeGb
WZk0+VWZL/JZCivdhRkDHyiKDTy72YMHZEFpmRabJm8myRm8dl2tizmNMoUF
NMCKUtybaQpP4KqT6Tov5rBmtwozbjZNmy1hBJokrbO5hldh1Q3+Xi2S9jqT
2eMspzg72HuYHxzW3KVlspMvV0WGh0IEyg/v0CfbrOFdhjXmyKWqFXykXlVN
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
j1A4UWkOgNIfOWY82TpRzM1fcqqPchekFZ01lX+haYfaCeg/Qc4i6ocUrt1Y
s1OU7K483AvhQgznUViVjc8s8tlivjn6E4tNNHGr5T0g5oWHhpxeI5wpVZPo
ENe2+hrAvumcrNdSZKtUJoAtxvF8KPYhAILGi5QeoeNYHVrfc3dVMtnmyu/H
n7vHQDtKkUiv9aWlx6IoZpq402cOCH+Evxeoq0utq3/16Tz5XXKSeWvE53Dv
DvC5kFGxJ4GC2ch/53fJRdauVz/B+i92YdzR1mJy/GenLRoMLuwk//hHsv95
fx//3390jwMCzCzyiEmg76HGQqDbjDbPIBJlEO7fwSC2MocnlG2IKqe5Zd63
Me9eru0u/YA1JC0dvW6IMItU8m5EaMhPkrEz0bi+6OqkJl7gQxzWKRTHAWgr
+7GO6ErrPBP2WP6Xuiz/izBegy5L482hSQWTLaRnAFlUISoyaz1vOzsx7O3J
d40XWGT343hUmI3419EK05Lzz8nJ5CkesAcUY0bqral24s9z7td29Gc1lDZS
ftYsZlBKMS25ODzNa2X4vVFOdfeMfrqAI77uvM2WIL/t852olkcmkP6kXC+n
8HEZqBKtlXmRcZGMgS2R/4C40oGJdeHGDKk0Jl/uo6cV8QIIbhbvMB8ZPWY9
y/iJP92BcYGbwVHeOTKTna2ROX8r8GOiaBDj82gV1Y8fPCRtKvGmwMrlDixT
Oslh9WXVfBLsT4TpQGEMChoL/ghCRaEVUbpgnu8vflZzeihmsuXghnxbYG10
91a2owmGFh7O1i3pYJr9Jd6BReKjH4CYr9PyKvuAt6mhXgDbKZ/M00Gv/31k
kKV1sfmATrUHkkCYc6xLPGAcU2fKsB2P0EQFjHFePv0L9e6efY65Y+kiwzBw
SFZEUYhTYP8g4eliTNkKPaSD+QyTg33Wik2lAPLIUy4DRUzpJJRGGWvPcZe0
jKosgQa+yEGp4XIL5AuxFqOh3GV+dd0GgAKFwAZLnWHRChjDF7QPoeFeZYoy
Y1QuJQrPpBayrbc0XEutzsiMVzTU1vgR2+Ls5Y4deJ3sFs1O2RJ29Y0IyCVy
F5rC+5E0WW4A7rrNqziS6vTiUOyHQFDKODbwiW1EJdtGoXBXoygfj8bsq4d3
1QAjT4Gv8DTgvQ9JFt1FOPcHsuvTO9SVh6udbFzfqbptMwoHAkhgCoQcVAoc
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
VGxqsLGxST2H14gnPnkOd+r/A+ysVxOgUwEA

-->

</rfc>
