<?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.1.1 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc docmapping="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-quic-tls-04" category="std">

  <front>
    <title abbrev="QUIC over TLS">Using Transport Layer Security (TLS) to Secure QUIC</title>

    <author initials="M." surname="Thomson" fullname="Martin Thomson" role="editor">
      <organization>Mozilla</organization>
      <address>
        <email>martin.thomson@gmail.com</email>
      </address>
    </author>
    <author initials="S." surname="Turner" fullname="Sean Turner" role="editor">
      <organization>sn3rd</organization>
      <address>
        <email>sean@sn3rd.com</email>
      </address>
    </author>

    <date year="2017" month="June"/>

    <area>Transport</area>
    <workgroup>QUIC</workgroup>
    

    <abstract>


<t>This document describes how Transport Layer Security (TLS) is used to secure
QUIC.</t>



    </abstract>


    <note title="Note to Readers">


<t>Discussion of this draft takes place on the QUIC working group mailing list
(quic@ietf.org), which is archived at
<eref target="https://mailarchive.ietf.org/arch/search/?email_list=quic">https://mailarchive.ietf.org/arch/search/?email_list=quic</eref>.</t>

<t>Working Group information can be found at <eref target="https://github.com/quicwg">https://github.com/quicwg</eref>; source
code and issues list for this draft can be found at
<eref target="https://github.com/quicwg/base-drafts/labels/tls">https://github.com/quicwg/base-drafts/labels/tls</eref>.</t>


    </note>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>This document describes how QUIC <xref target="QUIC-TRANSPORT"/> is secured using
Transport Layer Security (TLS) version 1.3 <xref target="I-D.ietf-tls-tls13"/>.  TLS
1.3 provides critical latency improvements for connection establishment
over previous versions.  Absent packet loss, most new connections can be
established and secured within a single round trip; on subsequent
connections between the same client and server, the client can often
send application data immediately, that is, using a zero round trip
setup.</t>

<t>This document describes how the standardized TLS 1.3 acts a security
component of QUIC.  The same design could work for TLS 1.2, though few of the
benefits QUIC provides would be realized due to the handshake latency in
versions of TLS prior to 1.3.</t>

</section>
<section anchor="notational-conventions" title="Notational Conventions">

<t>The words “MUST”, “MUST NOT”, “SHOULD”, and “MAY” are used in this document.
It’s not shouting; when they are capitalized, they have the special meaning
defined in <xref target="RFC2119"/>.</t>

<t>This document uses the terminology established in <xref target="QUIC-TRANSPORT"/>.</t>

<t>For brevity, the acronym TLS is used to refer to TLS 1.3.</t>

<t>TLS terminology is used when referring to parts of TLS. Though TLS assumes a
continuous stream of octets, it divides that stream into <spanx style="emph">records</spanx>. Most
relevant to QUIC are the records that contain TLS <spanx style="emph">handshake messages</spanx>, which
are discrete messages that are used for key agreement, authentication and
parameter negotiation. Ordinarily, TLS records can also contain <spanx style="emph">application
data</spanx>, though in the QUIC usage there is no use of TLS application data.</t>

</section>
<section anchor="protocol-overview" title="Protocol Overview">

<t>QUIC <xref target="QUIC-TRANSPORT"/> assumes responsibility for the confidentiality and
integrity protection of packets.  For this it uses keys derived from a TLS 1.3
connection <xref target="I-D.ietf-tls-tls13"/>; QUIC also relies on TLS 1.3 for
authentication and negotiation of parameters that are critical to security and
performance.</t>

<t>Rather than a strict layering, these two protocols are co-dependent: QUIC uses
the TLS handshake; TLS uses the reliability and ordered delivery provided by
QUIC streams.</t>

<t>This document defines how QUIC interacts with TLS.  This includes a description
of how TLS is used, how keying material is derived from TLS, and the application
of that keying material to protect QUIC packets.  <xref target="schematic"/> shows the basic
interactions between TLS and QUIC, with the QUIC packet protection being called
out specially.</t>

<figure title="QUIC and TLS Interactions" anchor="schematic"><artwork><![CDATA[
+------------+                        +------------+
|            |------ Handshake ------>|            |
|            |<-- Validate Address ---|            |
|            |-- OK/Error/Validate -->|            |
|            |<----- Handshake -------|            |
|   QUIC     |------ Validate ------->|    TLS     |
|            |                        |            |
|            |<------ 0-RTT OK -------|            |
|            |<------ 1-RTT OK -------|            |
|            |<--- Handshake Done ----|            |
+------------+                        +------------+
 |         ^                               ^ |
 | Protect | Protected                     | |
 v         | Packet                        | |
+------------+                             / /
|   QUIC     |                            / /
|  Packet    |-------- Get Secret -------' /
| Protection |<-------- Secret -----------'
+------------+
]]></artwork></figure>

<t>The initial state of a QUIC connection has packets exchanged without any form of
protection.  In this state, QUIC is limited to using stream 0 and associated
packets.  Stream 0 is reserved for a TLS connection.  This is a complete TLS
connection as it would appear when layered over TCP; the only difference is that
QUIC provides the reliability and ordering that would otherwise be provided by
TCP.</t>

<t>At certain points during the TLS handshake, keying material is exported from the
TLS connection for use by QUIC.  This keying material is used to derive packet
protection keys.  Details on how and when keys are derived and used are included
in <xref target="packet-protection"/>.</t>

<section anchor="tls-overview" title="TLS Overview">

<t>TLS provides two endpoints with a way to establish a means of communication over
an untrusted medium (that is, the Internet) that ensures that messages they
exchange cannot be observed, modified, or forged.</t>

<t>TLS features can be separated into two basic functions: an authenticated key
exchange and record protection.  QUIC primarily uses the authenticated key
exchange provided by TLS but provides its own packet protection.</t>

<t>The TLS authenticated key exchange occurs between two entities: client and
server.  The client initiates the exchange and the server responds.  If the key
exchange completes successfully, both client and server will agree on a secret.
TLS supports both pre-shared key (PSK) and Diffie-Hellman (DH) key exchanges.
PSK is the basis for 0-RTT; the latter provides perfect forward secrecy (PFS)
when the DH keys are destroyed.</t>

<t>After completing the TLS handshake, the client will have learned and
authenticated an identity for the server and the server is optionally able to
learn and authenticate an identity for the client.  TLS supports X.509
<xref target="RFC5280"/> certificate-based authentication for both server and client.</t>

<t>The TLS key exchange is resistent to tampering by attackers and it produces
shared secrets that cannot be controlled by either participating peer.</t>

</section>
<section anchor="tls-handshake" title="TLS Handshake">

<t>TLS 1.3 provides two basic handshake modes of interest to QUIC:</t>

<t><list style="symbols">
  <t>A full 1-RTT handshake in which the client is able to send application data
after one round trip and the server immediately after receiving the first
handshake message from the client.</t>
  <t>A 0-RTT handshake in which the client uses information it has previously
learned about the server to send application data immediately.  This
application data can be replayed by an attacker so it MUST NOT carry a
self-contained trigger for any non-idempotent action.</t>
</list></t>

<t>A simplified TLS 1.3 handshake with 0-RTT application data is shown in
<xref target="tls-full"/>, see <xref target="I-D.ietf-tls-tls13"/> for more options and details.</t>

<figure title="TLS Handshake with 0-RTT" anchor="tls-full"><artwork><![CDATA[
    Client                                             Server

    ClientHello
   (0-RTT Application Data)  -------->
                                                  ServerHello
                                         {EncryptedExtensions}
                                                    {Finished}
                             <--------      [Application Data]
   (EndOfEarlyData)
   {Finished}                -------->

   [Application Data]        <------->      [Application Data]
]]></artwork></figure>

<t>This 0-RTT handshake is only possible if the client and server have previously
communicated.  In the 1-RTT handshake, the client is unable to send protected
application data until it has received all of the handshake messages sent by the
server.</t>

<t>Two additional variations on this basic handshake exchange are relevant to this
document:</t>

<t><list style="symbols">
  <t>The server can respond to a ClientHello with a HelloRetryRequest, which adds
an additional round trip prior to the basic exchange.  This is needed if the
server wishes to request a different key exchange key from the client.
HelloRetryRequest is also used to verify that the client is correctly able to
receive packets on the address it claims to have (see <xref target="QUIC-TRANSPORT"/>).</t>
  <t>A pre-shared key mode can be used for subsequent handshakes to reduce the
number of public key operations.  This is the basis for 0-RTT data, even if
the remainder of the connection is protected by a new Diffie-Hellman
exchange.</t>
</list></t>

</section>
</section>
<section anchor="tls-usage" title="TLS Usage">

<t>QUIC reserves stream 0 for a TLS connection.  Stream 0 contains a complete TLS
connection, which includes the TLS record layer.  Other than the definition of a
QUIC-specific extension (see <xref target="quic_parameters"/>), TLS is unmodified for this
use.  This means that TLS will apply confidentiality and integrity protection to
its records.  In particular, TLS record protection is what provides
confidentiality protection for the TLS handshake messages sent by the server.</t>

<t>QUIC permits a client to send frames on streams starting from the first packet.
The initial packet from a client contains a stream frame for stream 0 that
contains the first TLS handshake messages from the client.  This allows the TLS
handshake to start with the first packet that a client sends.</t>

<t>QUIC packets are protected using a scheme that is specific to QUIC, see
<xref target="packet-protection"/>.  Keys are exported from the TLS connection when they
become available using a TLS exporter (see Section 7.5 of
<xref target="I-D.ietf-tls-tls13"/> and <xref target="key-expansion"/>).  After keys are exported from
TLS, QUIC manages its own key schedule.</t>

<section anchor="handshake-and-setup-sequence" title="Handshake and Setup Sequence">

<t>The integration of QUIC with a TLS handshake is shown in more detail in
<xref target="quic-tls-handshake"/>.  QUIC <spanx style="verb">STREAM</spanx> frames on stream 0 carry the TLS
handshake.  QUIC performs loss recovery <xref target="QUIC-RECOVERY"/> for this stream and
ensures that TLS handshake messages are delivered in the correct order.</t>

