<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.1.2 -->

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

<?rfc rfcedstyle="yes"?>
<?rfc toc="yes"?>
<?rfc tocindent="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc text-list-symbols="-o*+"?>
<?rfc docmapping="yes"?>

<rfc ipr="pre5378Trust200902" docName="draft-ietf-tls-dtls13-00" category="std" obsoletes="6347">

  <front>
    <title abbrev="DTLS 1.3">The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>

    <author initials="E." surname="Rescorla" fullname="Eric Rescorla">
      <organization>RTFM, Inc.</organization>
      <address>
        <email>ekr@rtfm.com</email>
      </address>
    </author>
    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization>ARM Limited</organization>
      <address>
        <email>hannes.tschofenig@arm.com</email>
      </address>
    </author>
    <author initials="N." surname="Modadugu" fullname="Nagendra Modadugu">
      <organization>Google, Inc.</organization>
      <address>
        <email>nagendra@cs.stanford.edu</email>
      </address>
    </author>

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

    <area>Security</area>
    <workgroup>TLS</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document specifies Version 1.3 of the Datagram Transport Layer Security 
(DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the 
Internet in a way that is designed to prevent eavesdropping, tampering, and message 
forgery.</t>

<t>The DTLS 1.3 protocol is intentionally based on the Transport Layer Security (TLS) 
1.3 protocol and provides equivalent security guarantees.  Datagram semantics of 
the underlying transport are preserved by the DTLS protocol.</t>



    </abstract>


  </front>

  <middle>


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

<t>RFC EDITOR: PLEASE REMOVE THE FOLLOWING PARAGRAPH</t>

<t>The source for this draft is maintained in GitHub. Suggested changes
should be submitted as pull requests at https://github.com/tlswg/dtls13-spec. 
Instructions are on that page as well. Editorial changes can be managed in GitHub, 
but any substantive change should be discussed on the TLS mailing list.</t>

<t>The primary goal of the TLS protocol is to provide privacy and data integrity
between two communicating peers. The TLS protocol is composed of two layers:
the TLS Record Protocol and the TLS Handshake Protocol. However, TLS must 
run over a reliable transport channel – typically TCP <xref target="RFC0793"/>.</t>

<t>There are applications that utilize UDP as a transport and to offer communication
security protection for those applications the Datagram Transport Layer
Security (DTLS) protocol has been designed. DTLS is deliberately designed to be 
as similar to TLS as possible, both to minimize new security invention and to
maximize the amount of code and infrastructure reuse.</t>

<t>DTLS 1.0 was originally defined as a delta from TLS 1.1 and DTLS 1.2 was defined 
as a series of deltas to TLS 1.2.  There is no DTLS 1.1; that version number 
was skipped in order to harmonize version numbers with TLS.  This specification 
describes the most current version of the DTLS protocol aligning with the efforts 
around TLS 1.3.</t>

<t>Implementations that speak both DTLS 1.2 and DTLS 1.3 can interoperate with those 
that speak only DTLS 1.2 (using DTLS 1.2 of course), just as TLS 1.3 implementations 
can interoperate with TLS 1.2 (see Appendix D of <xref target="I-D.ietf-tls-tls13"/> for details). While 
backwards compatibility with DTLS 1.0 is possible the use of DTLS 1.0 is not 
recommended as explained in Section 3.1.2 of RFC 7525 <xref target="RFC7525"/>.</t>

</section>
<section anchor="conventions-and-terminology" title="Conventions and Terminology">

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”,
“SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” in this
document are to be interpreted as described in RFC 2119 <xref target="RFC2119"/>.</t>

<t>The following terms are used:</t>

<t><list style="symbols">
  <t>client: The endpoint initiating the TLS connection.</t>
  <t>connection: A transport-layer connection between two endpoints.</t>
  <t>endpoint: Either the client or server of the connection.</t>
  <t>handshake: An initial negotiation between client and server that establishes 
the parameters of their transactions.</t>
  <t>peer: An endpoint. When discussing a particular endpoint, “peer” refers to 
the endpoint that is remote to the primary subject of discussion.</t>
  <t>receiver: An endpoint that is receiving records.</t>
  <t>sender: An endpoint that is transmitting records.</t>
  <t>session: An association between a client and a server resulting from a handshake.</t>
  <t>server: The endpoint which did not initiate the TLS connection.</t>
</list></t>

<t>The reader is assumed to be familiar with the TLS 1.3 specification since this 
document defined as a delta from TLS 1.3.</t>

<t>Figures in this document illustrate various combinations of the DTLS protocol exchanges and the symbols have the following meaning:</t>

<t><list style="symbols">
  <t>’+’ indicates noteworthy extensions sent in the previously noted message.</t>
  <t>‘*’ indicates optional or situation-dependent messages/extensions that are not always sent.</t>
  <t>’{}’ indicates messages protected using keys derived from a [sender]_handshake_traffic_secret.</t>
  <t>’[]’ indicates messages protected using keysderived from traffic_secret_N.</t>
</list></t>

</section>
<section anchor="dtls-rational" title="DTLS Design Rational and Overview">

<t>The basic design philosophy of DTLS is to construct “TLS over
   datagram transport”. Datagram transport does not require or provide 
   reliable or in-order delivery of data.  The DTLS protocol preserves 
   this property for
   application data.  Applications such as media streaming, Internet
   telephony, and online gaming use datagram transport for communication
   due to the delay-sensitive nature of transported data.  The behavior
   of such applications is unchanged when the DTLS protocol is used to
   secure communication, since the DTLS protocol does not compensate for
   lost or re-ordered data traffic.</t>

<t>TLS cannot be used directly in datagram environments for the following 
   five reasons:</t>

<t><list style="numbers">
  <t>TLS does not allow independent decryption of individual records.
Because the integrity check indirectly depends on a sequence number, 
if record N is not received, then the integrity check
on record N+1 will be based on the wrong sequence number and
thus will fail. DTLS solves this problem by adding explicit 
sequence numbers.</t>
  <t>The TLS handshake is a lock-step cryptographic handshake. 
Messages must be transmitted and received in a defined order; any other order
is an error. Clearly, this is incompatible with reordering and
message loss.</t>
  <t>Not all TLS 1.3 handshake messages (such as the NewSessionTicket message)
are acknowledged. Hence, a new acknowledgement message has to be added 
to detect message loss.</t>
  <t>Handshake messages are potentially
larger than any given datagram, thus creating the problem of IP
fragmentation.</t>
  <t>Datagram transport protocols, like UDP, are more vulnerable to denial of 
service attacks and require a return-routability check with the help of 
cookies to be integrated into the handshake. A detailed discussion of 
countermeasures can be found in <xref target="dos"/>.</t>
</list></t>

<section anchor="packet-loss" title="Packet Loss">

<t>DTLS uses a simple retransmission timer to handle packet loss. 
<xref target="dtls-retransmission"/> demonstrates the basic concept, using the first
phase of the DTLS handshake:</t>

<figure title="DTLS Retransmission Example." anchor="dtls-retransmission"><artwork><![CDATA[
         Client                                   Server
         ------                                   ------
         ClientHello           ------>

                                 X<-- HelloRetryRequest
                                                  (lost)

         [Timer Expires]

         ClientHello           ------>
         (retransmit)
]]></artwork></figure>

<t>Once the client has transmitted the ClientHello message, it expects
   to see a HelloRetryRequest from the server.  However, if the
   server’s message is lost, the client knows that either the
   ClientHello or the HelloRetryRequest has been lost and retransmits.
   When the server receives the retransmission, it knows to retransmit.</t>

<t>The server also maintains a retransmission timer and retransmits when
   that timer expires.</t>

<t>Note that timeout and retransmission do not apply to the
   HelloRetryRequest since this would require creating state on the
   server.  The HelloRetryRequest is designed to be small enough that
   it will not itself be fragmented, thus avoiding concerns about
   interleaving multiple HelloRetryRequests.</t>

<section anchor="reordering" title="Reordering">

<t>In DTLS, each handshake message is assigned a specific sequence
   number within that handshake.  When a peer receives a handshake
   message, it can quickly determine whether that message is the next
   message it expects.  If it is, then it processes it.  If not, it
   queues it for future handling once all previous messages have been
   received.</t>

</section>
<section anchor="message-size" title="Message Size">

<t>TLS and DTLS handshake messages can be quite large (in theory up to
   2^24-1 bytes, in practice many kilobytes).  By contrast, UDP
   datagrams are often limited to less than 1500 bytes if IP fragmentation is not
   desired.  In order to compensate for this limitation, each DTLS
   handshake message may be fragmented over several DTLS records, each
   of which is intended to fit in a single IP datagram.  Each DTLS
   handshake message contains both a fragment offset and a fragment
   length.  Thus, a recipient in possession of all bytes of a handshake
   message can reassemble the original unfragmented message.</t>

</section>
</section>
<section anchor="replay-detection" title="Replay Detection">

<t>DTLS optionally supports record replay detection.  The technique used
   is the same as in IPsec AH/ESP, by maintaining a bitmap window of
   received records.  Records that are too old to fit in the window and
   records that have previously been received are silently discarded.
   The replay detection feature is optional, since packet duplication is
   not always malicious, but can also occur due to routing errors.
   Applications may conceivably detect duplicate packets and accordingly
   modify their data transmission strategy.</t>

</section>
</section>
<section anchor="the-dtls-record-layer" title="The DTLS Record Layer">

<t>The DTLS record layer is similar to that of TLS 1.3 unless noted otherwise.  The
only change is the inclusion of an explicit epoch and sequence number 
in the record.  This sequence number allows the recipient to correctly
verify the TLS MAC.  The DTLS record format is shown below:</t>

<figure><artwork><![CDATA[
  struct {
       opaque content[DTLSPlaintext.length];
       ContentType type;
       uint8 zeros[length_of_padding];
   } DTLSInnerPlaintext;

   struct {
       ContentType opaque_type = 23; /* application_data */
       ProtocolVersion legacy_record_version = {254,253); // DTLSv1.2
       uint16 epoch;                         // DTLS-related field
       uint48 sequence_number;               // DTLS-related field
       uint16 length;
       opaque encrypted_record[length];
} DTLSCiphertext;
]]></artwork></figure>

<t><list style="hanging">
  <t hangText='type:'>
  The content type of the record.</t>
  <t hangText='legacy_record_version:'>
  This field is redundant and it is treated in the same way as specified in the TLS 1.3 specification. The DTLS version 1.2 version number is reused, namely { 254, 253 }. This field is deprecated and MUST be ignored.</t>
  <t hangText='epoch:'>
  A counter value that is incremented on every cipher state change.</t>
  <t hangText='sequence_number:'>
  The sequence number for this record.</t>
  <t hangText='length:'>
  Identical to the length field in a TLS 1.3 record.</t>
  <t hangText='encrypted_record:'>
  Identical to the encrypted_record field in a TLS 1.3 record.</t>
</list></t>

<section anchor="sequence-number-handling" title="Sequence Number Handling">

<t>DTLS uses an explicit sequence number, rather than an implicit one,
  carried in the sequence_number field of the record.  Sequence numbers
   are maintained separately for each epoch, with each sequence_number
   initially being 0 for each epoch.  For instance, if a handshake
   message from epoch 0 is retransmitted, it might have a sequence
   number after a message from epoch 1, even if the message from epoch 1
   was transmitted first.  Note that some care needs to be taken during
   the handshake to ensure that retransmitted messages use the right
   epoch and keying material.</t>

<t>The epoch number is initially zero and is
   incremented each time keying material changes and a sender aims to rekey. 
   More details are provided in <xref target="dtls-epoch"/>. In order
   to ensure that any given sequence/epoch pair is unique,
   implementations MUST NOT allow the same epoch value to be reused
   within two times the TCP maximum segment lifetime.</t>

<t>Note that because DTLS records may be reordered, a record from epoch
   1 may be received after epoch 2 has begun.  In general,
   implementations SHOULD discard packets from earlier epochs, but if
   packet loss causes noticeable problems they MAY choose to retain
   keying material from previous epochs for up to the default MSL
   specified for TCP <xref target="RFC0793"/> to allow for packet reordering.  (Note that
   the intention here is that implementers use the current guidance from
   the IETF for MSL, not that they attempt to interrogate the MSL that
   the system TCP stack is using.)  Until the handshake has completed,
   implementations MUST accept packets from the old epoch.</t>

<t>Conversely, it is possible for records that are protected by the
   newly negotiated context to be received prior to the completion of a
   handshake.  For instance, the server may send its Finished message
   and then start transmitting data.  Implementations MAY either buffer
   or discard such packets, though when DTLS is used over reliable
   transports (e.g., SCTP), they SHOULD be buffered and processed once
   the handshake completes.  Note that TLS’s restrictions on when
   packets may be sent still apply, and the receiver treats the packets
   as if they were sent in the right order.  In particular, it is still
   impermissible to send data prior to completion of the first
   handshake.</t>

<t>Implementations MUST either abandon an association or
   re-key prior to allowing the sequence number to wrap.</t>

<t>Implementations MUST NOT allow the epoch to wrap, but
   instead MUST establish a new association, terminating the old
   association.</t>

</section>
<section anchor="transport-layer-mapping" title="Transport Layer Mapping">

<t>Each DTLS record MUST fit within a single datagram.  In order to
   avoid IP fragmentation, clients of the DTLS record layer SHOULD
   attempt to size records so that they fit within any PMTU estimates
   obtained from the record layer.</t>

<t>Note that unlike IPsec, DTLS records do not contain any association
   identifiers.  Applications must arrange to multiplex between
   associations.   With UDP, the host/port number is used to look up the 
   appropriate security association for incoming records.</t>

<t>Multiple DTLS records may be placed in a single datagram.  They are
   simply encoded consecutively.  The DTLS record framing is sufficient
   to determine the boundaries.  Note, however, that the first byte of
   the datagram payload must be the beginning of a record.  Records may
   not span datagrams.</t>

<t>Some transports, such as DCCP <xref target="RFC4340"/>, provide their own sequence
   numbers.  When carried over those transports, both the DTLS and the
   transport sequence numbers will be present.  Although this introduces
   a small amount of inefficiency, the transport layer and DTLS sequence
   numbers serve different purposes; therefore, for conceptual
   simplicity, it is superior to use both sequence numbers.</t>

<t>Some transports provide congestion control for traffic
   carried over them.  If the congestion window is sufficiently narrow,
   DTLS handshake retransmissions may be held rather than transmitted
   immediately, potentially leading to timeouts and spurious
   retransmission.  When DTLS is used over such transports, care should
   be taken not to overrun the likely congestion window. <xref target="RFC5238"/>
   defines a mapping of DTLS to DCCP that takes these issues into
   account.</t>

</section>
<section anchor="pmtu-issues" title="PMTU Issues">

<t>In general, DTLS’s philosophy is to leave PMTU discovery to the
   application.  However, DTLS cannot completely ignore PMTU for three
   reasons:</t>

<t><list style="symbols">
  <t>The DTLS record framing expands the datagram size, thus lowering
the effective PMTU from the application’s perspective.</t>
  <t>In some implementations, the application may not directly talk to
the network, in which case the DTLS stack may absorb ICMP
<xref target="RFC1191"/> “Datagram Too Big” indications or ICMPv6 <xref target="RFC4443"/>
“Packet Too Big” indications.</t>
  <t>The DTLS handshake messages can exceed the PMTU.</t>
</list></t>

<t>In order to deal with the first two issues, the DTLS record layer 
SHOULD behave as described below.</t>

<t>If PMTU estimates are available from the underlying transport
protocol, they should be made available to upper layer protocols.  In
particular:</t>

<t><list style="symbols">
  <t>For DTLS over UDP, the upper layer protocol SHOULD be allowed to
obtain the PMTU estimate maintained in the IP layer.</t>
  <t>For DTLS over DCCP, the upper layer protocol SHOULD be allowed to
obtain the current estimate of the PMTU.</t>
  <t>For DTLS over TCP or SCTP, which automatically fragment and
reassemble datagrams, there is no PMTU limitation.  However, the
upper layer protocol MUST NOT write any record that exceeds the
maximum record size of 2^14 bytes.</t>
</list></t>

<t>The DTLS record layer SHOULD allow the upper layer protocol to
discover the amount of record expansion expected by the DTLS
processing.</t>

<t>If there is a transport protocol indication (either via ICMP or via a
refusal to send the datagram as in Section 14 of <xref target="RFC4340"/>), then the
DTLS record layer MUST inform the upper layer protocol of the error.</t>

<t>The DTLS record layer SHOULD NOT interfere with upper layer protocols
performing PMTU discovery, whether via <xref target="RFC1191"/> or <xref target="RFC4821"/>
mechanisms.  In particular:</t>

<t><list style="symbols">
  <t>Where allowed by the underlying transport protocol, the upper
layer protocol SHOULD be allowed to set the state of the DF bit
(in IPv4) or prohibit local fragmentation (in IPv6).</t>
  <t>If the underlying transport protocol allows the application to
request PMTU probing (e.g., DCCP), the DTLS record layer should
honor this request.</t>
</list></t>

<t>The final issue is the DTLS handshake protocol.  From the perspective
of the DTLS record layer, this is merely another upper layer
protocol.  However, DTLS handshakes occur infrequently and involve
only a few round trips; therefore, the handshake protocol PMTU
handling places a premium on rapid completion over accurate PMTU
discovery.  In order to allow connections under these circumstances,
DTLS implementations SHOULD follow the following rules:</t>

<t><list style="symbols">
  <t>If the DTLS record layer informs the DTLS handshake layer that a
message is too big, it SHOULD immediately attempt to fragment it,
using any existing information about the PMTU.</t>
  <t>If repeated retransmissions do not result in a response, and the
PMTU is unknown, subsequent retransmissions SHOULD back off to a
smaller record size, fragmenting the handshake message as
appropriate.  This standard does not specify an exact number of
retransmits to attempt before backing off, but 2-3 seems
appropriate.</t>
</list></t>

</section>
<section anchor="record-payload-protection" title="Record Payload Protection">

<t>Like TLS, DTLS transmits data as a series of protected records.  The
   rest of this section describes the details of that format.</t>

<section anchor="anti-replay" title="Anti-Replay">

<t>DTLS records contain a sequence number to provide replay protection.
   Sequence number verification SHOULD be performed using the following
   sliding window procedure, borrowed from Section 3.4.3 of <xref target="RFC4303"/>.</t>

<t>The receiver packet counter for this session MUST be initialized to
   zero when the session is established.  For each received record, the
   receiver MUST verify that the record contains a sequence number that
   does not duplicate the sequence number of any other record received
   during the life of this session.  This SHOULD be the first check
   applied to a packet after it has been matched to a session, to speed
   rejection of duplicate records.</t>

<t>Duplicates are rejected through the use of a sliding receive window.
   (How the window is implemented is a local matter, but the following
   text describes the functionality that the implementation must
   exhibit.)  A minimum window size of 32 MUST be supported, but a
   window size of 64 is preferred and SHOULD be employed as the default.
   Another window size (larger than the minimum) MAY be chosen by the
   receiver.  (The receiver does not notify the sender of the window
   size.)</t>

<t>The “right” edge of the window represents the highest validated
   sequence number value received on this session.  Records that contain
   sequence numbers lower than the “left” edge of the window are
   rejected.  Packets falling within the window are checked against a
   list of received packets within the window.  An efficient means for
   performing this check, based on the use of a bit mask, is described
   in Section 3.4.3 of <xref target="RFC4303"/>.</t>

<t>If the received record falls within the window and is new, or if the
   packet is to the right of the window, then the receiver proceeds to
   MAC verification.  If the MAC validation fails, the receiver MUST
   discard the received record as invalid.  The receive window is
   updated only if the MAC verification succeeds.</t>

</section>
<section anchor="handling-invalid-records" title="Handling Invalid Records">

<t>Unlike TLS, DTLS is resilient in the face of invalid records (e.g.,
   invalid formatting, length, MAC, etc.).  In general, invalid records
   SHOULD be silently discarded, thus preserving the association;
   however, an error MAY be logged for diagnostic purposes.
   Implementations which choose to generate an alert instead, MUST
   generate error alerts to avoid attacks where the attacker
   repeatedly probes the implementation to see how it responds to
   various types of error.  Note that if DTLS is run over UDP, then any
   implementation which does this will be extremely susceptible to
   denial-of-service (DoS) attacks because UDP forgery is so easy.
   Thus, this practice is NOT RECOMMENDED for such transports.</t>

<t>If DTLS is being carried over a transport that is resistant to
   forgery (e.g., SCTP with SCTP-AUTH), then it is safer to send alerts
   because an attacker will have difficulty forging a datagram that will
   not be rejected by the transport layer.</t>

</section>
</section>
</section>
<section anchor="dtls" title="The DTLS Handshake Protocol">

<t>DTLS 1.3 re-uses the TLS 1.3 handshake messages and flows, with
the following changes:</t>

<t><list style="numbers">
  <t>To handle message loss, reordering, and fragmentation modifications to 
the handshake header are necessary.</t>
  <t>Retransmission timers are introduced to handle message loss.</t>
  <t>The TLS 1.3 KeyUpdate message is not used in DTLS 1.3 for re-keying.</t>
  <t>A new ACK message has been added for reliable message delivery of certain handshake messages.</t>
</list></t>

<t>Note that TLS 1.3 already supports a cookie extension, which used to 
prevent denial-of-service attacks. This DoS prevention mechanism is
described in more detail below since UDP-based protocols are more vulnerable 
to amplification attacks than a connection-oriented transport like TCP 
that performs return-routability checks as part of the connection establishment.</t>

<t>With these exceptions, the DTLS message formats, flows, and logic are
the same as those of TLS 1.3.</t>

<section anchor="dos" title="Denial-of-Service Countermeasures">

<t>Datagram security protocols are extremely susceptible to a variety of
DoS attacks.  Two attacks are of particular concern:</t>

<t><list style="numbers">
  <t>An attacker can consume excessive resources on the server by
transmitting a series of handshake initiation requests, causing
the server to allocate state and potentially to perform
expensive cryptographic operations.</t>
  <t>An attacker can use the server as an amplifier by sending
connection initiation messages with a forged source of the
victim.  The server then sends its response to the victim
machine, thus flooding it. Depending on the selected 
ciphersuite this response message can be quite large, as it 
is the case for a Certificate message.</t>
</list></t>

<t>In order to counter both of these attacks, DTLS borrows the stateless
   cookie technique used by Photuris <xref target="RFC2522"/> and IKE <xref target="RFC5996"/>.  When
   the client sends its ClientHello message to the server, the server
   MAY respond with a HelloRetryRequest message. The HelloRetryRequest message, 
   as well as the cookie extension, is defined in TLS 1.3. The 
   HelloRetryRequest message contains
   a stateless cookie generated using the technique of <xref target="RFC2522"/>. The
   client MUST retransmit the ClientHello with the cookie added as an extension.  The
   server then verifies the cookie and proceeds with the handshake only
   if it is valid.  This mechanism forces the attacker/client to be able
   to receive the cookie, which makes DoS attacks with spoofed IP
   addresses difficult.  This mechanism does not provide any defence
   against DoS attacks mounted from valid IP addresses.</t>

<t>The DTLS 1.3 specification changes the way how cookies are exchanged
   compared to DTLS 1.2. DTLS 1.3 re-uses the HelloRetryRequest message
   and conveys the cookie to the client via an extension. The client 
   receiving the cookie uses the same extension to place 
   the cookie subsequently into a ClientHello message.<vspace />
   DTLS 1.2 on the other hand used a separate message, namely the HelloVerifyRequest, 
   to pass a cookie to the client and did not utilize the extension mechanism. 
   For backwards compatibility reason the cookie field in the ClientHello
   is present in DTLS 1.3 but is ignored by a DTLS 1.3 compliant server 
   implementation.</t>

<t>The exchange is shown in <xref target="dtls-cookie-exchange"/>. Note that 
the figure focuses on the cookie exchange; all other extensions 
are omitted.</t>

<figure title="DTLS Exchange with HelloRetryRequest contain the Cookie Extension" anchor="dtls-cookie-exchange"><artwork><![CDATA[
      Client                                   Server
      ------                                   ------
      ClientHello           ------>

                            <----- HelloRetryRequest
                                    + cookie

      ClientHello           ------>
       + cookie

      [Rest of handshake]
]]></artwork></figure>

<t>The cookie extension is defined in Section 4.2.2 of <xref target="I-D.ietf-tls-tls13"/>. When sending the 
initial ClientHello, the client does not have a cookie yet. In this case, 
the cookie extension is omitted and the legacy_cookie field in the ClientHello 
message SHOULD be set to a zero length vector (i.e., a single zero byte length field) 
and MUST be ignored by a server negotiating DTLS 1.3.</t>

<t>When responding to a HelloRetryRequest, the client MUST create a new 
ClientHello message following the description in Section 4.1.2 of <xref target="I-D.ietf-tls-tls13"/>.</t>

<t>The server SHOULD use information received in the ClientHello to generate its cookie, 
such as version, random, ciphersuites. The server MUST use the same
   version number in the HelloRetryRequest that it would use when
   sending a ServerHello.  Upon receipt of the ServerHello, the client
   MUST verify that the server version values match and MUST terminate the 
   connection with an “illegal_parameter” alert otherwise.</t>

<t>If the HelloRetryRequest message is used, the initial ClientHello and
   the HelloRetryRequest are included in the calculation of the
   handshake_messages (for the CertificateVerify message) and
   verify_data (for the Finished message).  However, the computation of the 
   message hash for the HelloRetryRequest is done according to the description 
   in Section 4.4.1 of <xref target="I-D.ietf-tls-tls13"/>.</t>

<t>The handshake transcript is not reset with the second ClientHello 
   and a stateless server-cookie implementation requires the transcript 
   of the HelloRetryRequest to be stored in the cookie or the internal state 
   of the hash algorithm, since only the hash of the transcript is required 
   for the handshake to complete.</t>

<t>When the second ClientHello is received, the server can verify that
   the cookie is valid and that the client can receive packets at the
   given IP address.</t>

<t>One potential attack on this scheme is for the attacker to collect a
   number of cookies from different addresses and then reuse them to
   attack the server. The server can defend against this attack by
   changing the secret value frequently, thus invalidating those
   cookies. If the server wishes that legitimate clients be able to
   handshake through the transition (e.g., they received a cookie with
   Secret 1 and then sent the second ClientHello after the server has
   changed to Secret 2), the server can have a limited window during
   which it accepts both secrets.  <xref target="RFC5996"/> suggests adding a key 
   identifier to cookies to detect this case. An alternative approach is
   simply to try verifying with both secrets. It is RECOMMENDED that 
   servers implement a key rotation scheme that allows the server 
   to manage keys with overlapping lifetime.</t>

<t>Alternatively, the server can store timestamps in the cookie and 
   reject those cookies that were not generated within a certain 
   amount of time.</t>

<t>DTLS servers SHOULD perform a cookie exchange whenever a new
   handshake is being performed.  If the server is being operated in an
   environment where amplification is not a problem, the server MAY be
   configured not to perform a cookie exchange.  The default SHOULD be
   that the exchange is performed, however.  In addition, the server MAY
   choose not to do a cookie exchange when a session is resumed.
   Clients MUST be prepared to do a cookie exchange with every
   handshake.</t>

<t>If a server receives a ClientHello with an invalid cookie, it 
   MUST NOT respond with a HelloRetryRequest. Restarting the handshake from 
   scratch, without a cookie, allows the client to recover from a situation 
   where it obtained a cookie that cannot be verified by the server. 
   As described in Section 4.1.4 of <xref target="I-D.ietf-tls-tls13"/>,clients SHOULD 
   also abort the handshake with an “unexpected_message” alert in response 
   to any second HelloRetryRequest which was sent in the same connection 
   (i.e., where the ClientHello was itself in response to a HelloRetryRequest).</t>

</section>
<section anchor="dtls-handshake-message-format" title="DTLS Handshake Message Format">

<t>In order to support message loss, reordering, and message
   fragmentation, DTLS modifies the TLS 1.3 handshake header:</t>

<figure><artwork><![CDATA[
  enum {
      hello_request_RESERVED(0),
      client_hello(1),
      server_hello(2),
      hello_verify_request_RESERVED(3),
      new_session_ticket(4),
      end_of_early_data(5),      
      hello_retry_request(6),
      encrypted_extensions(8),
      certificate(11),
      server_key_exchange_RESERVED(12),
      certificate_request(13),
      server_hello_done_RESERVED(14),
      certificate_verify(15),
      client_key_exchange_RESERVED(16),
      finished(20),
      key_update_RESERVED(24),
      ack([[TBD RFC Editor -- Proposal: 25]]), 
      message_hash(254),
      (255)
  } HandshakeType;

  struct {
      HandshakeType msg_type;    /* handshake type */
      uint24 length;             /* bytes in message */
      uint16 message_seq;        /* DTLS-required field */
      uint24 fragment_offset;    /* DTLS-required field */
      uint24 fragment_length;    /* DTLS-required field */      
      select (HandshakeType) {
          case client_hello:          ClientHello;
          case server_hello:          ServerHello;
          case end_of_early_data:     EndOfEarlyData;
          case hello_retry_request:   HelloRetryRequest;
          case encrypted_extensions:  EncryptedExtensions;
          case certificate_request:   CertificateRequest;
          case certificate:           Certificate;
          case certificate_verify:    CertificateVerify;
          case finished:              Finished;
          case new_session_ticket:    NewSessionTicket;
          case key_update:            KeyUpdate; /* reserved */
          case ack:                   ACK; /* DTLS-required field */
      } body;
  } Handshake;
]]></artwork></figure>

<t>In addition to the handshake messages that are deprecated by the TLS 1.3
specification DTLS 1.3 furthermore deprecates the HelloVerifyRequest message
originally defined in DTLS 1.0. DTLS 1.3-compliant implements MUST NOT 
use the HelloVerifyRequest to execute a return-routability check. A 
dual-stack DTLS 1.2/DTLS 1.3 client MUST, however, be prepared to 
interact with a DTLS 1.2 server.</t>

<t>A DTLS 1.3 MUST NOT use the KeyUpdate message to change keying material 
used for the protection of traffic data. Instead the epoch field is used, 
which is explained in <xref target="dtls-epoch"/>.</t>

<t>The format of the ClientHello used by a DTLS 1.3 client differs from the 
TLS 1.3 ClientHello format as shown below.</t>

<figure><artwork><![CDATA[
   uint16 ProtocolVersion;
   opaque Random[32];

   uint8 CipherSuite[2];    /* Cryptographic suite selector */

   struct {
       ProtocolVersion legacy_version = { 254,253 }; // DTLSv1.2
       Random random;
       opaque legacy_session_id<0..32>;
       opaque legacy_cookie<0..2^8-1>;                  // DTLS
       CipherSuite cipher_suites<2..2^16-2>;
       opaque legacy_compression_methods<1..2^8-1>;
       Extension extensions<0..2^16-1>;
   } ClientHello;
]]></artwork></figure>

<t><list style="hanging">
  <t hangText='legacy_version:'>
  In previous versions of DTLS, this field was used for version
negotiation and represented the highest version number supported by
the client. Experience has shown that many servers do not properly
implement version negotiation, leading to “version intolerance” in
which the server rejects an otherwise acceptable ClientHello with a
version number higher than it supports. In DTLS 1.3, the client
indicates its version preferences in the “supported_versions”
extension (see Section 4.2.1 of <xref target="I-D.ietf-tls-tls13"/>) and the
legacy_version field MUST be set to {254, 253}, which was the version
number for DTLS 1.2.</t>
  <t hangText='random:'>
  Same as for TLS 1.3</t>
  <t hangText='legacy_session_id:'>
  Same as for TLS 1.3</t>
  <t hangText='legacy_cookie:'>
  A DTLS 1.3-only client MUST set the legacy_cookie field to zero length.</t>
  <t hangText='cipher_suites:'>
  Same as for TLS 1.3</t>
  <t hangText='legacy_compression_methods:'>
  Same as for TLS 1.3</t>
  <t hangText='extensions:'>
  Same as for TLS 1.3</t>
</list></t>

<t>The first message each side transmits in each handshake always has
   message_seq = 0.  Whenever a new message is generated, the
   message_seq value is incremented by one. When a message is
   retransmitted, the old message_seq value is re-used, i.e., not 
   incremented.</t>

<t>Here is an example:</t>

<figure title="Example DTLS Exchange illustrating Message Loss" anchor="dtls-msg-loss"><artwork><![CDATA[
Client                                             Server
------                                             ------

ClientHello 
(message_seq=0)
                             -------->

                                X<----      HelloRetryRequest 
                                (lost)        (message_seq=0)
                                                  

[Timer Expires]

ClientHello
(message_seq=0)
 (retransmit)               -------->


                            <--------       HelloRetryRequest
                                              (message_seq=0)

ClientHello                 -------->
(message_seq=1)
  +cookie

                            <--------             ServerHello
                                              (message_seq=1)
                                          EncryptedExtensions
                                              (message_seq=2)
                                                  Certificate 
                                              (message_seq=3)
                                            CertificateVerify 
                                              (message_seq=4)
                                                     Finished
                                              (message_seq=5)

Certificate                -------->
(message_seq=2)
CertificateVerify
(message_seq=3)
Finished 
(message_seq=4)

                        <--------                         Ack 
                                              (message_seq=6)
]]></artwork></figure>

<t>From the perspective of the DTLS record layer,
   the retransmission is a new record.  This record will have a new
   DTLSPlaintext.sequence_number value.</t>

<t>DTLS implementations maintain (at least notionally) a
   next_receive_seq counter.  This counter is initially set to zero.
   When a message is received, if its sequence number matches
   next_receive_seq, next_receive_seq is incremented and the message is
   processed.  If the sequence number is less than next_receive_seq, the
   message MUST be discarded.  If the sequence number is greater than
   next_receive_seq, the implementation SHOULD queue the message but MAY
   discard it.  (This is a simple space/bandwidth tradeoff).</t>

</section>
<section anchor="ack-msg" title="ACK Message">

<figure><artwork><![CDATA[
struct {} ACK;
]]></artwork></figure>

<t>The ACK handshake message is used by an endpoint to respond to a 
message where the TLS 1.3 handshake does not foresee such 
return message. With the use of the ACK message the sender is able to 
determine whether a transmitted request has been lost and needs to be 
retransmitted. Since the ACK message does not contain any correlation information 
the sender MUST only have one such message outstanding at a time.</t>

<t>The ACK message uses a handshake content type and is encrypted under the 
appropriate application traffic key.
[[OPEN ISSUE: It seems odd to have the ACK that responds to CFIN
encrypted under the application key. Also, what do you do about
ACKs that have to deal with key changes.]]</t>

</section>
<section anchor="handshake-message-fragmentation-and-reassembly" title="Handshake Message Fragmentation and Reassembly">

<t>Each DTLS message MUST fit within a single
   transport layer datagram.  However, handshake messages are
   potentially bigger than the maximum record size.  Therefore, DTLS
   provides a mechanism for fragmenting a handshake message over a
   number of records, each of which can be transmitted separately, thus
   avoiding IP fragmentation.</t>

<t>When transmitting the handshake message, the sender divides the
   message into a series of N contiguous data ranges.  These ranges MUST
   NOT be larger than the maximum handshake fragment size and MUST
   jointly contain the entire handshake message.  The ranges MUST NOT
   overlap.  The sender then creates N handshake messages, all with the
   same message_seq value as the original handshake message.  Each new
   message is labeled with the fragment_offset (the number of bytes
   contained in previous fragments) and the fragment_length (the length
   of this fragment).  The length field in all messages is the same as
   the length field of the original message.  An unfragmented message is
   a degenerate case with fragment_offset=0 and fragment_length=length.</t>

<t>When a DTLS implementation receives a handshake message fragment, it
   MUST buffer it until it has the entire handshake message.  DTLS
   implementations MUST be able to handle overlapping fragment ranges.
   This allows senders to retransmit handshake messages with smaller
   fragment sizes if the PMTU estimate changes.</t>

<t>Note that as with TLS, multiple handshake messages may be placed in
   the same DTLS record, provided that there is room and that they are
   part of the same flight.  Thus, there are two acceptable ways to pack
   two DTLS messages into the same datagram: in the same record or in
   separate records.</t>

</section>
<section anchor="timeout-and-retransmission" title="Timeout and Retransmission">

<t>DTLS messages are grouped into a series of message flights, according
   to the diagrams below.  Although each flight of messages may consist
   of a number of messages, they should be viewed as monolithic for the
   purpose of timeout and retransmission.</t>

<figure title="Message Flights for full DTLS Handshake (with Cookie Exchange)" anchor="dtls-full"><artwork><![CDATA[
Client                                             Server

ClientHello                                                 +----------+
 + key_share*                                               | Flight 1 |
 + pre_shared_key*      -------->                           +----------+

                                                            +----------+
                        <--------        HelloRetryRequest  | Flight 2 |
                                          + cookie          +----------+


ClientHello                                                 +----------+
 + key_share*                                               | Flight 3 |
 + pre_shared_key*      -------->                           +----------+
 + cookie

                                               ServerHello
                                              + key_share*
                                         + pre_shared_key*  +----------+
                                     {EncryptedExtensions}  | Flight 4 |
                                     {CertificateRequest*}  +----------+
                                            {Certificate*}
                                      {CertificateVerify*}
                        <--------               {Finished}
                                       [Application Data*]


 {Certificate*}                                             +----------+
 {CertificateVerify*}                                       | Flight 5 |
 {Finished}             -------->                           +----------+
 [Application Data]

                                                            +----------+
                        <--------                    [Ack]  | Flight 6 |
                                       [Application Data*]  +----------+

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

<figure title="Message Flights for Resumption and PSK Handshake (without Cookie Exchange)" anchor="dtls-psk"><artwork><![CDATA[
 ClientHello                                              +----------+
  + pre_shared_key                                        | Flight 1 |
  + key_share*         -------->                          +----------+


                                             ServerHello
                                        + pre_shared_key  +----------+
                                            + key_share*  | Flight 2 |
                                   {EncryptedExtensions}  +----------+
                       <--------              {Finished}
                                     [Application Data*]
                                                          +----------+
 {Finished}            -------->                          | Flight 3 |
 [Application Data*]                                      +----------+

                                                          +----------+
                       <--------                   [Ack]  | Flight 4 |
                                     [Application Data*]  +----------+

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

<figure title="Message Flights for the Zero-RTT Handshake" anchor="dtls-zero-rtt"><artwork><![CDATA[
Client                                            Server

ClientHello
  + early_data
  + psk_key_exchange_modes                                +----------+
  + key_share*                                            | Flight 1 |
  + pre_shared_key                                        +----------+
(Application Data*)     -------->

                                             ServerHello
                                        + pre_shared_key
                                            + key_share*  +----------+
                                   {EncryptedExtensions}  | Flight 2 |
                                              {Finished}  +----------+
                       <--------     [Application Data*]
                                      

                                                          +----------+
 (EndOfEarlyData)                                         | Flight 3 |
 {Finished}            -------->                          +----------+ 
 [Application Data*]
                                                          +----------+
                       <--------                   [Ack]  | Flight 4 |
                                     [Application Data*]  +----------+

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

<figure title="Message Flights for New Session Ticket Message" anchor="dtls-post-handshake-ticket"><artwork><![CDATA[
Client                                            Server

                                                          +----------+
                       <--------       [NewSessionTicket] | Flight 1 |
                                                          +----------+

                                                          +----------+
[Ack]                  -------->                          | Flight 2 |
                                                          +----------+
]]></artwork></figure>

<figure title="Message Flights for Post-Handshake Authentication (Success)" anchor="dtls-post-handshake-auth-success"><artwork><![CDATA[
Client                                            Server

                                                          +----------+
                       <--------     [CertificateRequest] | Flight 1 |
                                                          +----------+

[Certificate]                                             +----------+
[CertificateVerify]                                       | Flight 2 |
[Finished]             -------->                          +----------+
]]></artwork></figure>

<figure title="Message Flights for Post-Handshake Authentication (Decline)" anchor="dtls-post-handshake-auth-failure"><artwork><![CDATA[
Client                                            Server

                                                          +----------+
                       <--------     [CertificateRequest] | Flight 1 |
                                                          +----------+

[Certificate]                                             +----------+
[Finished]             -------->                          | Flight 2 |
                                                          +----------+
]]></artwork></figure>

<t>Note: The application data sent by the client is not included in the 
timeout and retransmission calculation.</t>

<section anchor="state-machine" title="State Machine">

<t>DTLS uses a simple timeout and retransmission scheme with the
   state machine shown in <xref target="dtls-timeout-state-machine"/>. 
   Because DTLS clients send the first message
   (ClientHello), they start in the PREPARING state.  DTLS servers start
   in the WAITING state, but with empty buffers and no retransmit timer.</t>

<figure title="DTLS Timeout and Retransmission State Machine" anchor="dtls-timeout-state-machine"><artwork><![CDATA[
                      +-----------+
                      | PREPARING |
                +---> |           | 
                |     |           |                      
                |     +-----------+                      
                |           |                            
                |           | Buffer next flight         
                |           |                            
                |          \|/                           
                |     +-----------+                      
                |     |           |                      
                |     |  SENDING  |<------------------+  
                |     |           |                   |  
                |     +-----------+                   |  
        Receive |           |                         |  
           next |           | Send flight             |  
         flight |  +--------+                         |  
                |  |        | Set retransmit timer    |  
                |  |       \|/                        |  
                |  |  +-----------+                   |  
                |  |  |           |                   |  
                +--)--|  WAITING  |-------------------+  
                |  |  |           |   Timer expires   |  
                |  |  +-----------+                   |  
                |  |         |                        |  
                |  |         |                        |  
                |  |         +------------------------+  
                |  |                Read retransmit      
        Receive |  |                                     
           last |  |                                     
         flight |  |                                     
                |  |                                     
               \|/\|/                                    
                                                         
            +-----------+                                
            |           |                                
            | FINISHED  |
            |           |
            +-----------+
                |  /|\
                |   |
                |   |
                +---+

          Server read retransmit
              Retransmit ACK
]]></artwork></figure>

<t>The state machine has three basic states.</t>

<t>In the PREPARING state, the implementation does whatever computations
   are necessary to prepare the next flight of messages.  It then
   buffers them up for transmission (emptying the buffer first) and
   enters the SENDING state.</t>

<t>In the SENDING state, the implementation transmits the buffered
   flight of messages.  Once the messages have been sent, the
   implementation then enters the FINISHED state if this is the last
   flight in the handshake.  Or, if the implementation expects to
   receive more messages, it sets a retransmit timer and then enters the
   WAITING state.</t>

<t>There are three ways to exit the WAITING state:</t>

<t><list style="numbers">
  <t>The retransmit timer expires: the implementation transitions to
the SENDING state, where it retransmits the flight, resets the
retransmit timer, and returns to the WAITING state.</t>
  <t>The implementation reads a retransmitted flight from the peer: the
implementation transitions to the SENDING state, where it
retransmits the flight, resets the retransmit timer, and returns
to the WAITING state.  The rationale here is that the receipt of a
duplicate message is the likely result of timer expiry on the peer
and therefore suggests that part of one’s previous flight was
lost.</t>
  <t>The implementation receives the next flight of messages: if this
is the final flight of messages, the implementation transitions to
FINISHED.  If the implementation needs to send a new flight, it
transitions to the PREPARING state.  Partial reads (whether
partial messages or only some of the messages in the flight) do
not cause state transitions or timer resets.  <vspace blankLines='1'/>
Because DTLS clients send the first message (ClientHello), they start
in the PREPARING state.  DTLS servers start in the WAITING state, but
with empty buffers and no retransmit timer.  <vspace blankLines='1'/>
In addition, for at least twice the default Maximum Segment Lifetime 
(MSL) defined for <xref target="RFC0793"/>, when in the FINISHED state, the server
MUST respond to retransmission of the client’s second flight with
a retransmit of its ACK.  <vspace blankLines='1'/>
Note that because of packet loss, it is possible for one side to be
sending application data even though the other side has not received
the first side’s Finished message.  Implementations MUST either
discard or buffer all application data packets for the new epoch
until they have received the Finished message for that epoch.
Implementations MAY treat receipt of application data with a new
epoch prior to receipt of the corresponding Finished message as
evidence of reordering or packet loss and retransmit their final
flight immediately, shortcutting the retransmission timer.</t>
</list></t>

</section>
<section anchor="timer-values" title="Timer Values">

<t>Though timer values are the choice of the implementation, mishandling
   of the timer can lead to serious congestion problems; for example, if
   many instances of a DTLS time out early and retransmit too quickly on
   a congested link.  Implementations SHOULD use an initial timer value
   of 100 msec (the minimum defined in RFC 6298 <xref target="RFC6298"/>) and double
   the value at each retransmission, up to no less than the RFC 6298
   maximum of 60 seconds. Application specific profiles, such as those 
   used for the Internet of Things environment, may recommend longer 
   timer values. Note that we recommend a 100 msec timer
   rather than the 3-second RFC 6298 default in order to improve latency
   for time-sensitive applications.  Because DTLS only uses
   retransmission for handshake and not dataflow, the effect on
   congestion should be minimal.</t>

<t>Implementations SHOULD retain the current timer value until a
   transmission without loss occurs, at which time the value may be
   reset to the initial value.  After a long period of idleness, no less
   than 10 times the current timer value, implementations may reset the
   timer to the initial value.  One situation where this might occur is
   when a rehandshake is used after substantial data transfer.</t>

</section>
</section>
<section anchor="certificateverify-and-finished-messages" title="CertificateVerify and Finished Messages">

<t>CertificateVerify and Finished messages have the same format as in
   TLS 1.3.  Hash calculations include entire handshake messages, including
   DTLS-specific fields: message_seq, fragment_offset, and
   fragment_length.  However, in order to remove sensitivity to
   handshake message fragmentation, the CertificateVerify and the Finished messages MUST be computed as
   if each handshake message had been sent as a single fragment following 
   the algorithm described in Section 4.4.3 and Section 4.4.4 of <xref target="I-D.ietf-tls-tls13"/>, respectively.</t>

</section>
<section anchor="alert-messages" title="Alert Messages">

<t>Note that Alert messages are not retransmitted at all, even when they
   occur in the context of a handshake.  However, a DTLS implementation
   which would ordinarily issue an alert SHOULD generate a new alert
   message if the offending record is received again (e.g., as a
   retransmitted handshake message).  Implementations SHOULD detect when
   a peer is persistently sending bad messages and terminate the local
   connection state after such misbehavior is detected.</t>

</section>
<section anchor="establishing-new-associations-with-existing-parameters" title="Establishing New Associations with Existing Parameters">

<t>If a DTLS client-server pair is configured in such a way that
   repeated connections happen on the same host/port quartet, then it is
   possible that a client will silently abandon one connection and then
   initiate another with the same parameters (e.g., after a reboot).
   This will appear to the server as a new handshake with epoch=0.  In
   cases where a server believes it has an existing association on a
   given host/port quartet and it receives an epoch=0 ClientHello, it
   SHOULD proceed with a new handshake but MUST NOT destroy the existing
   association until the client has demonstrated reachability either by
   completing a cookie exchange or by completing a complete handshake
   including delivering a verifiable Finished message.  After a correct
   Finished message is received, the server MUST abandon the previous
   association to avoid confusion between two valid associations with
   overlapping epochs.  The reachability requirement prevents
   off-path/blind attackers from destroying associations merely by
   sending forged ClientHellos.</t>

</section>
<section anchor="dtls-epoch" title="Epoch Values and Rekeying">

<t>A recipient of a DTLS message needs to select the correct keying material
in order to process an incoming message. With the possibility of message
 loss and re-order an identifier is needed to determine which cipher state 
has been used to protect the record payload. The epoch value fulfills this 
role in DTLS. In addition to the key derivation steps described in 
Section 7 of <xref target="I-D.ietf-tls-tls13"/> triggered by the states during the handshake
a sender may want to rekey at any time during 
the lifetime of the connection and has to have a way to indicate that it is 
updating its sending cryptographic keys.</t>

<t>This version of DTLS assigns dedicated epoch values to messages in the 
protocol exchange to allow identification of the correct cipher state:</t>

<t><list style="symbols">
  <t>epoch value (0) is used with unencrypted messages. There are
   three unencrypted messages in DTLS, namely ClientHello, ServerHello,
   and HelloRetryRequest.</t>
  <t>epoch value (1) is used for messages protected using keys derived
from early_traffic_secret. This includes early data sent by the
client and the EndOfEarlyData message.</t>
  <t>epoch value (2) is used for messages protected using keys derived
from the handshake_traffic_secret. Messages transmitted during
the initial handshake, such as EncryptedExtensions,
CertificateRequest, Certificate, CertificateVerify, and Finished
belong to this category. Note, however, post-handshake are
protected under the appropriate application traffic key and are not included in this category.</t>
  <t>epoch value (3) is used for payloads protected using keys derived
from the initial traffic_secret_0. This may include handshake
messages, such as post-handshake messages (e.g., a
NewSessionTicket message).</t>
  <t>epoch value (4 to 2^16-1) is used for payloads protected using keys from the traffic_secret_N (N&gt;0).</t>
</list></t>

<t>Using these reserved epoch values a receiver knows what cipher state
has been used to encrypt and integrity protect a
message. Implementations that receive a payload with an epoch value
for which no corresponding cipher state can be determined MUST
generate a “unexpected_message” alert. For example, client incorrectly
uses epoch value 5 when sending early application data in a 0-RTT
exchange. A server will not be able to compute the appropriate keys
and will therefore have to respond with an alert.</t>

<t>Increasing the epoch value by a sender (starting with value 4 upwards)
corresponds semantically to rekeying using the KeyUpdate message in
TLS 1.3. Instead of utilizing an dedicated message in DTLS 1.3 the
sender uses an increase in the epoch value to signal rekeying. Hence,
a sender that decides to increment the epoch value MUST send all its
traffic using the next generation of keys, computed as described in
Section 7.2 of <xref target="I-D.ietf-tls-tls13"/>. Upon receiving a payload with
such a new epoch value, the receiver MUST update their receiving keys
and if they have not already updated their sending state up to or past
the then current receiving generation MUST send messages with the new
epoch value prior to sending any other messages. For epoch values
lower than 4 the key schedule described in Section 7.1 of
<xref target="I-D.ietf-tls-tls13"/> is applicable. As a difference to the
functionality of the KeyUpdate in TLS 1.3 the sender forces the
receiver to increase the epoch value for outgoing data as well.</t>

<t>Note that epoch values do not wrap. If a DTLS implementation would
need to wrap the epoch value, it MUST terminate the connection.</t>

<t>The traffic key calculation is described in Section 7.3 of <xref target="I-D.ietf-tls-tls13"/>.</t>

<t><xref target="dtls-msg-epoch"/> illustrates the epoch values in an example DTLS handshake.</t>

<figure title="Example DTLS Exchange with Epoch Information" anchor="dtls-msg-epoch"><artwork><![CDATA[
Client                                             Server
------                                             ------

ClientHello 
(epoch=0)
                            -------->

                            <--------       HelloRetryRequest
                                                    (epoch=0)

ClientHello                 -------->
(epoch=0)

                            <--------             ServerHello
                                                    (epoch=0)
                                        {EncryptedExtensions}
                                                    (epoch=2)
                                                {Certificate}
                                                    (epoch=2)
                                          {CertificateVerify} 
                                                    (epoch=2)
                                                   {Finished}
                                                    (epoch=2)

{Certificate}               -------->
(epoch=2)
{CertificateVerify}
(epoch=2)
{Finished}
(epoch=2)

                            <--------                   [Ack] 
                                                    (epoch=3)

[Application Data]         -------->
(epoch=3)

                           <--------       [Application Data]
                                                    (epoch=3)

                         Some time later ...
                 (Post-Handshake Message Exchange)

                           <--------       [NewSessionTicket]
                                                    (epoch=3)

[Ack]                      -------->
(epoch=3)
         
                         Some time later ...
                           (Rekeying)

                           <--------       [Application Data]
                                                    (epoch=4)
[Application Data]         -------->
(epoch=4)
]]></artwork></figure>

</section>
</section>
<section anchor="application-data-protocol" title="Application Data Protocol">

<t>Application data messages are carried by the record layer and are fragmented
and encrypted based on the current connection state. The messages
are treated as transparent data to the record layer.</t>

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

<t>Security issues are discussed primarily in <xref target="I-D.ietf-tls-tls13"/>.</t>

<t>The primary additional security consideration raised by DTLS is that
   of denial of service.  DTLS includes a cookie exchange designed to
   protect against denial of service.  However, implementations that do
   not use this cookie exchange are still vulnerable to DoS.  In
   particular, DTLS servers that do not use the cookie exchange may be
   used as attack amplifiers even if they themselves are not
   experiencing DoS.  Therefore, DTLS servers SHOULD use the cookie
   exchange unless there is good reason to believe that amplification is
   not a threat in their environment.  Clients MUST be prepared to do a
   cookie exchange with every handshake.</t>

<t>Unlike TLS implementations, DTLS implementations SHOULD NOT respond
   to invalid records by terminating the connection.</t>

</section>
<section anchor="changes-to-dtls-12" title="Changes to DTLS 1.2">

<t>Since TLS 1.3 introduce a large number of changes to TLS 1.2, the list
of changes from DTLS 1.2 to DTLS 1.3 is equally large. For this reason
this section focuses on the most important changes only.</t>

<t><list style="symbols">
  <t>New handshake pattern, which leads to a shorter message exchange</t>
  <t>Support for AEAD-only ciphers</t>
  <t>HelloRetryRequest of TLS 1.3 used instead of HelloVerifyRequest</t>
  <t>More flexible ciphersuite negotiation</t>
  <t>New session resumption mechanism</t>
  <t>PSK authentication redefined</t>
  <t>New key derivation hierarchy utilizing a new key derivation construct</t>
  <t>Removed support for weaker and older cryptographic algorithms</t>
  <t>Improved version negotation</t>
</list></t>

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

<t>IANA is requested to allocate a new value in the TLS HandshakeType Registry for the ACK message defined in <xref target="ack-msg"/>.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC2119" target='http://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference  anchor="RFC1191" target='http://www.rfc-editor.org/info/rfc1191'>
<front>
<title>Path MTU discovery</title>
<author initials='J.C.' surname='Mogul' fullname='J.C. Mogul'><organization /></author>
<author initials='S.E.' surname='Deering' fullname='S.E. Deering'><organization /></author>
<date year='1990' month='November' />
<abstract><t>This memo describes a technique for dynamically discovering the maximum transmission unit (MTU) of an arbitrary internet path.  It specifies a small change to the way routers generate one type of ICMP message.  For a path that passes through a router that has not been so changed, this technique might not discover the correct Path MTU, but it will always choose a Path MTU as accurate as, and in many cases more accurate than, the Path MTU that would be chosen by current practice.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='1191'/>
<seriesInfo name='DOI' value='10.17487/RFC1191'/>
</reference>



<reference  anchor="RFC4443" target='http://www.rfc-editor.org/info/rfc4443'>
<front>
<title>Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</title>
<author initials='A.' surname='Conta' fullname='A. Conta'><organization /></author>
<author initials='S.' surname='Deering' fullname='S. Deering'><organization /></author>
<author initials='M.' surname='Gupta' fullname='M. Gupta' role='editor'><organization /></author>
<date year='2006' month='March' />
<abstract><t>This document describes the format of a set of control messages used in ICMPv6 (Internet Control Message Protocol).  ICMPv6 is the Internet Control Message Protocol for Internet Protocol version 6 (IPv6).  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4443'/>
<seriesInfo name='DOI' value='10.17487/RFC4443'/>
</reference>



<reference  anchor="RFC4821" target='http://www.rfc-editor.org/info/rfc4821'>
<front>
<title>Packetization Layer Path MTU Discovery</title>
<author initials='M.' surname='Mathis' fullname='M. Mathis'><organization /></author>
<author initials='J.' surname='Heffner' fullname='J. Heffner'><organization /></author>
<date year='2007' month='March' />
<abstract><t>This document describes a robust method for Path MTU Discovery (PMTUD) that relies on TCP or some other Packetization Layer to probe an Internet path with progressively larger packets.  This method is described as an extension to RFC 1191 and RFC 1981, which specify ICMP-based Path MTU Discovery for IP versions 4 and 6, respectively.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4821'/>
<seriesInfo name='DOI' value='10.17487/RFC4821'/>
</reference>



<reference  anchor="RFC0793" target='http://www.rfc-editor.org/info/rfc793'>
<front>
<title>Transmission Control Protocol</title>
<author initials='J.' surname='Postel' fullname='J. Postel'><organization /></author>
<date year='1981' month='September' />
</front>
<seriesInfo name='STD' value='7'/>
<seriesInfo name='RFC' value='793'/>
<seriesInfo name='DOI' value='10.17487/RFC0793'/>
</reference>



<reference  anchor="RFC6298" target='http://www.rfc-editor.org/info/rfc6298'>
<front>
<title>Computing TCP's Retransmission Timer</title>
<author initials='V.' surname='Paxson' fullname='V. Paxson'><organization /></author>
<author initials='M.' surname='Allman' fullname='M. Allman'><organization /></author>
<author initials='J.' surname='Chu' fullname='J. Chu'><organization /></author>
<author initials='M.' surname='Sargent' fullname='M. Sargent'><organization /></author>
<date year='2011' month='June' />
<abstract><t>This document defines the standard algorithm that Transmission Control Protocol (TCP) senders are required to use to compute and manage their retransmission timer.  It expands on the discussion in Section 4.2.3.1 of RFC 1122 and upgrades the requirement of supporting the algorithm from a SHOULD to a MUST.  This document obsoletes RFC 2988.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6298'/>
<seriesInfo name='DOI' value='10.17487/RFC6298'/>
</reference>



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

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

<date month='March' day='10' year='2017' />

<abstract><t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t></abstract>

</front>

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




    </references>

    <references title='Informative References'>





<reference  anchor="RFC5996" target='http://www.rfc-editor.org/info/rfc5996'>
<front>
<title>Internet Key Exchange Protocol Version 2 (IKEv2)</title>
<author initials='C.' surname='Kaufman' fullname='C. Kaufman'><organization /></author>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<author initials='Y.' surname='Nir' fullname='Y. Nir'><organization /></author>
<author initials='P.' surname='Eronen' fullname='P. Eronen'><organization /></author>
<date year='2010' month='September' />
<abstract><t>This document describes version 2 of the Internet Key Exchange (IKE) protocol.  IKE is a component of IPsec used for performing mutual authentication and establishing and maintaining Security Associations (SAs).  This document replaces and updates RFC 4306, and includes all of the clarifications from RFC 4718.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5996'/>
<seriesInfo name='DOI' value='10.17487/RFC5996'/>
</reference>



<reference  anchor="RFC2522" target='http://www.rfc-editor.org/info/rfc2522'>
<front>
<title>Photuris: Session-Key Management Protocol</title>
<author initials='P.' surname='Karn' fullname='P. Karn'><organization /></author>
<author initials='W.' surname='Simpson' fullname='W. Simpson'><organization /></author>
<date year='1999' month='March' />
<abstract><t>This document defines the basic protocol mechanisms. This document defines an Experimental Protocol for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='2522'/>
<seriesInfo name='DOI' value='10.17487/RFC2522'/>
</reference>



<reference  anchor="RFC4303" target='http://www.rfc-editor.org/info/rfc4303'>
<front>
<title>IP Encapsulating Security Payload (ESP)</title>
<author initials='S.' surname='Kent' fullname='S. Kent'><organization /></author>
<date year='2005' month='December' />
<abstract><t>This document describes an updated version of the Encapsulating Security Payload (ESP) protocol, which is designed to provide a mix of security services in IPv4 and IPv6.  ESP is used to provide confidentiality, data origin authentication, connectionless integrity, an anti-replay service (a form of partial sequence integrity), and limited traffic flow confidentiality.  This document obsoletes RFC 2406 (November 1998).  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4303'/>
<seriesInfo name='DOI' value='10.17487/RFC4303'/>
</reference>



<reference  anchor="RFC4340" target='http://www.rfc-editor.org/info/rfc4340'>
<front>
<title>Datagram Congestion Control Protocol (DCCP)</title>
<author initials='E.' surname='Kohler' fullname='E. Kohler'><organization /></author>
<author initials='M.' surname='Handley' fullname='M. Handley'><organization /></author>
<author initials='S.' surname='Floyd' fullname='S. Floyd'><organization /></author>
<date year='2006' month='March' />
<abstract><t>The Datagram Congestion Control Protocol (DCCP) is a transport protocol that provides bidirectional unicast connections of congestion-controlled unreliable datagrams.  DCCP is suitable for applications that transfer fairly large amounts of data and that can benefit from control over the tradeoff between timeliness and reliability.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4340'/>
<seriesInfo name='DOI' value='10.17487/RFC4340'/>
</reference>



<reference  anchor="RFC5238" target='http://www.rfc-editor.org/info/rfc5238'>
<front>
<title>Datagram Transport Layer Security (DTLS) over the Datagram Congestion Control Protocol (DCCP)</title>
<author initials='T.' surname='Phelan' fullname='T. Phelan'><organization /></author>
<date year='2008' month='May' />
<abstract><t>This document specifies the use of Datagram Transport Layer Security (DTLS) over the Datagram Congestion Control Protocol (DCCP).  DTLS provides communications privacy for applications that use datagram transport protocols and allows client/server applications to communicate in a way that is designed to prevent eavesdropping and detect tampering or message forgery.  DCCP is a transport protocol that provides a congestion-controlled unreliable datagram service.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5238'/>
<seriesInfo name='DOI' value='10.17487/RFC5238'/>
</reference>



<reference  anchor="RFC7525" target='http://www.rfc-editor.org/info/rfc7525'>
<front>
<title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
<author initials='Y.' surname='Sheffer' fullname='Y. Sheffer'><organization /></author>
<author initials='R.' surname='Holz' fullname='R. Holz'><organization /></author>
<author initials='P.' surname='Saint-Andre' fullname='P. Saint-Andre'><organization /></author>
<date year='2015' month='May' />
<abstract><t>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) are widely used to protect data exchanged over application protocols such as HTTP, SMTP, IMAP, POP, SIP, and XMPP.  Over the last few years, several serious attacks on TLS have emerged, including attacks on its most commonly used cipher suites and their modes of operation.  This document provides recommendations for improving the security of deployed services that use TLS and DTLS. The recommendations are applicable to the majority of use cases.</t></abstract>
</front>
<seriesInfo name='BCP' value='195'/>
<seriesInfo name='RFC' value='7525'/>
<seriesInfo name='DOI' value='10.17487/RFC7525'/>
</reference>




    </references>


<section anchor="history" title="History">

<t>RFC EDITOR: PLEASE REMOVE THE THIS SECTION</t>

<t>draft-01
- Alignment with version -19 of the TLS 1.3 specification</t>

<t>draft-00</t>

<t><list style="symbols">
  <t>Initial version using TLS 1.3 as a baseline.</t>
  <t>Use of epoch values instead of KeyUpdate message</t>
  <t>Use of cookie extension instead of cookie field in 
ClientHello and HelloVerifyRequest messages</t>
  <t>Added ACK message</t>
  <t>Text about sequence number handling</t>
</list></t>

</section>
<section anchor="working-group-information" title="Working Group Information">

<t>The discussion list for the IETF TLS working group is located at the e-mail
address <eref target="mailto:tls@ietf.org">tls@ietf.org</eref>. Information on the group and information on how to
subscribe to the list is at <eref target="https://www1.ietf.org/mailman/listinfo/tls">https://www1.ietf.org/mailman/listinfo/tls</eref></t>

<t>Archives of the list can be found at:
<eref target="https://www.ietf.org/mail-archive/web/tls/current/index.html">https://www.ietf.org/mail-archive/web/tls/current/index.html</eref></t>

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

<t>Many people have contributed to previous DTLS versions and they are acknowledged
in prior versions of DTLS specifications.</t>

<t>For this version of the document we would like to thank:</t>

<figure><artwork><![CDATA[
* Ilari Liusvaara 
  Independent
  ilariliusvaara@welho.com
]]></artwork></figure>

<figure><artwork><![CDATA[
* Martin Thomson
  Mozilla
  martin.thomson@gmail.com
]]></artwork></figure>

</section>


  </back>

<!-- ##markdown-source:
H4sIAP5xA1kAA+1963LbWJLmfzwFwvWjpSqStmS7LqrqjlbbqraifVtJ1TWz
nhoHRIIU2iDBBkDJapc35kF2X26eZDO/zDwXAJRlu+ayEcuIrpZJ4Fzy5Mn7
ZTweJ23RlvlBenaRp4+zNlvU2TI9q7NVs67qNn2aXed1eppPN3XRXqc7j8+e
nu6mL+uqraZVmf41r5uiWqV7k/tJdn5e55cHKT+CL2bVdJUtaexZnc3bcZG3
83FbNuMZ/Wfv/rjM2rxpkyn936Kqrw/Spp0l1XlTlTn9cJB+ff/BN0lSrOuD
dF3nD+9/8+1ZvWna/Xv3vru3n2R1nh24hSVXVf1mUVebNe3k6WnyJr+mb2YH
6fGqzetV3o4f8xqSpGmz1ex1VlYrWtd13iTr4iBJ03o+zWdNe13qt2lK+wv+
LFazfNXaFw1Bps7njfv39TL6Z1sXU/fwtFou6V33a7Eqi5WfJn/bjsuiacc0
yHlV0mPj6suv6BeC3jJbr4vVQp7NNu1FVdNix/QjPsWKnj6apCd5M63qMrPv
BehHtIjeT1W9yFbFP7KWDu0gPTn78dmIQDSd2O/5MivKgzR/U/+xbufLCS0+
6c74ZJKeNdOLap6vikU855NstcqbgZ/jeQ9PnqVPi2XR5rPOxBcYYNK6Af6Y
1cOreD5Jn1WzbLZZbOI1PM8W+YowrvdzvIY/V9WizAd3v9IR/jhtJowvc8Kk
ST7bJMmqqpf0/mXOOHPy46P9vb3vDlL5m/7c068fPHhw3/78dt++vffNd/bt
1/vffct/Ho8fT9y1wK04SAqeL5rl4XfffW0TPtzft5Hv33OT3H9wz57dv/+t
/vnNw/2HB8l4PE6zc0LJbErof3ZRNIxZG0bJtFnn02Je0IkF9zit5ml7K2KQ
KDVYKzWYuKufZmVZXTXptCxonrtNXl/Si4TNZTEF/Bu6VLgZmxV/k6cVP8DT
JnZj6ZjTLL3KrunrjP5F686bYrHKZ/wuUYRL3kKeXebNrK5wUUZpmy3XeY0/
6Z6ny7xp6DDThEC6yOvrScogyP06bek8fEETr3hxtPjr9DxraCYCCS9qOz0E
AJJoKJ6Y/nFZ0HrT/O+b4jIrAW17abHJaLw2J0RPPZgbwj6aftrwASQ864aI
Tl1e027S1i2A6B5vHiCdpefXcla8H3cMCQ59WcxmZZ4kyRcpU8G6mm2mvLsk
IdxIjx4fn704OUhfPj06PD1KT46evfjrUXr25Cj98cXTpy9+Pn7+5/Tl4cnh
n08OXz4RoDXVpp7mKYGS5uTjYIrKgKNbs2rpf7QeOrM/F+2TzfkkPd0sFkTf
6csp3Wr6M2kuqk1Ja6ahNud0+/m3rEnXm7JMawIUPd2kdNQXbbtuDu7eXRTt
BY1EaHKX7sbV4q4yDkbbCSMKYbXsqQFYcFj0/pqPnAa+ykvCyaNZ0VZ1kZW2
jnSarXgRBG56MFjzKE3ONwTh1TUvkG8+X0J9LfWrnxXNdNOE6EHQZ9LBJ8W0
fCIAW9fFMqvpvCuaXG9VeFAMO6AycIUfv8ym18CfGWEFEHIB7naet1d5TpNd
hbeGp1vndHMn4N7doenBdYVVzvFiyajbHCS2jJOcWMPM83Ke134jQj5rLrI3
uft5kj6prujO1SPZLnHiNKk3K7m5GR1gWWTnZR6g6hTUvEwJGdvrNa2Y79XZ
o5fpu3dKDt+/F1DR4fEBxgSCj3LTElT/kac/PX7JJ5qFF2EFQlDN5zR/ABTC
cHfTGBw5METRluDRnWU7pUu6Yo+D7gWt5ZwPxEiSkj4QqbI4z2uiabTZkGIR
4iT0WkN8r8xq/obfYPyvmqY4Z150XrUX/MOyWNFTtO1VfuXJRrG6FPqkW0+W
2Vt5jDeRLasNERk662lFyMSPECepM7kjG4JunW+anCmgUr97RFyJ2NTFohCS
N8vnuMQANO2DUHBeV8tUHt/DmPruPt61FxK8QSSJWQmtAO82tkV6muicnDIB
aFXZIHvfyyFfKvNZbZYEuTThoZs3xXotl5OQNAe8LkgWqFa84fgNuulEKXgu
zENzKGOTQ04TOoZpTacix72sCHUJpjUTZRvJmF50ibKSTo9vGcbn3/M54RFR
KRI/Cdwz3d99wuLj5brMmauG6EvryN7IsTrABVC8D1LE15wYGHDGZmI8TYIh
qhWdjxtiZ9Pwqty/ceibusl3R+nf+GISAG2GorOuZHhKN3ST5+khgX41K96m
j3nod+/6Ysr797hQs5zoftnsTtKfLwq6+8l5Nn1zldUzoT405TndX8JdzOHw
rvBID6gSXvJE4e+rislLLsLzTJAyf7suHZs51Xt9f6IQYK7GIo9QF/4L1IW4
36PKbk4D6J/lNd2wqqwW10KoSVtIWV1o0jvPfjo9uzOS/0+fv8DfJ0f/46fj
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
B6P9h/d3acC7WNnl3mQ/3M7e13Ki32/VHPRFEupLKJrzIi9n4RAPvnWH/FoO
uTvYB4egVQg8v+8cGA3Kxpd8pnt75c5KAP2oWBMqC5Bx9AnD8CBNEvFo6IHj
GE1JVPxMkkGo2buEWVimeHJmpBRn6lsp1FOTq97tCS9HUWXOLe5/HHR6TDxO
X7qwsP2ulx6zM5EfIe6O7um7lA+V/nM/fT/pLHSWE6GdZmZ6gneVzQSLVVVD
CsJZyxYPzQKQXmblJncuKLr5dW4cni4+zNRTwFklb6EUNFrn2D3Yu5feyRsB
7Pkc5Y1jtmFy3IoZj+VH2xaLCQZB934XMQ54oP5I3cduHJNY9Kkt/Lks/IlJ
nJHBIyCHPQMp0e8Lb49CXAAerFb5iMNUs7oOMKMDQV1ejKipX5XaLc0KF0SE
NTm7UhENw8CGLIfDHokdCV90ZhOdpRBbGuEJ7/Ne53Wa/Uc4LjhOi418xVah
CKq1sId7greB6g6VYlksLlQgyIZUl2zeIshpYMS9EWPiSpX0wSd4oKuOwQA2
okmoojbVkuU39o3l+cwMaS3thXTUDZSxNI0NafwMCc4sdmCIaGNeXTDbes27
5EE8q3yTI7yQOFbOIXJeL5dH/F33x8FcRshNI+fkbyVOh1Xt7rhp6MDM1NGc
ZsVS7QL0uBqt2WSpUSUa6giHlRn+2IiDpb0nEmM6hFpWQkh4g6ud5l3Z0Tor
avHYsJQ6wg46ETIW+qHuDEdEZQClSTgcIYA4XtVtryrsX8QIDnVDjNaGoztF
EyiLec5PsCk5slCcqxMkVFdMtVFLOiNr5uQMh2A8zp5/1ORXoKyseV+tOovN
SlSvRc424XJw+xrBoiKvExllvqwuCxtWRdUCEnpgQ02xEYh0pGvC8qyWbYDl
mgSnfyaEqDjGSaxCRCl4jC7SYEqnSMucoALQcNWbN882ZZs+O30KUcYxOH6s
E2rI78iR8o+6YO+kIMjsuOOwq+ZiglMLXxNuZDDj2A27XhZSttgUMyZJWL8N
dHx09iPmpZWOIPiLXYrhkdF1Xa4hbMJSU1cLC2qgp6P1NNcNPYudNWyzF8ci
r343TX+ilZYdCsEHz/o151TMtqM7KQP5uo0PG8ojEX0ht0BXRFLVTc6OH5E2
XBzXHG7Ijk7mveoSqAySml9xdIHG53B4cAVh1N0pReB1XVS1nbNuwcT+SP3u
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
rZs3N9GmE86iWTtz4MvTv3SJFCsKW+nUx+sJA2oC6IuPJhaq1byJQ9yXFVvB
PvDpEb9Pk0N7xO/TaGi0mp3eiYtf312a/wLq+Bn08GPJ6odE0o/TZTBiQIM+
/h5/OnX87ejNThwx343z2P6JqegnE+NwNekgNf7/pPUm0sqO33HdtjfRVzYB
/U9+7uTszFPW34B+fsw78edTTuZVN7ngly6R/E1W81uNo8jT/dziTnwGQdq6
mg5Drpp27AyzY0nguAmFCPSpwj4V4Js/7w7HO/6/hEiv+vaE/yBECme6pVA5
NM6rnpJ+28EiRHplJDp++yNp9M2IlG3aizFqofsgnyF0esmveRnvcMO+tta1
BzuVEXb/P25tW81vhlufjBT/6UQKuMWl/jd1/hm49TiflsUqV9xi59UB/Jlh
EARc10jN1twujUfX0gbdikXJdl9GWM2Iw0W4OcApit08kzKxHnTO8aMhJBpT
dMPYWv4ickC30pARY/eq+OlYYzw11qeQuUSv/knrpUvrU02Sd034omh2fnwn
UJ6sbT2qCBhUXp4cvTw8OX7+Z1nUpFPBAs/C+SmP/3x4fOYels4pUiCBNMNr
9a9KbZpV5NJEvfFJVDPwBhzbepF/Ddbbx+evcBd+jZ7vPfRr8N+093fw2fJm
tMyPevPG2W715p/Ef82BcuYO/I+d819+vfvxb346hD79VOi/p0fPHzNepL/+
MO59vvrkOX/95H2Gb55oPanbnUpnTpx3/OZpjnYDEQr03tTffw2WuuU8+nPa
d7/6v0/ztnelb/HmDTi0/c2PgW385qecJ822Ox7TL0be0l/7KLQNhwbmlPyN
XPI3/oP2ecMW/6Pf/GoAOB+AUPw54TzeAJXwGborNxIu9wnnLDlo+xPe9Hfl
4+fE55PfpPtxM5ndPuetP9Gbt6DPW968NU8ZePPH4+fHp0+OHqcdxh2NuX2d
Q/C+++u/DJLmvmQw/O1X444l4dSyUiP07Lx34vH28NFfOtLwoOwW1fDdHlQU
i5yaRoFIx0hclIi1OueGmg2nfPOv1tdnUKgbDKRHEDYHDyNTMSiiKfF7YQsZ
6VWJ+gAYKZQ/gjgjDvZHmBdiqkwWRGHCzVpMXOFudyAzWmirhuZBgHUFQTmy
UIZw3F2k1HCz0S+DWw2akrqZJEdocBMvLGbdxVkhiBpR7w1CClWM707DoYrB
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
lvhp0spPf1wwrP37/xcbIDlBtvYAAA==

-->

</rfc>

