<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.13 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-quic-version-negotiation-09" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.0 -->
  <front>
    <title abbrev="QUIC Compatible VN">Compatible Version Negotiation for QUIC</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-quic-version-negotiation-09"/>
    <author initials="D." surname="Schinazi" fullname="David Schinazi">
      <organization>Google LLC</organization>
      <address>
        <postal>
          <street>1600 Amphitheatre Parkway</street>
          <city>Mountain View</city>
          <region>CA</region>
          <code>94043</code>
          <country>United States of America</country>
        </postal>
        <email>dschinazi.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="E." surname="Rescorla" fullname="Eric Rescorla">
      <organization>Mozilla</organization>
      <address>
        <email>ekr@rtfm.com</email>
      </address>
    </author>
    <date year="2022" month="July" day="11"/>
    <area>Transport</area>
    <workgroup>QUIC</workgroup>
    <keyword>quic</keyword>
    <keyword>version</keyword>
    <keyword>negotiation</keyword>
    <keyword>compatible</keyword>
    <keyword>incompatible</keyword>
    <keyword>not quite tls</keyword>
    <keyword>tls-ng</keyword>
    <abstract>
      <t>QUIC does not provide a complete version negotiation mechanism but instead only
provides a way for the server to indicate that the version the client chose is
unacceptable. This document describes a version negotiation mechanism that
allows a client and server to select a mutually supported version. Optionally,
if the client's chosen version and the negotiated version share a compatible
first flight format, the negotiation can take place without incurring an extra
round trip.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://quicwg.github.io/version-negotiation/draft-ietf-quic-version-negotiation.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-quic-version-negotiation/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        QUIC Working Group mailing list (<eref target="mailto:quic@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/quic/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/quicwg/version-negotiation"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The version-invariant properties of QUIC <xref target="QUIC-INVARIANTS"/> define a
Version Negotiation packet but do not specify how an endpoint reacts when it
receives one. QUIC version 1 <xref target="QUIC"/> allows the server to use a
Version Negotiation packet to indicate that the version the client chose is
unacceptable, but doesn't allow the client to safely make use of that
information to create a new connection with a mutually supported version.</t>
      <t>With proper safety mechanisms in place, the Version Negotiation packet can be
part of a mechanism to allow two QUIC implementations to negotiate between two
totally disjoint versions of QUIC. This document specifies version negotiation
using Version Negotiation packets, which adds an extra round trip to connection
establishment if needed.</t>
      <t>It is beneficial to avoid additional round trips whenever possible, especially
given that most incremental versions are broadly similar to the the previous
version. This specification also defines a simple version negotiation mechanism
which leverages similarities between versions and can negotiate between the set
of "compatible" versions without additional round trips.</t>
      <section anchor="conventions">
        <name>Conventions</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
      <section anchor="definitions">
        <name>Definitions</name>
        <t>The document uses the following terms:</t>
        <ul spacing="normal">
          <li>In the context of a given QUIC connection, the "first flight" of packets
refers to the set of packets the client creates and sends to initiate the
connection before it has heard back from the server.</li>
          <li>In the context of a given QUIC connection, the "client's chosen version" is
the QUIC version of the connection's first flight.</li>
          <li>The "original version" is the QUIC version of the very first packet the client
sends to the server. If version negotiation spans multiple connections (see
<xref target="connections"/>), the original version is equal to the client's chosen version
of the first QUIC connection.</li>
          <li>The "negotiated version" is the QUIC version in use on the connection once the
version negotiation process completes.</li>
          <li>The "Maximum Segment Lifetime" (MSL) represents the time a QUIC packet can
exist in the network. Implementations can make this configurable, and a
<bcp14>RECOMMENDED</bcp14> value is one minute. Note that the term "segment" here originated
in <xref section="3.3" sectionFormat="of" target="TCP"/>.</li>
        </ul>
      </section>
    </section>
    <section anchor="version-negotiation-mechanism">
      <name>Version Negotiation Mechanism</name>
      <t>This document specifies two means of performing version negotiation: one