<figure title="QUIC over TLS Handshake" anchor="quic-tls-handshake"><artwork><![CDATA[
    Client                                             Server

@C QUIC STREAM Frame(s) <0>:
     ClientHello
       + QUIC Extension
                            -------->
                        0-RTT Key => @0

@0 QUIC STREAM Frame(s) <any stream>:
   Replayable QUIC Frames
                            -------->

                                      QUIC STREAM Frame <0>: @C
                                               ServerHello
                                  {TLS Handshake Messages}
                            <--------
                        1-RTT Key => @1

                                           QUIC Frames <any> @1
                            <--------
@C QUIC STREAM Frame(s) <0>:
     (EndOfEarlyData)
     {Finished}
                            -------->

@1 QUIC Frames <any>        <------->      QUIC Frames <any> @1
]]></artwork></figure>

<t>In <xref target="quic-tls-handshake"/>, symbols mean:</t>

<t><list style="symbols">
  <t>”&lt;” and “&gt;” enclose stream numbers.</t>
  <t>”@” indicates the keys that are used for protecting the QUIC packet (C =
cleartext, with integrity only; 0 = 0-RTT keys; 1 = 1-RTT keys).</t>
  <t>”(“ and “)” enclose messages that are protected with TLS 0-RTT handshake or
application keys.</t>
  <t>”{“ and “}” enclose messages that are protected by the TLS Handshake keys.</t>
</list></t>

<t>If 0-RTT is not attempted, then the client does not send packets protected by
the 0-RTT key (@0).  In that case, the only key transition on the client is from
cleartext packets (@C) to 1-RTT protection (@1), which happens after it sends
its final set of TLS handshake messages.</t>

<t>Note: the client uses two different types of cleartext packet during the
handshake.  The Client Initial packet carries a TLS ClientHello message; the
remainder of the TLS handshake is carried in Client Cleartext packets.</t>

<t>The server sends TLS handshake messages without protection (@C).  The server
transitions from no protection (@C) to full 1-RTT protection (@1) after it sends
the last of its handshake messages.</t>

<t>Some TLS handshake messages are protected by the TLS handshake record
protection.  These keys are not exported from the TLS connection for use in
QUIC.  QUIC packets from the server are sent in the clear until the final
transition to 1-RTT keys.</t>

<t>The client transitions from cleartext (@C) to 0-RTT keys (@0) when sending 0-RTT
data, and subsequently to to 1-RTT keys (@1) after its second flight of TLS
handshake messages.  This creates the potential for unprotected packets to be
received by a server in close proximity to packets that are protected with 1-RTT
keys.</t>

<t>More information on key transitions is included in <xref target="cleartext-hs"/>.</t>

</section>
<section anchor="interface-to-tls" title="Interface to TLS">

<t>As shown in <xref target="schematic"/>, the interface from QUIC to TLS consists of four
primary functions: Handshake, Source Address Validation, Key Ready Events, and
Secret Export.</t>

<t>Additional functions might be needed to configure TLS.</t>

<section anchor="handshake-interface" title="Handshake Interface">

<t>In order to drive the handshake, TLS depends on being able to send and receive
handshake messages on stream 0.  There are two basic functions on this
interface: one where QUIC requests handshake messages and one where QUIC
provides handshake packets.</t>

<t>Before starting the handshake QUIC provides TLS with the transport parameters
(see <xref target="quic_parameters"/>) that it wishes to carry.</t>

<t>A QUIC client starts TLS by requesting TLS handshake octets from
TLS.  The client acquires handshake octets before sending its first packet.</t>

<t>A QUIC server starts the process by providing TLS with stream 0 octets.</t>

<t>Each time that an endpoint receives data on stream 0, it delivers the octets to
TLS if it is able.  Each time that TLS is provided with new data, new handshake
octets are requested from TLS.  TLS might not provide any octets if the
handshake messages it has received are incomplete or it has no data to send.</t>

<t>Once the TLS handshake is complete, this is indicated to QUIC along with any
final handshake octets that TLS needs to send.  TLS also provides QUIC with the
transport parameters that the peer advertised during the handshake.</t>

<t>Once the handshake is complete, TLS becomes passive.  TLS can still receive data
from its peer and respond in kind, but it will not need to send more data unless
specifically requested - either by an application or QUIC.  One reason to send
data is that the server might wish to provide additional or updated session
tickets to a client.</t>

<t>When the handshake is complete, QUIC only needs to provide TLS with any data
that arrives on stream 0.  In the same way that is done during the handshake,
new data is requested from TLS after providing received data.</t>

<t><list style="hanging">
  <t hangText='Important:'>
  Until the handshake is reported as complete, the connection and key exchange
are not properly authenticated at the server.  Even though 1-RTT keys are
available to a server after receiving the first handshake messages from a
client, the server cannot consider the client to be authenticated until it
receives and validates the client’s Finished message.</t>
  <t>The requirement for the server to wait for the client Finished message creates
a dependency on that message being delivered.  A client can avoid the
potential for head-of-line blocking that this implies by sending a copy of the
STREAM frame that carries the Finished message in multiple packets.  This
enables immediate server processing for those packets.</t>
</list></t>

</section>
<section anchor="source-address-validation" title="Source Address Validation">

<t>During the processing of the TLS ClientHello, TLS requests that the transport
make a decision about whether to request source address validation from the
client.</t>

<t>An initial TLS ClientHello that resumes a session includes an address validation
token in the session ticket; this includes all attempts at 0-RTT.  If the client
does not attempt session resumption, no token will be present.  While processing
the initial ClientHello, TLS provides QUIC with any token that is present. In
response, QUIC provides one of three responses:</t>

<t><list style="symbols">
  <t>proceed with the connection,</t>
  <t>ask for client address validation, or</t>
  <t>abort the connection.</t>
</list></t>

<t>If QUIC requests source address validation, it also provides a new address
validation token.  TLS includes that along with any information it requires in
the cookie extension of a TLS HelloRetryRequest message.  In the other cases,
the connection either proceeds or terminates with a handshake error.</t>

<t>The client echoes the cookie extension in a second ClientHello.  A ClientHello
that contains a valid cookie extension will always be in response to a
HelloRetryRequest.  If address validation was requested by QUIC, then this will
include an address validation token.  TLS makes a second address validation
request of QUIC, including the value extracted from the cookie extension.  In
response to this request, QUIC cannot ask for client address validation, it can
only abort or permit the connection attempt to proceed.</t>

<t>QUIC can provide a new address validation token for use in session resumption at
any time after the handshake is complete.  Each time a new token is provided TLS
generates a NewSessionTicket message, with the token included in the ticket.</t>

<t>See <xref target="client-address-validation"/> for more details on client address validation.</t>

</section>
<section anchor="key-ready-events" title="Key Ready Events">

<t>TLS provides QUIC with signals when 0-RTT and 1-RTT keys are ready for use.
These events are not asynchronous, they always occur immediately after TLS is
provided with new handshake octets, or after TLS produces handshake octets.</t>

<t>When TLS completed its handshake, 1-RTT keys can be provided to QUIC.  On both
client and server, this occurs after sending the TLS Finished message.</t>

<t>This ordering means that there could be frames that carry TLS handshake messages
ready to send at the same time that application data is available.  An
implementation MUST ensure that TLS handshake messages are always sent in
cleartext packets.  Separate packets are required for data that needs protection
from 1-RTT keys.</t>

<t>If 0-RTT is possible, it is ready after the client sends a TLS ClientHello
message or the server receives that message.  After providing a QUIC client with
the first handshake octets, the TLS stack might signal that 0-RTT keys are
ready.  On the server, after receiving handshake octets that contain a
ClientHello message, a TLS server might signal that 0-RTT keys are available.</t>

<t>1-RTT keys are used for packets in both directions.  0-RTT keys are only
used to protect packets sent by the client.</t>

</section>
<section anchor="secret-export" title="Secret Export">

<t>Details how secrets are exported from TLS are included in <xref target="key-expansion"/>.</t>

</section>
<section anchor="tls-interface-summary" title="TLS Interface Summary">

<t><xref target="exchange-summary"/> summarizes the exchange between QUIC and TLS for both
client and server.</t>

<figure title="Interaction Summary between QUIC and TLS" anchor="exchange-summary"><artwork><![CDATA[
Client                                                    Server

Get Handshake
0-RTT Key Ready
                      --- send/receive --->
                                              Handshake Received
                                                 0-RTT Key Ready
                                                   Get Handshake
                                                1-RTT Keys Ready
                     <--- send/receive ---
Handshake Received
Get Handshake
Handshake Complete
1-RTT Keys Ready
                      --- send/receive --->
                                              Handshake Received
                                                   Get Handshake
                                              Handshake Complete
                     <--- send/receive ---
Handshake Received
Get Handshake
]]></artwork></figure>

</section>
</section>
<section anchor="tls-version" title="TLS Version">

<t>This document describes how TLS 1.3 <xref target="I-D.ietf-tls-tls13"/> is used with QUIC.</t>

<t>In practice, the TLS handshake will negotiate a version of TLS to use.  This
could result in a newer version of TLS than 1.3 being negotiated if both
endpoints support that version.  This is acceptable provided that the features
of TLS 1.3 that are used by QUIC are supported by the newer version.</t>

<t>A badly configured TLS implementation could negotiate TLS 1.2 or another older
version of TLS.  An endpoint MUST terminate the connection if a version of TLS
older than 1.3 is negotiated.</t>

</section>
<section anchor="clienthello-size" title="ClientHello Size">

<t>QUIC requires that the initial handshake packet from a client fit within the
payload of a single packet.  The size limits on QUIC packets mean that a record
containing a ClientHello needs to fit within 1197 octets.</t>

<t>A TLS ClientHello can fit within this limit with ample space remaining.
However, there are several variables that could cause this limit to be exceeded.
Implementations are reminded that large session tickets or HelloRetryRequest
cookies, multiple or large key shares, and long lists of supported ciphers,
signature algorithms, versions, QUIC transport parameters, and other negotiable
parameters and extensions could cause this message to grow.</t>

<t>For servers, the size of the session tickets and HelloRetryRequest cookie
extension can have an effect on a client’s ability to connect.  Choosing a small
value increases the probability that these values can be successfully used by a
client.</t>

<t>The TLS implementation does not need to ensure that the ClientHello is
sufficiently large.  QUIC PADDING frames are added to increase the size of the
packet as necessary.</t>

