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

<!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-13" 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="November" day="29"/>

    <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 <xref target="RFC0768"/> 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 <xref target="RFC4347"/> was originally defined as a delta from TLS 1.1 <xref target="RFC4346"/> and
DTLS 1.2 <xref target="RFC6347"/> was defined as a series of deltas to TLS 1.2 <xref target="RFC5246"/>.  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 <xref target="I-D.ietf-tls-tls13"/>.</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 DTLS 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 DTLS 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 keys derived from traffic_secret_N.</t>
</list></t>

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

<t>The basic design philosophy of DTLS is to construct “TLS over datagram transport”.
Datagram transport does not require nor 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.
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 susceptible to abusive behavior
effecting denial of
service attacks against nonparticipants,
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.
There are three major changes:</t>

<t><list style="numbers">
  <t>The DTLSCiphertext structure omits the superfluous version number field</t>
  <t>DTLS adds an explicit epoch and sequence number
in the record header.  This sequence number allows the recipient to correctly
verify the DTLS MAC.</t>
  <t>DTLS adds a short header format (DTLSShortCiphertext) that can be
used to reduce overhead once the handshake is complete.</t>
</list></t>

<t>The DTLS record formats are shown below.
DTLSPlaintext records are used to send unprotected records and DTLSCiphertext
or DTLSShortCiphertext are used to send protected records.</t>

<figure><artwork><![CDATA[
  struct {
      ContentType type;
      ProtocolVersion version;
      uint16 epoch = 0                                 // DTLS field
      uint48 sequence_number;                          // DTLS field
      uint16 length;
      opaque fragment[DTLSPlaintext.length];
  } DTLSPlaintext;

  struct {
       opaque content[DTLSPlaintext.length];
       ContentType type;
       uint8 zeros[length_of_padding];
  } DTLSInnerPlaintext;

  struct {
      ContentType opaque_type = 23; /* application_data */
      uint32 epoch_and_sequence;
      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='epoch_and_sequence:'>
  The low order two bits of the epoch and the low order 30 bits of
the sequence number, laid out as a 32 bit integer.
The first 2 bits hold the low order bits from the epoch and the
remaining 30 bits hold the low order bits from the sequence number
(see <xref target="reconstructing"/> for how to use this value).</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>

<t>As with previous versions of DTLS, multiple DTLSPlaintext
and DTLSCiphertext records can be included
in the same underlying transport datagram.</t>

<t>The short DTLS header format is:</t>

<figure><artwork><![CDATA[
    struct {
      uint16 short_epoch_and_sequence;  // 001ESSSS SSSSSSSS
      opaque encrypted_record[remainder_of_datagram];
    } DTLSShortCiphertext;
]]></artwork></figure>

<t>The short_epoch_and_sequence document contains the epoch and sequence
packed into a 16 bit integer as follows:</t>

<t><list style="symbols">
  <t>The first three bits are set to 001 in order to allow multiplexing
between DTLS and VoIP protocols (STUN, RTP/RTCP, etc.) <xref target="RFC7983"/>
and distinguish the short from long header formats.</t>
  <t>The fourth bit is the low order bit of the epoch value.</t>
  <t>The remaining bits contain the low order 12 bits of the sequence
number.</t>
</list></t>

<t>In this format, the length field is omitted and therefore the
record consumes the entire rest of the datagram in the lower
level transport. It is not possible to have multiple
DTLSShortCiphertext format records in the same datagram.</t>

<t>DTLSShortCiphertext MUST only be used for data which is protected with
one of the application_traffic_secret values, and not for either
handshake or early data. When using an application_traffic_secret
for message protection,
Implementations MAY use either DTLSCiphertext or DTLSShortCiphertext
at their discretion.</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 (MSL).</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 anchor="determining-the-header-format" title="Determining the Header Format">

<t>Implementations can distinguish the three header formats by examining
the first byte, which in the DTLSPlaintext and DTLSCiphertext header represents the
content type. If the first byte is alert(21), handshake(22), or ack(25),
the record MUST be interpreted as a DTLSPlaintext record. If the
first byte is application_data(23) then the record MUST be
interpreted handled as DTLSCiphertext; the true content type
will be inside the protected portion.</t>

<t>If the first byte is any other other value, then receivers
MUST check to see if the leading bits of the first byte are
001. If so, they MUST process the record as DTLSShortCiphertext.
Otherwise, the record MUST be rejected as if it had failed
deprotection.</t>

</section>
<section anchor="reconstructing" title="Reconstructing the Sequence Number and Epoch">

<t>When receiving protected DTLS records message, the recipient does not
have a full epoch or sequence number value and so there is some
opportunity for ambiguity.  Because the full epoch and sequence number
are used to compute the per-record nonce, failure to reconstruct these
values leads to failure to deprotect the record, and so implementations
MAY use a mechanism of their choice to determine the full values.
This section provides an algorithm which is comparatively simple
and which implementations are RECOMMENDED to follow.</t>

<t>If the epoch bits match those of the current epoch, then
implementations SHOULD reconstruct the sequence number by computing
the full sequence number which is numerically closest to one plus the
sequence number of the highest successfully deprotected record.</t>

<t>If the epoch bits do not match those from the current epoch, then
the record is either from a previous epoch or from a future
epoch. Implementations SHOULD use the epoch value which would produce
a sequence number which is numerically closest to what would
be reconstructed for that epoch, as determined by the algorithm
in the paragraph above.</t>

<t>Note: the DTLSShortCiphertext format does not allow for easy
reconstruction of sequence numbers if ~2000 datagrams in sequence
are lost. Implementations which may encounter this situation
SHOULD use the DTLSCiphertext format.</t>

</section>
</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, both
to increase the reliability of DTLS service and to avoid the risk
of spoofing attacks sending traffic to unrelated third parties.</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>A new ACK content type has been added for reliable message delivery of 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.
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>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. If the client’s apparent IP address is embedded
in the cookie, this prevents an attacker from generating an acceptable
ClientHello apparently from another user.</t>

<t>One potential attack on this scheme is for the attacker to collect a
number of cookies from different addresses where it controls endpoints
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(24),
      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;
      } body;
  } Handshake;
]]></artwork></figure>