"incompatible" which requires a round trip and is applicable to all versions,
and one "compatible" that allows saving the round trip but only applies when the
versions are compatible.</t>
      <t>The client initiates a QUIC connection by choosing an initial version and
sending a first flight of QUIC packets with a long header to the server
<xref target="QUIC-INVARIANTS"/>. The client's first flight includes Version Information (see
<xref target="vers-info"/>) which will be used to optionally enable compatible version
negotiation (see <xref target="compat-vn"/>), and to prevent version downgrade attacks (see
<xref target="downgrade"/>).</t>
      <t>Upon receiving this first flight, the server verifies whether it knows how to
parse first flights from the original version. If it does not, then it starts
incompatible version negotiation, see <xref target="incompat-vn"/>, which causes the client
to initiate a new connection with a different version. For instance, if the
client initiates a connection with version A and the server starts incompatible
version negotiation and the client then initiates a new connection with version
B, we say that the first connection's client chosen version is A, the second
connection's client chosen version is B, and the original version for the entire
sequence is A.</t>
      <t>If the server can parse the first flight, it can either establish the connection
using the client's chosen version, or it <bcp14>MAY</bcp14> select any other compatible
version, as described in <xref target="compat-vn"/>.</t>
      <t>Note that it is possible for a server to have the ability to parse the first
flight of a given version without fully supporting it, in the sense that it
implements enough of the version's specification to parse first flight packets
but not enough to fully establish a connection using that version.</t>
      <section anchor="incompat-vn">
        <name>Incompatible Version Negotiation</name>
        <t>The server starts incompatible version negotiation by sending a Version
Negotiation packet. This packet <bcp14>SHALL</bcp14> include each entry from the server's set
of Offered Versions (see <xref target="server-fleet"/>) in a Supported Version field. The
server <bcp14>MAY</bcp14> add reserved versions (as defined in <xref section="6.3" sectionFormat="of" target="QUIC"/>) in
Supported Version fields.</t>
        <t>Clients will ignore a Version Negotiation packet if it contains the original
version attempted by the client. The client also ignores a Version Negotiation
packet that contains incorrect connection ID fields; see <xref section="6" sectionFormat="of" target="QUIC-INVARIANTS"/>.</t>
        <t>Upon receiving the Version Negotiation packet, the client will search for a
version it supports in the list provided by the server. If it doesn't find one,
it aborts the connection attempt. Otherwise, it selects a mutually supported
version and sends a new first flight with that version - this version is now the
negotiated version.</t>
        <t>The new first flight will allow the endpoints to establish a connection using
the negotiated version. The handshake of the negotiated version will exchange
version information (see <xref target="vers-info"/>) required to ensure that version
negotiation was genuine, i.e. that no attacker injected packets in order to
influence the version negotiation process, see <xref target="downgrade"/>.</t>
      </section>
      <section anchor="compatible-versions">
        <name>Compatible Versions</name>
        <t>If A and B are two distinct versions of QUIC, A is said to be "compatible" with
B if it is possible to take a first flight of packets from version A and convert
it into a first flight of packets from version B. As an example, if versions A
and B are absolutely equal in their wire image and behavior during the handshake
but differ after the handshake, then A is compatible with B and B is compatible
with A. Note that the conversion of the first flight can be lossy: some data
such as QUIC version 1 0-RTT packets could be ignored during conversion and
retransmitted later.</t>
        <t>Version compatibility is not symmetric: it is possible for version A to be
compatible with version B and for B not to be compatible with A. This could
happen for example if version B is a strict superset of version A: if version A
includes the concept of streams and STREAM frames, and version B includes the
concepts of streams and tubes along with STREAM and TUBE frames, then A would be
compatible with B but B would not be compatible with A.</t>
        <t>Note that version compatibility does not mean that every single possible