</section>
<section anchor="peer-authentication" title="Peer Authentication">

<t>The requirements for authentication depend on the application protocol that is
in use.  TLS provides server authentication and permits the server to request
client authentication.</t>

<t>A client MUST authenticate the identity of the server.  This typically involves
verification that the identity of the server is included in a certificate and
that the certificate is issued by a trusted entity (see for example
<xref target="RFC2818"/>).</t>

<t>A server MAY request that the client authenticate during the handshake. A server
MAY refuse a connection if the client is unable to authenticate when requested.
The requirements for client authentication vary based on application protocol
and deployment.</t>

<t>A server MUST NOT use post-handshake client authentication (see Section 4.6.2 of
<xref target="I-D.ietf-tls-tls13"/>).</t>

</section>
<section anchor="tls-errors" title="TLS Errors">

<t>Errors in the TLS connection SHOULD be signaled using TLS alerts on stream 0.  A
failure in the handshake MUST be treated as a QUIC connection error of type
TLS_HANDSHAKE_FAILED.  Once the handshake is complete, an error in the TLS
connection that causes a TLS alert to be sent or received MUST be treated as a
QUIC connection error of type TLS_FATAL_ALERT_GENERATED or
TLS_FATAL_ALERT_RECEIVED respectively.</t>

</section>
</section>
<section anchor="packet-protection" title="QUIC Packet Protection">

<t>QUIC packet protection provides authenticated encryption of packets.  This
provides confidentiality and integrity protection for the content of packets
(see <xref target="aead"/>).  Packet protection uses keys that are exported from the TLS
connection (see <xref target="key-expansion"/>).</t>

<t>Different keys are used for QUIC packet protection and TLS record protection.
TLS handshake messages are protected solely with TLS record protection,
but post-handshake messages are redundantly proteted with both
both the QUIC packet protection and the TLS record protection. These messages
are limited in number, and so the additional overhead is small.</t>

<section anchor="new-key" title="Installing New Keys">

<t>As TLS reports the availability of keying material, the packet protection keys
and initialization vectors (IVs) are updated (see <xref target="key-expansion"/>).  The
selection of AEAD function is also updated to match the AEAD negotiated by TLS.</t>

<t>For packets other than any unprotected handshake packets (see <xref target="cleartext-hs"/>),
once a change of keys has been made, packets with higher packet numbers MUST be
sent with the new keying material.  The KEY_PHASE bit on these packets is
inverted each time new keys are installed to signal the use of the new keys to
the recipient (see <xref target="key-phases"/> for details).</t>

<t>An endpoint retransmits stream data in a new packet.  New packets have new
packet numbers and use the latest packet protection keys.  This simplifies key
management when there are key updates (see <xref target="key-update"/>).</t>

</section>
<section anchor="key-expansion" title="QUIC Key Expansion">

<t>QUIC uses a system of packet protection secrets, keys and IVs that are modelled
on the system used in TLS <xref target="I-D.ietf-tls-tls13"/>.  The secrets that QUIC uses
as the basis of its key schedule are obtained using TLS exporters (see Section
7.5 of <xref target="I-D.ietf-tls-tls13"/>).</t>

<t>QUIC uses HKDF with the same hash function negotiated by TLS for
key derivation.  For example, if TLS is using the TLS_AES_128_GCM_SHA256, the
SHA-256 hash function is used.</t>

<section anchor="zero-rtt-secrets" title="0-RTT Secret">

<t>0-RTT keys are those keys that are used in resumed connections prior to the
completion of the TLS handshake.  Data sent using 0-RTT keys might be replayed
and so has some restrictions on its use, see <xref target="using-early-data"/>.  0-RTT keys
are used after sending or receiving a ClientHello.</t>

<t>The secret is exported from TLS using the exporter label “EXPORTER-QUIC 0-RTT
Secret” and an empty context.  The size of the secret MUST be the size of the
hash output for the PRF hash function negotiated by TLS.  This uses the TLS
early_exporter_secret.  The QUIC 0-RTT secret is only used for protection of
packets sent by the client.</t>

<figure><artwork><![CDATA[
   client_0rtt_secret
       = TLS-Exporter("EXPORTER-QUIC 0-RTT Secret"
                      "", Hash.length)
]]></artwork></figure>

</section>
<section anchor="one-rtt-secrets" title="1-RTT Secrets">

<t>1-RTT keys are used by both client and server after the TLS handshake completes.
There are two secrets used at any time: one is used to derive packet protection
keys for packets sent by the client, the other for packet protection keys on
packets sent by the server.</t>

<t>The initial client packet protection secret is exported from TLS using the
exporter label “EXPORTER-QUIC client 1-RTT Secret”; the initial server packet
protection secret uses the exporter label “EXPORTER-QUIC server 1-RTT Secret”.
Both exporters use an empty context.  The size of the secret MUST be the size of
the hash output for the PRF hash function negotiated by TLS.</t>

<figure><artwork><![CDATA[
   client_pp_secret_0
       = TLS-Exporter("EXPORTER-QUIC client 1-RTT Secret"
                      "", Hash.length)
   server_pp_secret_0
       = TLS-Exporter("EXPORTER-QUIC server 1-RTT Secret"
                      "", Hash.length)
]]></artwork></figure>

<t>These secrets are used to derive the initial client and server packet protection
keys.</t>

<t>After a key update (see <xref target="key-update"/>), these secrets are updated using the
HKDF-Expand-Label function defined in Section 7.1 of <xref target="I-D.ietf-tls-tls13"/>.
HKDF-Expand-Label uses the PRF hash function negotiated by TLS.  The
replacement secret is derived using the existing Secret, a Label of “QUIC client
1-RTT Secret” for the client and “QUIC server 1-RTT Secret” for the server, an
empty HashValue, and the same output Length as the hash function selected by TLS
for its PRF.</t>

<figure><artwork><![CDATA[
   client_pp_secret_<N+1>
       = HKDF-Expand-Label(client_pp_secret_<N>,
                           "QUIC client 1-RTT Secret",
                           "", Hash.length)
   server_pp_secret_<N+1>
       = HKDF-Expand-Label(server_pp_secret_<N>,
                           "QUIC server 1-RTT Secret",
                           "", Hash.length)
]]></artwork></figure>

<t>This allows for a succession of new secrets to be created as needed.</t>

<t>HKDF-Expand-Label uses HKDF-Expand <xref target="RFC5869"/> with a specially formatted info
parameter, as shown:</t>

<figure><artwork><![CDATA[
    HKDF-Expand-Label(Secret, Label, HashValue, Length) =
         HKDF-Expand(Secret, HkdfLabel, Length)

    Where HkdfLabel is specified as:

    struct {
        uint16 length = Length;
        opaque label<10..255> = "TLS 1.3, " + Label;
        uint8 hashLength;     // Always 0
    } HkdfLabel;
]]></artwork></figure>

<t>For example, the client packet protection secret uses an info parameter of:</t>

<figure><artwork><![CDATA[
   info = (HashLen / 256) || (HashLen % 256) || 0x21 ||
          "TLS 1.3, QUIC client 1-RTT secret" || 0x00
]]></artwork></figure>

</section>
<section anchor="packet-protection-key-and-iv" title="Packet Protection Key and IV">

<t>The complete key expansion uses an identical process for key expansion as
defined in Section 7.3 of <xref target="I-D.ietf-tls-tls13"/>, using different values for
the input secret.  QUIC uses the AEAD function negotiated by TLS.</t>

<t>The packet protection key and IV used to protect the 0-RTT packets sent by a
client are derived from the QUIC 0-RTT secret. The packet protection keys
and IVs for 1-RTT packets sent by the client and server are derived from
the current generation of client_pp_secret and server_pp_secret respectively.
The length of the output is determined by the requirements of the AEAD function
selected by TLS.  The key length is the AEAD key size.  As defined in Section
5.3 of <xref target="I-D.ietf-tls-tls13"/>, the IV length is the larger of 8 or N_MIN (see
Section 4 of <xref target="RFC5116"/>). For any secret S, the corresponding key and
IV are derived as shown below:</t>

<figure><artwork><![CDATA[
   key = HKDF-Expand-Label(S, "key", "", key_length)
   iv  = HKDF-Expand-Label(S, "iv", "", iv_length)
]]></artwork></figure>

<t>The QUIC record protection initially starts without keying material.  When the
TLS state machine reports that the ClientHello has been sent, the 0-RTT keys can
be generated and installed for writing.  When the TLS state machine reports
completion of the handshake, the 1-RTT keys can be generated and installed for
writing.</t>

</section>
</section>
<section anchor="aead" title="QUIC AEAD Usage">

<t>The Authentication Encryption with Associated Data (AEAD) <xref target="RFC5116"/> function
used for QUIC packet protection is AEAD that is negotiated for use with the TLS
connection.  For example, if TLS is using the TLS_AES_128_GCM_SHA256, the
AEAD_AES_128_GCM function is used.</t>

<t>Regular QUIC packets are protected by an AEAD algorithm <xref target="RFC5116"/>.  Version
negotiation and public reset packets are not protected.</t>

<t>Once TLS has provided a key, the contents of regular QUIC packets immediately
after any TLS messages have been sent are protected by the AEAD selected by TLS.</t>

<t>The key, K, is either the client packet protection key (client_pp_key_n) or the
server packet protection key (server_pp_key_n), derived as defined in
<xref target="key-expansion"/>.</t>

<t>The nonce, N, is formed by combining the packet protection IV (either
client_pp_iv_n or server_pp_iv_n) with the packet number.  The 64 bits of the
reconstructed QUIC packet number in network byte order is left-padded with zeros
to the size of the IV.  The exclusive OR of the padded packet number and the IV
forms the AEAD nonce.</t>

<t>The associated data, A, for the AEAD is the contents of the QUIC header,
starting from the flags octet in the common header.</t>

<t>The input plaintext, P, for the AEAD is the contents of the QUIC frame following
the packet number, as described in <xref target="QUIC-TRANSPORT"/>.</t>

<t>The output ciphertext, C, of the AEAD is transmitted in place of P.</t>

<t>Prior to TLS providing keys, no record protection is performed and the
plaintext, P, is transmitted unmodified.</t>

</section>
<section anchor="packet-number" title="Packet Numbers">

