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

<!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-03" 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="May"/>

    <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"/> as well as
“EXPORTER-QUIC client 1-RTT Secret” and
“EXPORTER-QUIC server 1-RTT Secret” from <xref target="one-rtt-secrets"/>.  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="May"/>
  </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="May"/>
  </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="May"/>
  </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='December' day='13' year='2016' />

<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-12' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-eastlake-fnv-12.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:
H4sIAEttIlkAA81963fbRpLv9/4rcO1zTywPKUty7Dhy4jHHkmNt/NCV5MzM
2bPrQCQoYQwCXACUzDiev/3Ws7saAGVldj+szkkskUA/q6vr8auq8Xjs2rwt
sv3kfZOXF8lZnZbNsqrb5HW6zurkNJuu6rxdJ/fOXp9uJW3Fn2TJ/3t/9MKl
5+d1drVPfyTVFTwPT7lZNS3TBTQ5q9N5O86zdj7+r1U+HbdFMy7SNmtaN4N/
9pO9nd3vxjuP3BT+uqjq9X7StDOXL+v9pK1XTbu3s/P9zp5L6yzdD0Nz11X9
8aKuVkvu2bmmTcvZh7SoSmh0nTVume8n/95W01HSwAt1Nm/gt/WCf4HxLdLl
Eqb7H86lq/ayqvddkozhvyTJy2Y/ebOdnF1Wi6Yq6TOezZu0bvMy+qKqL+Dz
6re8KFL6IFukebGfLOjR7ZYffX6Bn25PqwU9U1e43Nksb6s67vYUul3VZVab
Xk+ztLSfUpdN+bCe2Q4beOo5fTrcjSurepG2+VW27+BbXLXx2cnk7enxu5Oz
fXpeyOAOfrefTJL3B8fjv6RNNkverIo2XxbZJ/gd1lkpwO/HHXo/3lH8pMnq
PAOqmlfcQ5IclW0GM2nHB0gZAwTitxifDluDP2P5V9bq37aTo3VWXqS1/5wX
7N/SMu19Rav2U1VdFJn/rLMPA310yOBGUhgkh/4+4GrYnZgc/qValbMm3oPX
+SJvm6QqkwmsQVa2OZ6QWXJYTuv1ss3hi/dNluAQXp/eGVosnsBkO3m9Wn/8
FH/683ZyDM3VOnS/c4/HOw/HO094KGl9kcEW3bls2+X+gwfX19fbeXOxXV+u
iu10ur36+OCfH5cPoP/x5PCc5rC9nM3vePJ6dXZ2HM/q1XqZ1W32qWXSmQO7
OK4rOKVVkdzDx7eYh+Dr/3M0heP/OjnBVv8lby6rZXen849Z9xve5nxaV001
bzdstKzCyeGLd78cnvy9f8aS11XTJAdZm01pQ/FkvajKC+CO+Cf82kKL/3Pr
UGdTXN31/46jdbSdnF5nbdvp4QiYXfz5V5t3bjweJ+l5A8xj2jp3dpk3yOJX
Czg3ySxrpnV+njXJZXX9tdsNXlwhw4NbriEe53CjtrmHsmqzD2/xf2314SRL
Z3CAnDvIm+mqaXDHqnnSUt+48HB+PkKnyyKdZniO4RTzLYl3F160dH8lyL3x
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
3a5I0snc/wfQI7rVAgsBAA==

-->

</rfc>