instance of a first flight will succeed in conversion to the other version. A
first flight using version A is said to be "compatible" with version B if two
conditions are met: first that version A is compatible with version B, and
second that the conversion of this first flight to version B is well-defined.
For example, if version B is equal to A in all aspects except it introduced a
new frame in its first flight that version A cannot parse or even ignore, then B
could still be compatible with A as conversions would succeed for connections
where that frame is not used. In this example, first flights using version B
that carry this new frame would not be compatible with version A.</t>
        <t>When a new version of QUIC is defined, it is assumed to not be compatible with
any other version unless otherwise specified. Similarly, no other version is
compatible with the new version unless otherwise specified. Implementations <bcp14>MUST
NOT</bcp14> assume compatibility between versions unless explicitly specified.</t>
        <t>Note that both endpoints might disagree on whether two versions are compatible
or not. For example, two versions could have been defined concurrently and then
specified as compatible in a third document much later - in that scenario one
endpoint might be aware of the compatibility document while the other may not.</t>
      </section>
      <section anchor="compat-vn">
        <name>Compatible Version Negotiation</name>
        <t>When the server can parse the client's first flight using the client's chosen
version, it can extract the client's Version Information structure (see
<xref target="vers-info"/>). This contains the list of versions that the client knows its
first flight is compatible with.</t>
        <t>In order to perform compatible version negotiation, the server <bcp14>MUST</bcp14> select one
of these versions that (1) it supports and (2) it knows the client's chosen
version to be compatible with. This selected version is now the negotiated
version. After selecting it, the server attempts to convert the client's first
flight into that version, and replies to the client as if it had received the
converted first flight.</t>
        <t>If those formats are identical, as in cases where the negotiated version is the
same as the client's chosen version, then this will be the identity transform.
If the first flight is correctly formatted, then this conversion process cannot
fail by definition of the first flight being compatible; if the server is unable
to convert the first flight, it <bcp14>MUST</bcp14> abort the handshake.</t>
        <t>If a document specifies that a QUIC version is compatible with another, that
document <bcp14>MUST</bcp14> specify the mechanism by which clients are made aware of the
negotiated version. An example of such a mechanism is to have the client
determine the server's negotiated version by examining the QUIC long header
Version field. Note that, in this example mechanism, it is possible for the
server to initially send packets with the client's chosen version before
switching to the negotiated version (this can happen when the client's Version
Information structure spans multiple packets; in that case the server might
acknowledge the first packet in the client's chosen version and later switch to
a different negotiated version). Any set of mutually compatible versions <bcp14>SHOULD</bcp14>
use the same mechanism.</t>
        <t>Note that, after the first flight is converted to the negotiated version, the
handshake completes in the negotiated version. The entire handshake (including
the converted first flight) needs to conform to the rules of the negotiated
version. For instance, if the negotiated version requires that the 5-tuple
remain stable for the entire handshake (as QUIC version 1 does), then this
applies to the entire handshake, including the first flight.</t>
        <t>Note also that the client can disable compatible version negotiation by only
including the Chosen Version in the Other Versions field of the Version
Information transport parameter.</t>
        <t>If the server does not find a compatible version (including the client's chosen
version), it will perform incompatible version negotiation instead, see
<xref target="incompat-vn"/>.</t>
        <t>Note that it is possible to have incompatible version negotiation followed by
compatible version negotiation. For instance, if version A is compatible with B
and C is compatible with D, the following scenario could occur:</t>
        <figure anchor="fig-dual-example">
          <name>Combined Negotiation Example</name>
          <artwork><![CDATA[
Client                                          Server

Chosen = A, Other Versions = (A, B) ----------------->
<------------------------ Version Negotiation = (D, C)

Chosen = C, Other Versions = (C, D) ----------------->
<----------------- Chosen = D, Other Versions = (D, C)
]]></artwork>
        </figure>
        <t>In this example, the client selected C from the server's Version Negotiation