<t>QUIC has a single, contiguous packet number space.  In comparison, TLS
restarts its sequence number each time that record protection keys are
changed.  The sequence number restart in TLS ensures that a compromise of the
current traffic keys does not allow an attacker to truncate the data that is
sent after a key update by sending additional packets under the old key
(causing new packets to be discarded).</t>

<t>QUIC does not assume a reliable transport and is required to handle attacks
where packets are dropped in other ways.  QUIC is therefore not affected by this
form of truncation.</t>

<t>The QUIC packet number is not reset and it is not permitted to go higher than
its maximum value of 2^64-1.  This establishes a hard limit on the number of
packets that can be sent.</t>

<t>Some AEAD functions have limits for how many packets can be encrypted under the
same key and IV (see for example <xref target="AEBounds"/>).  This might be lower than the
packet number limit.  An endpoint MUST initiate a key update (<xref target="key-update"/>)
prior to exceeding any limit set for the AEAD that is in use.</t>

<t>TLS maintains a separate sequence number that is used for record protection on
the connection that is hosted on stream 0.  This sequence number is not visible
to QUIC.</t>

</section>
<section anchor="receiving-protected-packets" title="Receiving Protected Packets">

<t>Once an endpoint successfully receives a packet with a given packet number, it
MUST discard all packets with higher packet numbers if they cannot be
successfully unprotected with either the same key, or - if there is a key update
- the next packet protection key (see <xref target="key-update"/>).  Similarly, a packet that
appears to trigger a key update, but cannot be unprotected successfully MUST be
discarded.</t>

<t>Failure to unprotect a packet does not necessarily indicate the existence of a
protocol error in a peer or an attack.  The truncated packet number encoding
used in QUIC can cause packet numbers to be decoded incorrectly if they are
delayed significantly.</t>

</section>
<section anchor="packet-number-gaps" title="Packet Number Gaps">

<t><xref target="QUIC-TRANSPORT"/>; Section 7.5.1.1 also requires a secret to compute packet
number gaps on connection ID transitions. That secret is computed as:</t>

<figure><artwork><![CDATA[
      packet_number_secret
          = TLS-Exporter("EXPORTER-QUIC Packet Number Secret"
                         "", Hash.length)
]]></artwork></figure>

</section>
</section>
<section anchor="unprotected-packets" title="Unprotected Packets">

<t>QUIC adds an integrity check to all unprotected packets.  Any packet that is not
protected by the negotiated AEAD (see <xref target="packet-protection"/>), includes an
integrity check.  This check does not prevent the packet from being altered, it
exists for added resilience against data corruption and to provided added
assurance that the sender intends to use QUIC.</t>

<t>Unprotected packets all use the long form of the QUIC header and so will include
a version number.  For this version of QUIC, the integrity check uses the 64-bit
FNV-1a hash (see <xref target="fnv1a"/>).  The output of this hash is appended to the payload
of the packet.</t>

<t>The integrity check algorithm MAY change for other versions of the protocol.</t>

<section anchor="integrity-check-processing" title="Integrity Check Processing">

<t>An endpoint sending a packet that has a long header and a type that does not
indicate that the packet will be protected (that is, 0-RTT Encrypted (0x05),
1-RTT Encrypted (key phase 0) (0x06), or 1-RTT Encrypted (key phase 1) (0x07))
first constructs the packet that it sends without the integrity check.</t>

<t>The sender then calculates the integrity check over the entire packet, starting
from the type field.  The output of the hash is appended to the packet.</t>

<t>A receiver that receives an unprotected packet first checks that the version is
correct, then removes the trailing 8 octets.  It calculates the integrity check
over the remainder of the packet.  Unprotected packets that do not contain a
valid integrity check MUST be discarded.</t>

</section>
<section anchor="fnv1a" title="The 64-bit FNV-1a Algorithm">

<t>QUIC uses the 64-bit version of the alternative Fowler/Noll/Vo hash (FNV-1a)
<xref target="FNV"/>.</t>

<t>FNV-1a can be expressed in pseudocode as:</t>

<t><spanx style="verb">
hash := offset basis
for each input octet:
    hash := hash XOR input octet
    hash := hash * prime
</spanx></t>

<t>That is, a 64-bit unsigned integer is initialized with an offset basis.  Then,
for each octet of the input, the exclusive binary OR of the value is taken, then
multiplied by a prime.  Any overflow from multiplication is discarded.</t>

<t>The offset basis for the 64-bit FNV-1a is the decimal value 14695981039346656037
(in hex, 0xcbf29ce484222325).  The prime is 1099511628211 (in hex,
0x100000001b3; or as an expression 2^40 + 2^8 + 0xb3).</t>

<t>Once all octets have been processed in this fashion, the final integer value is
encoded as 8 octets in network byte order.</t>

</section>
</section>
<section anchor="key-phases" title="Key Phases">

<t>As TLS reports the availability of 0-RTT and 1-RTT keys, new keying material can
be exported from TLS and used for QUIC packet protection.  At each transition
during the handshake a new secret is exported from TLS and packet protection
keys are derived from that secret.</t>

<t>Every time that a new set of keys is used for protecting outbound packets, the
KEY_PHASE bit in the public flags is toggled.  0-RTT protected packets use the
QUIC long header, they do not use the KEY_PHASE bit to select the correct keys
(see <xref target="first-keys"/>).</t>

<t>Once the connection is fully enabled, the KEY_PHASE bit allows a recipient to
detect a change in keying material without necessarily needing to receive the
first packet that triggered the change.  An endpoint that notices a changed
KEY_PHASE bit can update keys and decrypt the packet that contains the changed
bit, see <xref target="key-update"/>.</t>

<t>The KEY_PHASE bit is included as the 0x20 bit of the QUIC short header, or is
determined by the packet type from the long header (a type of 0x06 indicates a
key phase of 0, 0x07 indicates key phase 1).</t>

<t>Transitions between keys during the handshake are complicated by the need to
ensure that TLS handshake messages are sent with the correct packet protection.</t>

<section anchor="cleartext-hs" title="Packet Protection for the TLS Handshake">

<t>The initial exchange of packets are sent without protection.  These packets use
a cleartext packet type.</t>

<t>TLS handshake messages MUST NOT be protected using QUIC packet protection.  All
TLS handshake messages up to the TLS Finished message sent by either endpoint
use cleartext packets.</t>

<t>Any TLS handshake messages that are sent after completing the TLS handshake do
not need special packet protection rules.  Packets containing these messages use
the packet protection keys that are current at the time of sending (or
retransmission).</t>

<t>Like the client, a server MUST send retransmissions of its unprotected handshake
messages or acknowledgments for unprotected handshake messages sent by the
client in cleartext packets.</t>

<section anchor="first-keys" title="Initial Key Transitions">

<t>Once the TLS handshake is complete, keying material is exported from TLS and
QUIC packet protection commences.</t>

<t>Packets protected with 1-RTT keys initially have a KEY_PHASE bit set to 0.  This
bit inverts with each subsequent key update (see <xref target="key-update"/>).</t>

<t>If the client sends 0-RTT data, it uses the 0-RTT packet type.  The packet that
contains the TLS EndOfEarlyData and Finished messages are sent in cleartext
packets.</t>

<t>Using distinct packet types during the handshake for handshake messages, 0-RTT
data, and 1-RTT data ensures that the server is able to distinguish between the
different keys used to remove packet protection.  All of these packets can
arrive concurrently at a server.</t>

<t>A server might choose to retain 0-RTT packets that arrive before a TLS
ClientHello.  The server can then use those packets once the ClientHello
arrives.  However, the potential for denial of service from buffering 0-RTT
packets is significant.  These packets cannot be authenticated and so might be
employed by an attacker to exhaust server resources.  Limiting the number of
packets that are saved might be necessary.</t>

<t>The server transitions to using 1-RTT keys after sending its first flight of TLS
handshake messages.  From this point, the server protects all packets with 1-RTT
keys.  Future packets are therefore protected with 1-RTT keys.  Initially, these
are marked with a KEY_PHASE of 0.</t>

</section>
<section anchor="retransmission-and-acknowledgment-of-unprotected-packets" title="Retransmission and Acknowledgment of Unprotected Packets">

<t>TLS handshake messages from both client and server are critical to the key
exchange.  The contents of these messages determines the keys used to protect
later messages.  If these handshake messages are included in packets that are
protected with these keys, they will be indecipherable to the recipient.</t>

<t>Even though newer keys could be available when retransmitting, retransmissions
of these handshake messages MUST be sent in cleartext packets.  An endpoint
MUST generate ACK frames for these messages and send them in cleartext packets.</t>

<t>A HelloRetryRequest handshake message might be used to reject an initial
ClientHello.  A HelloRetryRequest handshake message is sent in a Server
Stateless Retry packet; any second ClientHello that is sent in response uses a
Client Initial packet type.  Neither packet is protected.  This is natural,
because no new keying material will be available when these messages need to be
sent.  Upon receipt of a HelloRetryRequest, a client SHOULD cease any
transmission of 0-RTT data; 0-RTT data will only be discarded by any server that
sends a HelloRetryRequest.</t>

<t>The packet type ensures that protected packets are clearly distinguished from
unprotected packets.  Loss or reordering might cause unprotected packets to
arrive once 1-RTT keys are in use, unprotected packets are easily distinguished
from 1-RTT packets using the packet type.</t>

<t>Once 1-RTT keys are available to an endpoint, it no longer needs the TLS
handshake messages that are carried in unprotected packets.  However, a server
might need to retransmit its TLS handshake messages in response to receiving an
unprotected packet that contains ACK frames.  A server MUST process ACK frames
in unprotected packets until the TLS handshake is reported as complete, or it
receives an ACK frame in a protected packet that acknowledges all of its
handshake messages.</t>

<t>To limit the number of key phases that could be active, an endpoint MUST NOT
initiate a key update while there are any unacknowledged handshake messages, see
<xref target="key-update"/>.</t>

</section>
</section>
<section anchor="key-update" title="Key Update">

<t>Once the TLS handshake is complete, the KEY_PHASE bit allows for refreshes of
keying material by either peer.  Endpoints start using updated keys immediately
without additional signaling; the change in the KEY_PHASE bit indicates that a
new key is in use.</t>