<t>The first message each side transmits in each association 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. 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 handshake message is received, if its message_seq value 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>

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

</section>
<section anchor="clienthello-message" title="ClientHello Message">

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

</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="dtls-handshake-flights" title="DTLS Handshake Flights">

<t>DTLS messages are grouped into a series of message flights, according
to the diagrams below.</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>

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

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

<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 or partial  |
         flight |                  | flight                  |
                |  +---------------+                         |
                |  |               | Set retransmit timer    |
                |  |              \|/                        |
                |  |         +-----------+                   |
                |  |         |           |                   |
                +--)---------|  WAITING  |-------------------+
                |  |  +----->|           |   Timer expires   |
                |  |  |      +-----------+                   |
                |  |  |          |  |   |                    |
                |  |  |          |  |   |                    |
                |  |  +----------+  |   +--------------------+
                |  | Receive record |   Read retransmit or ACK
        Receive |  |  Send ACK      |
           last |  |                |
         flight |  |                | Receive ACK
                |  |                | for 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. If the implementation has received one or more
ACKs <xref target="ack-msg"/> from the peer, then it SHOULD omit any messages or
message fragments which have already been ACKed. 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 four 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 ACK from the peer: upon receiving
an ACK for a partial flight (as mentioned in <xref target="sending-acks"/>,
the implementation transitions
to the SENDING state, where it retransmits the unacked portion
of the flight, resets the retransmit timer, and returns to the
WAITING state. Upon receiving an ACK for a complete flight,
the implementation cancels all retransmissions and either
remains in WAITING, or, if the ACK was for the final flight,
transitions to FINISHED.</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 some or all 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) may also trigger the implementation to send an ACK, as
described in <xref target="sending-acks"/>.</t>
</list></t>

<t>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>

<t>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.</t>