packet, but the server preferred D and then selected it from the client's offer.</t>
      </section>
      <section anchor="connections">
        <name>Connections and Version Negotiation</name>
        <t>QUIC connections are shared state between a client and a server
<xref target="QUIC-INVARIANTS"/>. The compatible version negotiation mechanism defined in
this document (see <xref target="compat-vn"/>) is performed as part of a single QUIC
connection; that is, the packets with the client's chosen version are part of
the same connection as the packets with the negotiated version.</t>
        <t>In comparison, the incompatible version negotiation mechanism, which leverages
QUIC Version Negotiation packets (see <xref target="incompat-vn"/>) conceptually operates
across two QUIC connections: the connection attempt prior to receiving the
Version Negotiation packet is distinct from the connection with the incompatible
version that follows.</t>
        <t>Note that this separation across two connections is conceptual: it applies to
normative requirements on QUIC connections, but does not require implementations
to internally use two distinct connection objects.</t>
      </section>
      <section anchor="client-choice-of-original-version">
        <name>Client Choice of Original Version</name>
        <t>When the client picks its original version, it will try to avoid incompatible
version negotiation to save a round trip. Therefore, the client <bcp14>SHOULD</bcp14> pick an
original version to maximize the combined probability that both:</t>
        <ul spacing="normal">
          <li>The server knows how to parse first flights from the original version.</li>
          <li>The original version is compatible with the client's preferred version.</li>
        </ul>
        <t>Without additional information, this could mean selecting the oldest version
that the client supports, while advertising newer compatible versions in the
client's first flight.</t>
      </section>
    </section>
    <section anchor="vers-info">
      <name>Version Information</name>
      <t>During the handshake, endpoints will exchange Version Information, which
consists of a chosen version and a list of other versions. Any version of QUIC
that supports this mechanism <bcp14>MUST</bcp14> provide a mechanism to exchange Version
Information in both directions during the handshake, such that this data is
authenticated.</t>
      <t>In QUIC version 1, the Version Information is transmitted using a new transport
parameter, version_information. The contents of Version Information are shown
below (using the notation from the "Notational Conventions" section of <xref target="QUIC"/>):</t>
      <figure anchor="fig-vi-format">
        <name>Version Information Format</name>
        <artwork><![CDATA[
Version Information {
  Chosen Version (32),
  Other Versions (32) ...,
}
]]></artwork>
      </figure>
      <t>The content of each field is described below:</t>
      <dl>
        <dt>Chosen Version:</dt>
        <dd>
          <t>The version that the sender has chosen to use for this connection. In most
cases, this field will be equal to the value of the Version field in the long
header that carries this data; however future versions or extensions can choose
to set different values in the long header Version field.</t>
        </dd>
      </dl>
      <t>The contents of the Other Versions field depends on whether it is sent by the
client or by the server.</t>
      <dl spacing="compact">
        <dt>Client-Sent Other Versions:</dt>
        <dd>
          <t>When sent by a client, the Other Versions field lists all the versions that
this first flight is compatible with, ordered by descending preference. Note
that the version in the Chosen Version field <bcp14>MUST</bcp14> be included in this list to
allow the client to communicate the chosen version's preference. Note that this
preference is only advisory, servers <bcp14>MAY</bcp14> choose to use their own preference
instead.</t>
        </dd>
        <dt>Server-Sent Other Versions:</dt>
        <dd>
          <t>When sent by a server, the Other Versions field lists all the Fully-Deployed
Versions of this server deployment, see <xref target="server-fleet"/>. Note that the version
in the Chosen Version field is not necessarily included in this list, because
the server operator could be in the process of removing support for this
version. For the same reason, the Other Versions field <bcp14>MAY</bcp14> be empty.</t>
        </dd>
      </dl>
      <t>Clients and servers <bcp14>MAY</bcp14> both include versions following the pattern 0x?a?a?a?a