<t>An endpoint MUST NOT initiate more than one key update at a time.  A new key
cannot be used until the endpoint has received and successfully decrypted a
packet with a matching KEY_PHASE.  Note that when 0-RTT is attempted the value
of the KEY_PHASE bit will be different on packets sent by either peer.</t>

<t>A receiving endpoint detects an update when the KEY_PHASE bit doesn’t match what
it is expecting.  It creates a new secret (see <xref target="key-expansion"/>) and the
corresponding read key and IV.  If the packet can be decrypted and authenticated
using these values, then the keys it uses for packet protection are also
updated.  The next packet sent by the endpoint will then use the new keys.</t>

<t>An endpoint doesn’t need to send packets immediately when it detects that its
peer has updated keys.  The next packet that it sends will simply use the new
keys.  If an endpoint detects a second update before it has sent any packets
with updated keys it indicates that its peer has updated keys twice without
awaiting a reciprocal update.  An endpoint MUST treat consecutive key updates as
a fatal error and abort the connection.</t>

<t>An endpoint SHOULD retain old keys for a short period to allow it to decrypt
packets with smaller packet numbers than the packet that triggered the key
update.  This allows an endpoint to consume packets that are reordered around
the transition between keys.  Packets with higher packet numbers always use the
updated keys and MUST NOT be decrypted with old keys.</t>

<t>Keys and their corresponding secrets SHOULD be discarded when an endpoint has
received all packets with sequence numbers lower than the lowest sequence number
used for the new key.  An endpoint might discard keys if it determines that the
length of the delay to affected packets is excessive.</t>

<t>This ensures that once the handshake is complete, packets with the same
KEY_PHASE will have the same packet protection keys, unless there are multiple
key updates in a short time frame succession and significant packet reordering.</t>

<figure title="Key Update" anchor="ex-key-update"><artwork><![CDATA[
   Initiating Peer                    Responding Peer

@M QUIC Frames
               New Keys -> @N
@N QUIC Frames
                      -------->
                                          QUIC Frames @M
                          New Keys -> @N
                                          QUIC Frames @N
                      <--------
]]></artwork></figure>

<t>As shown in <xref target="quic-tls-handshake"/> and <xref target="ex-key-update"/>, there is never a
situation where there are more than two different sets of keying material that
might be received by a peer.  Once both sending and receiving keys have been
updated,</t>

<t>A server cannot initiate a key update until it has received the client’s
Finished message.  Otherwise, packets protected by the updated keys could be
confused for retransmissions of handshake messages.  A client cannot initiate a
key update until all of its handshake messages have been acknowledged by the
server.</t>

<t>A packet that triggers a key update could arrive after successfully processing a
packet with a higher packet number.  This is only possible if there is a key
compromise and an attack, or if the peer is incorrectly reverting to use of old
keys.  Because the latter cannot be differentiated from an attack, an endpoint
MUST immediately terminate the connection if it detects this condition.</t>

</section>
</section>
<section anchor="client-address-validation" title="Client Address Validation">

<t>Two tools are provided by TLS to enable validation of client source addresses at
a server: the cookie in the HelloRetryRequest message, and the ticket in the
NewSessionTicket message.</t>

<section anchor="helloretryrequest-address-validation" title="HelloRetryRequest Address Validation">

<t>The cookie extension in the TLS HelloRetryRequest message allows a server to
perform source address validation during the handshake.</t>

<t>When QUIC requests address validation during the processing of the first
ClientHello, the token it provides is included in the cookie extension of a
HelloRetryRequest.  As long as the cookie cannot be successfully guessed by a
client, the server can be assured that the client received the HelloRetryRequest
if it includes the value in a second ClientHello.</t>

<t>An initial ClientHello never includes a cookie extension.  Thus, if a server
constructs a cookie that contains all the information necessary to reconstruct
state, it can discard local state after sending a HelloRetryRequest.  Presence
of a valid cookie in a ClientHello indicates that the ClientHello is a second
attempt from the client.</t>

<t>An address validation token can be extracted from a second ClientHello and
passed to the transport for further validation.  If that validation fails, the
server MUST fail the TLS handshake and send an illegal_parameter alert.</t>

<t>Combining address validation with the other uses of HelloRetryRequest ensures
that there are fewer ways in which an additional round-trip can be added to the
handshake.  In particular, this makes it possible to combine a request for
address validation with a request for a different client key share.</t>

<t>If TLS needs to send a HelloRetryRequest for other reasons, it needs to ensure
that it can correctly identify the reason that the HelloRetryRequest was
generated.  During the processing of a second ClientHello, TLS does not need to
consult the transport protocol regarding address validation if address
validation was not requested originally.  In such cases, the cookie extension
could either be absent or it could indicate that an address validation token is
not present.</t>

<section anchor="stateless-address-validation" title="Stateless Address Validation">

<t>A server can use the cookie extension to store all state necessary to continue
the connection.  This allows a server to avoid committing state for clients that
have unvalidated source addresses.</t>

<t>For instance, a server could use a statically-configured key to encrypt the
information that it requires and include that information in the cookie.  In
addition to address validation information, a server that uses encryption also
needs to be able recover the hash of the ClientHello and its length, plus any
information it needs in order to reconstruct the HelloRetryRequest.</t>

</section>
<section anchor="sending-helloretryrequest" title="Sending HelloRetryRequest">

<t>A server does not need to maintain state for the connection when sending a
HelloRetryRequest message.  This might be necessary to avoid creating a denial
of service exposure for the server.  However, this means that information about
the transport will be lost at the server.  This includes the stream offset of
stream 0, the packet number that the server selects, and any opportunity to
measure round trip time.</t>

<t>A server MUST send a TLS HelloRetryRequest in a Server Stateless Retry packet.
Using a Server Stateless Retry packet causes the client to reset stream offsets.
It also avoids the need for the server select an initial packet number, which
would need to be remembered so that subsequent packets could be correctly
numbered.</t>

<t>A HelloRetryRequest message MUST NOT be split between multiple Server Stateless
Retry packets.  This means that HelloRetryRequest is subject to the same size
constraints as a ClientHello (see <xref target="clienthello-size"/>).</t>

</section>
</section>
<section anchor="newsessionticket-address-validation" title="NewSessionTicket Address Validation">

<t>The ticket in the TLS NewSessionTicket message allows a server to provide a
client with a similar sort of token.  When a client resumes a TLS connection -
whether or not 0-RTT is attempted - it includes the ticket in the handshake
message.  As with the HelloRetryRequest cookie, the server includes the address
validation token in the ticket.  TLS provides the token it extracts from the
session ticket to the transport when it asks whether source address validation
is needed.</t>

<t>If both a HelloRetryRequest cookie and a session ticket are present in the
ClientHello, only the token from the cookie is passed to the transport.  The
presence of a cookie indicates that this is a second ClientHello - the token
from the session ticket will have been provided to the transport when it
appeared in the first ClientHello.</t>

<t>A server can send a NewSessionTicket message at any time.  This allows it to
update the state - and the address validation token - that is included in the
ticket.  This might be done to refresh the ticket or token, or it might be
generated in response to changes in the state of the connection.  QUIC can
request that a NewSessionTicket be sent by providing a new address validation
token.</t>

<t>A server that intends to support 0-RTT SHOULD provide an address validation
token immediately after completing the TLS handshake.</t>

</section>
<section anchor="validation-token-integrity" title="Address Validation Token Integrity">

<t>TLS MUST provide integrity protection for address validation token unless the
transport guarantees integrity protection by other means.  For a
NewSessionTicket that includes confidential information - such as the resumption
secret - including the token under authenticated encryption ensures that the
token gains both confidentiality and integrity protection without duplicating
the overheads of that protection.</t>

</section>
</section>
<section anchor="pre-hs" title="Pre-handshake QUIC Messages">

<t>Implementations MUST NOT exchange data on any stream other than stream 0 without
packet protection.  QUIC requires the use of several types of frame for managing
loss detection and recovery during this phase.  In addition, it might be useful
to use the data acquired during the exchange of unauthenticated messages for
congestion control.</t>

<t>This section generally only applies to TLS handshake messages from both peers
and acknowledgments of the packets carrying those messages.  In many cases, the
need for servers to provide acknowledgments is minimal, since the messages that
clients send are small and implicitly acknowledged by the server’s responses.</t>

<t>The actions that a peer takes as a result of receiving an unauthenticated packet
needs to be limited.  In particular, state established by these packets cannot
be retained once record protection commences.</t>

<t>There are several approaches possible for dealing with unauthenticated packets
prior to handshake completion:</t>

<t><list style="symbols">
  <t>discard and ignore them</t>
  <t>use them, but reset any state that is established once the handshake completes</t>
  <t>use them and authenticate them afterwards; failing the handshake if they can’t
be authenticated</t>
  <t>save them and use them when they can be properly authenticated</t>
  <t>treat them as a fatal error</t>
</list></t>

<t>Different strategies are appropriate for different types of data.  This document
proposes that all strategies are possible depending on the type of message.</t>

<t><list style="symbols">
  <t>Transport parameters are made usable and authenticated as part of the TLS
handshake (see <xref target="quic_parameters"/>).</t>
  <t>Most unprotected messages are treated as fatal errors when received except for
the small number necessary to permit the handshake to complete (see
<xref target="pre-hs-unprotected"/>).</t>
  <t>Protected packets can either be discarded or saved and later used (see
<xref target="pre-hs-protected"/>).</t>
</list></t>

<section anchor="pre-hs-unprotected" title="Unprotected Packets Prior to Handshake Completion">

<t>This section describes the handling of messages that are sent and received prior
to the completion of the TLS handshake.</t>

<t>Sending and receiving unprotected messages is hazardous.  Unless expressly
permitted, receipt of an unprotected message of any kind MUST be treated as a
fatal error.</t>

<section anchor="stream-frames" title="STREAM Frames">

<t><spanx style="verb">STREAM</spanx> frames for stream 0 are permitted.  These carry the TLS handshake
messages.  Once 1-RTT keys are available, unprotected <spanx style="verb">STREAM</spanx> frames on stream
0 can be ignored.</t>

<t>Receiving unprotected <spanx style="verb">STREAM</spanx> frames for other streams MUST be treated as a
fatal error.</t>

</section>
<section anchor="ack-frames" title="ACK Frames">