<t>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>

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

<t>Note: it is not always possible to distinguish which association
a given packet is from. For instance, if the client performs
a handshake, abandons the connection, and then immediately starts
a new handshake, it may not be possible to tell which connection
a given protected record is for. In these cases, trial decryption
MAY be necessary, though implementations could also use some sort
of connection identifier, such as the one specified in
<xref target="I-D.rescorla-tls-dtls-connection-id"/>.</t>

</section>
</section>
<section anchor="example-of-handshake-with-timeout-and-retransmission" title="Example of Handshake with Timeout and Retransmission">

<t>The following is an example of a handshake with lost packets and
retransmissions.</t>

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

 Record 0                  -------->
 ClientHello
 (message_seq=0)
  +cookie

                             X<-----                 Record 0
                             (lost)               ServerHello
                                              (message_seq=1)
                                          EncryptedExtensions
                                              (message_seq=2)
                                                  Certificate
                                              (message_seq=3)


                           <--------                 Record 1
                                            CertificateVerify
                                              (message_seq=4)
                                                     Finished
                                              (message_seq=5)

 Record 1                  -------->
 ACK [1]


                           <--------                 Record 2
                                                  ServerHello
                                              (message_seq=1)
                                          EncryptedExtensions
                                              (message_seq=2)
                                                  Certificate
                                              (message_seq=3)

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

                           <--------               Record 3
                                                    ACK [2]

]]></artwork></figure>

<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>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="ack-msg" title="ACK Message">

<t>The ACK message is used by an endpoint to indicate handshake-containing
the TLS records it has received from the other side. ACK is not
a handshake message but is rather a separate content type,
with code point TBD (proposed, 25). This avoids it consuming space in the
handshake message sequence. Note that ACKs can still be
piggybacked on the same UDP datagram as handshake records.</t>

<figure><artwork><![CDATA[
struct {
       uint64 record_numbers<0..2^16-1>;
} ACK;
]]></artwork></figure>

<t><list style="hanging">
  <t hangText='record_numbers:'>
  a list of the records containing handshake messages in the current
flight which the endpoint has received, in numerically increasing
order. ACKs only cover the current outstanding flight (this is
possible because DTLS is generally a lockstep protocol). Thus, an ACK
from the server would not cover both the ClientHello and the client’s
Certificate. Implementations can accomplish this by clearing their ACK
list upon receiving the start of the next flight.</t>
</list></t>

<t>ACK records MUST be sent with an epoch that is equal to or higher
than the record which is being acknowledged. Implementations SHOULD
simply use the current key.</t>

<section anchor="sending-acks" title="Sending ACKs">

<t>When an implementation receives a partial flight, it SHOULD generate
an ACK that covers the messages from that flight which it has
received so far. Implementations have some discretion about when
to generate ACKs, but it is RECOMMENDED that they do so under
two circumstances:</t>

<t><list style="symbols">
  <t>When they receive a message or fragment which is out of order,
either because it is not the next expected message or because
it is not the next piece of the current message. Implementations
MUST NOT send ACKs for handshake messages which they discard
as out-of-order, because otherwise those messages will not be
retransmitted.</t>
  <t>When they have received part of a flight and do not immediately
receive the rest of the flight (which may be in the same UDP
datagram). A reasonable approach here is to
set a timer for 1/4 the current retransmit timer value when
the first record in the flight is received and then send an
ACK when that timer expires.</t>
</list></t>

<t>In addition, implementations MUST send ACKs upon receiving
all of any flight which they do not respond to with their
own messages. Specifically, this means the client’s final
flight of the main handshake, the server’s transmission
of the NewSessionTicket, and KeyUpdate messages.
ACKs SHOULD NOT be sent for other
complete flights because they are implicitly acknowledged
by the receipt of the next flight, which generally
immediately follows the flight. Each NewSessionTicket
or KeyUpdate is an individual flight; in particular, a KeyUpdate
sent in response to a KeyUpdate with update_requested does not
implicitly acknowledge that message. Implementations MAY
ACK the records corresponding to each transmission of
that flight or simply ACK the most recent one.</t>