in their Other Versions list. Those versions are reserved to exercise version
negotiation (see the Versions section of <xref target="QUIC"/>), and will never be selected
when choosing a version to use.</t>
    </section>
    <section anchor="downgrade">
      <name>Version Downgrade Prevention</name>
      <t>Clients <bcp14>MUST</bcp14> ignore any received Version Negotiation packets that contain the
version that they initially attempted. A client that makes a connection attempt
based on information received from a Version Negotiation packet <bcp14>MUST</bcp14> ignore any
Version Negotiation packets it receives in response to that connection attempt.</t>
      <t>Both endpoints <bcp14>MUST</bcp14> parse their peer's Version Information during the handshake.
If parsing the Version Information failed (for example, if it is too short or if
its length is not divisible by four), then the endpoint <bcp14>MUST</bcp14> close the
connection; if the connection was using QUIC version 1, that connection closure
<bcp14>MUST</bcp14> use a transport error of type TRANSPORT_PARAMETER_ERROR. If an endpoint
receives a Chosen Version equal to zero, or any Other Version equal to zero, it
<bcp14>MUST</bcp14> treat it as a parsing failure.</t>
      <t>Every QUIC version that supports version negotiation <bcp14>MUST</bcp14> define a method for
closing the connection with a version negotiation error. For QUIC version 1,
version negotiation errors are signaled using a transport error of type
VERSION_NEGOTIATION_ERROR; see <xref target="iana-error"/>.</t>
      <t>If the Version Information was missing, the endpoints <bcp14>MAY</bcp14> complete the
handshake. However, if a client has reacted to a Version Negotiation packet and
the Version Information was missing, the client <bcp14>MUST</bcp14> close the connection with a
version negotiation error.</t>
      <t>If the client received and acted on a Version Negotiation packet, the client
<bcp14>MUST</bcp14> validate the server's Other Versions field. The Other Versions field is
validated by confirming that the client would have attempted the same version
with knowledge of the versions the server supports. That is, the client would
have selected the same version if it received a Version Negotiation packet that
listed the versions in the server's Other Versions field, plus the negotiated
version. If the client would have selected a different version, the client <bcp14>MUST</bcp14>
close the connection with a version negotiation error. In particular, if the
client reacted to a Version Negotiation packet and the server's Other Versions
field is empty, the client <bcp14>MUST</bcp14> close the connection with a version negotiation
error. These connection closures prevent an attacker from being able to use
forged Version Negotiation packets to force a version downgrade.</t>
      <t>This validation of Other Versions is not sufficient to prevent downgrade.
Downgrade prevention also depends on the client ignoring Version Negotiation
packets that contain the original version; see <xref target="incompat-vn"/>.</t>
      <t>After the process of version negotiation in this document completes, the version
in use for the connection is the version that the server sent in the Chosen
Version field of its Version Information. That remains true even if other
versions were used in the Version field of long headers at any point in the
lifetime of the connection. In particular, since during compatible version
negotiation the client is made aware of the negotiated version by the QUIC long
header version (see <xref target="compat-vn"/>), clients <bcp14>MUST</bcp14> validate that the server's
Chosen Version is equal to the negotiated version; if they do not match, the
client <bcp14>MUST</bcp14> close the connection with a version negotiation error. This prevents
an attacker's ability to influence version negotiation by forging the Version
long header field.</t>
    </section>
    <section anchor="server-fleet">
      <name>Server Deployments of QUIC</name>
      <t>While this document mainly discusses a single QUIC server, it is common for
deployments of QUIC servers to include a fleet of multiple server instances. We
therefore define the following terms:</t>
      <dl spacing="compact">
        <dt>Acceptable Versions:</dt>
        <dd>
          <t>This is the set of versions supported by a given server instance. More