<t><spanx style="verb">ACK</spanx> frames are permitted prior to the handshake being complete.  Information
learned from <spanx style="verb">ACK</spanx> frames cannot be entirely relied upon, since an attacker is
able to inject these packets.  Timing and packet retransmission information from
<spanx style="verb">ACK</spanx> frames is critical to the functioning of the protocol, but these frames
might be spoofed or altered.</t>

<t>Endpoints MUST NOT use an unprotected <spanx style="verb">ACK</spanx> frame to acknowledge data that was
protected by 0-RTT or 1-RTT keys.  An endpoint MUST ignore an unprotected <spanx style="verb">ACK</spanx>
frame if it claims to acknowledge data that was sent in a protected packet.
Such an acknowledgement can only serve as a denial of service, since an endpoint
that can read protected data is always able to send protected data.</t>

<t><list style="hanging">
  <t hangText='ISSUE:'>
  What about 0-RTT data?  Should we allow acknowledgment of 0-RTT with
unprotected frames?  If we don’t, then 0-RTT data will be unacknowledged until
the handshake completes.  This isn’t a problem if the handshake completes
without loss, but it could mean that 0-RTT stalls when a handshake packet
disappears for any reason.</t>
</list></t>

<t>An endpoint SHOULD use data from unprotected or 0-RTT-protected <spanx style="verb">ACK</spanx> frames
only during the initial handshake and while they have insufficient information
from 1-RTT-protected <spanx style="verb">ACK</spanx> frames.  Once sufficient information has been
obtained from protected messages, information obtained from less reliable
sources can be discarded.</t>

</section>
<section anchor="updates-to-data-and-stream-limits" title="Updates to Data and Stream Limits">

<t><spanx style="verb">MAX_DATA</spanx>, <spanx style="verb">MAX_STREAM_DATA</spanx>, <spanx style="verb">BLOCKED</spanx>, <spanx style="verb">STREAM_BLOCKED</spanx>, and <spanx style="verb">MAX_STREAM_ID</spanx>
frames MUST NOT be sent unprotected.</t>

<t>Though data is exchanged on stream 0, the initial flow control window on that
stream is sufficiently large to allow the TLS handshake to complete.  This
limits the maximum size of the TLS handshake and would prevent a server or
client from using an abnormally large certificate chain.</t>

<t>Stream 0 is exempt from the connection-level flow control window.</t>

<t>Consequently, there is no need to signal being blocked on flow control.</t>

<t>Similarly, there is no need to increase the number of allowed streams until the
handshake completes.</t>

</section>
<section anchor="denial-of-service-with-unprotected-packets" title="Denial of Service with Unprotected Packets">

<t>Accepting unprotected - specifically unauthenticated - packets presents a denial
of service risk to endpoints.  An attacker that is able to inject unprotected
packets can cause a recipient to drop even protected packets with a matching
sequence number.  The spurious packet shadows the genuine packet, causing the
genuine packet to be ignored as redundant.</t>

<t>Once the TLS handshake is complete, both peers MUST ignore unprotected packets.
From that point onward, unprotected messages can be safely dropped.</t>

<t>Since only TLS handshake packets and acknowledgments are sent in the clear, an
attacker is able to force implementations to rely on retransmission for packets
that are lost or shadowed.  Thus, an attacker that intends to deny service to an
endpoint has to drop or shadow protected packets in order to ensure that their
victim continues to accept unprotected packets.  The ability to shadow packets
means that an attacker does not need to be on path.</t>

<t>In addition to causing valid packets to be dropped, an attacker can generate
packets with an intent of causing the recipient to expend processing resources.
See <xref target="useless"/> for a discussion of these risks.</t>

<t>To avoid receiving TLS packets that contain no useful data, a TLS implementation
MUST reject empty TLS handshake records and any record that is not permitted by
the TLS state machine.  Any TLS application data or alerts that is received
prior to the end of the handshake MUST be treated as a fatal error.</t>

</section>
</section>
<section anchor="using-early-data" title="Use of 0-RTT Keys">

<t>If 0-RTT keys are available, the lack of replay protection means that
restrictions on their use are necessary to avoid replay attacks on the protocol.</t>

<t>A client MUST only use 0-RTT keys to protect data that is idempotent.  A client
MAY wish to apply additional restrictions on what data it sends prior to the
completion of the TLS handshake.  A client otherwise treats 0-RTT keys as
equivalent to 1-RTT keys.</t>

<t>A client that receives an indication that its 0-RTT data has been accepted by a
server can send 0-RTT data until it receives all of the server’s handshake
messages.  A client SHOULD stop sending 0-RTT data if it receives an indication
that 0-RTT data has been rejected.</t>

<t>A server MUST NOT use 0-RTT keys to protect packets.</t>

</section>
<section anchor="pre-hs-protected" title="Receiving Out-of-Order Protected Frames">

<t>Due to reordering and loss, protected packets might be received by an endpoint
before the final TLS handshake messages are received.  A client will be unable
to decrypt 1-RTT packets from the server, whereas a server will be able to
decrypt 1-RTT packets from the client.</t>

<t>Packets protected with 1-RTT keys MAY be stored and later decrypted and used
once the handshake is complete.  A server MUST NOT use 1-RTT protected packets
before verifying either the client Finished message or - in the case that the
server has chosen to use a pre-shared key - the pre-shared key binder (see
Section 4.2.8 of <xref target="I-D.ietf-tls-tls13"/>).  Verifying these values provides the
server with an assurance that the ClientHello has not been modified.</t>

<t>A server could receive packets protected with 0-RTT keys prior to receiving a
TLS ClientHello.  The server MAY retain these packets for later decryption in
anticipation of receiving a ClientHello.</t>

<t>Receiving and verifying the TLS Finished message is critical in ensuring the
integrity of the TLS handshake.  A server MUST NOT use protected packets from
the client prior to verifying the client Finished message if its response
depends on client authentication.</t>

</section>
</section>
<section anchor="quic-specific-additions-to-the-tls-handshake" title="QUIC-Specific Additions to the TLS Handshake">

<t>QUIC uses the TLS handshake for more than just negotiation of cryptographic
parameters.  The TLS handshake validates protocol version selection, provides
preliminary values for QUIC transport parameters, and allows a server to perform
return routeability checks on clients.</t>

<section anchor="version-negotiation" title="Protocol and Version Negotiation">

<t>The QUIC version negotiation mechanism is used to negotiate the version of QUIC
that is used prior to the completion of the handshake.  However, this packet is
not authenticated, enabling an active attacker to force a version downgrade.</t>

<t>To ensure that a QUIC version downgrade is not forced by an attacker, version
information is copied into the TLS handshake, which provides integrity
protection for the QUIC negotiation.  This does not prevent version downgrade
prior to the completion of the handshake, though it means that a downgrade
causes a handshake failure.</t>

<t>TLS uses Application Layer Protocol Negotiation (ALPN) <xref target="RFC7301"/> to select an
application protocol.  The application-layer protocol MAY restrict the QUIC
versions that it can operate over.  Servers MUST select an application protocol
compatible with the QUIC version that the client has selected.</t>

<t>If the server cannot select a compatible combination of application protocol and
QUIC version, it MUST abort the connection. A client MUST abort a connection if
the server picks an incompatible combination of QUIC version and ALPN
identifier.</t>

</section>
<section anchor="quic_parameters" title="QUIC Transport Parameters Extension">

<t>QUIC transport parameters are carried in a TLS extension. Different versions of
QUIC might define a different format for this struct.</t>

<t>Including transport parameters in the TLS handshake provides integrity
protection for these values.</t>

<figure><artwork><![CDATA[
   enum {
      quic_transport_parameters(26), (65535)
   } ExtensionType;
]]></artwork></figure>

<t>The <spanx style="verb">extension_data</spanx> field of the quic_transport_parameters extension contains a
value that is defined by the version of QUIC that is in use.  The
quic_transport_parameters extension carries a TransportParameters when the
version of QUIC defined in <xref target="QUIC-TRANSPORT"/> is used.</t>

<t>The quic_transport_parameters extension is carried in the ClientHello and the
EncryptedExtensions messages during the handshake.  The extension MAY be
included in a NewSessionTicket message.</t>

</section>
<section anchor="priming-0-rtt" title="Priming 0-RTT">

<t>QUIC uses TLS without modification.  Therefore, it is possible to use a
pre-shared key that was established in a TLS handshake over TCP to enable 0-RTT
in QUIC.  Similarly, QUIC can provide a pre-shared key that can be used to
enable 0-RTT in TCP.</t>

<t>All the restrictions on the use of 0-RTT apply, with the exception of the ALPN
label, which MUST only change to a label that is explicitly designated as being
compatible.  The client indicates which ALPN label it has chosen by placing that
ALPN label first in the ALPN extension.</t>

<t>The certificate that the server uses MUST be considered valid for both
connections, which will use different protocol stacks and could use different
port numbers.  For instance, HTTP/1.1 and HTTP/2 operate over TLS and TCP,
whereas QUIC operates over UDP.</t>

<t>Source address validation is not completely portable between different protocol
stacks.  Even if the source IP address remains constant, the port number is
likely to be different.  Packet reflection attacks are still possible in this
situation, though the set of hosts that can initiate these attacks is greatly
reduced.  A server might choose to avoid source address validation for such a
connection, or allow an increase to the amount of data that it sends toward the
client without source validation.</t>

</section>
</section>
<section anchor="security-considerations" title="Security Considerations">

<t>There are likely to be some real clangers here eventually, but the current set
of issues is well captured in the relevant sections of the main text.</t>

<t>Never assume that because it isn’t in the security considerations section it
doesn’t affect security.  Most of this document does.</t>

<section anchor="reflection" title="Packet Reflection Attack Mitigation">

<t>A small ClientHello that results in a large block of handshake messages from a
server can be used in packet reflection attacks to amplify the traffic generated
by an attacker.</t>

<t>Certificate caching <xref target="RFC7924"/> can reduce the size of the server’s handshake
messages significantly.</t>

<t>QUIC requires that the packet containing a ClientHello be padded to a minimum
size.  A server is less likely to generate a packet reflection attack if the
data it sends is a small multiple of this size.  A server SHOULD use a
HelloRetryRequest if the size of the handshake messages it sends is likely to
significantly exceed the size of the packet containing the ClientHello.</t>