<t>ACKs MUST NOT be sent for other records of any content type
other than handshake or for records which cannot be unprotected.</t>

<t>Note that in some cases it may be necessary to send an ACK which
does not contain any record numbers. For instance, a client
might receive an EncryptedExtensions message prior to receiving
a ServerHello. Because it cannot decrypt the EncryptedExtensions,
it cannot safely ACK it (as it might be damaged). If the client
does not send an ACK, the server will eventually retransmit
its first flight, but this might take far longer than the
actual round trip time between client and server. Having
the client send an empty ACK shortcuts this process.</t>

</section>
<section anchor="receiving-acks" title="Receiving ACKs">

<t>When an implementation receives an ACK, it SHOULD record that the
messages or message fragments sent in the records being
ACKed were received and omit them from any future
retransmissions. Upon receipt of an ACK for only some messages
from a flight, an implementation SHOULD retransmit the remaining
messages or fragments. Note that this requires implementations to
track which messages appear in which records. Once all the messages in a flight have been
acknowledged, the implementation MUST cancel all retransmissions
of that flight. As noted above, the receipt of any packet responding
to a given flight MUST be taken as an implicit ACK for the entire
flight.</t>

</section>
</section>
<section anchor="key-updates" title="Key Updates">

<t>DTLS 1.3 implementations MUST send a KeyUpdate message prior to
updating the keys they are using to protect application data traffic.
As with other handshake messages with no built-in response,
KeyUpdates MUST be acknowledged. In order to facilitate
epoch reconstruction <xref target="reconstructing"/> implementations MUST
NOT send a new KeyUpdate until the previous KeyUpdate has
been acknowledged (this avoids having too many epochs in
active use).</t>

<t>Due to loss and/or re-ordering, DTLS 1.3 implementations
may receive a record with a different epoch than the
current one. They SHOULD attempt to process those records
with that epoch (see <xref target="reconstructing"/> for information
on determining the correct epoch), but MAY opt to discard
such out-of-epoch records. Implementations SHOULD
NOT discard the keys for their current epoch prior to
receiving a KeyUpdate.</t>

<t>Although KeyUpdate MUST be ACKed, it is possible for the ACK to be
lost, in which case the sender of the KeyUpdate will retransmit it.
Implementations MUST retain the ability to ACK the KeyUpdate for
up to 2MSL. It is RECOMMENDED that they do so by retaining the
pre-update keying material, but they MAY do so by responding
to messages which appear to be out-of-epoch with a canned ACK
message; in this case, implementations SHOULD rate limit how
often they send such ACKs.</t>

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

<t>If implementations process out-of-epoch records as recommended in
<xref target="key-updates"/>, then this creates a denial of service risk since an adversary could
inject packets with fake epoch values, forcing the recipient
to compute the next-generation application_traffic_secret using the
HKDF-Expand-Label construct to only find out that the message was
does not pass the AEAD cipher processing. The impact of this
attack is small since the HKDF-Expand-Label only performs symmetric
key hashing operations. Implementations which are concerned about
this form of attack can discard out-of-epoch records.</t>

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

<t>Since TLS 1.3 introduces 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 ContentType Registry for the ACK message defined in <xref target="ack-msg"/>, with content type 25.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC0768" target='https://www.rfc-editor.org/info/rfc768'>
<front>
<title>User Datagram Protocol</title>
<author initials='J.' surname='Postel' fullname='J. Postel'><organization /></author>
<date year='1980' month='August' />
</front>
<seriesInfo name='STD' value='6'/>
<seriesInfo name='RFC' value='768'/>
<seriesInfo name='DOI' value='10.17487/RFC0768'/>
</reference>



<reference  anchor="RFC2119" target='https://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='https://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='https://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='STD' value='89'/>
<seriesInfo name='RFC' value='4443'/>
<seriesInfo name='DOI' value='10.17487/RFC4443'/>
</reference>