specifically, these are the versions that a given server instance will use if a
client sends a first flight using them.</t>
        </dd>
        <dt>Offered Versions:</dt>
        <dd>
          <t>This is the set of versions that a given server instance will send in a
Version Negotiation packet if it receives a first flight from an unknown
version. This set will most often be equal to the Acceptable Versions set,
except during short transitions while versions are added or removed (see below).</t>
        </dd>
        <dt>Fully-Deployed Versions:</dt>
        <dd>
          <t>This is the set of QUIC versions that is supported and negotiated by every
single QUIC server instance in this deployment. If a deployment only contains a
single server instance, then this set is equal to the Offered Versions set,
except during short transitions while versions are added or removed (see below).</t>
        </dd>
      </dl>
      <t>If a deployment contains multiple server instances, software updates may not
happen at exactly the same time on all server instances. Because of this, a
client might receive a Version Negotiation packet from a server instance that
has already been updated and the client's resulting connection attempt might
reach a different server instance which hasn't been updated yet.</t>
      <t>However, even when there is only a single server instance, it is still possible
to receive a stale Version Negotiation packet if the server performs its
software update while the Version Negotiation packet is in flight.</t>
      <t>This could cause the version downgrade prevention mechanism described in
<xref target="downgrade"/> to falsely detect a downgrade attack. To avoid that, server
operators <bcp14>SHOULD</bcp14> perform a three-step process when they wish to add or remove
support for a version:</t>
      <t>When adding support for a new version:</t>
      <ul spacing="normal">
        <li>The first step is to progressively add support for the new version to all
server instances. This step updates the Acceptable Versions but not the
Offered Versions nor the Fully-Deployed Versions. Once all server instances
have been updated, operators wait for at least one MSL to allow any in-flight
Version Negotiation packets to arrive.</li>
        <li>Then, the second step is to progressively add the new version to Offered
Versions on all server instances. Once complete, operators wait for at least
another MSL.</li>
        <li>Finally, the third step is to progressively add the new version to
Fully-Deployed Versions on all server instances.</li>
      </ul>
      <t>When removing support for a version:</t>
      <ul spacing="normal">
        <li>The first step is to progressively remove the version from Fully-Deployed
Versions on all server instances. Once it has been removed on all server
instances, operators wait for at least one MSL to allow any in-flight Version
Negotiation packets to arrive.</li>
        <li>Then, the second step is to progressively remove the version from Offered
Versions on all server instances. Once complete, operators wait for at least
another MSL.</li>
        <li>Finally, the third step is to progressively remove support for the version
from all server instances. That step updates the Acceptable Versions.</li>
      </ul>
      <t>Note that this opens connections to version downgrades (but only for
partially-deployed versions) during the update window, since those could be due
to clients communicating with both updated and non-updated server instances.</t>
    </section>
    <section anchor="application-layer-protocol-considerations">
      <name>Application Layer Protocol Considerations</name>
      <t>When a client creates a QUIC connection, its goal is to use an application layer
protocol. Therefore, when considering which versions are compatible, clients
will only consider versions that support one of the intended application layer
protocols. If the client's first flight advertises multiple Application Layer
Protocol Negotiation (ALPN) <xref target="ALPN"/> tokens and multiple compatible
versions, it is possible for some application layer protocols to not be able to
run over some of the offered compatible versions. It is the server's
responsibility to only select an ALPN token that can run over the compatible
QUIC version that it selects.</t>
      <t>A given ALPN token <bcp14>MUST NOT</bcp14> be used with a new QUIC version different from the
version for which the ALPN token was originally defined, unless all the
following requirements are met:</t>
      <ul spacing="normal">
        <li>The new QUIC version supports the transport features required by the
application protocol.</li>
        <li>The new QUIC version supports ALPN.</li>
        <li>The version of QUIC for which the ALPN token was originally defined is
compatible with the new QUIC version.</li>
      </ul>
      <t>When incompatible version negotiation is in use, the second connection which is