</section>
<section anchor="useless" title="Peer Denial of Service">

<t>QUIC, TLS and HTTP/2 all contain a messages that have legitimate uses in some
contexts, but that can be abused to cause a peer to expend processing resources
without having any observable impact on the state of the connection.  If
processing is disproportionately large in comparison to the observable effects
on bandwidth or state, then this could allow a malicious peer to exhaust
processing capacity without consequence.</t>

<t>QUIC prohibits the sending of empty <spanx style="verb">STREAM</spanx> frames unless they are marked with
the FIN bit.  This prevents <spanx style="verb">STREAM</spanx> frames from being sent that only waste
effort.</t>

<t>TLS records SHOULD always contain at least one octet of a handshake messages or
alert.  Records containing only padding are permitted during the handshake, but
an excessive number might be used to generate unnecessary work.  Once the TLS
handshake is complete, endpoints SHOULD NOT send TLS application data records
unless it is to hide the length of QUIC records.  QUIC packet protection does
not include any allowance for padding; padded TLS application data records can
be used to mask the length of QUIC frames.</t>

<t>While there are legitimate uses for some redundant packets, implementations
SHOULD track redundant packets and treat excessive volumes of any non-productive
packets as indicative of an attack.</t>

</section>
</section>
<section anchor="errors" title="Error codes">

<t>The portion of the QUIC error code space allocated for the crypto handshake is
0xC0000000-0xFFFFFFFF. The following error codes are defined when TLS is used
for the crypto handshake:</t>

<t><list style="hanging">
  <t hangText='TLS_HANDSHAKE_FAILED (0xC000001C):'>
  The TLS handshake failed.</t>
  <t hangText='TLS_FATAL_ALERT_GENERATED (0xC000001D):'>
  A TLS fatal alert was sent, causing the TLS connection to end prematurely.</t>
  <t hangText='TLS_FATAL_ALERT_RECEIVED (0xC000001E):'>
  A TLS fatal alert was received, causing the TLS connection to end prematurely.</t>
</list></t>

</section>
<section anchor="iana-considerations" title="IANA Considerations">

<t>This document does not create any new IANA registries, but it does utilize the
following registries:</t>

<t><list style="symbols">
  <t>QUIC Transport Parameter Registry - IANA is to register the three values found
in <xref target="errors"/>.</t>
  <t>TLS ExtensionsType Registry - IANA is to register the
quic_transport_parameters extension found in <xref target="quic_parameters"/>.  Assigning
26 to the extension would be greatly appreciated.  The Recommended column is
to be marked Yes.</t>
  <t>TLS Exporter Label Registry - IANA is requested to register
“EXPORTER-QUIC 0-RTT Secret” from <xref target="zero-rtt-secrets"/>;
“EXPORTER-QUIC client 1-RTT Secret” and “EXPORTER-QUIC server 1-RTT Secret”
from <xref target="one-rtt-secrets"/>; “EXPORTER-QUIC Packet Number Secret”
<xref target="packet-number-gaps"/>.  The DTLS column is to be marked No.  The Recommended
column is to be marked Yes.</t>
</list></t>

</section>


  </middle>

  <back>

    <references title='Normative References'>

<reference anchor="QUIC-TRANSPORT" >
  <front>
    <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
    <author initials="J." surname="Iyengar" fullname="Jana Iyengar" role="editor">
      <organization>Google</organization>
    </author>
    <author initials="M." surname="Thomson" fullname="Martin Thomson" role="editor">
      <organization>Mozilla</organization>
    </author>
    <date year="2017" month="June"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-quic-transport"/>
</reference>




<reference anchor="I-D.ietf-tls-tls13">
<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.3</title>

<author initials='E' surname='Rescorla' fullname='Eric Rescorla'>
    <organization />
</author>

<date month='April' day='28' year='2017' />

<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></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-tls-tls13-20' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-tls-tls13-20.txt' />
</reference>



<reference  anchor="RFC2119" target='http://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference  anchor="RFC5869" target='http://www.rfc-editor.org/info/rfc5869'>
<front>
<title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
<author initials='H.' surname='Krawczyk' fullname='H. Krawczyk'><organization /></author>
<author initials='P.' surname='Eronen' fullname='P. Eronen'><organization /></author>
<date year='2010' month='May' />
<abstract><t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications.  The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='5869'/>
<seriesInfo name='DOI' value='10.17487/RFC5869'/>
</reference>



<reference  anchor="RFC5116" target='http://www.rfc-editor.org/info/rfc5116'>
<front>
<title>An Interface and Algorithms for Authenticated Encryption</title>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<date year='2008' month='January' />
<abstract><t>This document defines algorithms for Authenticated Encryption with Associated Data (AEAD), and defines a uniform interface and a registry for such algorithms.  The interface and registry can be used as an application-independent set of cryptoalgorithm suites.  This approach provides advantages in efficiency and security, and promotes the reuse of crypto implementations.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5116'/>
<seriesInfo name='DOI' value='10.17487/RFC5116'/>
</reference>



<reference  anchor="RFC7301" target='http://www.rfc-editor.org/info/rfc7301'>
<front>
<title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
<author initials='S.' surname='Friedl' fullname='S. Friedl'><organization /></author>
<author initials='A.' surname='Popov' fullname='A. Popov'><organization /></author>
<author initials='A.' surname='Langley' fullname='A. Langley'><organization /></author>
<author initials='E.' surname='Stephan' fullname='E. Stephan'><organization /></author>
<date year='2014' month='July' />
<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>
<seriesInfo name='RFC' value='7301'/>
<seriesInfo name='DOI' value='10.17487/RFC7301'/>
</reference>




    </references>

    <references title='Informative References'>

<reference anchor="AEBounds" target="http://www.isg.rhul.ac.uk/~kp/TLS-AEbounds.pdf">
  <front>
    <title>Limits on Authenticated Encryption Use in TLS</title>
    <author initials="A." surname="Luykx">
      <organization></organization>
    </author>
    <author initials="K." surname="Paterson">
      <organization></organization>
    </author>
    <date year="2016" month="March" day="08"/>
  </front>
</reference>
<reference anchor="QUIC-HTTP" >
  <front>
    <title>Hypertext Transfer Protocol (HTTP) over QUIC</title>
    <author initials="M." surname="Bishop" fullname="Mike Bishop" role="editor">
      <organization>Microsoft</organization>
    </author>
    <date year="2017" month="June"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-quic-http"/>
</reference>
<reference anchor="QUIC-RECOVERY" >
  <front>
    <title>QUIC Loss Detection and Congestion Control</title>
    <author initials="J." surname="Iyengar" fullname="Jana Iyengar" role="editor">
      <organization>Google</organization>
    </author>
    <author initials="I." surname="Swett" fullname="Ian Swett" role="editor">
      <organization>Google</organization>
    </author>
    <date year="2017" month="June"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-quic-recovery"/>
</reference>




<reference  anchor="RFC5280" target='http://www.rfc-editor.org/info/rfc5280'>
<front>
<title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
<author initials='D.' surname='Cooper' fullname='D. Cooper'><organization /></author>
<author initials='S.' surname='Santesson' fullname='S. Santesson'><organization /></author>
<author initials='S.' surname='Farrell' fullname='S. Farrell'><organization /></author>
<author initials='S.' surname='Boeyen' fullname='S. Boeyen'><organization /></author>
<author initials='R.' surname='Housley' fullname='R. Housley'><organization /></author>
<author initials='W.' surname='Polk' fullname='W. Polk'><organization /></author>
<date year='2008' month='May' />
<abstract><t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5280'/>
<seriesInfo name='DOI' value='10.17487/RFC5280'/>
</reference>



<reference  anchor="RFC2818" target='http://www.rfc-editor.org/info/rfc2818'>
<front>
<title>HTTP Over TLS</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2000' month='May' />
<abstract><t>This memo describes how to use Transport Layer Security (TLS) to secure Hypertext Transfer Protocol (HTTP) connections over the Internet.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='2818'/>
<seriesInfo name='DOI' value='10.17487/RFC2818'/>
</reference>



<reference anchor="FNV">
<front>
<title>The FNV Non-Cryptographic Hash Algorithm</title>

<author initials='G' surname='Fowler' fullname='Glenn Fowler'>
    <organization />
</author>

<author initials='L' surname='Noll' fullname='Landon Noll'>
    <organization />
</author>

<author initials='K' surname='Vo' fullname='Kiem-Phong Vo'>
    <organization />
</author>

<author initials='D' surname='Eastlake' fullname='Donald Eastlake'>
    <organization />
</author>

<author initials='T' surname='Hansen' fullname='Tony Hansen'>
    <organization />
</author>

<date month='June' day='8' year='2017' />

<abstract><t>FNV (Fowler/Noll/Vo) is a fast, non-cryptographic hash algorithm with good dispersion. The purpose of this document is to make information on FNV and open source code performing FNV conveniently available to the Internet community.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-eastlake-fnv-13' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-eastlake-fnv-13.txt' />
</reference>



<reference  anchor="RFC7924" target='http://www.rfc-editor.org/info/rfc7924'>
<front>
<title>Transport Layer Security (TLS) Cached Information Extension</title>
<author initials='S.' surname='Santesson' fullname='S. Santesson'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2016' month='July' />
<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>
<seriesInfo name='RFC' value='7924'/>
<seriesInfo name='DOI' value='10.17487/RFC7924'/>
</reference>




    </references>


<section anchor="contributors" title="Contributors">

<t>Ryan Hamilton was originally an author of this specification.</t>

</section>
<section anchor="acknowledgments" title="Acknowledgments">

<t>This document has benefited from input from Dragana Damjanovic, Christian
Huitema, Jana Iyengar, Adam Langley, Roberto Peon, Eric Rescorla, Ian Swett, and
many others.</t>

</section>
<section anchor="change-log" title="Change Log">

<t><list style='empty'>
  <t><spanx style="strong">RFC Editor’s Note:</spanx> Please remove this section prior to publication of a
final version of this document.</t>
</list></t>

<t>Issue and pull request numbers are listed with a leading octothorp.</t>

<section anchor="since-draft-ietf-quic-tls-02" title="Since draft-ietf-quic-tls-02">

