<?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.9 (Ruby 3.0.4) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-quic-v2-03" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.6 -->
  <front>
    <title abbrev="QUICv2">QUIC Version 2</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-quic-v2-03"/>
    <author initials="M." surname="Duke" fullname="Martin Duke">
      <organization>Google LLC</organization>
      <address>
        <email>martin.h.duke@gmail.com</email>
      </address>
    </author>
    <date year="2022" month="May" day="12"/>
    <area>Transport</area>
    <workgroup>QUIC</workgroup>
    <abstract>
      <t>This document specifies QUIC version 2, which is identical to QUIC version 1
except for some trivial details. Its purpose is to combat various ossification
vectors and exercise the version negotiation framework. It also serves as a
template for the minimum changes in any future version of QUIC.</t>
      <t>Note that "version 2" is an informal name for this proposal that indicates it
is the second standards-track QUIC version. The protocol specified here will
receive a version number other than 2 from IANA.</t>
      <t>Discussion of this work is encouraged to happen on the QUIC IETF
mailing list <eref target="quic@ietf.org"/> or on the GitHub repository which
contains the draft:
<eref target="https://github.com/quicwg/quic-v2"/>.</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.org/quic-v2/draft-ietf-quic-v2.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-quic-v2/"/>.
      </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/quic-v2"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>QUIC <xref target="QUIC"/> has numerous extension points, including the version number
that occupies the second through fifth bytes of every long header (see
<xref target="QUIC-INVARIANTS"/>). If experimental versions are rare, and QUIC
version 1 constitutes the vast majority of QUIC traffic, there is the potential
for middleboxes to ossify on the version bytes always being 0x00000001.</t>
      <t>In QUIC version 1, Initial packets are encrypted with the version-specific salt
as described in Section 5.2 of <xref target="QUIC-TLS"/>. Protecting Initial packets in this
way allows observers to inspect their contents, which includes the TLS Client
Hello or Server Hello messages. Again, there is the potential for middleboxes to
ossify on the version 1 key derivation and packet formats.</t>
      <t>Finally <xref target="QUIC-VN"/> provides two mechanisms
for endpoints to negotiate the QUIC version to use. The "incompatible" version
negotiation method can support switching from any initial QUIC version to any
other version with full generality, at the cost of an additional round-trip at
the start of the connection. "Compatible" version negotiation eliminates the
round-trip penalty but levies some restrictions on how much the two versions can
differ semantically.</t>
      <t>QUIC version 2 is meant to mitigate ossification concerns and exercise the
version negotiation mechanisms. The only change is a tweak to the inputs of
some crypto derivation functions to enforce full key separation. Any endpoint
that supports two versions needs to implement version negotiation to protect
against downgrade attacks.</t>
    </section>
    <section anchor="conventions">
      <name>Conventions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
interpreted as described in RFC 2119 <xref target="RFC2119"/>.</t>
    </section>
    <section anchor="differences-with-quic-version-1">
      <name>Differences with QUIC Version 1</name>
      <t>QUIC version 2 endpoints MUST implement the QUIC version 1 specification as
described in <xref target="QUIC"/>, <xref target="QUIC-TLS"/>, and <xref target="RFC9002"/>. However, the following
differences apply in version 2.</t>
      <section anchor="version-field">
        <name>Version Field</name>
        <t>The Version field of long headers is 0x709a50c4.</t>
      </section>
      <section anchor="long-header-packet-types">
        <name>Long Header Packet Types</name>
        <t>All version 2 long header packet types are different. The Type field values are:</t>
        <ul spacing="normal">
          <li>Initial: 0b01</li>
          <li>0-RTT: 0b10</li>
          <li>Handshake: 0b11</li>
          <li>Retry: 0b00</li>
        </ul>
      </section>
      <section anchor="cryptography-changes">
        <name>Cryptography changes</name>
        <section anchor="initial-salt">
          <name>Initial Salt</name>
          <t>The salt used to derive Initial keys in <xref section="5.2" sectionFormat="of" target="QUIC-TLS"/> changes to:</t>
          <artwork><![CDATA[
initial_salt = 0xa707c203a59b47184a1d62ca570406ea7ae3e5d3
]]></artwork>
        </section>
        <section anchor="hkdf-labels">
          <name>HKDF Labels</name>
          <t>The labels used in <xref target="QUIC-TLS"/> to derive packet protection keys (Section
<xref section="5.1" sectionFormat="bare" target="QUIC-TLS"/>), header protection keys
(Section <xref section="5.4" sectionFormat="bare" target="QUIC-TLS"/>), Retry Integrity
Tag keys (Section <xref section="5.8" sectionFormat="bare" target="QUIC-TLS"/>), and key
updates (Section <xref section="6.1" sectionFormat="bare" target="QUIC-TLS"/>) change from
"quic key" to "quicv2 key", from "quic iv" to "quicv2 iv", from "quic hp" to
"quicv2 hp", and from "quic ku" to "quicv2 ku", to meet the guidance for new
versions in Section <xref section="9.6" sectionFormat="bare" target="QUIC-TLS"/> of that
document.</t>
        </section>
        <section anchor="retry-integrity-tag">
          <name>Retry Integrity Tag</name>
          <t>The key and nonce used for the Retry Integrity Tag (<xref section="5.8" sectionFormat="of" target="QUIC-TLS"/>)