created in response to the received version negotiation packet <bcp14>MUST</bcp14> restart its
application layer protocol negotiation process without taking into account the
original version.</t>
    </section>
    <section anchor="considerations-for-future-versions">
      <name>Considerations for Future Versions</name>
      <t>In order to facilitate the deployment of future versions of QUIC, designers of
future versions <bcp14>SHOULD</bcp14> attempt to design their new version such that commonly
deployed versions are compatible with it.</t>
      <t>QUIC version 1 defines multiple features which are not documented in the QUIC
invariants. Since at the time of writing QUIC version 1 is widely deployed,
this section discusses considerations for future versions to help with
compatibility with QUIC version 1.</t>
      <section anchor="interaction-with-retry">
        <name>Interaction with Retry</name>
        <t>QUIC version 1 features Retry packets, which the server can send to validate the
client's IP address before parsing the client's first flight. A server that
sends a Retry packet can do so before parsing the client's first flight. A
server that sends a Retry packet therefore might not have processed the client's
Version Information before doing so.</t>
        <t>If a future document wishes to define compatibility between two versions that
support retry, that document <bcp14>MUST</bcp14> specify how version negotiation (both
compatible and incompatible) interacts with retry during a handshake that
requires both. For example, that could be accomplished by having the server send
a Retry packet in the original version first thereby validating the client's IP
address before attempting compatible version negotiation. If both versions
support authenticating Retry packets, the compatibility definition needs to
define how to authenticate the Retry in the negotiated version handshake even
though the Retry itself was sent using the client's chosen version.</t>
      </section>
      <section anchor="interaction-with-tls-resumption">
        <name>Interaction with TLS resumption</name>
        <t>QUIC version 1 uses TLS 1.3, which supports session resumption by sending
session tickets in one connection that can be used in a later connection; see
<xref section="2.2" sectionFormat="of" target="TLS"/>. New versions that also use TLS 1.3 <bcp14>SHOULD</bcp14>
mandate that their session tickets are tightly scoped to one version of QUIC;
i.e., require that clients not use them across multiple version and that servers
validate this client requirement.</t>
      </section>
      <section anchor="interaction-with-0-rtt">
        <name>Interaction with 0-RTT</name>
        <t>QUIC version 1 allows sending data from the client to the server during the
handshake, by using 0-RTT packets. If a future document wishes to define
compatibility between two versions that support 0-RTT, that document <bcp14>MUST</bcp14>
address the scenario where there are 0-RTT packets in the client's first flight.
For example, this could be accomplished by defining which transformations are
applied to 0-RTT packets. That document could specify that compatible version
negotiation causes 0-RTT data to be rejected by the server.</t>
      </section>
    </section>
    <section anchor="special-handling-for-quic-version-1">
      <name>Special Handling for QUIC Version 1</name>
      <t>Because QUIC version 1 was the only IETF Standards Track version of QUIC
published before this document, it is handled specially as follows: if a client
is starting a QUIC version 1 connection in response to a received Version
Negotiation packet, and the version_information transport parameter is missing
from the server's transport parameters, then the client <bcp14>SHALL</bcp14> proceed as if the
server's transport parameters contained a version_information transport
parameter with a Chosen Version set to 0x00000001 and an Other Version list
containing exactly one version set to 0x00000001. This allows version
negotiation to work with servers that only support QUIC version 1. Note that
implementations which wish to use version negotiation to negotiate versions
other than QUIC version 1 will need to implement the version negotiation
mechanism defined in this document.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security of this version negotiation mechanism relies on the authenticity of
the Version Information exchanged during the handshake. In QUIC version 1,
transport parameters are authenticated ensuring the security of this mechanism.
Negotiation between compatible versions will have the security of the weakest
common version.</t>
      <t>The requirement that versions not be assumed compatible mitigates the
possibility of cross-protocol attacks, but more analysis is still needed here.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="quic-transport-parameter">
        <name>QUIC Transport Parameter</name>
        <t>This document registers a new value in the "QUIC Transport Parameters" registry