<t><list style="symbols">
  <t>Updates to match changes in transport draft</t>
</list></t>

</section>
<section anchor="since-draft-ietf-quic-tls-01" title="Since draft-ietf-quic-tls-01">

<t><list style="symbols">
  <t>Use TLS alerts to signal TLS errors (#272, #374)</t>
  <t>Require ClientHello to fit in a single packet (#338)</t>
  <t>The second client handshake flight is now sent in the clear (#262, #337)</t>
  <t>The QUIC header is included as AEAD Associated Data (#226, #243, #302)</t>
  <t>Add interface necessary for client address validation (#275)</t>
  <t>Define peer authentication (#140)</t>
  <t>Require at least TLS 1.3 (#138)</t>
  <t>Define transport parameters as a TLS extension (#122)</t>
  <t>Define handling for protected packets before the handshake completes (#39)</t>
  <t>Decouple QUIC version and ALPN (#12)</t>
</list></t>

</section>
<section anchor="since-draft-ietf-quic-tls-00" title="Since draft-ietf-quic-tls-00">

<t><list style="symbols">
  <t>Changed bit used to signal key phase</t>
  <t>Updated key phase markings during the handshake</t>
  <t>Added TLS interface requirements section</t>
  <t>Moved to use of TLS exporters for key derivation</t>
  <t>Moved TLS error code definitions into this document</t>
</list></t>

</section>
<section anchor="since-draft-thomson-quic-tls-01" title="Since draft-thomson-quic-tls-01">

<t><list style="symbols">
  <t>Adopted as base for draft-ietf-quic-tls</t>
  <t>Updated authors/editors list</t>
  <t>Added status note</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIAJLqP1kAA819a3PbRpbo9/4VuHbdiuUhZUmOHUdOPOZYcqyNH7qSnJmp
rV0HIkEJYxDgAqBkxvH89nue3acBUFZm98OqKrFEAv04ffq8H+Px2LV5W2T7
yfsmLy+Sszotm2VVt8nrdJ3VyWk2XdV5u07unb0+3Uraij/Jkv/3/uiFS8/P
6+xqn/5Iqit4Hp5ys2papgsYclan83acZ+18/F+rfDpui2ZcpG3WtG4G/+wn
ezu73413Hrsp/HVR1ev9pGlnLl/W+0lbr5p2b2fn+509l9ZZuh+W5q6r+uNF
Xa2WPLNzTZuWsw9pUZUw6Dpr3DLfT/69raajpIEX6mzewG/rBf8C61ukyyVs
9z+cS1ftZVXvuyQZw39JkpfNfvJmOzm7rBZNVdJnvJs3ad3mZfRFVV/A59Vv
eVGk9EG2SPNiP1nQo9stP/r8Aj/dnlYLeqauENzZLG+rOp72FKZd1WVWm1lP
s7S0n9KUTfmwntkJG3jqOX06PI0rq3qRtvlVtu/gW4Ta+Oxk8vb0+N3J2T49
L2hwB7/bTybJ+4Pj8V/SJpslb1ZFmy+L7BP8DnBWDPDncYfej08UP2myOs8A
q+YVz5AkR2WbwU7a8QFixgCC+CPGp8PR4M9Y/hVY/dt2crTOyou09p8zwP4t
LdPeVwS1n6rqosj8Z51zGJijgwY3osIgOvTPAaFhT2Jy+JdqVc6a+Axe54u8
bZKqTCYAg6xsc7whs+SwnNbrZZvDF++bLMElvD69MwQs3sBkO3m9Wn/8FH/6
83ZyDMPVunR/co/HOw/HO094KWl9kcER3bls2+X+gwfX19fbeXOxXV+uiu10
ur36+OCfH5cPYP7x5PCc9rC9nM3vePR6dXZ2HO/q1XqZ1W32qWXUmQO5OK4r
uKVVkdzDx7eYhuDr/3M4hev/OjrBUf8lby6rZfek849Z9xs+5nxaV001bzcc
tEDh5PDFu18OT/7ev2PJ66ppkoOszaZ0oHizXlTlBVBH/BN+bWHE/zk41NkU
obv+33G1jraT0+usbTszHAGxiz//6vDOjcfjJD1vgHhMW+fOLvMGSfxqAfcm
mWXNtM7Psya5rK6/xt3gxRUSPOByDdE4hwe1zTOUVZt9eIv/a6sPJ1k6gwvk
3EHeTFdNgydWzZOW5kbAw/35CJMui3Sa4T2GW8xcEnkXMlriXwlSb/yryIEn
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
cemJYKYVf2UmlW5wm3DimBTANjSqq6nnqvB2JLeyrfSJLxI6ZGDkVBH0ph5T
yPStAu+HytqMhuLC1V8yUElCW91udhsgSrRiOfIiqBtK3pJ47ZvC1lJfbL4X
dzfgD/UyLhaPpZYjpgiMzNX6wHqr5pr2AED5z6nZlxBB9kjEMfJi9hQfARtE
EWGri4uCjGA7tta5IagiSjG5M2xdCgUJqVWBK56UitwU6i3Wbifk2FVZCNkK
JmI0HCbtc6biBlesynGdQS7135lJwktSE6TfVg5dsaTZaZ/Qsoc3yr2trleK
vYKyILmsAUKg305IFNOMTdu+oZoVkrhCToXVAxq/kFnncJC0ix3Fh8EDGUEB
pSd3RA2UdDgYRAOZrYIttKuDCSZ3UkKmdj7t7XAmhZGSm0s0+Olho17buL5v
W5dG0ojKJlb6uyeiH95mkMFM74vUBckLv0VyuPOdecAKZrgVU/Fcq0GwmXXw
ptYSqyGZZF5pIlnI3bJUUpyQohg81GXZDUaP2O5doSwGVhUwmTRxsGxoyjwP
Oo1dStziwHcCMBfWpf0mD3gIYlcb2KtP6YykbjYebyaaRbFpvNVSBc6hslo+
eEMMTXpb0PjRWzmFYZabymklPtHAGM1v6qEMFMv5zHCJDhswWdWrgvoBHKsV
NpRVaKMkNYL3sIsvToRQD4EWJkU6j1UFRIu6V9XOJwoRA0ecf51/zIzncxTK
7NKJUQmx+C2fzjKY0eVCdXqQGKYfSxRKZxchXXg4D2ywS6bv/z14ZBROpX1D
kO3b6wtSdCD8tysA3iXcm5jvpgRTdPihRQLXpoc61HdBOK2P/+DqBx0a2rBx
S63FjjnsVaaRIixMmH6RX4kf5hJpxsPNqqXtCJmbOHUbd8UXO7FBVP1Ge5RK
HfVjIh7TvZeG0NhTdeFU30sQGgYDTyPasoEMk0ujh0ejXjuPXb/V2NfGJiBN
+tc0eF7AxQrriPum9Zdo5I1yajVmjbXRTTRMuJ4hoShMcjVwvPdycbH4Yevv
n82HZ4fKFIteZDwdqZ1xdJwpMa4dCSir21Z7izrVkFRAyjQLV6Z2clLphbGV
8aR+OQxiC7B0SkfPshJ/JcJTX+Xa2+N8hYALfVZCJqU1Hvd4TbC/d/vOk2lN
PU0Yxl1UA721yT10ma6w6rIW8uNqu7iN1+grUpTa4GAjhE1RojbdQELNDQNO
2zCFrIg4sk3YiRK7QpeIWzSNecmCDxU3zDtVzAXbmr6vxrR5gSFWVEbGMvzg
F91Ip8hBLpRKchAoU22R1h+9um1oF4pZSptPIrZBRzaJGAI+PWja3sCJGZE2
pDohA8SYMYyMFckAPdRRG+JeZIVls170NE3TOjGpDq1JtT2YIx1mg3hni4h0
0cp1oN76fkui+qiVEo1THKqh5InNVqKIsGbnq+hzzSyOs9PaoaGQvpT08HEW
gIqjLoN31Q27UptWj4hHDoYgcdHzGumXTF78rJVuRHJtOm1mSOKAzxeb+P5k
oKxQb53hsgYS/Q9S1XzoZYcu3m7Y3Fc1BbSXMounGA+JPS4I49W18lTDVjsF
qb3LRcfx9ZU5wlvLPnY6ogkTfqtFtPlT25rZNtrGklFpMcJOr+TcK6tBm4Yi
WAc9OqeiJY4kfR7tokuqpQya67LlumIDrcN9PTKpnjKlSkbYQSUiC94Ig6z5
qfmdV0eZnNaEyhR+7YkuiiJayrVflDuKOyc1MWL+A86dWhQEmNYIARrlPexQ
e409XSkyINTxZZZN0B/u6aUCALHaTl4nRymMBt+kqiBpk3cXaKviBlWtEx8o
Stq7gTnjZhvhBpNkCAiEOjcVE6Mqb5fd7sh9fcn03hsGm5ciVOZx0hoo0yur
ZIq45Qau0CnNbrKly4Hj6tg4Aj0iEmBVH02vCI+44Z2YfnU99WK4iwqliDnr
EPGTiHN/cNVBnZLmDKyIDYkMgPeV1rqzsk0weUQF8pAGUO7BKAokUaXdDYfk
XFPnhtZnEHOZD7PKIQ1P21l3zEhOKpO/56G53oN8f9sGThtsdhyzMwckuaT+
lK5LBoOdAIMqsNp7qH1JMXp8jTTfkvU3E6CsNhMTMscFP+Ctp8aMpjbSruE0
9GrFQ3ZCqaNopV6QFJpS/KlQDXgKs8I0bXNCpE+04pRQFuBMUEuTzQz6+ini
RltlJ+JFLIf4lcZ0iSBIJWIQVn6LyLMq9cCaSvKoa2lr1eBgUedzDCFlU0H5
qoI01bH00AkG5yOuxe+KrbXsgFQMzoaOBB3I5TetVLy5RhaTqzWeTeLiYZQ2
jpHRfkPJHR/zGueuYEVvE2EXuqsIYMUpZ0COzm6rCzlP5H1xQ9OrlpFVVPvh
bHuu2N5UThBcRGUbamVzoTw46ViM/hgK2nQQVsEZNQgbiPTn48jDQYkfvHEU
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

-->

</rfc>