<reference  anchor="RFC4821" target='https://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='https://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='https://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='July' day='3' 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-21' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-tls-tls13-21.txt' />
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC5996" target='https://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='https://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='https://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='https://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="RFC4346" target='https://www.rfc-editor.org/info/rfc4346'>
<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.1</title>
<author initials='T.' surname='Dierks' fullname='T. Dierks'><organization /></author>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2006' month='April' />
<abstract><t>This document specifies Version 1.1 of the Transport Layer Security (TLS) protocol.  The TLS protocol provides communications security over the Internet.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4346'/>
<seriesInfo name='DOI' value='10.17487/RFC4346'/>
</reference>



<reference  anchor="RFC4347" target='https://www.rfc-editor.org/info/rfc4347'>
<front>
<title>Datagram Transport Layer Security</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<author initials='N.' surname='Modadugu' fullname='N. Modadugu'><organization /></author>
<date year='2006' month='April' />
<abstract><t>This document specifies Version 1.0 of the Datagram Transport Layer Security (DTLS) protocol.  The DTLS protocol provides communications privacy for datagram protocols.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4347'/>
<seriesInfo name='DOI' value='10.17487/RFC4347'/>
</reference>



<reference  anchor="RFC5238" target='https://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="RFC5246" target='https://www.rfc-editor.org/info/rfc5246'>
<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
<author initials='T.' surname='Dierks' fullname='T. Dierks'><organization /></author>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2008' month='August' />
<abstract><t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol.  The TLS protocol provides communications security over the Internet.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5246'/>
<seriesInfo name='DOI' value='10.17487/RFC5246'/>
</reference>



<reference  anchor="RFC6347" target='https://www.rfc-editor.org/info/rfc6347'>
<front>
<title>Datagram Transport Layer Security Version 1.2</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<author initials='N.' surname='Modadugu' fullname='N. Modadugu'><organization /></author>
<date year='2012' month='January' />
<abstract><t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol.  The DTLS protocol provides communications privacy for datagram protocols.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.  This document updates DTLS 1.0 to work with TLS version 1.2.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6347'/>
<seriesInfo name='DOI' value='10.17487/RFC6347'/>
</reference>



<reference  anchor="RFC7525" target='https://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>



<reference  anchor="RFC7983" target='https://www.rfc-editor.org/info/rfc7983'>
<front>
<title>Multiplexing Scheme Updates for Secure Real-time Transport Protocol (SRTP) Extension for Datagram Transport Layer Security (DTLS)</title>
<author initials='M.' surname='Petit-Huguenin' fullname='M. Petit-Huguenin'><organization /></author>
<author initials='G.' surname='Salgueiro' fullname='G. Salgueiro'><organization /></author>
<date year='2016' month='September' />
<abstract><t>This document defines how Datagram Transport Layer Security (DTLS), Real-time Transport Protocol (RTP), RTP Control Protocol (RTCP), Session Traversal Utilities for NAT (STUN), Traversal Using Relays around NAT (TURN), and ZRTP packets are multiplexed on a single receiving socket.  It overrides the guidance from RFC 5764 (&quot;SRTP                Extension for DTLS&quot;), which suffered from four issues described and fixed in this document.</t><t>This document updates RFC 5764.</t></abstract>
</front>
<seriesInfo name='RFC' value='7983'/>
<seriesInfo name='DOI' value='10.17487/RFC7983'/>
</reference>



<reference anchor="I-D.rescorla-tls-dtls-connection-id">
<front>
<title>The Datagram Transport Layer Security (DTLS) Connection Identifier</title>

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

<author initials='H' surname='Tschofenig' fullname='Hannes Tschofenig'>
    <organization />
</author>

<author initials='T' surname='Fossati' fullname='Thomas Fossati'>
    <organization />
</author>

<author initials='T' surname='Gondrom' fullname='Tobias Gondrom'>
    <organization />
</author>

<date month='November' day='14' year='2017' />