maintained at &lt;<eref target="https://www.iana.org/assignments/quic"/>&gt;.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0xFF73DB</t>
          </dd>
          <dt>Parameter Name:</dt>
          <dd>
            <t>version_information</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>provisional</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t>When this document is approved, it will request permanent allocation of a
codepoint in the 0-63 range to replace the provisional codepoint described above.</t>
      </section>
      <section anchor="iana-error">
        <name>QUIC Transport Error Code</name>
        <t>This document registers a new value in the "QUIC Transport Error Codes" registry
maintained at &lt;<eref target="https://www.iana.org/assignments/quic"/>&gt;.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x53F8</t>
          </dd>
          <dt>Code:</dt>
          <dd>
            <t>VERSION_NEGOTIATION_ERROR</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>Error negotiating version</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>provisional</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t>When this document is approved, it will request permanent allocation of a
codepoint in the 0-63 range to replace the provisional codepoint described above.</t>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>Normative References</name>
      <reference anchor="QUIC-INVARIANTS">
        <front>
          <title>Version-Independent Properties of QUIC</title>
          <author fullname="M. Thomson" initials="M." surname="Thomson">
            <organization/>
          </author>
          <date month="May" year="2021"/>
          <abstract>
            <t>This document defines the properties of the QUIC transport protocol that are common to all versions of the protocol.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8999"/>
        <seriesInfo name="DOI" value="10.17487/RFC8999"/>
      </reference>
      <reference anchor="QUIC">
        <front>
          <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
          <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar">
            <organization/>
          </author>
          <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
            <organization/>
          </author>
          <date month="May" year="2021"/>
          <abstract>
            <t>This document defines the core of the QUIC transport protocol.  QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances.  Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9000"/>
        <seriesInfo name="DOI" value="10.17487/RFC9000"/>
      </reference>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner">
            <organization/>
          </author>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="2119"/>
        <seriesInfo name="DOI" value="10.17487/RFC2119"/>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <author fullname="B. Leiba" initials="B." surname="Leiba">
            <organization/>
          </author>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="8174"/>
        <seriesInfo name="DOI" value="10.17487/RFC8174"/>
      </reference>
      <reference anchor="TCP">
        <front>
          <title>Transmission Control Protocol</title>
          <author fullname="J. Postel" initials="J." surname="Postel">
            <organization/>
          </author>
          <date month="September" year="1981"/>
        </front>
        <seriesInfo name="STD" value="7"/>
        <seriesInfo name="RFC" value="793"/>
        <seriesInfo name="DOI" value="10.17487/RFC0793"/>
      </reference>
      <reference anchor="ALPN">
        <front>
          <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
          <author fullname="S. Friedl" initials="S." surname="Friedl">
            <organization/>
          </author>
          <author fullname="A. Popov" initials="A." surname="Popov">
            <organization/>
          </author>
          <author fullname="A. Langley" initials="A." surname="Langley">
            <organization/>
          </author>
          <author fullname="E. Stephan" initials="E." surname="Stephan">
            <organization/>
          </author>
          <date month="July" year="2014"/>
          <abstract>
            <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7301"/>
        <seriesInfo name="DOI" value="10.17487/RFC7301"/>
      </reference>
      <reference anchor="TLS">
        <front>
          <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
          <author fullname="E. Rescorla" initials="E." surname="Rescorla">
            <organization/>
          </author>
          <date month="August" year="2018"/>
          <abstract>
            <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
            <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8446"/>
        <seriesInfo name="DOI" value="10.17487/RFC8446"/>
      </reference>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank Nick Banks, Mike Bishop, Ryan Hamilton, Roberto
Peon, Anthony Rossi, and Martin Thomson for their input and contributions.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
prjtOUz1PwQenAd4dwAA

-->

</rfc>