change to:</t>
          <artwork><![CDATA[
secret =
  0x3425c20cf88779df2ff71e8abfa78249891e763bbed2f13c048343d348c060e2
key = 0xba858dc7b43de5dbf87617ff4ab253db
nonce = 0x141b99c239b03e785d6a2e9f
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="version-negotiation-considerations">
      <name>Version Negotiation Considerations</name>
      <t>QUIC version 2 is not intended to deprecate version 1. Endpoints that support
version 2 might continue support for version 1 to maximize compatibility
with clients. In particular, HTTP clients often use Alt-Svc <xref target="RFC7838"/> to
discover QUIC support. As this mechanism does not currently distinguish between
QUIC versions, HTTP servers that support multiple versions reduce the
probability of incompatibility and the cost associated with QUIC version
negotiation or TCP fallback. For example, an origin advertising support for "h3"
in Alt-Svc SHOULD support QUIC version 1 as it was the original QUIC version
used by HTTP/3 and therefore some clients will only support that version.</t>
      <t>Any QUIC endpoint that supports QUIC version 2 MUST send, process, and validate
the version_information transport parameter specified in <xref target="QUIC-VN"/> to prevent
version downgrade attacks.</t>
      <t>Note that version 2 meets that document's definition of a compatible version
with version 1, and version 1 is compatible with version 2. Therefore, servers
can use compatible negotiation to switch a connection between the two versions.
Endpoints that support both versions SHOULD support compatible version
negotiation to avoid a round trip.</t>
      <section anchor="compatible-negotiation-requirements">
        <name>Compatible Negotiation Requirements</name>
        <t>Compatible version negotiation between versions 1 and 2 follow the same
requirements in either direction. This section uses the terms "original
version" and "negotiated version" from <xref target="QUIC-VN"/>.</t>
        <t>If the server sends a Retry packet, it MUST use the original version. The
client ignores Retry packets using other versions. The client MUST NOT use a
different version in the subsequent Initial that contains the Retry token. The
server MAY encode the QUIC version in its Retry token to validate that the
client did not switch versions, and drop the packet if it switched.</t>
        <t>QUIC version 2 uses the same transport parameters to authenticate the Retry as
QUIC version 1. After switching to a negotiated version after a Retry, the
server MUST include the relevant transport parameters to validate that the
server sent the Retry and the connection IDs used in the exchange, as described
in <xref section="7.3" sectionFormat="of" target="QUIC"/>. Note that the version of the first Initial and the
subsequent Retry are not authenticated by transport parameters.</t>
        <t>The server SHOULD start sending its Initial packets using the negotiated
version as soon as it decides to change. Before the server is able to process
transport parameters from the client, it might need to respond to Initial
packets from the client. For these packets the server uses the original version.</t>
        <t>Once the client has processed a packet using the negotiated version, it SHOULD
send subsequent Initial packets using that version. The server MUST NOT discard
its original version Initial receive keys until it successfully processes a
packet with the negotiated version.</t>
        <t>Both endpoints MUST send Handshake or 1-RTT packets using the negotiated
version. An endpoint MUST drop packets using any other version. Endpoints have
no need to generate the keying material that would allow them to decrypt or
authenticate these packets.</t>
        <t>If the server's version_information transport parameter does not contain a
Chosen Version field equivalent to the version in the server's Handshake packet
headers, the client MUST terminate the connection with a
VERSION_NEGOTIATION_ERROR.</t>
        <t>The client MUST NOT send 0-RTT packets using the negotiated version, even after
processing a packet of that version from the server. Servers can apply original
version 0-RTT packets to a connection without additional considerations.</t>
      </section>
    </section>
    <section anchor="tls-resumption-and-newtoken-tokens">
      <name>TLS Resumption and NEW_TOKEN Tokens</name>
      <t>TLS session tickets and NEW_TOKEN tokens are specific to the QUIC version of the
connection that provided them. Clients SHOULD NOT use a session ticket or token
from a QUIC version 1 connection to initiate a QUIC version 2 connection, or vice
versa.</t>
      <t>Servers MUST validate the originating version of any session ticket or token and
not accept one issued from a different version. A rejected ticket results in
falling back to a full TLS handshake, without 0-RTT. A rejected token results in
the client address remaining unverified, which limits the amount of data the
server can send.</t>
      <t>After compatible version negotiation, any resulting session ticket
maps to the negotiated version rather than original one.</t>
    </section>
    <section anchor="ossification-considerations">
      <name>Ossification Considerations</name>
      <t>QUIC version 2 provides protection against some forms of ossification. Devices
that assume that all long headers will encode version 1, or that the version 1
Initial key derivation formula will remain version-invariant, will not correctly
process version 2 packets.</t>
      <t>However, many middleboxes such as firewalls focus on the first packet in a
connection, which will often remain in the version 1 format due to the
considerations above.</t>
      <t>Clients interested in combating firewall ossification can initiate a connection
using version 2 if they are either reasonably certain the server supports it, or
are willing to suffer a round-trip penalty if they are incorrect.</t>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>This version of QUIC provides no change from QUIC version 1 relating to the
capabilities available to applications. Therefore, all Application Layer
Protocol Negotiation (ALPN) (<xref target="RFC7301"/>) codepoints specified to operate over
QUIC version 1 can also operate over this version of QUIC. In particular, both
the "h3" <xref target="I-D.ietf-quic-http"/> and "doq" <xref target="I-D.ietf-dprive-dnsoquic"/> ALPNs
can operate over QUIC version 2.</t>
      <t>All QUIC extensions defined to work with version 1 also work with version 2.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>QUIC version 2 introduces no changes to the security or privacy properties of
QUIC version 1.</t>
      <t>The mandatory version negotiation mechanism guards against downgrade attacks,
but downgrades have no security implications, as the version properties are
identical.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document requests that IANA add the following entry to the QUIC version
registry:</t>
      <t>Value: 0x709a50c4</t>
      <t>Status: provisional</t>
      <t>Specification: This Document</t>
      <t>Change Controller: IETF</t>
      <t>Contact: QUIC WG</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <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="QUIC-TLS">
          <front>
            <title>Using TLS to Secure QUIC</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." role="editor" surname="Turner">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes how Transport Layer Security (TLS) is used to secure QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9001"/>
          <seriesInfo name="DOI" value="10.17487/RFC9001"/>
        </reference>
        <reference anchor="QUIC-VN">
          <front>
            <title>Compatible Version Negotiation for QUIC</title>
            <author fullname="David Schinazi">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Eric Rescorla">
              <organization>Mozilla</organization>
            </author>
            <date day="5" month="April" year="2022"/>
            <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>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-version-negotiation-07"/>
        </reference>
        <reference anchor="RFC9002">
          <front>
            <title>QUIC Loss Detection and Congestion Control</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar">
              <organization/>
            </author>
            <author fullname="I. Swett" initials="I." role="editor" surname="Swett">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes loss detection and congestion control mechanisms for QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9002"/>
          <seriesInfo name="DOI" value="10.17487/RFC9002"/>
        </reference>
      </references>
      <references>
        <name>Informative 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="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="RFC7838">
          <front>
            <title>HTTP Alternative Services</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." surname="Reschke">
              <organization/>
            </author>
            <date month="April" year="2016"/>
            <abstract>
              <t>This document specifies "Alternative Services" for HTTP, which allow an origin's resources to be authoritatively available at a separate network location, possibly accessed with a different protocol configuration.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7838"/>
          <seriesInfo name="DOI" value="10.17487/RFC7838"/>
        </reference>
        <reference anchor="RFC7301">
          <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="I-D.ietf-quic-http">
          <front>
            <title>Hypertext Transfer Protocol Version 3 (HTTP/3)</title>
            <author fullname="Mike Bishop">
              <organization>Akamai</organization>
            </author>
            <date day="2" month="February" year="2021"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable
   in a transport for HTTP, such as stream multiplexing, per-stream flow
   control, and low-latency connection establishment.  This document
   describes a mapping of HTTP semantics over QUIC.  This document also
   identifies HTTP/2 features that are subsumed by QUIC, and describes
   how HTTP/2 extensions can be ported to HTTP/3.

DO NOT DEPLOY THIS VERSION OF HTTP

   DO NOT DEPLOY THIS VERSION OF HTTP/3 UNTIL IT IS IN AN RFC.  This
   version is still a work in progress.  For trial deployments, please
   use earlier versions.

Note to Readers

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

   Working Group information can be found at https://github.com/quicwg;
   source code and issues list for this draft can be found at
   https://github.com/quicwg/base-drafts/labels/-http.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-http-34"/>
        </reference>
        <reference anchor="I-D.ietf-dprive-dnsoquic">
          <front>
            <title>DNS over Dedicated QUIC Connections</title>
            <author fullname="Christian Huitema">
              <organization>Private Octopus Inc.</organization>
            </author>
            <author fullname="Sara Dickinson">
              <organization>Sinodun IT</organization>
            </author>
            <author fullname="Allison Mankin">
              <organization>Salesforce</organization>
            </author>
            <date day="20" month="April" year="2022"/>
            <abstract>
              <t>This document describes the use of QUIC to provide transport confidentiality for DNS.  The encryption provided by QUIC has similar properties to those provided by TLS, while QUIC transport eliminates the head-of-line blocking issues inherent with TCP and provides more efficient packet-loss recovery than UDP.  DNS over QUIC (DoQ) has privacy properties similar to DNS over TLS (DoT) specified in RFC 7858, and latency characteristics similar to classic DNS over UDP.  This specification describes the use of DoQ as a general-purpose transport for DNS and includes the use of DoQ for stub to recursive, recursive to authoritative, and zone transfer scenarios.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-dprive-dnsoquic-12"/>
        </reference>
      </references>
    </references>
    <section anchor="test-vectors">
      <name>Sample Packet Protection</name>
      <t>This section shows examples of packet protection so that implementations can be
verified incrementally. Samples of Initial packets from both client and server
plus a Retry packet are defined. These packets use an 8-byte client-chosen
Destination Connection ID of 0x8394c8f03e515708. Some intermediate values are
included. All values are shown in hexadecimal.</t>
      <section anchor="keys">
        <name>Keys</name>
        <t>The labels generated during the execution of the HKDF-Expand-Label function
(that is, HkdfLabel.label) and part of the value given to the HKDF-Expand
function in order to produce its output are:</t>
        <t>client in:  00200f746c73313320636c69656e7420696e00</t>
        <t>server in:  00200f746c7331332073657276657220696e00</t>
        <t>quicv2 key:  001010746c73313320717569637632206b657900</t>
        <t>quicv2 iv:  000c0f746c7331332071756963763220697600</t>
        <t>quicv2 hp:  00100f746c7331332071756963763220687000</t>
        <t>The initial secret is common:</t>
        <artwork><![CDATA[
initial_secret = HKDF-Extract(initial_salt, cid)
    = ddfcb7b82a430b7845210ad64b406977
      ed51b269a14bc69aa9ea9b366fa3b06b
]]></artwork>
        <t>The secrets for protecting client packets are:</t>
        <artwork><![CDATA[
client_initial_secret
    = HKDF-Expand-Label(initial_secret, "client in", "", 32)
    = 9fe72e1452e91f551b770005054034e4
      7575d4a0fb4c27b7c6cb303a338423ae

key = HKDF-Expand-Label(client_initial_secret, "quicv2 key", "", 16)
    = 95df2be2e8d549c82e996fc9339f4563

iv  = HKDF-Expand-Label(client_initial_secret, "quicv2 iv", "", 12)
    = ea5e3c95f933db14b7020ad8

hp  = HKDF-Expand-Label(client_initial_secret, "quicv2 hp", "", 16)
    = 091efb735702447d07908f6501845794
]]></artwork>
        <t>The secrets for protecting server packets are:</t>
        <artwork><![CDATA[
server_initial_secret
    = HKDF-Expand-Label(initial_secret, "server in", "", 32)
    = 3c9bf6a9c1c8c71819876967bd8b979e
      fd98ec665edf27f22c06e9845ba0ae2f

key = HKDF-Expand-Label(server_initial_secret, "quicv2 key", "", 16)
    = 15d5b4d9a2b8916aa39b1bfe574d2aad

iv  = HKDF-Expand-Label(server_initial_secret, "quicv2 iv", "", 12)
    = a85e7ac31cd275cbb095c626

hp  = HKDF-Expand-Label(server_initial_secret, "quicv2 hp", "", 16)
    = b13861cfadbb9d11ff942dd80c8fc33b
]]></artwork>
      </section>
      <section anchor="sample-client-initial">
        <name>Client Initial</name>
        <t>The client sends an Initial packet.  The unprotected payload of this packet
contains the following CRYPTO frame, plus enough PADDING frames to make a
1162-byte payload:</t>
        <artwork><![CDATA[
060040f1010000ed0303ebf8fa56f129 39b9584a3896472ec40bb863cfd3e868
04fe3a47f06a2b69484c000004130113 02010000c000000010000e00000b6578
616d706c652e636f6dff01000100000a 00080006001d00170018001000070005
04616c706e0005000501000000000033 00260024001d00209370b2c9caa47fba
baf4559fedba753de171fa71f50f1ce1 5d43e994ec74d748002b000302030400
0d0010000e0403050306030203080408 050806002d00020101001c0002400100
3900320408ffffffffffffffff050480 00ffff07048000ffff08011001048000
75300901100f088394c8f03e51570806 048000ffff
]]></artwork>
        <t>The unprotected header indicates a length of 1182 bytes: the 4-byte packet
number, 1162 bytes of frames, and the 16-byte authentication tag.  The header
includes the connection ID and a packet number of 2:</t>
        <artwork><![CDATA[
d3709a50c4088394c8f03e5157080000449e00000002
]]></artwork>
        <t>Protecting the payload produces output that is sampled for header protection.
Because the header uses a 4-byte packet number encoding, the first 16 bytes of
the protected payload is sampled and then applied to the header as follows:</t>
        <artwork><![CDATA[
sample = 23b8e610589c83c92d0e97eb7a6e5003

mask = AES-ECB(hp, sample)[0..4]
     = 8e4391d84a

header[0] ^= mask[0] & 0x0f
     = dd
header[18..21] ^= mask[1..4]
     = 4391d848
header = dd709a50c4088394c8f03e5157080000449e4391d848
]]></artwork>
        <t>The resulting protected packet is:</t>
        <artwork><![CDATA[
dd709a50c4088394c8f03e5157080000 449e4391d84823b8e610589c83c92d0e
97eb7a6e5003f57764c5c7f0095ba54b 90818f1bfeecc1c97c54fc731edbd2a2
44e3b1e639a9bc75ed545b98649343b2 53615ec6b3e4df0fd2e7fe9d691a09e6
a144b436d8a2c088a404262340dfd995 ec3865694e3026ecd8c6d2561a5a3667
2a1005018168c0f081c10e2bf14d550c 977e28bb9a759c57d0f7ffb1cdfb40bd
774dec589657542047dffefa56fc8089 a4d1ef379c81ba3df71a05ddc7928340
775910feb3ce4cbcfd8d253edd05f161 458f9dc44bea017c3117cca7065a315d
eda9464e672ec80c3f79ac993437b441 ef74227ecc4dc9d597f66ab0ab8d214b
55840c70349d7616cbe38e5e1d052d07 f1fedb3dd3c4d8ce295724945e67ed2e
efcd9fb52472387f318e3d9d233be7df c79d6bf6080dcbbb41feb180d7858849
7c3e439d38c334748d2b56fd19ab364d 057a9bd5a699ae145d7fdbc8f5777518
1b0a97c3bdedc91a555d6c9b8634e106 d8c9ca45a9d5450a7679edc545da9102
5bc93a7cf9a023a066ffadb9717ffaf3 414c3b646b5738b3cc4116502d18d79d
8227436306d9b2b3afc6c785ce3c817f eb703a42b9c83b59f0dcef1245d0b3e4
0299821ec19549ce489714fe2611e72c d882f4f70dce7d3671296fc045af5c9f
630d7b49a3eb821bbca60f1984dce664 91713bfe06001a56f51bb3abe92f7960
547c4d0a70f4a962b3f05dc25a34bbe8 30a7ea4736d3b0161723500d82beda9b
e3327af2aa413821ff678b2a876ec4b0 0bb605ffcc3917ffdc279f187daa2fce
8cde121980bba8ec8f44ca562b0f1319 14c901cfbd847408b778e6738c7bb5b1
b3f97d01b0a24dcca40e3bed29411b1b a8f60843c4a241021b23132b9500509b
9a3516d4a9dd41d3bacbcd426b451393 521828afedcf20fa46ac24f44a8e2973
30b16705d5d5f798eff9e9134a065979 87a1db4617caa2d93837730829d4d89e
16413be4d8a8a38a7e6226623b64a820 178ec3a66954e10710e043ae73dd3fb2
715a0525a46343fb7590e5eac7ee55fc 810e0d8b4b8f7be82cd5a214575a1b99
629d47a9b281b61348c8627cab38e2a6 4db6626e97bb8f77bdcb0fee476aedd7
ba8f5441acaab00f4432edab3791047d 9091b2a753f035648431f6d12f7d6a68
1e64c861f4ac911a0f7d6ec0491a78c9 f192f96b3a5e7560a3f056bc1ca85983
67ad6acb6f2e034c7f37beeb9ed470c4 304af0107f0eb919be36a86f68f37fa6
1dae7aff14decd67ec3157a11488a14f ed0142828348f5f608b0fe03e1f3c0af
3acca0ce36852ed42e220ae9abf8f890 6f00f1b86bff8504c8f16c784fd52d25
e013ff4fda903e9e1eb453c1464b1196 6db9b28e8f26a3fc419e6a60a48d4c72
14ee9c6c6a12b68a32cac8f61580c64f 29cb6922408783c6d12e725b014fe485
cd17e484c5952bf99bc94941d4b1919d 04317b8aa1bd3754ecbaa10ec227de85
40695bf2fb8ee56f6dc526ef366625b9 1aa4970b6ffa5c8284b9b5ab852b905f
9d83f5669c0535bc377bcc05ad5e48e2 81ec0e1917ca3c6a471f8da0894bc82a
c2a8965405d6eef3b5e293a88fda203f 09bdc72757b107ab14880eaa3ef7045b
580f4821ce6dd325b5a90655d8c5b55f 76fb846279a9b518c5e9b9a21165c509
3ed49baaacadf1f21873266c767f6769
]]></artwork>
      </section>
      <section anchor="server-initial">
        <name>Server Initial</name>
        <t>The server sends the following payload in response, including an ACK frame, a
CRYPTO frame, and no PADDING frames:</t>
        <artwork><![CDATA[
02000000000600405a020000560303ee fce7f7b37ba1d1632e96677825ddf739
88cfc79825df566dc5430b9a045a1200 130100002e00330024001d00209d3c94
0d89690b84d08a60993c144eca684d10 81287c834d5311bcf32bb9da1a002b00
020304
]]></artwork>
        <t>The header from the server includes a new connection ID and a 2-byte packet
number encoding for a packet number of 1:</t>
        <artwork><![CDATA[
d1709a50c40008f067a5502a4262b50040750001
]]></artwork>
        <t>As a result, after protection, the header protection sample is taken starting
from the third protected byte:</t>
        <artwork><![CDATA[
sample = ebb7972fdce59d50e7e49ff2a7e8de76
mask   = 41103f438e
header = d0709a50c40008f067a5502a4262b5004075103e
]]></artwork>
        <t>The final protected packet is then:</t>
        <artwork><![CDATA[
d0709a50c40008f067a5502a4262b500 4075103e63b4ebb7972fdce59d50e7e4
9ff2a7e8de76b0cd8c10100a1f13d549 dd6fe801588fb14d279bef8d7c53ef62
66a9a7a1a5f2fa026c236a5bf8df5aa0 f9d74773aeccfffe910b0f76814b5e33
f7b7f8ec278d23fd8c7a9e66856b8bbe 72558135bca27c54d63fcc902253461c
fc089d4e6b9b19
]]></artwork>
      </section>
      <section anchor="retry">
        <name>Retry</name>
        <t>This shows a Retry packet that might be sent in response to the Initial packet
in <xref target="sample-client-initial"/>. The integrity check includes the client-chosen
connection ID value of 0x8394c8f03e515708, but that value is not
included in the final Retry packet:</t>
        <artwork><![CDATA[
cf709a50c40008f067a5502a4262b574 6f6b656e1dc71130cd1ed39d6efcee5c
85806501
]]></artwork>
      </section>
      <section anchor="chacha20-poly1305-short-header-packet">
        <name>ChaCha20-Poly1305 Short Header Packet</name>
        <t>This example shows some of the steps required to protect a packet with
a short header.  This example uses AEAD_CHACHA20_POLY1305.</t>
        <t>In this example, TLS produces an application write secret from which a server
uses HKDF-Expand-Label to produce four values: a key, an IV, a header
protection key, and the secret that will be used after keys are updated (this
last value is not used further in this example).</t>
        <artwork><![CDATA[
secret
    = 9ac312a7f877468ebe69422748ad00a1
      5443f18203a07d6060f688f30f21632b

key = HKDF-Expand-Label(secret, "quicv2 key", "", 32)
    = 3bfcddd72bcf02541d7fa0dd1f5f9eee
      a817e09a6963a0e6c7df0f9a1bab90f2

iv  = HKDF-Expand-Label(secret, "quicv2 iv", "", 12)
    = a6b5bc6ab7dafce30ffff5dd

hp  = HKDF-Expand-Label(secret, "quicv2 hp", "", 32)
    = d659760d2ba434a226fd37b35c69e2da
      8211d10c4f12538787d65645d5d1b8e2

ku  = HKDF-Expand-Label(secret, "quicv2 ku", "", 32)
    = c69374c49e3d2a9466fa689e49d476db
      5d0dfbc87d32ceeaa6343fd0ae4c7d88
]]></artwork>
        <t>The following shows the steps involved in protecting a minimal packet with an
empty Destination Connection ID. This packet contains a single PING frame (that
is, a payload of just 0x01) and has a packet number of 654360564. In this
example, using a packet number of length 3 (that is, 49140 is encoded) avoids
having to pad the payload of the packet; PADDING frames would be needed if the
packet number is encoded on fewer bytes.</t>
        <artwork><![CDATA[
pn                 = 654360564 (decimal)
nonce              = a6b5bc6ab7dafce328ff4a29
unprotected header = 4200bff4
payload plaintext  = 01
payload ciphertext = 0ae7b6b932bc27d786f4bc2bb20f2162ba
]]></artwork>
        <t>The resulting ciphertext is the minimum size possible. One byte is skipped to
produce the sample for header protection.</t>
        <artwork><![CDATA[
sample = e7b6b932bc27d786f4bc2bb20f2162ba
mask   = 97580e32bf
header = 5558b1c6
]]></artwork>
        <t>The protected packet is the smallest possible packet size of 21 bytes.</t>
        <artwork><![CDATA[
packet = 5558b1c60ae7b6b932bc27d786f4bc2bb20f2162ba
]]></artwork>
      </section>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
      <ul empty="true">
        <li>
          <t><strong>RFC Editor's Note:</strong>  Please remove this section prior to
publication of a final version of this document.</t>
        </li>
      </ul>
      <section anchor="since-draft-ietf-quic-v2-02">
        <name>since draft-ietf-quic-v2-02</name>
        <ul spacing="normal">
          <li>Editorial comments from Lucas Pardue</li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-quic-v2-01">
        <name>since draft-ietf-quic-v2-01</name>
        <ul spacing="normal">
          <li>Ban use of NEW_TOKEN tokens across versions</li>
          <li>version-info transport parameter required for all v2 endpoints</li>
          <li>Explicitly list known ALPN compatibility</li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-quic-v2-00">
        <name>since draft-ietf-quic-v2-00</name>
        <ul spacing="normal">
          <li>Expanded requirements for compatible version negotiation</li>
          <li>Added test vectors</li>
          <li>Greased the packet type codepoints</li>
          <li>Random version number</li>
          <li>Clarified requirement to use QUIC-VN</li>
          <li>Banned use of resumption tokens across versions</li>
        </ul>
      </section>
      <section anchor="since-draft-duke-quic-v2-02">
        <name>since draft-duke-quic-v2-02</name>
        <ul spacing="normal">
          <li>Converted to adopted draft</li>
          <li>Deleted references to QUIC improvements</li>
          <li>Clarified status of QUIC extensions</li>
        </ul>
      </section>
      <section anchor="since-draft-duke-quic-v2-01">
        <name>since draft-duke-quic-v2-01</name>
        <ul spacing="normal">
          <li>Made the final version number TBD.</li>
          <li>Added ALPN considerations</li>
        </ul>
      </section>
      <section anchor="since-draft-duke-quic-v2-00">
        <name>since draft-duke-quic-v2-00</name>
        <ul spacing="normal">
          <li>Added provisional versions for interop</li>
          <li>Change the v1 Retry Tag secret</li>
          <li>Change labels to create full key separation</li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA518+ZMUR5bm7/5X+JbMdkBWlYr7qDF2pgRIYI2AgWq1tcl6
ZX5WRZPXREQW1Mrov32/5+5xZSUgGySkzAgP9+fP3/G9I/Li4oL1Tb82l/y/
/vryKf/VtF2z2/KECSlbc+cv3yVM79RWbDBMt8L2F43p7cV/Hxp1cZdcRClT
ojc3u/b+kne9Zs2+veR9e+j6JIrqCJO1Rlzys+tWbLv9ru3P2Mdd++Gm3R32
uExLnLE7sz2YS8b58jLn/f0e6579DU802xv+M92m6xvRrHGdqPhPome1a2/o
umjVLa7f9v2+u/zhBxpGl5o7sxqG/UAXfpDt7mNnfqAJfqAHb5r+9iDDlB9v
fgj7o1tr7K/rZ7P6IW6uMOyHh5xZ3fab9RljXS+2+nex3m2xkXvTsX1zyX/r
d+qcd+BGa2yHT/cb/wGs3oj9Hnv9B2Pi0N/uWmLLBf5y3my7S/7Lij87fDDu
gj+VX0TbN9vpKui65D/vdjdrw1+9euquGc+wjRu6ul1pDP7PG7q4UrsNY9td
uxE92ESrEfMv+bufntZRFIXvF9ev3g/XYsaarZ2eYBcXF1zIrm+F6hm7vm06
2shhY7Y97/ZGNbYxnReyu0HIzvnH20bdcoxtNAY2Sqx5v1uOipn5pMy+51gN
7NoYSFZz12CkNj2I71b8Zd/x/aHd7zpDc2EGbEiKnt+JttkdOr7rOqwPIcWE
EDTV79qO40y4+WRa1eCx/taMK24hyn3jBnPbgr8krLQKF+tuxzvT3mErAv+y
3mz2JBuOOJpj02ybzWHD1a3Y3mAUDkVs77k99Id2WmFn3R5XjL3e9bQ4aD0b
2XJGmxBbHhi8dmccVsCdfbvDTolT9Fiz1bQxWqpntHkQ0Rm1w+ac2IlWdxd0
Kh8WbF3xawzEVJDC3Xo8Ic1vDej82KzXrDXK4Gy5mBhz2EjT8h3WIFpAYgIG
7Tb85dXrK2zmWdOpQzfs0BFLrKPtmK3aHVpxgxVwPLeQb4NBW0euo+vl8+uf
GAkj6fi66Xr+2z8eLXT7MaR6eOTnpn9xkLw14ESD07z3ksSwb8jE1rPBKeQl
wzyD1noNJ3H/Yanjj1degjeN1mvD2Hf85bZvd/qgnMgwR+Iff9D/Pn8G+R3x
wrQkW+ZTb7Zuz/tds+2hwM1WrQ+a9rGQKsc85g5tp9RhT/owO63+FtPd3HLb
2P6Wy3s6UnDR4Pl7DtNxg6MRGox/1BnD/vjjP5xKvnz969U7sP/6/RMoZlXX
9efPjyGrePDT3rQN6R9EJRABscLptvjPuRN/moKNigat2XbwBoc+UHYncAwb
8c9d2/T3g9BC/YSFMp3TkNYrHIkSBBkaLNaMBNXzUe4+GaeOTv/uh8MbFvR7
FOuP4r7j0hDDok+R/xPjQF5ujyzBOU6loTX4HvJser8diFZ7v+8hWR9xvPMV
LoJYKw516RlOTZtOtY3EWCjme+NOl+erhDb322Dj/rHib6EYdBckHS/ZbJ1k
M1AN2tdwIXwnnU1o3V4hfVi1JzqallhKfOlGU+dkI/AXa/Gn6wb32QuDqUjA
37uZuP++MV0HnYGJu7qBWH+J5fwhy9lplsf8g7kHF2BBvX0jKfA7496ad2D8
T80WO7uHwP8vx5NfXz95efFsNXNtgb8zSwm1gDW5a9zePhLpZAKbbtM5gTBb
7dWDWDQ8Zib1HwjE3UNnvHU6A7N2mz2ml2tzNgxhc/O8MXCPmiuYou6wJ2jB
O0gBvD1Ozpkmsr5NOMLjlXCPeWM2XHQSZA/rNb8xW9OKNQQfquJOE2cJdYCg
YDGhdUMEYFJo7VbDwjZ7jGNOoXu4WG8B6aHt1svZip89fbidhbcx6wYORAT9
Y7OpYS4hwvdcHnq+NndkO5wvbAFL2sbN39Fh3+4+8s1BeTWgcxg1HzxiurEW
u+0ABby3Xd+vgnEbvQ9J18bgPnFog13e0EHNPSjtSZl2+9CFslObmiTBH+tu
C9Hy/tE5OpBpxAdajWhutvtDT5aPuf051d7NJdYetmG7uG7IRSrjj4xEuzN7
0QrP7isc/SB33u4GGemWnNkao73qwpkbh1hO7QMD9t4sMEHaCGHQu4/bmxZW
GUffQ4tIeb7jT3fbO1JMzE1IyDjC4AixyNkvf31/fXbu/89fv3Gf3z3HCbx7
/ow+v39x9erV+GEY8f7Fm7++wn0WPk1PPn3zyy/PXz/zD/9y9fczb9jP3ry9
fvnm9dWrs8FeTWiMbCb2Ig0QXG/afWvIdh4bR3gTnsRxDSPwH/hMHz9/dtt7
5oQIVhcy6PRlETnED+RpUn236YnJD5Q/HnBIkDPRsQVNgwM+D5/IWNM32jFs
lUemCcjkL3YfyXE6gwnDRmYaFiHIvycdEGRNpmGilHb33biRnxqz1v78hkuW
LpFiz9xxRzIcfSqjWuSRyvwcr+j+C++u33rreo0oBuJwtV7PWDN368EKU7Tj
/dpAbO/VhiYIFNyJ9cEPAvD+fvBQlzySwOXf8+ji3fU1fYsjfHsB7nS34oNx
V+j+O9NTpIbRkaP2qdMxyPH+dlDMjm58N/q+9+Q+HSvIkZKFdjDOaaUZR0HM
O39MR551OqsRF/c7kP6vf/2LBdv8u5v4CTgpyqhUSZSKvJZZGVeZiHWRKJGX
URYVRpTCpCbXqXvaUfniL89+4q+ENOugb2v32ZM5ik0gYCI7MDzoNJHrNvAo
EM/m24iX2/jjsvO3fnI+88mZxFmcfX58Ph7mclI2TLrgTfZnJ3UHRojU3BAS
Y9fiZknrYtrqz05LaoNp2GGvncs5MVvxZ3c+GHTyucwF0DT1GbHbfbtL3Pdz
75T9gOZucR9fF7dv93SbDbfx1ZM8G/LhsFzhgCHktYzx1uXm0GixVT542pqP
bLT5M/g37bZeFX9qt963w9sPNnXlBfHonDjOaXIARPqWHKeXyyFgPPEMf/SV
43zMAqdHDQKJMOH8CaL06FOaJTm0R9mqKsta28TaMjaVkFaUVZLVVR2bskgl
LGpi41RFWZVmqU6zSkVFZBJGpJIaSlHllValxF2om7RVWcSltZmQSZ5qyfxe
aGicxbKuVZLWMkpNWeW6EImprddQNpnU1zNvCifZASx6X92dAiHbHUW3gLh6
sDZwVRTqTv5ixZ9PuHLm4Nk00aa5ue0dDG+2BzOiRGL/5HZIZsQnYK//R4DN
Y7SGsB9zDk45jE6JBgR5lD5Rh7WAc3lxff12uIlTAql0tvxq3V+8v1PBc5ZV
Wjm7A+/TqR2Be7fXQAlgSucd9IiT4KqN3746tOQA4KfwLEUjh6ZDbGiAmMx2
wbIuUDMGIjNuABCu+wZed4I8rUFo6yEbTJUUfrckaRPm9peEC00D+BVdt1ME
3PXM85/C5eDu9dO33AJhSpjZFf+JYoBPgnw/aTEGNDeUG9F4um86guvzozm7
Tc/gGkZWBtgzDDlCDYKSH/yj8GGRn/oI7jOndPLecemHdNhWa7Ca8VB6OEhK
fniQOiznmDkkTuDDgSvd3AOy4UtweSTKDvV0GHtObgHQo/N2DF68IcPLZgHa
72NSjQDnkC4loRMIdQi6j4maybH9+tr7NagH4c5R+E+h0ynfNFMRYwb9GQza
vxEatM43+2SO4FMoNvLUycAsOne7Gk8FIj17ZjE2cZDGM/98kFlGURzpz+yp
I/ztYztHzBBVDdrwIOBZsdO2gcvdREl3LFkndnlEg7jbNYDLPu6jXOTeY74p
tlvYuXcGzql1gBdW7umD6RdbHPYyUhc7niYBwvp0ESSBtbNZSRJM48JYjWsh
1nQZ2OC9iKteNyBCG0Qhg4oMonLmg4YxLh+P8cx725mgUV7GhryVy1SQZFMU
5x2ZB1XnpI9O7g8htzoq5Tz/yLzK8eZmC0HoFlMQfCOrsIjPQwQZHhtiKLeI
GMH9JNqNl4ruIDvwi+4MUNUJxCJZ6Nfudx9MoC1sDzGVS17qE8kKzN/03fxR
EpBBr/0i/bRN3Whn1YMUT5abmK/b3d5ndTwsbSzx0A81+mGUPh4pycMpU+Ei
Wiof+MR6SLZ4WhFYLU0ovJB15mVMntDD/KFAcOHGheN28dXIKRfd+fyWW6s1
a3PnEglfoO4hpyaZ6ufkjj5o1PqXzyZ8T7fMJw+LzheBLFtEI+UqHbAUxYiT
KZxnyELaxjZtN4lLIIDNJClQBudBRzrns3Mzp7a84jwEUX6Xg+lx6SJSI+I7
CdRxytFrApE1Hcho5QVlgvz/ITAa7kH7pKtnyIr/6H3cTGUp60ImyGc0yCOx
k0fkdL8fFc5ptcdTlDKhx6G1e5e83g1Es4Hoo4c9BMD3zoz7mpE0ivMDQ8HY
m62HKoPeU/o90E2Ji0FjTnFpmMWR7vnNiNOnbMIxt2c+n89ObbQ6BOdECxkj
8HdE9TjpUERx4doBErJ2an1QRD1lre7HrVA9KWxlTGQ/3An48SM5sKOsitvU
GOoT/oopC/CnRIgyZROWcdM5a7R8lhKpC2M8B9+34s4gIhjlwmdPg83B3mkC
oBoE3oPx/bg7rLVPoNOgjUf4Lt0H6tmx4ZqkZsWPPBCwyp9FTxOw9qYfHH96
uwPvjlI85F1hnIxPgs7Nw+BShpUnlnvyWMgKnc8F1rGUXK/L7R6bMnfYgv36
/N37l29e//76+c9vrl9eUfru9+fv3r15t/JG49jpuROPvnnIkwYQOPTmmwWR
c8c6qE+Iacedjvrr97oKlQmXSA7Js2MYcUSOcyFHG90d+nnyXC2iQJdepKLI
O9MdNvuxQPH6+d9+v37zl+ev+TU5WcryYFBnfKkRQuJrQYuRzh37RNpYBQpn
uXB93t6zGZmOC6GW4cz+ZhWqNCNaHEHHERGkd25h5msPx4HKfJVdKEv05nhc
Mht3TlPeNcqn1gU4NByDE4SZBx1Np6tazbZHivsFMolnzPkv5Ursuy2l5LuD
CVkWwR+AKhgLGLV/gjpijp8OXgARJgFRRhEfrU9RnxcAl5qn87odVOV8lAQn
L8sZHVmzCWdqBLnBDQpeN9BdWuWwBVUuHBrqa1RACZ5FbIDQnVyDQ2IOL1y5
COpDsZyDMw9R/xyWnzsWeppcoLpgJtuIfTeI1gnABNkey+WjmwCjnbC/mZdV
vpESGctrs+TiUIhwASzZPlcznhdrVvyZIfnpfAUEEfxhE2APjmqZyXaRbwC7
s7DO+e0jmBSzWdZ3UZ4BEYe18HP5kxrLsc2WGjIEIQl321vilmKW9f1glOY7
DhafsTGfv6GjmJc6Oyp2ARAAsJmP2BE+IYbthsKnx3EDpiaDP9ctLzM+4Hfp
m0Bwc1w19W6F64MJJ82Wlgt4andHRzoYCldaMV3vEapvR3E1yUDmUUHNdXuM
1mAikXmTPsuLOXPlgWcI+lojOhhTSVU10zq3Ng/PhqxE0587xxraOwLG7w6u
Iij4iVrjfC1KC7mDcmJ7BfMP2kOK6I/vxPz759D+c9TsMsnvdjfPFh/bSEQN
nlUDo8XeT0w1T3FH3VwBu4ZV+zEwHBIKxN+r6SZ/Je7h9N4OzS7z8PzR1au3
rx9TxtXl6tIo/kzJbGhAQDZTwoX6GPYe1VAWjx3bdnKL1B80H+Qze8dtP8d5
RMpIOENHaS9KGy6r7dS98vmzD9H17r+XI/SeihkXetvtaDDG0Y58MmVBydKa
rHwpyqexhg6WkPTxe3WdO8sMj9/fwxuuckb59INLYX8rtRs6a+aSMBrQbphk
R0UUGBXlAPKesoSuIeY4cPXgaEOdTq4P6KsVaH5zoH4o/sX67TmjAvt42QNb
InOki8qXg9C5YHNuKGaUQmnY2NTm+ENNUg94s2yUo7QOjEZIWLkH4PSWRUwY
aJ9ueIBlWGtumo5qe4z9SiXCy1lhEsChF/2hu/R62Dn8hYvzguulzxo9C+TA
mnk1BdE4svXatJe+T4vRFaH60DX6t5999xQ5fScJLs87VD7fTu7qj++ojfIi
dOANhmLIUnW31EwTssTOkT0s0XW70PY2VJGD/SVxlw4kDdlR5dNjrschUOTm
PA73nA1yOcEBZlB46Iwn268Px6ktX5r1auKMziyedZBwy6sL6mwK010oF2Cw
Z4YS+KOjn/IYRFP0qUrrTFU2Sk0e52VUgWRy6c6NbIx2jmEq+7KQZgEFrqA8
3nA8dP7rFnykZMDGSR8lKP9Chch5fXQI0jT8WjtEDuYTJH3I+tIFqq5ePP+0
B1suXJF17MBgj/xRUO3hg7bu5srN/Tj0FU1tMI5EftPc+RzZ0cRsmJIo37VU
QfW5CVelcAH2od8f+lDyHtKGEFgeRUkU2TIrVJmmcZomUZEWqqiLvDBlhm91
YajOPaQ+Tj9TpkVeJmVB/52emQqX7qEY/yweisscQ9OySOkhiYfr2WPNnXsq
UkdLLZ+qy2L2zO0+rPTVZ6qSmnLdUQ6tTaEI6HPuG6jyUXU91AgHprs23Ufz
2vs5V41+7BqFn3CtrZKlrBKRpZEsqyxP4kjoIpMZUVy6YZwbnccyKWoRZxIs
F6I2opZpUViRSjDEFwB97oTW71xtZz/11oWDnHXzBbr9jd+X5AfiHgjko+Ww
c342Cgh1xeBvmgw7q60pExNjQ6aObQ76S2JmHuVZlGYmCzsr8zLXmYiszFRS
ylIVSqZRKtK0ypJUGBbqpA9pOUn5+VERnGiKi5GmXNtEmsRUOs9qVYG0urCq
TtPaZnmRMtbcnd74NxZzFXW31rh/I3KTqjq3mF1LnFsJXRC6Yux2/z9aw5Xl
l/uJ6thYWaawY0mWlTqCWlS2yKMYglTW2TfFIujqQ7HwN/7HYjHagAdiAZZI
W4haxapSZVzFdVVC4UqpK1mXtQliYXVdGQUrYXBipU0SFRWmxq6kiIRJ7JfF
4iTlXxeLONe5zHQtElnVcSFEWstYWpOXmU6E0F8Wi28sdkIsRJWbUqg0Vjop
cyVlVOeqSIovi8U31jghFjJOqyJWVmgpax3H1tZZonUVwe+pNJVDu8B3Idsy
euo/vuuc+74IHjWs+XmRFwtlqO2Rf19xl7s9bIN4GXJL9+ud0GOLekjcLapB
E9p6+u7vb6/f+PcAzrkDBGbrGrXfXj179vL1z/5W53sIPlAhKo6LxEOAsFSQ
3giWPossuRH8MTqCRTHSVlbkhY2TmuOA67zKRFrVRQYzpbJIyqpIldWpqYqK
RZk1qchKGxWQiqLOqky5duksRuQSpxzK7CZXQxu1W8l9JPdUsSIudBnBQcIA
wlHaQlvrRrmRkSCHVeEvSI01/sI4xlW46wwlaMAcCnMYZzfpbxyNf9KUvCue
TjI/QxLVaRnJRNVKEOVSMClg1nJYYi1FmafaxGVsBf7mYI4yMYfpTWEDM6Mg
6mWG9RNJc2OyFByMWKTHrcFsg4IUBPvbFa5UHJcq2kOCgY4nGB0TUxxZmCGF
p4ZjxVh79AePYkXswn0p6Uv4XIHF9LS7wkA5vdxEl3DrGL9FBZ+enAzeXA5D
q9j0Aofga7O9ARCFZMZxlfgG+UsnkNkgUE5W/bsEUC5I2vSqgBfE87FcFhf+
oVku3aWtxE3QCk8BW/SkL2psbqoxQzy8/mF5EiRap0N4cYIDJJZZbYJgJJ4J
s8Z6X+z0urgfIsKA8wKw5F7xfbfUg9a6FfvRKDFUmMNtV0gSS34NlLvUFpY+
n6WG4mJkoAvBH9qJGRmBsz7/HXICs7UpDeUMRzf4Kx8IPeFJKitTxFFewb/D
2UAuTV0aWYrCQIfg4jei+4CBV8/fXzx/+uOj2/15WPXxb9Fqlf3De6AnvDJZ
WscaVoKFWsNv0T/4/33CaQL6+L/pJQo7DNd6GBVXq1UST0Pj+axhzioMdg9+
+2jHp0b5npKkcz765NvAlG/NzOdTn2Icm3PO5mVZZCpXMIpwWlLkmeTAG3Fl
yVkaBZdelyrPLNB0DJMD35mwLDOpjGEBawBWVcKf53DidVVkdZqlMuF5WsQ5
XL1MTaZtZHViSmtqXdSxiGpTMGBeoOG00JUACqgqkUVZUiRpFmmghDrnRsHd
AbVjJRhEo3SlCp3kRSxyAYhcskTEznhWcVEpsiGxiiOTSBtnOgd7OIC2SSo4
S1jJWuUAUra0VsJHA5ZGUrMS5tEosAamPUesA6xlrXHuRFVRVXORaUCxtATv
YilSbUtQn2utyjqpQCpmyOs4skamymRKwtFUoDE1Wke5jYuYZ3lla62wVyPg
DYAQ8B8lYP6xCyAUZrSosyIzBfkr+PLUlrVQNbGxlFkWc4NIJklKHESmVa3z
urRFIWQkJJYCAGU5XF4Eh5JmtS7Jt0iTViY38B45jrvkNiZXkWqdYopKmaRG
lJbVWY5FDQ6GGat0bWWewGmmVWnTuDKprnUCVGHAE4796gIADwKmAW5khhkl
/Jouq7yqspphYyRyOq2ARDK4HJ1IcFHHtUA8k2k4lBKSonNR1LWg+EGXVkuI
LsSvzOOKxdgR5CyViMoVhCTPc10AVcJ9ZyaGOwDlcIFZLmqStUiUBXClhmDm
4GAM+5hLQH5RKluLCDFGhDCKsFJdUtulsCnP4gzzF1kh8zKtcGQqgwPI4eTi
SmOHrAKfIZJwhrqWiUyFRdyCLSpA/gqzcKgNgpgskaRMEi4Y7DCAHqAhIkln
UVLXVRIbFdcUipiswvIAHUkRxwicFHZRJTazJT1Y6rQogVsgbRH2ZXNVW4bV
NQ6+FoA2mElKJQq4dYBkPFEUGa/h7VNopoMYJKqIwUCqNHUC0SkilmclzhkM
imwm6gL7gE/WKoHAZVKaiqe4Z4AloHwIMyGlOHWYAl0hiAIvJTOImUthAZKB
i0CEtUVZyUQA0wNTSTh3KQsIuFUKZgbcxexlbeOq1EIkVhlWKaCSBFRjpADk
r2yWKRALHGLjNK45jgK+X1kECBCXqEIYCTuFY1GllLmMGaiuobEkFgm2jpOP
YHIgrjUODTgekJvkMYNMYwDOH5E0gn0cTU5WAbsAC3OgNfBA6yzGVgUUVMPI
yCyP0zrlCMqrpBJQDmWTyIqsECrJQCkoTuoyZYjd46IE8/APeFsZQG6EvSkC
2wJ6WPOqFLGWAHQlwFmi67RKyxIYKqk1NA1hT1yAgxImsBIVYCn4XiRJATMH
MRRVEvEY21apKArIC8S8jAmSIUAuSV2tTFgZ5zA5OLwMioArMDgRlFuo0pg8
t4pX9AjCrExWtsTxJgpaBsMAkyaor5gVRA1pXwIjVsTUqlwVCSiWMBOJKHim
JUhCIAbWYw4EbQrHZExWFgKWrATghJ7CFgnsEkASHEoTSIqEYYzJaMJf1GA/
gVG4orwArE5jQOMYEqkLAeANVwE/VcSQSCg3jCjdMBB7aHoJxYaNgvjWcBeI
r8u8iAQJbSHhfBBa1VXKilJgKiULmxiYOrgr2EdjJGxAVsIXQqozQVAcfgxX
4xpWsBAVEHqFkVYULNZgq7DkHuBNYPpgjGGV4jiD94GSckQUcZZUZNmxX5Iu
YgN8a2xTFQnLUgE5jGANigrwH6JkEgT/BjYOQUhVR7yAD4XbrGArbQUcDLkn
rF9lVsMUJzkzUZxa6D/UDPPWJjYQxlTF8AAyjuuCFzBYOChT2aQAD2Ch4Cxh
AQRMKjadsDgzpoZZKkSMCAZClSiBZeBt4TwK7CKpwaQ6AVCvSnh8OgVYnhyK
DjuUVTlTOi4NRT55ncNb1nDgNbxBrEEC+AZbjdMrZSUgPgCokEsl8TkyCuZR
G8xASaxc2sQCW5icgiCVQ34s3HKBlaDdsBw1ohaywLkCRzPsKofHwoI1DAer
dQXkAalXUZ7CcENtpMJnoXOQZhJINaTDgB7IKTYBaxXbSgs45QxeIxFMwRzB
b2fQzsJgaZlDZ1NRVeAt4hjLYQLgpxGNlxJCISQdc2QE7CqsL8AKA8MsABIi
pgK6BrrhWqDXORwNPueWlwU2mEFVCOTAR6ncIMCEbsFpKJgYBj+f1eAN9ELD
ycKclCm0W8E1wWIW9RSRh7dShx6veRebD7yXQfMInbehQ6wz89eiEaVfPf3L
EFMLtoyx/YsSR+H1EEInY6TpgmnYFnclL1wwDRrglmBGoFuwbHEBPa+Btcoq
AeqxZVqzqlJAgjVdoAMkBwwzCZcLDxZjLk6RtAtYDEWzi0AWAKSGj4RlLOoI
rNVRBdEG1oECQMpgKIC3Ipx9UpVwsIBxgEsAVbDqstYCZsMFsszHsRNqDqD7
qONmeleYGjE/nozMkhNh4RjmuKjpRPQWD0A8HoE4gn4bwUQBdyaCcKzMib0l
xfexJ/SK6PD4/jx0gU6h2Pk8DJqXa3wARC8sC2rscL2O9CbeuNf+tmn1LFqg
/RxHT0bKsi4TuGmTAz1FBvpfW/j30lTalIUPnlwcg3A8tRkcwyySib69TTxl
pvOwrkfjRATjgr+Be9+Ylg/zFqnMTu2AzbcgIwoQXJ5CxIAYlAlGDFZYU0Uw
jRVgf6ahydLAjCCcgRUoEgYgjeAAgpXDmEEVCpXAacC0VRBuISIO7F5mcOkC
8NsiNoC/g08oiwrAOwdMYtCV0sKFJyUgbwr4r+BpgdMqOC+EHobD9OZVTDZO
JBRG6QJWHdgnQZgA4KAYwF8FB20KmMh4ZjJc0Wyo8LnK3lEhzcX4vp1UGt/y
O7MXQ2i9TOf5ht7T6cDPvk2zGV+lUrdGfVi+cb+syS01ypeoTlbjzt171749
zo3yryeNZbihYcQLznyXQz3Dfk1Yygyel+pHBYIeVcYwQXByRiMggVdS8FGK
IVCJKIU+y5LeCvybRBdvd+t7PJLz97fU7rh47zQcQCiqhoNw3UKhMNf1Zt/x
8D6Bnr3kPFkOqvUzQc9idq9WLoE0m9dlXa6eXz37/emLK/ybRL+/ffPq70SV
/yGHfjb63LWDjSmf0E44pKc+4uyGyoA3ib5LRwxFWbfWw6rkrGBod4c2FEUv
8dwHc+/eOXr5K/43JL2Wb2hOSbOwsO9RpcYgGV7Y8ybP9fFSodW/NKn5I/dj
EGv6pYy5aISX/A6ta9FplgygXxuZ3twbqkCUfoc9sBXC+qIy0hQ1Bc5ZJTQZ
hVCCAI5NEanQC7IRMCjcIBAiIGIE9w13J79WgvhSzWFWB5EIpQGZE3itKMkB
qgA9I61j4MnamKEOIhBNGgg01SRFZIAYKEdSA3AJ4CObfK008e1aBOJbCcgk
EY1B+FOXQoX7/lot4gvFh2ljmgKeIkJYLzLEPwhiLLChTHNV1CbRImwMcAqw
AWqKoDhPAUDBYsQDFEEBFhts7MPhz9Hg3kVd0oCl0jJTWW1SnVDWpACsR5SV
UXwD4DycsI60BUhEeJ1A94VwgRMCYgMAjfh75qdGwOX1etLnZnu3W995wzQr
rAn/+0SjOQ29x1tmNnsYzC/2KITXicJDY6UEKolZqdNjBGrc9QQw6gkQ80rL
Pw9QkOhTFPvWAGrhP4FMgIdTBOZF5lqknGaNNuOwbFeeHgpJ85RP7QgIy7Jo
+Nkh2OfH/q2tjt2Ku9Bathd6kYEO5tDP/u/HxR3frS6Na3Antvqu4SUt03rU
fWjNR1xzueWg7vstP/7zZNoyfxTaNR6HV2uPBh6rRVLRy7hJzU7UFACEAGUR
xGVszLCvBXnGT72r0MbjddXsYaHcDVxHhCnhyGFHgAh0ifAT4QrQa+LMC5Tn
VKp3NkX4ZZrhV7A6eqF2T62Ocm1W/M3WOIa4lPqHZr93DocNZju8zUT+5Av5
/iNY+C1aR1hYl/CeYJm0EyzMgWtkrIppR18AfLzDoawNtZGGnQz33faoHBIv
z9nfnZb4s2x1Pn17Y9a7G8b+D//+e/oRjueafuDq3zr3vtLl999z/nZtREcH
sNndGe9Yhhaqfdu43m48vT/I0ae6Fzjt4gWVofq5eIWd9FmZk7/xl9AvTXha
Gte4v/EvHzoP/eqgoNBvRasP5hvzxDTPj+FNTxDxsGNftbupC7jD6Kl92O5O
vtYxohcX8FBD1OxXR4jsTwQvGnqP2v2y2IctNUlRn+TR295fJz1ifi7h3khf
vIJJC3+9iRyPXmn3QgFJUuiAw8WfqX3X6JnxcT8BMmtBpV/swJJg8zit/ymx
7/nTtQj9bjNqwm8o8fDKpmc3NXUGjrfTyxVfYPkxG+iXAo8kwf3GTes79rnQ
O/f7W240bj4za/ebMq0Zf21l+FW/ZkPth+F12PkGOtedODYLTz2p36DGydMv
IrxyuJTxYJevf3y2GtkfTn3ZhfnVFdyx+4dnrZPTO7p09q5Pb7enHYVfZ6Ce
tziEAvSbDgHrjQNCDx69pwcJ6E/+hBH7/9/xLhafUwAA

-->

</rfc>