<abstract><t>This document specifies the "Connection ID" concept for the Datagram Transport Layer Security (DTLS) protocol, version 1.2 and version 1.3.  A Connection ID is an identifier carried in the record layer header that gives the recipient additional information for selecting the appropriate security association.  In "classical" DTLS, selecting a security association of an incoming DTLS record is accomplished with the help of the 5-tuple.  If the source IP address and/or source port changes during the lifetime of an ongoing DTLS session then the receiver will be unable to locate the correct security context.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-rescorla-tls-dtls-connection-id-02' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-rescorla-tls-dtls-connection-id-02.txt' />
</reference>




    </references>


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

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

<t>IETF Drafts
draft-03
- Only update keys after KeyUpdate is ACKed.</t>

<t>draft-02
- Shorten the protected record header and introduce an ultra-short
  version of the record header.
- Reintroduce KeyUpdate, which works properly now that we have ACK.
- Clarify the ACK rules.</t>

<t>draft-01
- Restructured the ACK to contain a list of packets and also
  be a record rather than a handshake message.</t>

<t>draft-00
- First IETF Draft</t>

<t>Personal Drafts
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:
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
yS5CX9QyA9HCClpe4Rbein/i7enx2fHpX46Ptna2R/IAn95bem5r175mpJCv
9+xrHk70ht6o+/YckL63cnvfttRlaOuR/QhyB1bCpBp9XMzjcWcCtNja+FtP
gje1tKY3s2x94/fi1Z2t3d5egPG8Varg17y7N/S6zb27PwiSt6jHBIM8GhyE
4bS1+7gL7Q1L8RudixK2tedPCl/iaJutPT+fIM5bVAm29h77H+Afj7epfq/h
6TlVLe6XHY4eSBbNJVUdpmrND78KNQj8Oao4vPdICwpHxh94SzobmEMpfm/3
iS28yf7+NHgPMX6sWoxYKbpT6iV5y+0Cnn7Oq8GyP/Yqe6CSrQhM276KNJ4r
upTCq3TgfwuozdPuKyFOBa+w3W/4ld7t4feOy9nr+TF+iZ7X3lsD9wrf61G4
gen6V+4Ap5OvzWLW9F4duE84Z2CU2DRp8GYAlfDNOyfje3fQeYUtIL0X9aqF
E8FHzSC95/ukjd7sdlXrveevbzTTn7P1j/StvvAB5PHZ+ml8c8OKwBx4rNeK
a21ScroFy8Oto6/DWgHSUgHVmuDmYYF3cTN6oTU0XpmgPAoNPfQq64Pcs87K
SIJMAZRxot1o/Eg+07nV0ah21uCI7MTBap7EubHGTzDJZDDDZ2PdCQ16jMJl
8kaKe1m9gHP2J9N7PlaJpfi4MHy3iKpWEB7MjtFMzGSLtN604ahgbhmyjYYA
GPKtSKAEBfE465LUAR1V8RSTLFpbpWNUOpD9EdlxyPPYDMCbw9Kb3kJGSW9p
ncNWy3JwylYLL1Ru4uBk7FVjXXD6k4b2RBXyfZORu0a9JKMvBywP7KbthzOK
akNdiaKdoNsJdRUNjqU+RlvapNE63TXLdJo9xBJ2t/mspXjAWQZMaZuDCFQF
UjPnQIiZ1WXEKkDZNA3i3ETSc7Gj1Jxfc6xxndUS0yQvB37PyOVn8qW2uqG6
Q+bG0Ebw3o869r41g5kvpuc00GRgJizq+g5rhdzVz3CSHDrsWzrmTHV1cT70
rj1vzA9qhMT6Htd5w1wl0b7MU6oqDQnrobQvgrr2aKdaP0I3wsc0UiP0NYpb
huxzvhan09/D12XgtIkbhpgLUCSgTiMOYgBSQ/4UqyIuftrf+5nkNWkxwbV+
zjC25Sf4BbkFyC7PohAhDo5hkaWqUYihjpSdxhfdHiDiG9I2Mb9P3icgS472
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
Zf/6/wKHeoaWHxMBAA==

-->

</rfc>

