<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.22 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lake-edhoc-19" category="std" consensus="true" submissionType="IETF" tocDepth="2" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="EDHOC">Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-19"/>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="J" surname="Preuß Mattsson" fullname="John Preuß Mattsson">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <date year="2023" month="February" day="03"/>
    <area>SEC</area>
    <workgroup>LAKE Working Group</workgroup>
    <abstract>
      <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a very compact and lightweight authenticated Diffie-Hellman key exchange with ephemeral keys. EDHOC provides mutual authentication, forward secrecy, and identity protection. EDHOC is intended for usage in constrained scenarios and a main use case is to establish an OSCORE security context. By reusing COSE for cryptography, CBOR for encoding, and CoAP for transport, the additional code size can be kept very low.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <section anchor="motivation">
        <name>Motivation</name>
        <t>Many Internet of Things (IoT) deployments require technologies which are highly performant in constrained environments <xref target="RFC7228"/>. IoT devices may be constrained in various ways, including memory, storage, processing capacity, and power. The connectivity for these settings may also exhibit constraints such as unreliable and lossy channels, highly restricted bandwidth, and dynamic topology. The IETF has acknowledged this problem by standardizing a range of lightweight protocols and enablers designed for the IoT, including the Constrained Application Protocol (CoAP, <xref target="RFC7252"/>), Concise Binary Object Representation (CBOR, <xref target="RFC8949"/>), and Static Context Header Compression (SCHC, <xref target="RFC8724"/>).</t>
        <t>The need for special protocols targeting constrained IoT deployments extends also to the security domain <xref target="I-D.ietf-lake-reqs"/>. Important characteristics in constrained environments are the number of round trips and protocol message sizes, which if kept low can contribute to good performance by enabling transport over a small number of radio frames, reducing latency due to fragmentation or duty cycles, etc. Another important criterion is code size, which may be prohibitively large for certain deployments due to device capabilities or network load during firmware update. Some IoT deployments also need to support a variety of underlying transport technologies, potentially even with a single connection.</t>
        <t>Some security solutions for such settings exist already. CBOR Object Signing and Encryption (COSE, <xref target="RFC9052"/>) specifies basic application-layer security services efficiently encoded in CBOR. Another example is Object Security for Constrained RESTful Environments (OSCORE, <xref target="RFC8613"/>) which is a lightweight communication security extension to CoAP using CBOR and COSE. In order to establish good quality cryptographic keys for security protocols such as COSE and OSCORE, the two endpoints may run an authenticated Diffie-Hellman key exchange protocol, from which shared secret keying material can be derived. Such a key exchange protocol should also be lightweight; to prevent bad performance in case of repeated use, e.g., due to device rebooting or frequent rekeying for security reasons; or to avoid latencies in a network formation setting with many devices authenticating at the same time.</t>
        <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a lightweight authenticated key exchange protocol providing good security properties including forward secrecy, identity protection, and cipher suite negotiation. Authentication can be based on raw public keys (RPK) or public key certificates and requires the application to provide input on how to verify that endpoints are trusted. This specification supports the referencing of credentials in order to reduce message overhead, but credentials may alternatively be embedded in the messages.
EDHOC does not currently support pre-shared key (PSK) authentication as authentication with static Diffie-Hellman public keys by reference produces equally small message sizes but with much simpler key distribution and identity protection.</t>
        <t>EDHOC makes use of known protocol constructions, such as SIGMA <xref target="SIGMA"/>, the Noise XX pattern <xref target="Noise"/>, and Extract-and-Expand <xref target="RFC5869"/>. EDHOC uses COSE for cryptography and identification of credentials (including COSE_Key, CBOR Web Token (CWT), CWT Claims Set (CCS), X.509, and CBOR encoded X.509 (C509) certificates, see <xref target="auth-cred"/>). COSE provides crypto agility and enables the use of future algorithms and credential types targeting IoT.</t>
        <t>EDHOC is designed for highly constrained settings making it especially suitable for low-power networks <xref target="RFC8376"/> such as Cellular IoT, 6TiSCH, and LoRaWAN. A main objective for EDHOC is to be a lightweight authenticated key exchange for OSCORE, i.e., to provide authentication and session key establishment for IoT use cases such as those built on CoAP <xref target="RFC7252"/> involving 'things' with embedded microcontrollers, sensors, and actuators. By reusing the same lightweight primitives as OSCORE (CBOR, COSE, CoAP) the additional code size can be kept very low. Note that while CBOR and COSE primitives are built into the protocol messages, EDHOC is not bound to a particular transport.</t>
        <t>A typical setting is when one of the endpoints is constrained or in a constrained network, and the other endpoint is a node on the Internet (such as a mobile phone). Thing-to-thing interactions over constrained networks are also relevant since both endpoints would then benefit from the lightweight properties of the protocol. EDHOC could, e.g., be run when a device connects for the first time, or to establish fresh keys which are not revealed by a later compromise of the long-term keys.</t>
      </section>
      <section anchor="message-size-examples">
        <name>Message Size Examples</name>
        <t>Examples of EDHOC message sizes are shown in <xref target="fig-sizes"/>, using different kinds of authentication keys and COSE header parameters for identification: static Diffie-Hellman keys or signature keys, either in CBOR Web Token (CWT) / CWT Claims Set (CCS) <xref target="RFC8392"/> identified by a key identifier using 'kid' <xref target="RFC9052"/>, or in X.509 certificates identified by a hash value using 'x5t' <xref target="I-D.ietf-cose-x509"/>. As a comparison, in the case of RPK authentication, the EDHOC message size when transferred in CoAP can be less than 1/7 of the DTLS 1.3 handshake <xref target="RFC9147"/> with ECDHE and connection ID, see Section 2 of <xref target="I-D.ietf-lwig-security-protocol-comparison"/>.</t>
        <figure anchor="fig-sizes">
          <name>Examples of EDHOC message sizes in bytes.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="208" width="472" viewBox="0 0 472 208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 464,32" fill="none" stroke="black"/>
                <path d="M 168,64 L 288,64" fill="none" stroke="black"/>
                <path d="M 344,64 L 464,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 464,96" fill="none" stroke="black"/>
                <path d="M 8,160 L 464,160" fill="none" stroke="black"/>
                <path d="M 8,192 L 464,192" fill="none" stroke="black"/>
                <g class="text">
                  <text x="196" y="52">Static</text>
                  <text x="236" y="52">DH</text>
                  <text x="268" y="52">Keys</text>
                  <text x="384" y="52">Signature</text>
                  <text x="444" y="52">Keys</text>
                  <text x="184" y="84">kid</text>
                  <text x="272" y="84">x5t</text>
                  <text x="360" y="84">kid</text>
                  <text x="448" y="84">x5t</text>
                  <text x="48" y="116">message_1</text>
                  <text x="188" y="116">37</text>
                  <text x="276" y="116">37</text>
                  <text x="364" y="116">37</text>
                  <text x="452" y="116">37</text>
                  <text x="48" y="132">message_2</text>
                  <text x="188" y="132">45</text>
                  <text x="276" y="132">58</text>
                  <text x="360" y="132">102</text>
                  <text x="448" y="132">115</text>
                  <text x="48" y="148">message_3</text>
                  <text x="188" y="148">19</text>
                  <text x="276" y="148">33</text>
                  <text x="364" y="148">77</text>
                  <text x="452" y="148">90</text>
                  <text x="32" y="180">Total</text>
                  <text x="184" y="180">101</text>
                  <text x="272" y="180">128</text>
                  <text x="360" y="180">216</text>
                  <text x="448" y="180">242</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
----------------------------------------------------------
                     Static DH Keys        Signature Keys
                    ----------------      ----------------
                     kid        x5t        kid        x5t
----------------------------------------------------------
 message_1            37         37         37         37
 message_2            45         58        102        115
 message_3            19         33         77         90
----------------------------------------------------------
 Total               101        128        216        242
----------------------------------------------------------
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="document-structure">
        <name>Document Structure</name>
        <t>The remainder of the document is organized as follows: <xref target="background"/> outlines EDHOC authenticated with signature keys, <xref target="overview"/> describes the protocol elements of EDHOC, including formatting of the ephemeral public keys, <xref target="key-der"/> specifies the key derivation, <xref target="asym"/> specifies message processing for EDHOC authenticated with signature keys or static Diffie-Hellman keys, <xref target="error"/> describes the error messages, and <xref target="mti"/> lists compliance requirements. Note that normative text is also used in appendices, in particular <xref target="transfer"/>.</t>
      </section>
      <section anchor="term">
        <name>Terminology and Requirements Language</name>
        <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 BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts described in CBOR <xref target="RFC8949"/>, CBOR Sequences <xref target="RFC8742"/>, COSE structures and processing <xref target="RFC9052"/>, COSE algorithms <xref target="RFC9053"/>, CWT and CWT Claims Set <xref target="RFC8392"/>, and the Concise Data Definition Language (CDDL, <xref target="RFC8610"/>), which is used to express CBOR data structures. Examples of CBOR and CDDL are provided in <xref target="CBOR"/>. When referring to CBOR, this specification always refers to Deterministically Encoded CBOR as specified in Sections 4.2.1 and 4.2.2 of <xref target="RFC8949"/>. The single output from authenticated encryption (including the authentication tag) is called "ciphertext", following <xref target="RFC5116"/>.</t>
      </section>
    </section>
    <section anchor="background">
      <name>EDHOC Outline</name>
      <t>EDHOC specifies different authentication methods of the ephemeral-ephemeral Diffie-Hellman key exchange: signature keys and static Diffie-Hellman keys. This section outlines the signature key based method. Further details of protocol elements and other authentication methods are provided in the remainder of this document.</t>
      <t>SIGMA (SIGn-and-MAc) is a family of theoretical protocols with a large number of variants <xref target="SIGMA"/>. Like in IKEv2 <xref target="RFC7296"/> and (D)TLS 1.3 <xref target="RFC8446"/><xref target="RFC9147"/>, EDHOC authenticated with signature keys is built on a variant of the SIGMA protocol, SIGMA-I, which provides identity protection against active attacks on the party initiating the protocol. Also like IKEv2, EDHOC implements the MAC-then-Sign variant of the SIGMA-I protocol. The message flow (excluding an optional fourth message) is shown in <xref target="fig-sigma"/>.</t>
      <figure anchor="fig-sigma">
        <name>MAC-then-Sign variant of the SIGMA-I protocol used by EDHOC method 0.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="192" width="560" viewBox="0 0 560 192" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,48 L 8,176" fill="none" stroke="black"/>
              <path d="M 552,48 L 552,176" fill="none" stroke="black"/>
              <path d="M 8,64 L 544,64" fill="none" stroke="black"/>
              <path d="M 16,112 L 552,112" fill="none" stroke="black"/>
              <path d="M 8,160 L 544,160" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="552,160 540,154.4 540,165.6" fill="black" transform="rotate(0,544,160)"/>
              <polygon class="arrowhead" points="552,64 540,58.4 540,69.6" fill="black" transform="rotate(0,544,64)"/>
              <polygon class="arrowhead" points="24,112 12,106.4 12,117.6" fill="black" transform="rotate(180,16,112)"/>
              <g class="text">
                <text x="40" y="36">Initiator</text>
                <text x="520" y="36">Responder</text>
                <text x="280" y="52">G_X</text>
                <text x="76" y="100">G_Y,</text>
                <text x="116" y="100">Enc(</text>
                <text x="180" y="100">ID_CRED_R,</text>
                <text x="244" y="100">Sig(</text>
                <text x="276" y="100">R;</text>
                <text x="308" y="100">MAC(</text>
                <text x="360" y="100">CRED_R,</text>
                <text x="412" y="100">G_X,</text>
                <text x="448" y="100">G_Y</text>
                <text x="472" y="100">)</text>
                <text x="488" y="100">)</text>
                <text x="504" y="100">)</text>
                <text x="96" y="148">AEAD(</text>
                <text x="164" y="148">ID_CRED_I,</text>
                <text x="228" y="148">Sig(</text>
                <text x="260" y="148">I;</text>
                <text x="292" y="148">MAC(</text>
                <text x="344" y="148">CRED_I,</text>
                <text x="396" y="148">G_Y,</text>
                <text x="432" y="148">G_X</text>
                <text x="456" y="148">)</text>
                <text x="472" y="148">)</text>
                <text x="488" y="148">)</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
Initiator                                                   Responder
|                                G_X                                |
+------------------------------------------------------------------>|
|                                                                   |
|      G_Y, Enc( ID_CRED_R, Sig( R; MAC( CRED_R, G_X, G_Y ) ) )     |
|<------------------------------------------------------------------+
|                                                                   |
|        AEAD( ID_CRED_I, Sig( I; MAC( CRED_I, G_Y, G_X ) ) )       |
+------------------------------------------------------------------>|
|                                                                   |
]]></artwork>
        </artset>
      </figure>
      <t>The parties exchanging messages in an EDHOC session are called Initiator (I) and Responder (R), where the Initiator sends message_1 (see <xref target="overview"/>). They exchange ephemeral public keys, compute a shared secret session key PRK_out, and derive symmetric application keys used to protect application data.</t>
      <ul spacing="normal">
        <li>G_X and G_Y are the ECDH ephemeral public keys of I and R, respectively.</li>
        <li>CRED_I and CRED_R are the authentication credentials containing the public authentication keys of I and R, respectively.</li>
        <li>ID_CRED_I and ID_CRED_R are used to identify and optionally transport the credentials of the Initiator and the Responder, respectively.</li>
        <li>Sig(I; . ) and Sig(R; . ) denote signatures made with the private authentication key of I and R, respectively.</li>
        <li>Enc(), AEAD(), and MAC() denotes encryption, authenticated encryption with additional data, and message authentication code - crypto algorithms applied with keys derived from one or more shared secrets calculated during the protocol.</li>
      </ul>
      <t>In order to create a "full-fledged" protocol some additional protocol elements are needed. EDHOC adds:</t>
      <ul spacing="normal">
        <li>Transcript hashes (hashes of message data) TH_2, TH_3, TH_4 used for key derivation and as additional authenticated data.</li>
        <li>Computationally independent keys derived from the ECDH shared secret and used for authenticated encryption of different messages.</li>
        <li>An optional fourth message giving key confirmation to I in deployments where no protected application data is sent from R to I.</li>
        <li>A keying material exporter and a key update function with forward secrecy.</li>
        <li>Secure negotiation of cipher suite.</li>
        <li>Method types, error handling, and padding.</li>
        <li>Selection of connection identifiers C_I and C_R which may be used in EDHOC to identify protocol state.</li>
        <li>Transport of external authorization data.</li>
      </ul>
      <t>EDHOC is designed to encrypt and integrity protect as much information as possible. Symmetric keys and random material derived using EDHOC_KDF are derived with as much previous information as possible, see <xref target="fig-edhoc-kdf"/>. EDHOC is furthermore designed to be as compact and lightweight as possible, in terms of message sizes, processing, and the ability to reuse already existing CBOR, COSE, and CoAP libraries. Like in (D)TLS, authentication is the responsibility of the application. EDHOC identifies (and optionally transports) authentication credentials, and provides proof-of-possession of the private authentication key.</t>
      <t>To simplify for implementors, the use of CBOR and COSE in EDHOC is summarized in <xref target="CBORandCOSE"/>. Test vectors including CBOR diagnostic notation are provided in <xref target="I-D.ietf-lake-traces"/>.</t>
    </section>
    <section anchor="overview">
      <name>Protocol Elements</name>
      <section anchor="general">
        <name>General</name>
        <t>The EDHOC protocol consists of three mandatory messages (message_1, message_2, message_3), an optional fourth message (message_4), and an error message, between an Initiator (I) and a Responder (R). The odd messages are sent by I, the even by R. Both I and R can send error messages.
The roles have slightly different security properties which should be considered when the roles are assigned, see <xref target="sec-prop"/>.
All EDHOC messages are CBOR Sequences <xref target="RFC8742"/>, and are deterministically encoded. <xref target="fig-flow"/> illustrates an EDHOC message flow with the optional fourth message as well as the content of each message. The protocol elements in the figure are introduced in <xref target="overview"/> and <xref target="asym"/>. Message formatting and processing are specified in <xref target="asym"/> and <xref target="error"/>.</t>
        <t>Application data may be protected using the agreed application algorithms (AEAD, hash) in the selected cipher suite (see <xref target="cs"/>) and the application can make use of the established connection identifiers C_I and C_R (see <xref target="ci"/>). Media types that may be used for EDHOC are defined in <xref target="media-type"/>.</t>
        <t>The Initiator can derive symmetric application keys after creating EDHOC message_3, see <xref target="exporter"/>. Protected application data can therefore be sent in parallel or together with EDHOC message_3. EDHOC message_4 is typically not sent.</t>
        <figure anchor="fig-flow">
          <name>EDHOC message flow including the optional fourth message.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="288" width="560" viewBox="0 0 560 288" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,48 L 8,272" fill="none" stroke="black"/>
                <path d="M 552,48 L 552,272" fill="none" stroke="black"/>
                <path d="M 8,64 L 544,64" fill="none" stroke="black"/>
                <path d="M 16,128 L 552,128" fill="none" stroke="black"/>
                <path d="M 8,192 L 544,192" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="552,192 540,186.4 540,197.6" fill="black" transform="rotate(0,544,192)"/>
                <polygon class="arrowhead" points="552,64 540,58.4 540,69.6" fill="black" transform="rotate(0,544,64)"/>
                <polygon class="arrowhead" points="24,128 12,122.4 12,133.6" fill="black" transform="rotate(180,16,128)"/>
                <g class="text">
                  <text x="40" y="36">Initiator</text>
                  <text x="520" y="36">Responder</text>
                  <text x="176" y="52">METHOD,</text>
                  <text x="248" y="52">SUITES_I,</text>
                  <text x="308" y="52">G_X,</text>
                  <text x="348" y="52">C_I,</text>
                  <text x="392" y="52">EAD_1</text>
                  <text x="280" y="84">message_1</text>
                  <text x="84" y="116">G_Y,</text>
                  <text x="124" y="116">Enc(</text>
                  <text x="188" y="116">ID_CRED_R,</text>
                  <text x="312" y="116">Signature_or_MAC_2,</text>
                  <text x="416" y="116">EAD_2</text>
                  <text x="452" y="116">),</text>
                  <text x="480" y="116">C_R</text>
                  <text x="280" y="148">message_2</text>
                  <text x="128" y="180">AEAD(</text>
                  <text x="196" y="180">ID_CRED_I,</text>
                  <text x="320" y="180">Signature_or_MAC_3,</text>
                  <text x="424" y="180">EAD_3</text>
                  <text x="456" y="180">)</text>
                  <text x="280" y="212">message_3</text>
                  <text x="248" y="244">AEAD(</text>
                  <text x="296" y="244">EAD_4</text>
                  <text x="328" y="244">)</text>
                  <text x="20" y="260">&lt;-</text>
                  <text x="40" y="260">-</text>
                  <text x="56" y="260">-</text>
                  <text x="72" y="260">-</text>
                  <text x="88" y="260">-</text>
                  <text x="104" y="260">-</text>
                  <text x="120" y="260">-</text>
                  <text x="136" y="260">-</text>
                  <text x="152" y="260">-</text>
                  <text x="168" y="260">-</text>
                  <text x="184" y="260">-</text>
                  <text x="200" y="260">-</text>
                  <text x="216" y="260">-</text>
                  <text x="232" y="260">-</text>
                  <text x="248" y="260">-</text>
                  <text x="264" y="260">-</text>
                  <text x="280" y="260">-</text>
                  <text x="296" y="260">-</text>
                  <text x="312" y="260">-</text>
                  <text x="328" y="260">-</text>
                  <text x="344" y="260">-</text>
                  <text x="360" y="260">-</text>
                  <text x="376" y="260">-</text>
                  <text x="392" y="260">-</text>
                  <text x="408" y="260">-</text>
                  <text x="424" y="260">-</text>
                  <text x="440" y="260">-</text>
                  <text x="456" y="260">-</text>
                  <text x="472" y="260">-</text>
                  <text x="488" y="260">-</text>
                  <text x="504" y="260">-</text>
                  <text x="520" y="260">-</text>
                  <text x="536" y="260">-</text>
                  <text x="280" y="276">message_4</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
Initiator                                                   Responder
|                 METHOD, SUITES_I, G_X, C_I, EAD_1                 |
+------------------------------------------------------------------>|
|                             message_1                             |
|                                                                   |
|       G_Y, Enc( ID_CRED_R, Signature_or_MAC_2, EAD_2 ), C_R       |
|<------------------------------------------------------------------+
|                             message_2                             |
|                                                                   |
|            AEAD( ID_CRED_I, Signature_or_MAC_3, EAD_3 )           |
+------------------------------------------------------------------>|
|                             message_3                             |
|                                                                   |
|                           AEAD( EAD_4 )                           |
|<- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
|                             message_4                             |
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="method">
        <name>Method</name>
        <t>The data item METHOD in message_1 (see <xref target="asym-msg1-form"/>), is an integer specifying the authentication method. EDHOC supports authentication with signature or static Diffie-Hellman keys, as defined in the four authentication methods: 0, 1, 2, and 3, see <xref target="fig-method-types"/>. When using a static Diffie-Hellman key the authentication is provided by a Message Authentication Code (MAC) computed from an ephemeral-static ECDH shared secret which enables significant reductions in message sizes. Note that also in the static Diffie-Hellman based authentication methods there is an ephemeral-ephemeral Diffie-Hellman key exchange.</t>
        <t>The Initiator and the Responder need to have agreed on a single method to be used for EDHOC, see <xref target="applicability"/>.</t>
        <figure anchor="fig-method-types">
          <name>Authentication Keys for Method Types</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="176" width="464" viewBox="0 0 464 176" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,160" fill="none" stroke="black"/>
                <path d="M 120,32 L 120,160" fill="none" stroke="black"/>
                <path d="M 288,32 L 288,160" fill="none" stroke="black"/>
                <path d="M 456,32 L 456,160" fill="none" stroke="black"/>
                <path d="M 8,32 L 456,32" fill="none" stroke="black"/>
                <path d="M 8,78 L 456,78" fill="none" stroke="black"/>
                <path d="M 8,82 L 456,82" fill="none" stroke="black"/>
                <path d="M 8,160 L 456,160" fill="none" stroke="black"/>
                <g class="text">
                  <text x="44" y="52">Method</text>
                  <text x="92" y="52">Type</text>
                  <text x="168" y="52">Initiator</text>
                  <text x="336" y="52">Responder</text>
                  <text x="88" y="68">Value</text>
                  <text x="188" y="68">Authentication</text>
                  <text x="264" y="68">Key</text>
                  <text x="356" y="68">Authentication</text>
                  <text x="432" y="68">Key</text>
                  <text x="104" y="100">0</text>
                  <text x="168" y="100">Signature</text>
                  <text x="224" y="100">Key</text>
                  <text x="336" y="100">Signature</text>
                  <text x="392" y="100">Key</text>
                  <text x="104" y="116">1</text>
                  <text x="168" y="116">Signature</text>
                  <text x="224" y="116">Key</text>
                  <text x="324" y="116">Static</text>
                  <text x="364" y="116">DH</text>
                  <text x="392" y="116">Key</text>
                  <text x="104" y="132">2</text>
                  <text x="156" y="132">Static</text>
                  <text x="196" y="132">DH</text>
                  <text x="224" y="132">Key</text>
                  <text x="336" y="132">Signature</text>
                  <text x="392" y="132">Key</text>
                  <text x="104" y="148">3</text>
                  <text x="156" y="148">Static</text>
                  <text x="196" y="148">DH</text>
                  <text x="224" y="148">Key</text>
                  <text x="324" y="148">Static</text>
                  <text x="364" y="148">DH</text>
                  <text x="392" y="148">Key</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+-------------+--------------------+--------------------+
| Method Type | Initiator          | Responder          |
|       Value | Authentication Key | Authentication Key |
+=============+====================+====================+
|           0 | Signature Key      | Signature Key      |
|           1 | Signature Key      | Static DH Key      |
|           2 | Static DH Key      | Signature Key      |
|           3 | Static DH Key      | Static DH Key      |
+-------------+--------------------+--------------------+
]]></artwork>
          </artset>
        </figure>
        <t>EDHOC does not have a dedicated message field to indicate the protocol version. Breaking changes to EDHOC can be introduced by specifying and registering new methods.</t>
      </section>
      <section anchor="ci">
        <name>Connection Identifiers</name>
        <t>EDHOC includes the selection of connection identifiers (C_I, C_R) identifying a connection for which keys are agreed.</t>
        <t>Connection identifiers may be used to correlate EDHOC messages and facilitate the retrieval of protocol state during an EDHOC session (see <xref target="transport"/>), or may be used in applications of EDHOC, e.g., in OSCORE (see <xref target="ci-oscore"/>). The connection identifiers do not have any cryptographic purpose in EDHOC except facilitating the retrieval of security data associated with the protocol state.</t>
        <t>Connection identifiers in EDHOC are intrinsically byte strings. Most constrained devices only have a few connections for which short identifiers may be sufficient. In some cases minimum length identifiers are necessary to comply with overhead requirements. However, CBOR byte strings - with the exception of the empty byte string h’’ which encodes as one byte (0x40) - are encoded as two or more bytes. To enable one-byte encoding of certain byte strings while maintaining CBOR encoding, EDHOC represents certain identifiers as CBOR integers on the wire, see <xref target="bstr-repr"/>.</t>
        <section anchor="selection-of-connection-identifiers">
          <name>Selection of Connection Identifiers</name>
          <t>C_I and C_R are chosen by I and R, respectively. The Initiator selects C_I and sends it in message_1 for the Responder to use as a reference to the connection in communication with the Initiator. The Responder selects C_R and sends it in message_2 for the Initiator to use as a reference to the connection in communications with the Responder.</t>
          <t>If connection identifiers are used by an application protocol for which EDHOC establishes keys then the selected connection identifiers SHALL adhere to the requirements for that protocol, see <xref target="ci-oscore"/> for an example.</t>
        </section>
        <section anchor="bstr-repr">
          <name>Representation of Byte String Identifiers</name>
          <t>To allow identifiers with minimal overhead on the wire, certain byte strings are defined to have integer representations.</t>
          <t>The integers with one-byte CBOR encoding are -24, ..., 23, see <xref target="fig-int-one-byte"/>.</t>
          <figure anchor="fig-int-one-byte">
            <name>One-Byte CBOR Encoded Integers</name>
            <artwork align="center"><![CDATA[
Integer:                -24  -23   ...   -2   -1    0    1   ...   23
CBOR encoding (1 byte):  37   36   ...   21   20   00   01   ...   17
]]></artwork>
          </figure>
          <t>The byte strings which coincide with a one-byte CBOR encoding of an integer MUST be represented by the CBOR encoding of that integer. Other byte strings are simply encoded as CBOR byte strings.</t>
          <t>For example:</t>
          <ul spacing="normal">
            <li>0x21 is represented by 0x21 (CBOR encoding of the integer -2), not by 0x4121 (CBOR encoding of the byte string 0x21).</li>
            <li>0x0D is represented by 0x0D (CBOR encoding of the integer 13), not by 0x410D (CBOR encoding of the byte string 0x0D).</li>
            <li>0x18 is represented by 0x4118 (CBOR encoding of the byte string 0x18).</li>
            <li>0x38 is represented by 0x4138 (CBOR encoding of the byte string 0x38).</li>
            <li>0xABCD is represented by 0x42ABCD (CBOR encoding of the byte string 0xABCD).</li>
          </ul>
          <t>One way to view this representation of byte strings as a transport encoding: a byte string which parses as the one-byte CBOR encoding of an integer (i.e., integer in the interval -24, ..., 23) is just copied directly into the message, a byte string which does not is encoded as a CBOR byte string during transport.</t>
          <t>Implementation Note: When implementing the byte string identifier representation, it can in some programming languages help to define a new type, or other data structure, which (in its user facing API) behaves like a byte string, but when serializing to CBOR produces a CBOR byte string or a CBOR integer depending on its value.</t>
        </section>
        <section anchor="ci-oscore">
          <name>Use of Connection Identifiers with OSCORE</name>
          <t>For OSCORE, the choice of connection identifier results in the endpoint selecting its Recipient ID, see Section 3.1 of <xref target="RFC8613"/>, for which certain uniqueness requirements apply, see Section 3.3 of <xref target="RFC8613"/>. Therefore, the Initiator and the Responder MUST NOT select connection identifiers such that it results in the same OSCORE Recipient ID. Since the connection identifier is a byte string, it is converted to an OSCORE Recipient ID equal to the byte string.</t>
          <t>Examples:</t>
          <ul spacing="normal">
            <li>A connection identifier 0xFF (represented in the EDHOC message as 0x41FF, see <xref target="bstr-repr"/>) is converted to the OSCORE Recipient ID 0xFF.</li>
            <li>A connection identifier 0x21 (represented in the EDHOC message as 0x21, see <xref target="bstr-repr"/>) is converted to the OSCORE Recipient ID 0x21.</li>
          </ul>
        </section>
      </section>
      <section anchor="transport">
        <name>Transport</name>
        <t>Cryptographically, EDHOC does not put requirements on the lower layers. EDHOC is not bound to a particular transport layer and can even be used in environments without IP. In addition to the transport of messages including errors, the transport is responsible, where necessary, to handle:</t>
        <ul spacing="normal">
          <li>message loss,</li>
          <li>message reordering,</li>
          <li>message duplication,</li>
          <li>flow control,</li>
          <li>fragmentation and reassembly,</li>
          <li>demultiplex EDHOC messages from other types of messages,</li>
          <li>denial-of-service protection,</li>
          <li>message correlation, see <xref target="ci-edhoc"/>.</li>
        </ul>
        <t>EDHOC does not require error free transport since a change in message content is detected through the transcript hashes in a subsequent integrity verification, see <xref target="asym"/>.</t>
        <t>EDHOC is designed to enable an authenticated key exchange with small messages, where the minimum message sizes are of the order illustrated in the first column of <xref target="fig-sizes"/>. There is no maximum message size specified by the protocol; this is for example dependent on the size of authentication credentials (if they are transported, see <xref target="auth-key-id"/>).</t>
        <t>The use of transport is specified in the application profile, which in particular may specify limitations in message sizes, see <xref target="applicability"/>.</t>
        <section anchor="ci-edhoc">
          <name>EDHOC Message Correlation</name>
          <t>Correlation between EDHOC messages is needed to facilitate the retrieval of protocol state and security context during an EDHOC session. It is also helpful for the Responder to get an indication that a received EDHOC message is the beginning of a new session, such that no existing protocol state or security context needs to be retrieved.</t>
          <t>Correlation may be based on existing mechanisms in the transport protocol, for example, the CoAP Token may be used to correlate EDHOC messages in a CoAP response and in an associated CoAP request. The connection identifiers may also be used to correlate EDHOC messages.</t>
          <t>If correlation between consecutive messages is not provided by other means then the transport binding SHOULD mandate prepending of an appropriate connection identifier (when available from the EDHOC protocol) to the EDHOC message. If message_1 indication is not provided by other means, then the transport binding SHOULD mandate prepending of message_1 with the CBOR simple value <tt>true</tt> (0xf5), as a unique dummy identifier.</t>
          <t>Transport of EDHOC in CoAP payloads is described in <xref target="coap"/>, including how to use connection identifiers and message_1 indication with CoAP. A similar construction is possible for other client-server protocols. Protocols that do not provide any correlation at all can prescribe prepending of the peer's connection identifier to all messages.</t>
          <t>Note that correlation between EDHOC messages may be obtained without transport support or connection identifiers, for example if the endpoints only accept a single instance of the protocol at a time, and execute conditionally on a correct sequence of messages.</t>
        </section>
      </section>
      <section anchor="auth-key-id">
        <name>Authentication Parameters</name>
        <t>EDHOC supports various settings for how the other endpoint's authentication (public) key may be transported, identified, and trusted.</t>
        <t>EDHOC performs the following authentication related operations:</t>
        <ul spacing="normal">
          <li>EDHOC transports information about credentials in ID_CRED_I and ID_CRED_R (described in <xref target="id_cred"/>). Based on this information, the authentication credentials CRED_I and CRED_R (described in <xref target="auth-cred"/>) can be obtained. EDHOC may also transport certain authentication related information as External Authorization Data (see <xref target="AD"/>).</li>
          <li>
            <t>EDHOC uses the authentication credentials in two ways (see <xref target="asym-msg2-proc"/> and <xref target="asym-msg3-proc"/>):
            </t>
            <ul spacing="normal">
              <li>The authentication credential is input to the integrity verification using the MAC fields.</li>
              <li>The authentication key of the authentication credential is used with the Signature_or_MAC field to verify proof-of-possession of the private key.</li>
            </ul>
          </li>
        </ul>
        <t>Other authentication related verifications are out of scope for EDHOC, and is the responsibility of the application. In particular, the authentication credential needs to be validated in the context of the connection for which EDHOC is used, see <xref target="auth-validation"/>. EDHOC MUST allow the application to read received information about credential (ID_CRED_R, ID_CRED_I). EDHOC MUST have access to the authentication key and the authentication credential.</t>
        <t>Note that the type of authentication key, authentication credential, and the identification of the credential have a large impact on the message size. For example, the Signature_or_MAC field is much smaller with a static DH key than with a signature key. A CCS is much smaller than a self-signed certificate/CWT, but if it is possible to reference the credential with a COSE header like 'kid', then that is in turn much smaller than a CCS.</t>
        <section anchor="auth-keys">
          <name>Authentication Keys</name>
          <t>The authentication key (i.e., the public key used for authentication) MUST be a signature key or static Diffie-Hellman key. The Initiator and the Responder MAY use different types of authentication keys, e.g., one uses a signature key and the other uses a static Diffie-Hellman key.</t>
          <t>The authentication key algorithm needs to be compatible with the method and the selected cipher suite (see <xref target="cs"/>). The authentication key algorithm needs to be compatible with the EDHOC key exchange algorithm when static Diffie-Hellman authentication is used, and compatible with the EDHOC signature algorithm when signature authentication is used.</t>
          <t>Note that for most signature algorithms, the signature is determined by the signature algorithm and the authentication key algorithm together. When using static Diffie-Hellman keys the Initiator's and Responder's private authentication keys are denoted as I and R, respectively, and the public authentication keys are denoted G_I and G_R, respectively.</t>
          <t>For X.509 certificates the authentication key is represented by a SubjectPublicKeyInfo field. For CWT and CCS (see <xref target="auth-cred"/>)) the authentication key is represented by a 'cnf' claim <xref target="RFC8747"/> containing a COSE_Key <xref target="RFC9052"/>. In EDHOC, a raw public key (RPK) is an authentication key encoded as a COSE_Key wrapped in a CCS.</t>
        </section>
        <section anchor="auth-cred">
          <name>Authentication Credentials</name>
          <t>The authentication credentials, CRED_I and CRED_R, contain the public authentication key of the Initiator and the Responder, respectively.
The authentication credential typically also contains other parameters that needs to be verified by the application, see <xref target="auth-validation"/>, and in particular information about the identity ("subject") of the endpoint to prevent misbinding attacks, see <xref target="identities"/>.</t>
          <t>EDHOC relies on COSE for identification of credentials (see <xref target="id_cred"/>), for example X.509 certificates <xref target="RFC5280"/>, C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>, CWTs <xref target="RFC8392"/> and CWT Claims Sets (CCS) <xref target="RFC8392"/>. When the identified credential is a chain or a bag, the authentication credential CRED_x is just the end entity X.509 or C509 certificate / CWT. The Initiator and the Responder MAY use different types of authentication credentials, e.g., one uses an RPK and the other uses a public key certificate.</t>
          <t>Since CRED_R is used in the integrity verification, see <xref target="asym-msg2-proc"/>, it needs to be specified such that it is identical when used by Initiator or Responder. Similarly for CRED_I, see <xref target="asym-msg3-proc"/>. The Initiator and Responder are expected to agree on the specific encoding of the credentials, see <xref target="applicability"/>.</t>
          <t>It is RECOMMENDED that the COSE 'kid' parameter, when used to identify the authentication credential, refers to a specific encoding. The Initiator and Responder SHOULD use an available authentication credential (transported in EDHOC or otherwise provisioned) without re-encoding. If for some reason re-encoding of the authentication credential may occur, then a potential common encoding for CBOR based credentials is bytewise lexicographic order of their deterministic encodings as specified in Section 4.2.1 of <xref target="RFC8949"/>.</t>
          <ul spacing="normal">
            <li>When the authentication credential is an X.509 certificate, CRED_x SHALL be the DER encoded certificate, encoded as a bstr <xref target="I-D.ietf-cose-x509"/>.</li>
            <li>When the authentication credential is a C509 certificate, CRED_x SHALL be the C509Certificate <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.</li>
            <li>When the authentication credential is a CWT including a COSE_Key, CRED_x SHALL be the untagged CWT.</li>
            <li>
              <t>When the authentication credential includes a COSE_Key but is not in a CWT, CRED_x SHALL be an untagged CCS. This is how RPKs are encoded, see <xref target="fig-ccs"/> for an example.
              </t>
              <ul spacing="normal">
                <li>Naked COSE_Keys are thus dressed as CCS when used in EDHOC, in its simplest form by prefixing the COSE_Key with 0xA108A101 (a map with a 'cnf' claim). In that case the resulting authentication credential contains no other identity than the public key itself, see <xref target="identities"/>.</li>
              </ul>
            </li>
          </ul>
          <t>An example of a CRED_x is shown below:</t>
          <figure anchor="fig-ccs">
            <name>CWT Claims Set (CCS) containing an X25519 static Diffie-Hellman key and an EUI-64 identity.</name>
            <artwork><![CDATA[
{                                              /CCS/
  2 : "42-50-31-FF-EF-37-32-39",               /sub/
  8 : {                                        /cnf/
    1 : {                                      /COSE_Key/
      1 : 1,                                   /kty/
      2 : h'00',                               /kid/
     -1 : 4,                                   /crv/
     -2 : h'b1a3e89460e88d3a8d54211dc95f0b90   /x/
            3ff205eb71912d6db8f4af980d2db83a'
    }
  }
}
]]></artwork>
          </figure>
        </section>
        <section anchor="id_cred">
          <name>Identification of Credentials</name>
          <t>ID_CRED_R and ID_CRED_I are transported in message_2 and message_3, respectively, see <xref target="asym-msg2-proc"/> and <xref target="asym-msg3-proc"/>. They are used to identify and optionally transport credentials:</t>
          <ul spacing="normal">
            <li>ID_CRED_R is intended to facilitate for the Initiator retrieving the authentication credential CRED_R and the authentication key of R.</li>
            <li>ID_CRED_I is intended to facilitate for the Responder retrieving the authentication credential CRED_I and the authentication key of I.</li>
          </ul>
          <t>ID_CRED_x may contain the authentication credential CRED_x, but for many settings it is not necessary to transport the authentication credential within EDHOC. For example, it may be pre-provisioned or acquired out-of-band over less constrained links. ID_CRED_I and ID_CRED_R do not have any cryptographic purpose in EDHOC since the authentication credentials are integrity protected.</t>
          <t>EDHOC relies on COSE for identification of credentials and supports all credential types for which COSE header parameters are defined including X.509 certificates (<xref target="I-D.ietf-cose-x509"/>), C509 certificates (<xref target="I-D.ietf-cose-cbor-encoded-cert"/>), CWT (<xref target="cwt-header-param"/>) and CWT Claims Set (CCS) (<xref target="cwt-header-param"/>).</t>
          <t>ID_CRED_I and ID_CRED_R are of type COSE header_map, as defined in Section 3 of <xref target="RFC9052"/>, and contains one or more COSE header parameters. ID_CRED_I and ID_CRED_R MAY contain different header parameters. The header parameters typically provide some information about the format of the credential.</t>
          <t>Example: X.509 certificates can be identified by a hash value using the 'x5t' parameter, see Section 2 of <xref target="I-D.ietf-cose-x509"/>:</t>
          <ul spacing="normal">
            <li>ID_CRED_x = { 34 : COSE_CertHash }, for x = I or R,</li>
          </ul>
          <t>Example: CWT or CCS can be identified by a key identifier using the 'kid' parameter, see Section 3.1 of <xref target="RFC9052"/>:</t>
          <ul spacing="normal">
            <li>ID_CRED_x = { 4 : kid_x }, where kid_x : kid, for x = I or R.</li>
          </ul>
          <t>Note that COSE header parameters in ID_CRED_x are used to identify the message sender's credential. There is therefore no reason to use the "-sender" header parameters, such as x5t-sender, defined in Section 3 of <xref target="I-D.ietf-cose-x509"/>. Instead, the corresponding parameter without "-sender", such as x5t, SHOULD be used.</t>
          <t>As stated in Section 3.1 of <xref target="RFC9052"/>, applications MUST NOT assume that 'kid' values are unique and several keys associated with a 'kid' may need to be checked before the correct one is found. Applications might use additional information such as 'kid context' or lower layers to determine which key to try first. Applications should strive to make ID_CRED_x as unique as possible, since the recipient may otherwise have to try several keys.</t>
          <t>See <xref target="COSE"/> for more examples.</t>
          <section anchor="compact-kid">
            <name>Compact Encoding of ID_CRED for 'kid'</name>
            <t>To comply with the LAKE message size requirements, see <xref target="I-D.ietf-lake-reqs"/>, two optimizations are made for the case when ID_CRED_x contains a single 'kid' parameter.</t>
            <ol spacing="normal" type="1"><li>The CBOR map { 4 : kid_x } is replaced by the byte string kid_x.</li>
              <li>The representation of identifiers specified in <xref target="bstr-repr"/> is applied to kid_x.</li>
            </ol>
            <t>These optimizations MUST be applied if and only if ID_CRED_x = { 4 : kid_x } and ID_CRED_x in PLAINTEXT_y of message_y, y = 2 or 3, see <xref target="asym-msg2-proc"/> and <xref target="asym-msg3-proc"/>. Note that these optimizations are not applied to instances of ID_CRED_x which have no impact on message size, e.g., context_y, or the COSE protected header. Examples:</t>
            <ul spacing="normal">
              <li>For ID_CRED_x = { 4 : h'FF' }, the encoding in PLAINTEXT_y is not the CBOR map 0xA10441FF but the CBOR byte string h'FF', i.e., 0x41FF.</li>
              <li>For ID_CRED_x = { 4 : h'21' }, the encoding in PLAINTEXT_y is neither the CBOR map 0xA1044121, nor the CBOR byte string h'21', i.e., 0x4121, but the CBOR integer 0x21.</li>
            </ul>
          </section>
        </section>
      </section>
      <section anchor="cs">
        <name>Cipher Suites</name>
        <t>An EDHOC cipher suite consists of an ordered set of algorithms from the "COSE Algorithms" and "COSE Elliptic Curves" registries as well as the EDHOC MAC length. All algorithm names and definitions follow from COSE algorithms <xref target="RFC9053"/>. Note that COSE sometimes uses peculiar names such as ES256 for ECDSA with SHA-256, A128 for AES-128, and Ed25519 for the curve edwards25519. Algorithms need to be specified with enough parameters to make them completely determined. The EDHOC MAC length MUST be at least 8 bytes. Any cryptographic algorithm used in the COSE header parameters in ID_CRED is selected independently of the selected cipher suite. EDHOC is currently only specified for use with key exchange algorithms of type ECDH curves, but any Key Encapsulation Method (KEM), including Post-Quantum Cryptography (PQC) KEMs, can be used in method 0, see <xref target="pqc"/>. Use of other types of key exchange algorithms to replace static DH authentication (method 1,2,3) would likely require a specification updating EDHOC with new methods.</t>
        <t>EDHOC supports all signature algorithms defined by COSE. Just like in (D)TLS 1.3 <xref target="RFC8446"/><xref target="RFC9147"/> and IKEv2 <xref target="RFC7296"/>, a signature in COSE is determined by the signature algorithm and the authentication key algorithm together, see <xref target="auth-keys"/>. The exact details of the authentication key algorithm depend on the type of authentication credential. COSE supports different formats for storing the public authentication keys including COSE_Key and X.509, which use different names and ways to represent the authentication key and the authentication key algorithm.</t>
        <t>An EDHOC cipher suite consists of the following parameters:</t>
        <ul spacing="normal">
          <li>EDHOC AEAD algorithm</li>
          <li>EDHOC hash algorithm</li>
          <li>EDHOC MAC length in bytes (Static DH)</li>
          <li>EDHOC key exchange algorithm (ECDH curve)</li>
          <li>EDHOC signature algorithm</li>
          <li>Application AEAD algorithm</li>
          <li>Application hash algorithm</li>
        </ul>
        <t>Each cipher suite is identified with a pre-defined integer label.</t>
        <t>EDHOC can be used with all algorithms and curves defined for COSE. Implementations can either use any combination of COSE algorithms and parameters to define their own private cipher suite, or use one of the pre-defined cipher suites. Private cipher suites can be identified with any of the four values -24, -23, -22, -21. The pre-defined cipher suites are listed in the IANA registry (<xref target="suites-registry"/>) with initial content outlined here:</t>
        <ul spacing="normal">
          <li>
            <t>Cipher suites 0-3, based on AES-CCM, are intended for constrained IoT where message overhead is a very important factor. Note that AES-CCM-16-64-128 and AES-CCM-16-128-128 are compatible with the IEEE CCM* mode.
            </t>
            <ul spacing="normal">
              <li>Cipher suites 1 and 3 use a larger tag length (128-bit) in EDHOC than in the Application AEAD algorithm (64-bit).</li>
            </ul>
          </li>
          <li>Cipher suites 4 and 5, based on ChaCha20, are intended for less constrained applications and only use 128-bit tag lengths.</li>
          <li>Cipher suite 6, based on AES-GCM, is for general non-constrained applications. It consists of high performance algorithms that are widely used in non-constrained applications.</li>
          <li>Cipher suites 24 and 25 are intended for high security applications such as government use and financial applications. These cipher suites do not share any algorithms. Cipher suite 24 consists of algorithms from the CNSA suite <xref target="CNSA"/>.</li>
        </ul>
        <t>The different methods (<xref target="method"/>) use the same cipher suites, but some algorithms are not used in some methods. The EDHOC signature algorithm is not used in methods without signature authentication.</t>
        <t>The Initiator needs to have a list of cipher suites it supports in order of preference. The Responder needs to have a list of cipher suites it supports. SUITES_I contains cipher suites supported by the Initiator, formatted and processed as detailed in <xref target="asym-msg1-form"/> to secure the cipher suite negotiation. Examples of cipher suite negotiation are given in <xref target="ex-neg"/>.</t>
      </section>
      <section anchor="cose_key">
        <name>Ephemeral Public Keys</name>
        <t>The ephemeral public keys in EDHOC (G_X and G_Y) use compact representation of elliptic curve points, see <xref target="comrep"/>. In COSE, compact representation is achieved by formatting the ECDH ephemeral public keys as COSE_Keys of type EC2 or OKP according to Sections 7.1 and 7.2 of <xref target="RFC9053"/>, but only including the 'x' parameter in G_X and G_Y. For Elliptic Curve Keys of type EC2, compact representation MAY be used also in the COSE_Key. COSE always uses compact output for Elliptic Curve Keys of type EC2. If the COSE implementation requires a 'y' parameter, the value y = false or a calculated y-coordinate can be used, see <xref target="comrep"/>.</t>
      </section>
      <section anchor="AD">
        <name>External Authorization Data (EAD)</name>
        <t>In order to reduce round trips and the number of messages, or to simplify processing, external security applications may be integrated into EDHOC by transporting authorization related data in the messages.</t>
        <t>EDHOC allows processing of external authorization data (EAD) to be defined in a separate specification, and sent in dedicated fields of the four EDHOC messages (EAD_1, EAD_2, EAD_3, EAD_4). EAD is opaque data to EDHOC.</t>
        <t>Each EAD field, EAD_x for x = 1, 2, 3 or 4, is a CBOR sequence (see <xref target="CBOR"/>) consisting of one or more EAD items. An EAD item ead is a CBOR sequence of an ead_label and an optional ead_value, see <xref target="fig-ead-item"/> and  <xref target="CDDL"/> for the CDDL definitions.</t>
        <figure anchor="fig-ead-item">
          <name>EAD item.</name>
          <sourcecode type="CDDL"><![CDATA[
ead = (
  ead_label : int,
  ? ead_value : bstr,
)
]]></sourcecode>
        </figure>
        <t>A security application may register one or more EAD labels, see <xref target="iana-ead"/>, and specify the associated processing and security considerations. The IANA registry contains the absolute value of the ead_label, |ead_label|; the same ead_value applies independently of sign of ead_label.</t>
        <t>An EAD item can be either critical or non-critical, determined by the sign of the ead_label in the EAD item transported in the EAD field. A negative value indicates that the EAD item is critical and a non-negative value indicates that the EAD item is non-critical.</t>
        <t>If an endpoint receives a critical EAD item it does not recognize, or a critical EAD item that contains information that it cannot process, then the endpoint MUST send an EDHOC error message back as defined in <xref target="error"/>, and the protocol MUST be discontinued. The EAD item specification defines the error processing. A non-critical EAD item can be ignored.</t>
        <t>The security application registering a new EAD item needs to describe under what conditions the EAD item is critical or non-critical, and thus whether the ead_label is used with negative or positive sign. ead_label = 0 is used for padding, see <xref target="padding"/>.</t>
        <t>The security application may define multiple uses of certain EAD items, e.g., the same EAD item may be used in different EDHOC messages. Multiple occurrences of an EAD item in one EAD field may also be specified, but the criticality of the repeated EAD item is expected to be the same.</t>
        <t>The EAD fields of EDHOC MUST NOT be used for generic application data. Examples of the use of EAD are provided in <xref target="ead-appendix"/>.</t>
        <section anchor="padding">
          <name>Padding</name>
          <t>EDHOC message_1 and the plaintext of message_2, message_3 and message_4 can be padded with the use of the corresponding EAD_x field, for x = 1, 2, 3, 4. Padding in EAD_1 mitigates amplification attacks (see <xref target="dos"/>), and padding in EAD_2, EAD_3, and EAD_4 hides the true length of the plaintext (see <xref target="internet-threat"/>). Padding is intended to be discarded by the receiving application.</t>
          <t>Padding is obtained by using an EAD item with ead_label = 0 and a (pseudo-)randomly generated byte string of appropriate length as ead_value, noting that the ead_label and the CBOR encoding of ead_value also add bytes. Examples:</t>
          <ul spacing="normal">
            <li>
              <t>One byte padding (optional ead_value omitted):
              </t>
              <ul spacing="normal">
                <li>EAD_x = 0x00</li>
              </ul>
            </li>
            <li>
              <t>Two bytes padding, using the empty byte string (0x40) as ead_value:
              </t>
              <ul spacing="normal">
                <li>EAD_x = 0x0040</li>
              </ul>
            </li>
            <li>
              <t>Three bytes padding, constructed from the pseudorandomly generated ead_value 0xe9 encoded as byte string:
              </t>
              <ul spacing="normal">
                <li>EAD_x = 0x0041e9</li>
              </ul>
            </li>
          </ul>
          <t>Multiple occurrences of EAD items with ead_label = 0 are allowed. Certain padding lengths require the use of at least two such EAD items.</t>
          <t>Note that padding is non-critical because the intended behaviour when receiving is to ignore it.</t>
        </section>
      </section>
      <section anchor="applicability">
        <name>Application Profile</name>
        <t>EDHOC requires certain parameters to be agreed upon between Initiator and Responder. Some parameters can be negotiated through the protocol execution (specifically, cipher suite, see <xref target="cs"/>) but other parameters are only communicated and may not be negotiated (e.g., which authentication method is used, see <xref target="method"/>). Yet other parameters need to be known out-of-band. The application decides which endpoint is Initiator and which is Responder.</t>
        <t>The purpose of an application profile is to describe the intended use of EDHOC to allow for the relevant processing and verifications to be made, including things like:</t>
        <ol spacing="normal" type="1"><li>
            <t>How the endpoint detects that an EDHOC message is received. This includes how EDHOC messages are transported, for example in the payload of a CoAP message with a certain Uri-Path or Content-Format; see <xref target="coap"/>.
            </t>
            <ul spacing="normal">
              <li>The method of transporting EDHOC messages may also describe data carried along with the messages that are needed for the transport to satisfy the requirements of <xref target="transport"/>, e.g., connection identifiers used with certain messages, see <xref target="coap"/>.</li>
            </ul>
          </li>
          <li>Authentication method (METHOD; see <xref target="method"/>).</li>
          <li>Profile for authentication credentials (CRED_I, CRED_R; see <xref target="auth-cred"/>), e.g., profile for certificate or CCS, including supported authentication key algorithms (subject public key algorithm in X.509 or C509 certificate).</li>
          <li>Type used to identify credentials (ID_CRED_I, ID_CRED_R; see <xref target="id_cred"/>).</li>
          <li>Use and type of external authorization data (EAD_1, EAD_2, EAD_3, EAD_4; see <xref target="AD"/>).</li>
          <li>Identifier used as the identity of the endpoint; see <xref target="identities"/>.</li>
          <li>If message_4 shall be sent/expected, and if not, how to ensure a protected application message is sent from the Responder to the Initiator; see <xref target="m4"/>.</li>
        </ol>
        <t>The application profile may also contain information about supported cipher suites. The procedure for selecting and verifying a cipher suite is still performed as described in <xref target="asym-msg1-form"/> and <xref target="wrong-selected"/>, but it may become simplified by this knowledge.</t>
        <t>An example of an application profile is shown in <xref target="appl-temp"/>.</t>
        <t>For some parameters, like METHOD, ID_CRED_x, type of EAD, the receiver of an EDHOC message is able to verify compliance with the application profile, and if it needs to fail because of lack of compliance, to infer the reason why the protocol failed.</t>
        <t>For other parameters, like the profile of CRED_x in the case that it is not transported, it may not be possible to verify that lack of compliance with the application profile was the reason for failure: Integrity verification in message_2 or message_3 may fail not only because of wrong credential. For example, in case the Initiator uses a public key certificate by reference (i.e., not transported within the protocol) then both endpoints need to use an identical data structure as CRED_I or else the integrity verification will fail.</t>
        <t>Note that it is not necessary for the endpoints to specify a single transport for the EDHOC messages. For example, a mix of CoAP and HTTP may be used along the path, and this may still allow correlation between messages.</t>
        <t>The application profile may be dependent on the identity of the other endpoint, or other information carried in an EDHOC message, but it then applies only to the later phases of the protocol when such information is known. (The Initiator does not know the identity of the Responder before having verified message_2, and the Responder does not know the identity of the Initiator before having verified message_3.)</t>
        <t>Other conditions may be part of the application profile, such as what is the target application or use (if there is more than one application/use) to the extent that EDHOC can distinguish between them. In case multiple application profiles are used, the receiver needs to be able to determine which is applicable for a given session, for example based on URI to which the EDHOC message is sent, or external authorization data type.</t>
      </section>
    </section>
    <section anchor="key-der">
      <name>Key Derivation</name>
      <section anchor="keys-for-edhoc-message-processing">
        <name>Keys for EDHOC Message Processing</name>
        <t>EDHOC uses Extract-and-Expand <xref target="RFC5869"/> with the EDHOC hash algorithm in the selected cipher suite to derive keys used in message processing. This section defines EDHOC_Extract (<xref target="extract"/>) and EDHOC_Expand (<xref target="expand"/>), and how to use them to derive PRK_out (<xref target="prkout"/>) which is the shared secret session key resulting from a successful EDHOC exchange.</t>
        <t>EDHOC_Extract is used to derive fixed-length uniformly pseudorandom keys (PRK) from ECDH shared secrets. EDHOC_Expand is used to define EDHOC_KDF for generating MACs and for deriving output keying material (OKM) from PRKs.</t>
        <t>In EDHOC a specific message is protected with a certain pseudorandom key, but how the key is derived depends on the authentication method (<xref target="method"/>) as detailed in <xref target="asym"/>.</t>
        <!-- A diagram of the EDHOC key schedule can be found in Figure 2 of {{Vucinic22}}. TBD: Rewrite the diagram -->

<section anchor="extract">
          <name>EDHOC_Extract</name>
          <t>The pseudorandom keys (PRKs) used for EDHOC message processing are derived using EDHOC_Extract:</t>
          <artwork><![CDATA[
   PRK = EDHOC_Extract( salt, IKM )
]]></artwork>
          <t>where the input keying material (IKM) and salt are defined for each PRK below.</t>
          <t>The definition of EDHOC_Extract depends on the EDHOC hash algorithm of the selected cipher suite:</t>
          <ul spacing="normal">
            <li>if the EDHOC hash algorithm is SHA-2, then EDHOC_Extract( salt, IKM ) = HKDF-Extract( salt, IKM ) <xref target="RFC5869"/></li>
            <li>if the EDHOC hash algorithm is SHAKE128, then EDHOC_Extract( salt, IKM ) = KMAC128( salt, IKM, 256, "" )</li>
            <li>if the EDHOC hash algorithm is SHAKE256, then EDHOC_Extract( salt, IKM ) = KMAC256( salt, IKM, 512, "" )</li>
          </ul>
          <t>The rest of the section defines the pseudorandom keys PRK_2e, PRK_3e2m and PRK_4e3m; their use is shown in <xref target="fig-edhoc-kdf"/>. The index of a PRK indicates its use or in what message protection operation it is involved. For example, PRK_3e2m is involved in the encryption of message 3 and in calculating the MAC of message 2.</t>
          <section anchor="prk2e">
            <name>PRK_2e</name>
            <t>The pseudorandom key PRK_2e is derived with the following input:</t>
            <ul spacing="normal">
              <li>The salt SHALL be TH_2.</li>
              <li>The IKM SHALL be the ephemeral-ephemeral ECDH shared secret G_XY (calculated from G_X and Y or G_Y and X) as defined in Section 6.3.1 of <xref target="RFC9053"/>. The use of G_XY gives forward secrecy, in the sense that compromise of the private authentication keys does not compromise past session keys.</li>
            </ul>
            <t>Example: Assuming the use of curve25519, the ECDH shared secret G_XY is the output of the X25519 function <xref target="RFC7748"/>:</t>
            <artwork><![CDATA[
   G_XY = X25519( Y, G_X ) = X25519( X, G_Y )
]]></artwork>
            <t>Example: Assuming the use of SHA-256 the extract phase of HKDF produces PRK_2e as follows:</t>
            <artwork><![CDATA[
   PRK_2e = HMAC-SHA-256( TH_2, G_XY )
]]></artwork>
          </section>
          <section anchor="prk3e2m">
            <name>PRK_3e2m</name>
            <t>The pseudorandom key PRK_3e2m is derived as follows:</t>
            <t>If the Responder authenticates with a static Diffie-Hellman key, then PRK_3e2m = EDHOC_Extract( SALT_3e2m, G_RX ), where</t>
            <ul spacing="normal">
              <li>SALT_3e2m is derived from PRK_2e, see <xref target="expand"/>, and</li>
              <li>G_RX is the ECDH shared secret calculated from G_R and X, or G_X and R (the Responder's private authentication key, see <xref target="auth-keys"/>),</li>
            </ul>
            <t>else PRK_3e2m = PRK_2e.</t>
          </section>
          <section anchor="prk4e3m">
            <name>PRK_4e3m</name>
            <t>The pseudorandom key PRK_4e3m is derived as follows:</t>
            <t>If the Initiator authenticates with a static Diffie-Hellman key, then PRK_4e3m = EDHOC_Extract( SALT_4e3m, G_IY ), where</t>
            <ul spacing="normal">
              <li>SALT_4e3m is derived from PRK_3e2m, see <xref target="expand"/>, and</li>
              <li>G_IY is the ECDH shared secret calculated from G_I and Y, or G_Y and I (the Initiator's private authentication key, see <xref target="auth-keys"/>),</li>
            </ul>
            <t>else PRK_4e3m = PRK_3e2m.</t>
          </section>
        </section>
        <section anchor="expand">
          <name>EDHOC_Expand and EDHOC_KDF</name>
          <t>The output keying material (OKM) - including keys, IVs, and salts - are derived from the PRKs using the EDHOC_KDF, which is defined through EDHOC_Expand:</t>
          <artwork><![CDATA[
   OKM = EDHOC_KDF( PRK, info_label, context, length )
       = EDHOC_Expand( PRK, info, length )
]]></artwork>
          <t>where info is encoded as the CBOR sequence</t>
          <sourcecode type="CDDL"><![CDATA[
info = (
  info_label : int,
  context : bstr,
  length : uint,
)
]]></sourcecode>
          <t>where</t>
          <ul spacing="normal">
            <li>info_label is an int</li>
            <li>context is a bstr</li>
            <li>length is the length of OKM in bytes</li>
          </ul>
          <t>When EDHOC_KDF is used to derive OKM for EDHOC message processing, then context includes one of the transcript hashes TH_2, TH_3, or TH_4 defined in Sections <xref target="asym-msg2-proc" format="counter"/> and <xref target="asym-msg3-proc" format="counter"/>.</t>
          <t>The definition of EDHOC_Expand depends on the EDHOC hash algorithm of the selected cipher suite:</t>
          <ul spacing="normal">
            <li>if the EDHOC hash algorithm is SHA-2, then EDHOC_Expand( PRK, info, length ) = HKDF-Expand( PRK, info, length ) <xref target="RFC5869"/></li>
            <li>if the EDHOC hash algorithm is SHAKE128, then EDHOC_Expand( PRK, info, length ) = KMAC128( PRK, info, L, "" )</li>
            <li>if the EDHOC hash algorithm is SHAKE256, then EDHOC_Expand( PRK, info, length ) = KMAC256( PRK, info, L, "" )</li>
          </ul>
          <t>where L = 8 <contact fullname="⋅"/> length, the output length in bits.</t>
          <t><xref target="fig-edhoc-kdf"/> lists derivations made with EDHOC_KDF during message processing, where</t>
          <ul spacing="normal">
            <li>hash_length - length of output size of the EDHOC hash algorithm of the selected cipher suite</li>
            <li>key_length - length of the encryption key of the EDHOC AEAD algorithm of the selected cipher suite</li>
            <li>iv_length - length of the initialization vector of the EDHOC AEAD algorithm of the selected cipher suite</li>
          </ul>
          <t>Further details of the key derivation and how the output keying material is used are specified in <xref target="asym"/>.</t>
          <figure anchor="fig-edhoc-kdf">
            <name>Key derivations using EDHOC_KDF.</name>
            <artwork align="center"><![CDATA[
KEYSTREAM_2   = EDHOC_KDF( PRK_2e,   0, TH_2,      plaintext_length )
SALT_3e2m     = EDHOC_KDF( PRK_2e,   1, TH_2,      hash_length )
MAC_2         = EDHOC_KDF( PRK_3e2m, 2, context_2, mac_length_2 )
K_3           = EDHOC_KDF( PRK_3e2m, 3, TH_3,      key_length )
IV_3          = EDHOC_KDF( PRK_3e2m, 4, TH_3,      iv_length )
SALT_4e3m     = EDHOC_KDF( PRK_3e2m, 5, TH_3,      hash_length )
MAC_3         = EDHOC_KDF( PRK_4e3m, 6, context_3, mac_length_3 )
PRK_out       = EDHOC_KDF( PRK_4e3m, 7, TH_4,      hash_length )
K_4           = EDHOC_KDF( PRK_4e3m, 8, TH_4,      key_length )
IV_4          = EDHOC_KDF( PRK_4e3m, 9, TH_4,      iv_length )
]]></artwork>
          </figure>
        </section>
        <section anchor="prkout">
          <name>PRK_out</name>
          <t>The pseudorandom key PRK_out, derived as shown in <xref target="fig-edhoc-kdf"/> is the output session key of a successful EDHOC exchange.</t>
          <t>Keys for applications are derived using EDHOC_Exporter from PRK_exporter (see <xref target="exporter"/>) which in turn is derived from PRK_out. For the purpose of generating application keys, it is sufficient to store PRK_out or PRK_exporter. (Note that the word "store" used here does not imply that the application has access to the plaintext PRK_out since that may be reserved for code within a Trusted Execution Environment, see <xref target="impl-cons"/>).</t>
        </section>
      </section>
      <section anchor="keys-for-edhoc-applications">
        <name>Keys for EDHOC Applications</name>
        <t>This section defines EDHOC_Exporter in terms of EDHOC_KDF and PRK_out. A key update function is defined in <xref target="keyupdate"/>.</t>
        <section anchor="exporter">
          <name>EDHOC_Exporter</name>
          <t>Keying material for the application can be derived using the EDHOC_Exporter interface defined as:</t>
          <artwork><![CDATA[
   EDHOC_Exporter(exporter_label, context, length)
     = EDHOC_KDF(PRK_exporter, exporter_label, context, length)
]]></artwork>
          <t>where</t>
          <ul spacing="normal">
            <li>exporter_label is a registered uint from the EDHOC_Exporter Label registry (<xref target="exporter-label"/>)</li>
            <li>context is a bstr defined by the application</li>
            <li>length is a uint defined by the application</li>
            <li>PRK_exporter is derived from PRK_out:</li>
          </ul>
          <artwork><![CDATA[
PRK_exporter  = EDHOC_KDF( PRK_out, 10, h'', hash_length )
]]></artwork>
          <t>where hash_length denotes the output size in bytes of the EDHOC hash algorithm of the selected cipher suite.</t>
          <t>The (exporter_label, context) pair used in EDHOC_Exporter must be unique, i.e., an (exporter_label, context) MUST NOT be used for two different purposes. However an application can re-derive the same key several times as long as it is done in a secure way. For example, in most encryption algorithms the same key can be reused with different nonces. The context can for example be the empty CBOR byte string.</t>
          <t>Examples of use of the EDHOC_Exporter are given in <xref target="transfer"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="asym">
      <name>Message Formatting and Processing</name>
      <t>This section specifies formatting of the messages and processing steps. Error messages are specified in <xref target="error"/>. Annotated traces of EDHOC protocol runs are provided in <xref target="I-D.ietf-lake-traces"/>.</t>
      <t>An EDHOC message is encoded as a sequence of CBOR data items (CBOR Sequence, <xref target="RFC8742"/>).
Additional optimizations are made to reduce message overhead.</t>
      <t>While EDHOC uses the COSE_Key, COSE_Sign1, and COSE_Encrypt0 structures, only a subset of the parameters is included in the EDHOC messages, see <xref target="COSE"/>. In order to recreate the COSE object, the recipient endpoint may need to add parameters to the COSE headers not included in the EDHOC message, for example the parameter 'alg' to COSE_Sign1 or COSE_Encrypt0.</t>
      <section anchor="proc-outline">
        <name>Message Processing Outline</name>
        <t>This section outlines the message processing of EDHOC.</t>
        <t>For each new/ongoing EDHOC session, the endpoints are assumed to keep an associated protocol state containing identifiers, keying material, etc. used for subsequent processing of protocol related data. The protocol state is assumed to be associated with an application profile (<xref target="applicability"/>) which provides the context for how messages are transported, identified, and processed.</t>
        <t>EDHOC messages SHALL be processed according to the current protocol state. The following steps are expected to be performed at reception of an EDHOC message:</t>
        <ol spacing="normal" type="1"><li>Detect that an EDHOC message has been received, for example by means of port number, URI, or media type (<xref target="applicability"/>).</li>
          <li>Retrieve the protocol state according to the message correlation, see <xref target="ci-edhoc"/>. If there is no protocol state, in the case of message_1, a new protocol state is created. The Responder endpoint needs to make use of available Denial-of-Service mitigation (<xref target="dos"/>).</li>
          <li>If the message received is an error message, then process it according to <xref target="error"/>, else process it as the expected next message according to the protocol state.</li>
        </ol>
        <t>The message processing steps SHALL be processed in order, unless otherwise stated. If the processing fails for some reason then, typically, an error message is sent, the protocol is discontinued, and the protocol state erased. When the composition and sending of one message is completed and before the next message is received, error messages SHALL NOT be sent.</t>
        <t>After having successfully processed the last message (message_3 or message_4 depending on application profile) the protocol is completed, after which no error messages are sent and EDHOC session output MAY be maintained even if error messages are received. Further details are provided in the following subsections and in <xref target="error"/>.</t>
        <t>Different instances of the same message MUST NOT be processed in one session.  Note that processing will fail if the same message appears a second time for EDHOC processing in the same session because the state of the protocol has moved on and now expects something else. Message deduplication MUST be done by the transport protocol (see <xref target="transport"/>) or, if not supported by the transport, as described in <xref target="duplication"/>.</t>
      </section>
      <section anchor="m1">
        <name>EDHOC Message 1</name>
        <section anchor="asym-msg1-form">
          <name>Formatting of Message 1</name>
          <t>message_1 SHALL be a CBOR Sequence (see <xref target="CBOR"/>) as defined below</t>
          <sourcecode type="CDDL"><![CDATA[
message_1 = (
  METHOD : int,
  SUITES_I : suites,
  G_X : bstr,
  C_I : bstr / -24..23,
  ? EAD_1,
)

suites = [ 2* int ] / int
EAD_1 = 1* ead
]]></sourcecode>
          <t>where:</t>
          <ul spacing="normal">
            <li>METHOD - authentication method, see <xref target="method"/>.</li>
            <li>SUITES_I - array of cipher suites which the Initiator supports constructed as specified in <xref target="init-proc-msg1"/>.</li>
            <li>G_X - the ephemeral public key of the Initiator</li>
            <li>C_I - variable length connection identifier. Note that connection identifiers are byte strings but certain values are represented as integers in the message, see <xref target="bstr-repr"/>.</li>
            <li>EAD_1 - external authorization data, see <xref target="AD"/>.</li>
          </ul>
        </section>
        <section anchor="init-proc-msg1">
          <name>Initiator Processing of Message 1</name>
          <t>The processing steps are detailed below and in <xref target="wrong-selected"/>.</t>
          <t>The Initiator SHALL compose message_1 as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Construct SUITES_I as an array of cipher suites supported by I in order of preference with the first cipher suite in the array being the most preferred by I, and the last being the one selected by I for this session. If the cipher suite most preferred by I is selected then SUITES_I contains only that cipher suite and is encoded as an int. All cipher suites, if any, preferred by I over the selected one MUST be included. (See also <xref target="wrong-selected"/>.)
              </t>
              <ul spacing="normal">
                <li>The selected suite is based on what the Initiator can assume to be supported by the Responder; if the Initiator previously received from the Responder an error message with error code 2 containing SUITES_R (see <xref target="wrong-selected"/>) indicating cipher suites supported by the Responder, then the Initiator SHOULD select its most preferred supported cipher suite among those (bearing in mind that error messages are not authenticated and may be forged).</li>
                <li>The Initiator MUST NOT change its order of preference for cipher suites, and MUST NOT omit a cipher suite preferred to the selected one because of previous error messages received from the Responder.</li>
              </ul>
            </li>
            <li>Generate an ephemeral ECDH key pair using the curve in the selected cipher suite and format it as a COSE_Key. Let G_X be the 'x' parameter of the COSE_Key.</li>
            <li>Choose a connection identifier C_I and store it during the EDHOC session.</li>
            <li>Encode message_1 as a sequence of CBOR encoded data items as specified in <xref target="asym-msg1-form"/></li>
          </ul>
        </section>
        <section anchor="resp-proc-msg1">
          <name>Responder Processing of Message 1</name>
          <t>The Responder SHALL process message_1 in the following order:</t>
          <ul spacing="normal">
            <li>Decode message_1 (see <xref target="CBOR"/>).</li>
            <li>Process message_1, in particular verify that the selected cipher suite is supported and that no prior cipher suite in SUITES_I is supported.</li>
            <li>If all processing completed successfully, and if EAD_1 is present, then make it available to the application for EAD processing.</li>
          </ul>
          <t>If any processing step fails, then the Responder MUST send an EDHOC error message back as defined in <xref target="error"/>, and the protocol MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m2">
        <name>EDHOC Message 2</name>
        <section anchor="asym-msg2-form">
          <name>Formatting of Message 2</name>
          <t>message_2 SHALL be a CBOR Sequence (see <xref target="CBOR"/>) as defined below</t>
          <sourcecode type="CDDL"><![CDATA[
message_2 = (
  G_Y_CIPHERTEXT_2 : bstr,
  C_R : bstr / -24..23,
)
]]></sourcecode>
          <t>where:</t>
          <ul spacing="normal">
            <li>G_Y_CIPHERTEXT_2 - the concatenation of G_Y (i.e., the ephemeral public key of the Responder) and CIPHERTEXT_2.</li>
            <li>C_R - variable length connection identifier. Note that connection identifiers are byte strings but certain values are represented as integers in the message, see <xref target="bstr-repr"/>.</li>
          </ul>
        </section>
        <section anchor="asym-msg2-proc">
          <name>Responder Processing of Message 2</name>
          <t>The Responder SHALL compose message_2 as follows:</t>
          <ul spacing="normal">
            <li>Generate an ephemeral ECDH key pair using the curve in the selected cipher suite and format it as a COSE_Key. Let G_Y be the 'x' parameter of the COSE_Key.</li>
            <li>Choose a connection identifier C_R and store it for the length of the protocol.</li>
            <li>Compute the transcript hash TH_2 = H( G_Y, C_R, H(message_1) ) where H() is the EDHOC hash algorithm of the selected cipher suite. The input to the hash function is a CBOR Sequence. Note that H(message_1) can be computed and cached already in the processing of message_1.</li>
            <li>
              <t>Compute MAC_2 as in <xref target="expand"/> with context_2 = &lt;&lt; ID_CRED_R, TH_2, CRED_R, ? EAD_2 &gt;&gt; (see <xref target="CBOR"/> for notation)
              </t>
              <ul spacing="normal">
                <li>If the Responder authenticates with a static Diffie-Hellman key (method equals 1 or 3), then mac_length_2 is the EDHOC MAC length of the selected cipher suite. If the Responder authenticates with a signature key (method equals 0 or 2), then mac_length_2 is equal to the output size of the EDHOC hash algorithm of the selected cipher suite.</li>
                <li>ID_CRED_R - identifier to facilitate the retrieval of CRED_R, see <xref target="id_cred"/></li>
                <li>CRED_R - CBOR item containing the authentication credential of the Responder, see <xref target="auth-cred"/></li>
                <li>EAD_2 - external authorization data, see <xref target="AD"/></li>
              </ul>
            </li>
            <li>
              <t>If the Responder authenticates with a static Diffie-Hellman key (method equals 1 or 3), then Signature_or_MAC_2 is MAC_2. If the Responder authenticates with a signature key (method equals 0 or 2), then Signature_or_MAC_2 is the 'signature' field of a COSE_Sign1 object, computed as specified in Section 4.4 of <xref target="RFC9053"/> using the signature algorithm of the selected cipher suite, the private authentication key of the Responder, and the following parameters as input (see <xref target="COSE"/> for an overview of COSE and <xref target="CBOR"/> for notation):  </t>
              <ul spacing="normal">
                <li>protected =  &lt;&lt; ID_CRED_R &gt;&gt;</li>
                <li>external_aad = &lt;&lt; TH_2, CRED_R, ? EAD_2 &gt;&gt;</li>
                <li>payload = MAC_2</li>
              </ul>
            </li>
            <li>
              <t>CIPHERTEXT_2 is calculated by using the EDHOC_Expand function as a binary additive stream cipher over the following plaintext:  </t>
              <ul spacing="normal">
                <li>
                  <t>PLAINTEXT_2 = ( ID_CRED_R / bstr / -24..23, Signature_or_MAC_2, ? EAD_2 )      </t>
                  <ul spacing="normal">
                    <li>If ID_CRED_R contains a single 'kid' parameter, i.e., ID_CRED_R = { 4 : kid_R }, then the compact encoding is applied, see <xref target="compact-kid"/>.</li>
                  </ul>
                </li>
                <li>Compute KEYSTREAM_2 as in <xref target="expand"/>, where plaintext_length is the length of PLAINTEXT_2. For the case of plaintext_length exceeding the EDHOC_KDF output size, see <xref target="large-plaintext_2"/>.</li>
                <li>CIPHERTEXT_2 = PLAINTEXT_2 XOR KEYSTREAM_2</li>
              </ul>
            </li>
            <li>Encode message_2 as a sequence of CBOR encoded data items as specified in <xref target="asym-msg2-form"/>.</li>
          </ul>
        </section>
        <section anchor="initiator-processing-of-message-2">
          <name>Initiator Processing of Message 2</name>
          <t>The Initiator SHALL process message_2 in the following order:</t>
          <ul spacing="normal">
            <li>Decode message_2 (see <xref target="CBOR"/>).</li>
            <li>Retrieve the protocol state using available message correlation (e.g., the CoAP Token, the 5-tuple, or the prepended C_I, see <xref target="ci-edhoc"/>).</li>
            <li>Decrypt CIPHERTEXT_2, see <xref target="asym-msg2-proc"/>.</li>
            <li>If all processing completed successfully, then make ID_CRED_R and (if present) EAD_2 available to the application for authentication- and EAD processing.</li>
            <li>Obtain the authentication credential (CRED_R) and the authentication key of R from the application (or by other means).</li>
            <li>Verify Signature_or_MAC_2 using the algorithm in the selected cipher suite. The verification process depends on the method, see <xref target="asym-msg2-proc"/>. Make the result of the verification available to the application.</li>
          </ul>
          <t>If any processing step fails, then the Initiator MUST send an EDHOC error message back as defined in <xref target="error"/>, and the protocol MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m3">
        <name>EDHOC Message 3</name>
        <section anchor="asym-msg3-form">
          <name>Formatting of Message 3</name>
          <t>message_3 SHALL be a CBOR Sequence (see <xref target="CBOR"/>) as defined below</t>
          <sourcecode type="CDDL"><![CDATA[
message_3 = (
  CIPHERTEXT_3 : bstr,
)
]]></sourcecode>
        </section>
        <section anchor="asym-msg3-proc">
          <name>Initiator Processing of Message 3</name>
          <t>The Initiator SHALL compose message_3 as follows:</t>
          <ul spacing="normal">
            <li>Compute the transcript hash TH_3 = H(TH_2, PLAINTEXT_2, CRED_R) where H() is the EDHOC hash algorithm of the selected cipher suite. The input to the hash function is a CBOR Sequence. Note that TH_3 can be computed and cached already in the processing of message_2.</li>
            <li>
              <t>Compute MAC_3 as in <xref target="expand"/>, with context_3 = &lt;&lt; ID_CRED_I, TH_3, CRED_I, ? EAD_3 &gt;&gt;
              </t>
              <ul spacing="normal">
                <li>If the Initiator authenticates with a static Diffie-Hellman key (method equals 2 or 3), then mac_length_3 is the EDHOC MAC length of the selected cipher suite.  If the Initiator authenticates with a signature key (method equals 0 or 1), then mac_length_3 is equal to the output size of the EDHOC hash algorithm of the selected cipher suite.</li>
                <li>ID_CRED_I - identifier to facilitate the retrieval of CRED_I, see <xref target="id_cred"/></li>
                <li>CRED_I - CBOR item containing the authentication credential of the Initiator, see <xref target="auth-cred"/></li>
                <li>EAD_3 - external authorization data, see <xref target="AD"/></li>
              </ul>
            </li>
            <li>
              <t>If the Initiator authenticates with a static Diffie-Hellman key (method equals 2 or 3), then Signature_or_MAC_3 is MAC_3. If the Initiator authenticates with a signature key (method equals 0 or 1), then Signature_or_MAC_3 is the 'signature' field of a COSE_Sign1 object, computed as specified in Section 4.4 of <xref target="RFC9052"/> using the signature algorithm of the selected cipher suite, the private authentication key of the Initiator, and the following parameters as input (see <xref target="COSE"/>):  </t>
              <ul spacing="normal">
                <li>protected =  &lt;&lt; ID_CRED_I &gt;&gt;</li>
                <li>external_aad = &lt;&lt; TH_3, CRED_I, ? EAD_3 &gt;&gt;</li>
                <li>payload = MAC_3</li>
              </ul>
            </li>
            <li>
              <t>Compute a COSE_Encrypt0 object as defined in Sections 5.2 and 5.3 of <xref target="RFC9052"/>, with the EDHOC AEAD algorithm of the selected cipher suite, using the encryption key K_3, the initialization vector IV_3 (if used by the AEAD algorithm), the plaintext PLAINTEXT_3, and the following parameters as input (see <xref target="COSE"/>):  </t>
              <ul spacing="normal">
                <li>protected = h''</li>
                <li>external_aad = TH_3</li>
                <li>K_3 and IV_3 are defined in <xref target="expand"/></li>
                <li>
                  <t>PLAINTEXT_3 = ( ID_CRED_I / bstr / -24..23, Signature_or_MAC_3, ? EAD_3 )      </t>
                  <ul spacing="normal">
                    <li>If ID_CRED_I contains a single 'kid' parameter, i.e., ID_CRED_I = { 4 : kid_I }, then the compact encoding is applied, see <xref target="compact-kid"/>.</li>
                  </ul>
                </li>
              </ul>
              <t>
CIPHERTEXT_3 is the 'ciphertext' of COSE_Encrypt0.</t>
            </li>
            <li>Compute the transcript hash TH_4 = H(TH_3, PLAINTEXT_3, CRED_I) where H() is the EDHOC hash algorithm of the selected cipher suite. The input to the hash function is a CBOR Sequence. Note that TH_4 can be computed and cached already in the processing of message_3.</li>
            <li>Calculate PRK_out as defined in <xref target="fig-edhoc-kdf"/>. The Initiator can now derive application keys using the EDHOC_Exporter interface, see <xref target="exporter"/>.</li>
            <li>Encode message_3 as a CBOR data item as specified in <xref target="asym-msg3-form"/>.</li>
            <li>Make the connection identifiers (C_I, C_R) and the application algorithms in the selected cipher suite available to the application.</li>
          </ul>
          <t>The Initiator SHOULD NOT persistently store PRK_out or application keys until the Initiator has verified message_4 or a message protected with a derived application key, such as an OSCORE message, from the Responder. This is similar to waiting for an acknowledgement (ACK) in a transport protocol.</t>
        </section>
        <section anchor="responder-processing-of-message-3">
          <name>Responder Processing of Message 3</name>
          <t>The Responder SHALL process message_3 in the following order:</t>
          <ul spacing="normal">
            <li>Decode message_3 (see <xref target="CBOR"/>).</li>
            <li>Retrieve the protocol state using available message correlation (e.g., the CoAP Token, the 5-tuple, or the prepended C_R, see <xref target="ci-edhoc"/>).</li>
            <li>Decrypt and verify the COSE_Encrypt0 as defined in Sections 5.2 and 5.3 of <xref target="RFC9052"/>, with the EDHOC AEAD algorithm in the selected cipher suite, and the parameters defined in <xref target="asym-msg3-proc"/>.</li>
            <li>If all processing completed successfully, then make ID_CRED_I and (if present) EAD_3 available to the application for authentication- and EAD processing.</li>
            <li>Obtain the authentication credential (CRED_I) and the authentication key of I from the application (or by other means).</li>
            <li>Verify Signature_or_MAC_3 using the algorithm in the selected cipher suite. The verification process depends on the method, see <xref target="asym-msg3-proc"/>. Make the result of the verification available to the application.</li>
            <li>Make the connection identifiers (C_I, C_R) and the application algorithms in the selected cipher suite available to the application.</li>
          </ul>
          <t>After verifying message_3, the Responder can compute PRK_out, see <xref target="prkout"/>, derive application keys using the EDHOC_Exporter interface, see <xref target="exporter"/>, persistently store the keying material, and send protected application data.</t>
          <t>If any processing step fails, then the Responder MUST send an EDHOC error message back as defined in <xref target="error"/>, and the protocol MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m4">
        <name>EDHOC Message 4</name>
        <t>This section specifies message_4 which is OPTIONAL to support. Key confirmation is normally provided by sending an application message from the Responder to the Initiator protected with a key derived with the EDHOC_Exporter, e.g., using OSCORE (see <xref target="transfer"/>). In deployments where no protected application message is sent from the Responder to the Initiator, message_4 MUST be supported and MUST be used. Two examples of such deployments are:</t>
        <ol spacing="normal" type="1"><li>When EDHOC is only used for authentication and no application data is sent.</li>
          <li>When application data is only sent from the Initiator to the Responder.</li>
        </ol>
        <t>Further considerations about when to use message_4 are provided in <xref target="applicability"/> and <xref target="sec-prop"/>.</t>
        <section anchor="asym-msg4-form">
          <name>Formatting of Message 4</name>
          <t>message_4 SHALL be a CBOR Sequence (see <xref target="CBOR"/>) as defined below</t>
          <sourcecode type="CDDL"><![CDATA[
message_4 = (
  CIPHERTEXT_4 : bstr,
)
]]></sourcecode>
        </section>
        <section anchor="asym-msg4-proc">
          <name>Responder Processing of Message 4</name>
          <t>The Responder SHALL compose message_4 as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Compute a COSE_Encrypt0 as defined in Sections 5.2 and 5.3 of <xref target="RFC9052"/>, with the EDHOC AEAD algorithm of the selected cipher suite, using the encryption key K_4, the initialization vector IV_4 (if used by the AEAD algorithm), the plaintext PLAINTEXT_4, and the following parameters as input (see <xref target="COSE"/>):  </t>
              <ul spacing="normal">
                <li>protected = h''</li>
                <li>external_aad = TH_4</li>
                <li>K_4 and IV_4 are defined in <xref target="expand"/></li>
                <li>
                  <t>PLAINTEXT_4 = ( ? EAD_4 )
                  </t>
                  <ul spacing="normal">
                    <li>EAD_4 - external authorization data, see <xref target="AD"/>.</li>
                  </ul>
                </li>
              </ul>
              <t>
CIPHERTEXT_4 is the 'ciphertext' of COSE_Encrypt0.</t>
            </li>
            <li>Encode message_4 as a CBOR data item as specified in <xref target="asym-msg4-form"/>.</li>
          </ul>
        </section>
        <section anchor="initiator-processing-of-message-4">
          <name>Initiator Processing of Message 4</name>
          <t>The Initiator SHALL process message_4 as follows:</t>
          <ul spacing="normal">
            <li>Decode message_4 (see <xref target="CBOR"/>).</li>
            <li>Retrieve the protocol state using available message correlation (e.g., the CoAP Token, the 5-tuple, or the prepended C_I, see <xref target="ci-edhoc"/>).</li>
            <li>Decrypt and verify the COSE_Encrypt0 as defined in Sections 5.2 and 5.3 of <xref target="RFC9052"/>, with the EDHOC AEAD algorithm in the selected cipher suite, and the parameters defined in <xref target="asym-msg4-proc"/>.</li>
            <li>Make (if present) EAD_4 available to the application for EAD processing.</li>
          </ul>
          <t>If any processing step fails, then the Initiator MUST send an EDHOC error message back as defined in <xref target="error"/>, and the protocol MUST be discontinued.</t>
          <t>After verifying message_4, the Initiator is assured that the Responder has calculated the key PRK_out (key confirmation) and that no other party can derive the key.</t>
        </section>
      </section>
    </section>
    <section anchor="error">
      <name>Error Handling</name>
      <t>This section defines the format for error messages, and the processing associated with the currently defined error codes. Additional error codes may be registered, see <xref target="error-code-reg"/>.</t>
      <t>There are many kinds of errors that can occur during EDHOC processing. As in CoAP, an error can be triggered by errors in the received message or internal errors in the receiving endpoint. Except for processing and formatting errors, it is up to the implementation when to send an error message. Sending error messages is essential for debugging but MAY be skipped if, for example, a session cannot be found or due to denial-of-service reasons, see <xref target="dos"/>. Error messages in EDHOC are always fatal. After sending an error message, the sender MUST discontinue the protocol. The receiver SHOULD treat an error message as an indication that the other party likely has discontinued the protocol. But as the error message is not authenticated, a received error message might also have been sent by an attacker and the receiver MAY therefore try to continue the protocol.</t>
      <t>An EDHOC error message can be sent by either endpoint as a reply to any non-error EDHOC message. How errors at the EDHOC layer are transported depends on lower layers, which need to enable error messages to be sent and processed as intended.</t>
      <t>error SHALL be a CBOR Sequence (see <xref target="CBOR"/>) as defined below</t>
      <figure anchor="fig-error-message">
        <name>EDHOC error message.</name>
        <sourcecode type="CDDL"><![CDATA[
error = (
  ERR_CODE : int,
  ERR_INFO : any,
)
]]></sourcecode>
      </figure>
      <t>where:</t>
      <ul spacing="normal">
        <li>ERR_CODE - error code encoded as an integer. The value 0 is used for success, all other values (negative or positive) indicate errors.</li>
        <li>ERR_INFO - error information. Content and encoding depend on error code.</li>
      </ul>
      <t>The remainder of this section specifies the currently defined error codes, see <xref target="fig-error-codes"/>. Additional error codes and corresponding error information may be specified.</t>
      <figure anchor="fig-error-codes">
        <name>Error codes and error information included in the EDHOC error message.</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="176" width="560" viewBox="0 0 560 176" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,160" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,160" fill="none" stroke="black"/>
              <path d="M 224,32 L 224,160" fill="none" stroke="black"/>
              <path d="M 552,32 L 552,160" fill="none" stroke="black"/>
              <path d="M 8,32 L 552,32" fill="none" stroke="black"/>
              <path d="M 8,62 L 552,62" fill="none" stroke="black"/>
              <path d="M 8,66 L 552,66" fill="none" stroke="black"/>
              <path d="M 8,96 L 552,96" fill="none" stroke="black"/>
              <path d="M 8,128 L 552,128" fill="none" stroke="black"/>
              <path d="M 8,160 L 552,160" fill="none" stroke="black"/>
              <g class="text">
                <text x="52" y="52">ERR_CODE</text>
                <text x="140" y="52">ERR_INFO</text>
                <text x="196" y="52">Type</text>
                <text x="280" y="52">Description</text>
                <text x="80" y="84">0</text>
                <text x="120" y="84">any</text>
                <text x="264" y="84">Success</text>
                <text x="80" y="116">1</text>
                <text x="124" y="116">tstr</text>
                <text x="280" y="116">Unspecified</text>
                <text x="352" y="116">error</text>
                <text x="80" y="148">2</text>
                <text x="132" y="148">suites</text>
                <text x="256" y="148">Wrong</text>
                <text x="316" y="148">selected</text>
                <text x="380" y="148">cipher</text>
                <text x="432" y="148">suite</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
+----------+---------------+----------------------------------------+
| ERR_CODE | ERR_INFO Type | Description                            |
+==========+===============+========================================+
|        0 | any           | Success                                |
+----------+---------------+----------------------------------------+
|        1 | tstr          | Unspecified error                      |
+----------+---------------+----------------------------------------+
|        2 | suites        | Wrong selected cipher suite            |
+----------+---------------+----------------------------------------+
]]></artwork>
        </artset>
      </figure>
      <section anchor="success">
        <name>Success</name>
        <t>Error code 0 MAY be used internally in an application to indicate success, i.e., as a standard value in case of no error, e.g., in status reporting or log files. ERR_INFO can contain any type of CBOR item, the content is out of scope for this specification. Error code 0 MUST NOT be used as part of the EDHOC message exchange flow. If an endpoint receives an error message with error code 0, then it MUST discontinue the protocol and MUST NOT send an error message.</t>
      </section>
      <section anchor="unspecified-error">
        <name>Unspecified Error</name>
        <t>Error code 1 is used for errors that do not have a specific error code defined. ERR_INFO MUST be a text string containing a human-readable diagnostic message written in English, for example "Method not supported". The diagnostic text message is mainly intended for software engineers that during debugging need to interpret it in the context of the EDHOC specification. The diagnostic message SHOULD be provided to the calling application where it SHOULD be logged.</t>
      </section>
      <section anchor="wrong-selected">
        <name>Wrong Selected Cipher Suite</name>
        <t>Error code 2 MUST only be used when replying to message_1 in case the cipher suite selected by the Initiator is not supported by the Responder, or if the Responder supports a cipher suite more preferred by the Initiator than the selected cipher suite, see <xref target="resp-proc-msg1"/>. In this case, ERR_INFO = SUITES_R and is of type suites, see <xref target="asym-msg1-form"/>. If the Responder does not support the selected cipher suite, then SUITES_R MUST include one or more supported cipher suites. If the Responder supports a cipher suite in SUITES_I other than the selected cipher suite (independently of if the selected cipher suite is supported or not) then SUITES_R MUST include the supported cipher suite in SUITES_I which is most preferred by the Initiator. SUITES_R MAY include a single cipher suite, in which case it is encoded as an int. If the Responder does not support any cipher suite in SUITES_I, then it SHOULD include all its supported cipher suites in SUITES_R.</t>
        <t>In contrast to SUITES_I, the order of the cipher suites in SUITES_R has no significance.</t>
        <section anchor="cipher-suite-negotiation">
          <name>Cipher Suite Negotiation</name>
          <t>After receiving SUITES_R, the Initiator can determine which cipher suite to select (if any) for the next EDHOC run with the Responder.</t>
          <t>If the Initiator intends to contact the Responder in the future, the Initiator SHOULD remember which selected cipher suite to use until the next message_1 has been sent, otherwise the Initiator and Responder will likely run into an infinite loop where the Initiator selects its most preferred cipher suite and the Responder sends an error with supported cipher suites. After a successful run of EDHOC, the Initiator MAY remember the selected cipher suite to use in future EDHOC sessions. Note that if the Initiator or Responder is updated with new cipher suite policies, any cached information may be outdated.</t>
          <t>Note that the Initiator's list of supported cipher suites and order of preference is fixed (see <xref target="asym-msg1-form"/> and <xref target="init-proc-msg1"/>). Furthermore, the Responder SHALL only accept message_1 if the selected cipher suite is the first cipher suite in SUITES_I that the Responder supports (see <xref target="resp-proc-msg1"/>). Following this procedure ensures that the selected cipher suite is the most preferred (by the Initiator) cipher suite supported by both parties.</t>
          <t>If the selected cipher suite is not the first cipher suite which the Responder supports in SUITES_I received in message_1, then the Responder MUST discontinue the protocol, see <xref target="resp-proc-msg1"/>. If SUITES_I in message_1 is manipulated, then the integrity verification of message_2 containing the transcript hash TH_2 will fail and the Initiator will discontinue the protocol.</t>
        </section>
        <section anchor="ex-neg">
          <name>Examples</name>
          <t>Assume that the Initiator supports the five cipher suites 5, 6, 7, 8, and 9 in decreasing order of preference. Figures <xref target="fig-error1" format="counter"/> and <xref target="fig-error2" format="counter"/> show two examples of how the Initiator can format SUITES_I and how SUITES_R is used by Responders to give the Initiator information about the cipher suites that the Responder supports.</t>
          <t>In Example 1 (<xref target="fig-error1"/>), the Responder supports cipher suite 6 but not the initially selected cipher suite 5. The Responder rejects the first message_1 with an error indicating support for suite 6 in SUITES_R. The Initiator also supports suite 6, and therefore selects suite 6 in the second message_1. The Initiator prepends in SUITES_I the selected suite 6 with the more preferred suites, in this case suite 5, to mitigate a potential attack on the cipher suite negotiation.</t>
          <figure anchor="fig-error1">
            <name>Cipher Suite Negotiation Example 1.</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="224" width="560" viewBox="0 0 560 224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,48 L 8,208" fill="none" stroke="black"/>
                  <path d="M 552,48 L 552,208" fill="none" stroke="black"/>
                  <path d="M 8,64 L 544,64" fill="none" stroke="black"/>
                  <path d="M 16,128 L 552,128" fill="none" stroke="black"/>
                  <path d="M 8,192 L 544,192" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="552,192 540,186.4 540,197.6" fill="black" transform="rotate(0,544,192)"/>
                  <polygon class="arrowhead" points="552,64 540,58.4 540,69.6" fill="black" transform="rotate(0,544,64)"/>
                  <polygon class="arrowhead" points="24,128 12,122.4 12,133.6" fill="black" transform="rotate(180,16,128)"/>
                  <g class="text">
                    <text x="40" y="36">Initiator</text>
                    <text x="520" y="36">Responder</text>
                    <text x="152" y="52">METHOD,</text>
                    <text x="220" y="52">SUITES_I</text>
                    <text x="264" y="52">=</text>
                    <text x="284" y="52">5,</text>
                    <text x="316" y="52">G_X,</text>
                    <text x="356" y="52">C_I,</text>
                    <text x="400" y="52">EAD_1</text>
                    <text x="280" y="84">message_1</text>
                    <text x="196" y="116">ERR_CODE</text>
                    <text x="240" y="116">=</text>
                    <text x="260" y="116">2,</text>
                    <text x="308" y="116">SUITES_R</text>
                    <text x="352" y="116">=</text>
                    <text x="368" y="116">6</text>
                    <text x="280" y="148">error</text>
                    <text x="144" y="180">METHOD,</text>
                    <text x="212" y="180">SUITES_I</text>
                    <text x="256" y="180">=</text>
                    <text x="280" y="180">[5,</text>
                    <text x="312" y="180">6],</text>
                    <text x="348" y="180">G_X,</text>
                    <text x="388" y="180">C_I,</text>
                    <text x="432" y="180">EAD_1</text>
                    <text x="280" y="212">message_1</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
Initiator                                                   Responder
|              METHOD, SUITES_I = 5, G_X, C_I, EAD_1                |
+------------------------------------------------------------------>|
|                             message_1                             |
|                                                                   |
|                   ERR_CODE = 2, SUITES_R = 6                      |
|<------------------------------------------------------------------+
|                               error                               |
|                                                                   |
|             METHOD, SUITES_I = [5, 6], G_X, C_I, EAD_1            |
+------------------------------------------------------------------>|
|                             message_1                             |
]]></artwork>
            </artset>
          </figure>
          <t>In Example 2 (<xref target="fig-error2"/>), the Responder supports cipher suites 8 and 9 but not the more preferred (by the Initiator) cipher suites 5, 6 or 7. To illustrate the negotiation mechanics we let the Initiator first make a guess that the Responder supports suite 6 but not suite 5. Since the Responder supports neither 5 nor 6, it rejects the first message_1 with an error indicating support for suites 8 and 9 in SUITES_R (in any order). The Initiator also supports suites 8 and 9, and prefers suite 8, so therefore selects suite 8 in the second message_1. The Initiator prepends in SUITES_I the selected suite 8 with the more preferred suites in order of preference, in this case suites 5, 6 and 7, to mitigate a potential attack on the cipher suite negotiation.</t>
          <t>Note 1. If the Responder had supported suite 5, it would have included it in SUITES_R of the response, and it would in that case have become the selected and only suite in the second message_1.</t>
          <t>Note 2. The content of the fields of message_1 may be different when sent the second time, in particular the ephemeral key MUST be different.</t>
          <figure anchor="fig-error2">
            <name>Cipher Suite Negotiation Example 2.</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="224" width="560" viewBox="0 0 560 224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,48 L 8,208" fill="none" stroke="black"/>
                  <path d="M 552,48 L 552,208" fill="none" stroke="black"/>
                  <path d="M 8,64 L 544,64" fill="none" stroke="black"/>
                  <path d="M 16,128 L 552,128" fill="none" stroke="black"/>
                  <path d="M 8,192 L 544,192" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="552,192 540,186.4 540,197.6" fill="black" transform="rotate(0,544,192)"/>
                  <polygon class="arrowhead" points="552,64 540,58.4 540,69.6" fill="black" transform="rotate(0,544,64)"/>
                  <polygon class="arrowhead" points="24,128 12,122.4 12,133.6" fill="black" transform="rotate(180,16,128)"/>
                  <g class="text">
                    <text x="40" y="36">Initiator</text>
                    <text x="520" y="36">Responder</text>
                    <text x="136" y="52">METHOD,</text>
                    <text x="204" y="52">SUITES_I</text>
                    <text x="248" y="52">=</text>
                    <text x="272" y="52">[5,</text>
                    <text x="304" y="52">6],</text>
                    <text x="340" y="52">G_X,</text>
                    <text x="380" y="52">C_I,</text>
                    <text x="424" y="52">EAD_1</text>
                    <text x="280" y="84">message_1</text>
                    <text x="188" y="116">ERR_CODE</text>
                    <text x="232" y="116">=</text>
                    <text x="252" y="116">2,</text>
                    <text x="300" y="116">SUITES_R</text>
                    <text x="344" y="116">=</text>
                    <text x="368" y="116">[9,</text>
                    <text x="396" y="116">8]</text>
                    <text x="280" y="148">error</text>
                    <text x="128" y="180">METHOD,</text>
                    <text x="196" y="180">SUITES_I</text>
                    <text x="240" y="180">=</text>
                    <text x="264" y="180">[5,</text>
                    <text x="292" y="180">6,</text>
                    <text x="316" y="180">7,</text>
                    <text x="344" y="180">8],</text>
                    <text x="380" y="180">G_X,</text>
                    <text x="420" y="180">C_I,</text>
                    <text x="464" y="180">EAD_1</text>
                    <text x="280" y="212">message_1</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
Initiator                                                   Responder
|            METHOD, SUITES_I = [5, 6], G_X, C_I, EAD_1             |
+------------------------------------------------------------------>|
|                             message_1                             |
|                                                                   |
|                  ERR_CODE = 2, SUITES_R = [9, 8]                  |
|<------------------------------------------------------------------+
|                               error                               |
|                                                                   |
|           METHOD, SUITES_I = [5, 6, 7, 8], G_X, C_I, EAD_1        |
+------------------------------------------------------------------>|
|                             message_1                             |
]]></artwork>
            </artset>
          </figure>
        </section>
      </section>
    </section>
    <section anchor="mti">
      <name>Compliance Requirements</name>
      <t>In the absence of an application profile specifying otherwise:</t>
      <t>An implementation MAY support only Initiator or only Responder.</t>
      <t>An implementation MAY support only a single method. None of the methods are mandatory-to-implement.</t>
      <t>Implementations MUST support 'kid' parameters. None of the other COSE header parameters are mandatory-to-implement.</t>
      <t>An implementation MAY support only a single credential type (CCS, CWT, X.509, C509). None of the credential types are mandatory-to-implement.</t>
      <t>Implementations MUST support the EDHOC_Exporter.</t>
      <t>Implementations MAY support message_4. Error codes (ERR_CODE) 1 and 2 MUST be supported.</t>
      <t>Implementations MUST support EAD.</t>
      <t>Implementations MUST support cipher suite 2 and 3. Cipher suites 2 (AES-CCM-16-64-128, SHA-256, 8, P-256, ES256, AES-CCM-16-64-128, SHA-256) and 3 (AES-CCM-16-128-128, SHA-256, 16, P-256, ES256, AES-CCM-16-64-128, SHA-256) only differ in the size of the MAC length, so supporting one or both of these is not significantly different. Implementations only need to implement the algorithms needed for their supported methods.</t>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <section anchor="sec-prop">
        <name>Security Properties</name>
        <t>EDHOC has similar security properties as can be expected from the theoretical SIGMA-I protocol <xref target="SIGMA"/> and the Noise XX pattern <xref target="Noise"/>, which are similar to methods 0 and 3, respectively. Proven security properties are detailed in the security analysis publications referenced at the end of this section.</t>
        <t>Using the terminology from <xref target="SIGMA"/>, EDHOC provides forward secrecy, mutual authentication with aliveness, consistency, and peer awareness. As described in <xref target="SIGMA"/>, message_3 provides peer awareness to the Responder while message_4 provides peer awareness to the Initiator. By including the authentication credentials in the transcript hash, EDHOC protects against Duplicate Signature Key Selection (DSKS)-like identity mis-binding attack that the MAC-then-Sign variant of SIGMA-I is otherwise vulnerable to.</t>
        <t>As described in <xref target="SIGMA"/>, different levels of identity protection are provided to the Initiator and the Responder. EDHOC provides identity protection of the Initiator against active attacks and identity protection of the Responder against passive attacks. An active attacker can get the credential identifier of the Responder by eavesdropping on the destination address used for transporting message_1 and then sending its own message_1 to the same address. The roles should be assigned to protect the most sensitive identity/identifier, typically that which is not possible to infer from routing information in the lower layers.</t>
        <t>EDHOC messages might change in transit due to a noisy channel or through modification by an attacker. Changes in message_1 and message_2 (except Signature_or_MAC_2 when the signature scheme is not strongly unforgeable) are detected when verifying Signature_or_MAC_2. Changes to not strongly unforgeable Signature_or_MAC_2, and message_3 are detected when verifying CIPHERTEXT_3. Changes to message_4 are detected when verifying CIPHERTEXT_4.</t>
        <t>Compared to <xref target="SIGMA"/>, EDHOC adds an explicit method type and expands the message authentication coverage to additional elements such as algorithms, external authorization data, and previous plaintext messages. This protects against an attacker replaying messages or injecting messages from another session.</t>
        <t>EDHOC also adds selection of connection identifiers and downgrade protected negotiation of cryptographic parameters, i.e., an attacker cannot affect the negotiated parameters. A single session of EDHOC does not include negotiation of cipher suites, but it enables the Responder to verify that the selected cipher suite is the most preferred cipher suite by the Initiator which is supported by both the Initiator and the Responder, and to discontinue the session if not.</t>
        <t>As required by <xref target="RFC7258"/>, IETF protocols need to mitigate pervasive monitoring when possible. EDHOC therefore only supports methods with ephemeral Diffie-Hellman and provides a key update function (see <xref target="keyupdate"/>) for lightweight application protocol rekeying. Either of these provides forward secrecy, in the sense that compromise of the private authentication keys does not compromise past session keys (PRK_out), and compromise of a session key does not compromise past session keys. Frequently re-running EDHOC with ephemeral Diffie-Hellman forces attackers to perform dynamic key exfiltration where the attacker must have continuous interactions with the collaborator, which is a significant complication.</t>
        <t>To limit the effect of breaches, it is important to limit the use of symmetric group keys for bootstrapping. EDHOC therefore strives to make the additional cost of using raw public keys and self-signed certificates as small as possible. Raw public keys and self-signed certificates are not a replacement for a public key infrastructure but SHOULD be used instead of symmetric group keys for bootstrapping.</t>
        <t>Compromise of the long-term keys (private signature or static DH keys) does not compromise the security of completed EDHOC exchanges. Compromising the private authentication keys of one party lets an active attacker impersonate that compromised party in EDHOC exchanges with other parties but does not let the attacker impersonate other parties in EDHOC exchanges with the compromised party. Compromise of the long-term keys does not enable a passive attacker to compromise future session keys (PRK_out). Compromise of the HDKF input parameters (ECDH shared secret) leads to compromise of all session keys derived from that compromised shared secret. Compromise of one session key does not compromise other session keys. Compromise of PRK_out leads to compromise of all keying material derived with the EDHOC_Exporter.</t>
        <t>Based on the cryptographic algorithms requirements <xref target="sec_algs"/>, EDHOC provides a minimum of 64-bit security against online brute force attacks and a minimum of 128-bit security against offline brute force attacks. To break 64-bit security against online brute force an attacker would on average have to send 4.3 billion messages per second for 68 years, which is infeasible in constrained IoT radio technologies. A forgery against a 64-bit MAC in EDHOC breaks the security of all future application data, while a forgery against a 64-bit MAC in the subsequent application protocol (e.g., OSCORE <xref target="RFC8613"/>) typically only breaks the security of the data in the forged packet.</t>
        <t>As the EDHOC protocol is discontinued when verification fails, the security against online attacks is given by the sum of the strength of the verified signatures and MACs (including MAC in AEAD). As an example, if EDHOC is used with method 3, cipher suite 2, and message_4, the Responder is authenticated with 128-bit security against online attacks (the sum of the 64-bit MACs in message_2 and message_4). The same principle applies for MACs in an application protocol keyed by EDHOC as long as EDHOC is rerun when verification of the first MACs in the application protocol fails. As an example, if EDHOC with method 3 and cipher suite 2 is used as in Figure 2 of <xref target="I-D.ietf-core-oscore-edhoc"/>, 128-bit mutual authentication against online attacks can be achieved after completion of the first OSCORE request and response.</t>
        <t>After sending message_3, the Initiator is assured that no other party than the Responder can compute the key PRK_out. While the Initiator can securely send protected application data, the Initiator SHOULD NOT persistently store the keying material PRK_out until the Initiator has verified message_4 or a message protected with a derived application key, such as an OSCORE message, from the Responder. After verifying message_3, the Responder is assured that an honest Initiator has computed the key PRK_out. The Responder can securely derive and store the keying material PRK_out, and send protected application data.</t>
        <t>External authorization data sent in message_1 (EAD_1) or message_2 (EAD_2) should be considered unprotected by EDHOC, see <xref target="unprot-data"/>. EAD_2 is encrypted but the Responder has not yet authenticated the Initiator and the encryption does not provide confidentiality against active attacks.</t>
        <t>External authorization data sent in message_3 (EAD_3) or message_4 (EAD_4) is protected between Initiator and Responder by the protocol, but note that EAD fields may be used by the application before the message verification is completed, see <xref target="AD"/>. Designing a secure mechanism that uses EAD is not necessarily straightforward. This document only provides the EAD transport mechanism, but the problem of agreeing on the surrounding context and the meaning of the information passed to and from the application remains. Any new uses of EAD should be subject to careful review.</t>
        <t>Key compromise impersonation (KCI): In EDHOC authenticated with signature keys, EDHOC provides KCI protection against an attacker having access to the long-term key or the ephemeral secret key. With static Diffie-Hellman key authentication, KCI protection would be provided against an attacker having access to the long-term Diffie-Hellman key, but not to an attacker having access to the ephemeral secret key. Note that the term KCI has typically been used for compromise of long-term keys, and that an attacker with access to the ephemeral secret key can only attack that specific session.</t>
        <t>Repudiation: If an endpoint authenticates with a signature, the other endpoint can prove that the endpoint performed a run of the protocol by presenting the data being signed as well as the signature itself. With static Diffie-Hellman key authentication, the authenticating endpoint can deny having participated in the protocol.</t>
        <t>Earlier versions of EDHOC have been formally analyzed <xref target="Bruni18"/> <xref target="Norrman20"/> <xref target="CottierPointcheval22"/> <xref target="Jacomme23"/> <xref target="GuentherIlunga22"/> and the specification has been updated based on the analysis.</t>
      </section>
      <section anchor="crypto">
        <name>Cryptographic Considerations</name>
        <t>The SIGMA protocol requires that the encryption of message_3 provides confidentiality against active attackers and EDHOC message_4 relies on the use of
authenticated encryption. Hence the message authenticating functionality of the authenticated encryption in EDHOC is critical: authenticated encryption MUST NOT be replaced by plain encryption only, even if authentication is provided at another level or through a different mechanism.</t>
        <t>To reduce message overhead EDHOC does not use explicit nonces and instead relies on the ephemeral public keys to provide randomness to each session. A good amount of randomness is important for the key generation, to provide liveness, and to protect against interleaving attacks. For this reason, the ephemeral keys MUST NOT be used in more than one EDHOC message, and both parties SHALL generate fresh random ephemeral key pairs. Note that an ephemeral key may be used to calculate several ECDH shared secrets. When static Diffie-Hellman authentication is used the same ephemeral key is used in both ephemeral-ephemeral and ephemeral-static ECDH.</t>
        <t>As discussed in <xref target="SIGMA"/>, the encryption of message_2 does only need to protect against passive attacker as active attackers can always get the Responder's identity by sending their own message_1. EDHOC uses the EDHOC_Expand function (typically HKDF-Expand) as a binary additive stream cipher which is proven secure as long as the expand function is a PRF.  HKDF-Expand is not often used as a stream cipher as it is slow on long messages, and most applications require both IND-CCA confidentiality as well as integrity protection. For the encryption of message_2, any speed difference is negligible, IND-CCA does not increase security, and integrity is provided by the inner MAC (and signature depending on method).</t>
        <t>Requirements for how to securely generate, validate, and process the ephemeral public keys depend on the elliptic curve. For X25519 and X448, the requirements are defined in <xref target="RFC7748"/>. For secp256r1, secp384r1, and secp521r1, the requirements are defined in Section 5 of <xref target="SP-800-56A"/>. For secp256r1, secp384r1, and secp521r1, at least partial public-key validation MUST be done.</t>
        <t>As noted in Section 12 of <xref target="RFC9052"/> the use of a single key for multiple algorithms is strongly discouraged unless proven secure by a dedicated cryptographic analysis. In particular this recommendation applies to using the same private key for static Diffie-Hellman authentication and digital signature authentication. A preliminary conjecture is that a minor change to EDHOC may be sufficient to fit the analysis of secure shared signature and ECDH key usage in <xref target="Degabriele11"/> and <xref target="Thormarker21"/>.</t>
        <t>The property that a completed EDHOC exchange implies that another identity has been active is upheld as long as the Initiator does not have its own identity in the set of Responder identities it is allowed to communicate with. In Trust on first use (TOFU) use cases, see <xref target="tofu"/>, the Initiator should verify that the Responder's identity is not equal to its own. Any future EDHOC methods using e.g., pre-shared keys might need to mitigate this in other ways. However, an active attacker can gain information about the set of identities an Initiator is willing to communicate with. If the Initiator is willing to communicate with all identities except its own an attacker can determine that a guessed Initiator identity is correct. To not leak any long-term identifiers, using a freshly generated authentication key as identity in each initial TOFU exchange is RECOMMENDED.</t>
      </section>
      <section anchor="sec_algs">
        <name>Cipher Suites and Cryptographic Algorithms</name>
        <t>When using private cipher suite or registering new cipher suites, the choice of key length used in the different algorithms needs to be harmonized, so that a sufficient security level is maintained for authentication credentials, the EDHOC protocol, and the protection of application data. The Initiator and the Responder should enforce a minimum security level.</t>
        <t>The output size of the EDHOC hash algorithm MUST be at least 256-bits, i.e., the hash algorithms SHA-1 and SHA-256/64 (SHA-256 truncated to 64-bits) SHALL NOT be supported for use in EDHOC except for certificate identification with x5t and c5t. For security considerations of SHA-1, see <xref target="RFC6194"/>. As EDHOC integrity protects the whole authentication credentials, the choice of hash algorithm in x5t and c5t does not affect security, and using the same hash algorithm as in the cipher suite, but with as much truncation as possible, is RECOMMENDED. That is, when the EDHOC hash algorithm is SHA-256, using SHA-256/64 in x5t and c5t is RECOMMENDED. The EDHOC MAC length MUST be at least 8 bytes and the tag length of the EDHOC AEAD algorithm MUST be at least 64-bits. Note that secp256k1 is only defined for use with ECDSA and not for ECDH. Note that some COSE algorithms are marked as not recommended in the COSE IANA registry.</t>
      </section>
      <section anchor="pqc">
        <name>Post-Quantum Considerations</name>
        <t>As of the publication of this specification, it is unclear when or even if a quantum computer of sufficient size and power to exploit public key cryptography will exist. Deployments that need to consider risks decades into the future should transition to Post-Quantum Cryptography (PQC) in the not-too-distant future. Many other systems should take a slower wait-and-see approach where PQC is phased in when the quantum threat is more imminent. Current PQC algorithms have limitations compared to Elliptic Curve Cryptography (ECC) and the data sizes would be problematic in many constrained IoT systems.</t>
        <t>Symmetric algorithms used in EDHOC such as SHA-256 and AES-CCM-16-64-128 are practically secure against even large quantum computers. EDHOC supports all signature algorithms defined by COSE, including PQC signature algorithms such as HSS-LMS. EDHOC is currently only specified for use with key exchange algorithms of type ECDH curves, but any Key Encapsulation Method (KEM), including PQC KEMs, can be used in method 0. While the key exchange in method 0 is specified with terms of the Diffie-Hellman protocol, the key exchange adheres to a KEM interface: G_X is then the public key of the Initiator, G_Y is the encapsulation, and G_XY is the shared secret. Use of PQC KEMs to replace static DH authentication would likely require a specification updating EDHOC with new methods.</t>
      </section>
      <section anchor="unprot-data">
        <name>Unprotected Data and Privacy</name>
        <t>The Initiator and the Responder must make sure that unprotected data and metadata do not reveal any sensitive information. This also applies for encrypted data sent to an unauthenticated party. In particular, it applies to EAD_1, ID_CRED_R, EAD_2, and error messages. Using the same EAD_1 in several EDHOC sessions allows passive eavesdroppers to correlate the different sessions. Note that even if ead_value is encrypted outside of EDHOC, the ead_label in EAD_1 is revealed to passive attackers and the ead_label in EAD_2 is revealed to active attackers. Another consideration is that the list of supported cipher suites may potentially be used to identify the application. The Initiator and the Responder must also make sure that unauthenticated data does not trigger any harmful actions. In particular, this applies to EAD_1 and error messages.</t>
        <t>An attacker observing network traffic may use connection identifiers sent in clear in EDHOC or the subsequent application protocol to correlate packets sent on different paths or at different times. The attacker may use this information for traffic flow analysis or to track an endpoint. Application protocols using connection identifiers from EDHOC SHOULD provide mechanisms to update the connection identifiers and MAY provide mechanisms to issue several simultaneously active connection identifiers. See <xref target="RFC9000"/> for a non-constrained example of such mechanisms. Connection identifiers can e.g., be chosen randomly among the set of unused 1-byte connection identifiers. Connection identity privacy mechanisms are only useful when there are not fixed identifiers such as IP address or MAC address in the lower layers.</t>
      </section>
      <section anchor="internet-threat">
        <name>Updated Internet Threat Model Considerations</name>
        <t>Since the publication of <xref target="RFC3552"/> there has been an increased awareness of the need to protect against endpoints that are compromised, malicious, or whose interests simply do not align with the interests of users <xref target="I-D.arkko-arch-internet-threat-model-guidance"/>. <xref target="RFC7624"/> describes an updated threat model for Internet confidentiality, see <xref target="sec-prop"/>. <xref target="I-D.arkko-arch-internet-threat-model-guidance"/> further expands the threat model. Implementations and users SHOULD consider these threat models. In particular, even data sent protected to the other endpoint such as ID_CRED and EAD can be used for tracking, see Section 2.7 of <xref target="I-D.arkko-arch-internet-threat-model-guidance"/>.</t>
        <t>The fields ID_CRED_I, ID_CRED_R, EAD_2, EAD_3, and EAD_4 have variable length, and information regarding the length may leak to an attacker. A passive attacker may, e.g., be able to differentiate endpoints using identifiers of different length. To mitigate this information leakage an implementation may ensure that the fields have fixed length or use padding. An implementation may, e.g., only use fixed length identifiers like 'kid' of length 1. Alternatively, padding may be used (see <xref target="padding"/>) to hide the true length of, e.g., certificates by value in 'x5chain' or 'c5c'.</t>
      </section>
      <section anchor="dos">
        <name>Denial-of-Service</name>
        <t>EDHOC itself does not provide countermeasures against Denial-of-Service attacks. In particular, by sending a number of new or replayed message_1 an attacker may cause the Responder to allocate state, perform cryptographic operations, and amplify messages. To mitigate such attacks, an implementation SHOULD rely on lower layer mechanisms. For instance, when EDHOC is transferred as an exchange of CoAP messages, the CoAP server can use the Echo option defined in <xref target="RFC9175"/> which forces the CoAP client to demonstrate reachability at its apparent network address. To avoid an additional roundtrip the Initiator can reduce the amplification factor by padding message_1, i.e., using EAD_1, see <xref target="padding"/>.</t>
        <t>An attacker can also send faked message_2, message_3, message_4, or error in an attempt to trick the receiving party to send an error message and discontinue the protocol. EDHOC implementations MAY evaluate if a received message is likely to have been forged by an attacker and ignore it without sending an error message or discontinuing the protocol.</t>
      </section>
      <section anchor="impl-cons">
        <name>Implementation Considerations</name>
        <t>The availability of a secure random number generator is essential for the security of EDHOC. If no true random number generator is available, a random seed MUST be provided from an external source and used with a cryptographically secure pseudorandom number generator. As each pseudorandom number must only be used once, an implementation needs to get a unique input to the pseudorandom number generator after reboot, or continuously store state in nonvolatile memory. Appendix B.1.1 in <xref target="RFC8613"/> describes issues and solution approaches for writing to nonvolatile memory. Intentionally or unintentionally weak or predictable pseudorandom number generators can be abused or exploited for malicious purposes. <xref target="RFC8937"/> describes a way for security protocol implementations to augment their (pseudo)random number generators using a long-term private key and a deterministic signature function. This improves randomness from broken or otherwise subverted random number generators. The same idea can be used with other secrets and functions such as a Diffie-Hellman function or a symmetric secret and a PRF like HMAC or KMAC. It is RECOMMENDED to not trust a single source of randomness and to not put unaugmented random numbers on the wire.</t>
        <t>Implementations might consider deriving secret and non-secret randomness from different PRNG/PRF/KDF instances to limit the damage if the PRNG/PRF/KDF turns out to be fundamentally broken. NIST generally forbids deriving secret and non-secret randomness from the same KDF instance, but this decision has been criticized by Krawczyk <xref target="HKDFpaper"/> and doing so is common practice. In addition to IVs, other examples are the challenge in EAP-TTLS, the RAND in 3GPP AKAs, and the Session-Id in EAP-TLS 1.3. Note that part of KEYSTREAM_2 is also non-secret randomness as it is known or predictable to an attacker. As explained by Krawczyk, if any attack is mitigated by the NIST requirement it would mean that the KDF is fully broken and would have to be replaced anyway.</t>
        <t>For many constrained IoT devices it is problematic to support several crypto primitives. Existing devices can be expected to support either ECDSA or EdDSA. If ECDSA is supported, "deterministic ECDSA" as specified in <xref target="RFC6979"/> MAY be used. Pure deterministic elliptic-curve signatures such as deterministic ECDSA and EdDSA have gained popularity over randomized ECDSA as their security do not depend on a source of high-quality randomness. Recent research has however found that implementations of these signature algorithms may be vulnerable to certain side-channel and fault injection attacks due to their determinism. See e.g., Section 1 of <xref target="I-D.irtf-cfrg-det-sigs-with-noise"/> for a list of attack papers. As suggested in Section 2.1.1 of <xref target="RFC9053"/> this can be addressed by combining randomness and determinism.</t>
        <t>Appendix D of <xref target="I-D.ietf-lwig-curve-representations"/> describes how Montgomery curves such as X25519 and X448 and (twisted) Edwards curves as curves such as Ed25519 and Ed448 can mapped to and from short-Weierstrass form for implementation on platforms that accelerate elliptic curve group operations in short-Weierstrass form.</t>
        <t>All private keys, symmetric keys, and IVs MUST be secret. Implementations should provide countermeasures to side-channel attacks such as timing attacks. Intermediate computed values such as ephemeral ECDH keys and ECDH shared secrets MUST be deleted after key derivation is completed.</t>
        <t>The Initiator and the Responder are responsible for verifying the integrity and validity of certificates. The selection of trusted CAs should be done very carefully and certificate revocation should be supported. The choice of revocation mechanism is left to the application. For example, in case of X.509 certificates, Certificate Revocation Lists <xref target="RFC5280"/> or OCSP <xref target="RFC6960"/> may be used. Verification of validity may require the use of a Real-Time Clock (RTC). The private authentication keys MUST be kept secret, only the Responder SHALL have access to the Responder's private authentication key and only the Initiator SHALL have access to the Initiator's private authentication key.</t>
        <t>The Initiator and the Responder are allowed to select the connection identifier C_I and C_R, respectively, for the other party to use in the ongoing EDHOC protocol as well as in a subsequent application protocol (e.g., OSCORE <xref target="RFC8613"/>). The choice of connection identifier is not security critical in EDHOC but intended to simplify the retrieval of the right security context in combination with using short identifiers. If the wrong connection identifier of the other party is used in a protocol message it will result in the receiving party not being able to retrieve a security context (which will discontinue the protocol) or retrieve the wrong security context (which also discontinues the protocol as the message cannot be verified).</t>
        <t>If two nodes unintentionally initiate two simultaneous EDHOC message exchanges with each other even if they only want to complete a single EDHOC message exchange, they MAY discontinue the exchange with the lexicographically smallest G_X. Note that in cases where several EDHOC exchanges with different parameter sets (method, COSE headers, etc.) are used, an attacker can affect which parameter set will be used by blocking some of the parameter sets.</t>
        <t>If supported by the device, it is RECOMMENDED that at least the long-term private keys are stored in a Trusted Execution Environment (TEE, see for example <xref target="I-D.ietf-teep-architecture"/>) and that sensitive operations using these keys are performed inside the TEE.  To achieve even higher security it is RECOMMENDED that additional operations such as ephemeral key generation, all computations of shared secrets, and storage of the PRK keys can be done inside the TEE. The use of a TEE aims at preventing code within that environment to be tampered with, and preventing data used by such code to be read or tampered with by code outside that environment.</t>
        <t>Note that HKDF-Expand has a relatively small maximum output length of 255 * hash_length, where hash_length is the output size in bytes of the EDHOC hash algorithm of the selected cipher suite. This means that when SHA-256 is used as hash algorithm, PLAINTEXT_2 cannot be longer than 8160 bytes. This is probably not a limitation for most intended applications, but to be able to support for example long certificate chains or large external authorization data, there is a backwards compatible method specified in <xref target="large-plaintext_2"/>.</t>
        <t>The sequence of transcript hashes in EDHOC (TH_2, TH_3, TH_4) does not make use of a so called running hash. This is a design choice as running hashes are often not supported on constrained platforms.</t>
        <t>When parsing a received EDHOC message, implementations MUST discontinue the protocol if the message does not comply with the CDDL for that message. Discontinuing the protocol if the received EDHOC message is not deterministic CBOR is RECOMMENDED.</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This Section gives IANA Considerations and, unless otherwise noted, conforms with <xref target="RFC8126"/>.</t>
      <section anchor="exporter-label">
        <name>EDHOC Exporter Label Registry</name>
        <t>IANA is requested to create a new registry under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)" as follows:</t>
        <t>Registry Name: EDHOC Exporter Label</t>
        <t>Reference: [[this document]]</t>
        <figure anchor="fig-exporter-label">
          <name>EDHOC Exporter Label</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="288" width="536" viewBox="0 0 536 288" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,256" fill="none" stroke="black"/>
                <path d="M 120,32 L 120,256" fill="none" stroke="black"/>
                <path d="M 368,32 L 368,256" fill="none" stroke="black"/>
                <path d="M 528,32 L 528,256" fill="none" stroke="black"/>
                <path d="M 8,32 L 528,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 528,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 528,66" fill="none" stroke="black"/>
                <path d="M 8,96 L 528,96" fill="none" stroke="black"/>
                <path d="M 8,128 L 528,128" fill="none" stroke="black"/>
                <path d="M 8,160 L 528,160" fill="none" stroke="black"/>
                <path d="M 8,192 L 528,192" fill="none" stroke="black"/>
                <path d="M 8,224 L 528,224" fill="none" stroke="black"/>
                <path d="M 8,256 L 528,256" fill="none" stroke="black"/>
                <g class="text">
                  <text x="40" y="52">Label</text>
                  <text x="176" y="52">Description</text>
                  <text x="416" y="52">Reference</text>
                  <text x="24" y="84">0</text>
                  <text x="160" y="84">Derived</text>
                  <text x="220" y="84">OSCORE</text>
                  <text x="276" y="84">Master</text>
                  <text x="332" y="84">Secret</text>
                  <text x="404" y="84">[[this</text>
                  <text x="476" y="84">document]]</text>
                  <text x="24" y="116">1</text>
                  <text x="160" y="116">Derived</text>
                  <text x="220" y="116">OSCORE</text>
                  <text x="276" y="116">Master</text>
                  <text x="324" y="116">Salt</text>
                  <text x="404" y="116">[[this</text>
                  <text x="476" y="116">document]]</text>
                  <text x="36" y="148">2-22</text>
                  <text x="172" y="148">Unassigned</text>
                  <text x="28" y="180">23</text>
                  <text x="164" y="180">Reserved</text>
                  <text x="404" y="180">[[this</text>
                  <text x="476" y="180">document]]</text>
                  <text x="52" y="212">24-32767</text>
                  <text x="172" y="212">Unassigned</text>
                  <text x="64" y="244">32768-65535</text>
                  <text x="160" y="244">Private</text>
                  <text x="208" y="244">Use</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+-------------+------------------------------+-------------------+
| Label       | Description                  | Reference         |
+=============+==============================+===================+
| 0           | Derived OSCORE Master Secret | [[this document]] |
+-------------+------------------------------+-------------------+
| 1           | Derived OSCORE Master Salt   | [[this document]] |
+-------------+------------------------------+-------------------+
| 2-22        | Unassigned                   |                   |
+-------------+------------------------------+-------------------+
| 23          | Reserved                     | [[this document]] |
+-------------+------------------------------+-------------------+
| 24-32767    | Unassigned                   |                   |
+-------------+------------------------------+-------------------+
| 32768-65535 | Private Use                  |                   |
+-------------+------------------------------+-------------------+

]]></artwork>
          </artset>
        </figure>
        <artwork><![CDATA[
+-------------+-------------------------------------+
| Range       | Registration Procedures             |
+=============+=====================================+
| 0-23        | Standards Action                    |
+-------------+-------------------------------------+
| 24-32767    | Expert Review                       |
+-------------+-------------------------------------+
]]></artwork>
      </section>
      <section anchor="suites-registry">
        <name>EDHOC Cipher Suites Registry</name>
        <t>IANA is requested to create a new registry under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)" as follows:</t>
        <t>Registry Name: EDHOC Cipher Suites</t>
        <t>Reference: [[this document]]</t>
        <t>The columns of the registry are Value, Array and Description, where Value is an integer and the other columns are text strings. The initial contents of the registry are:</t>
        <artwork><![CDATA[
Value: -24
Array: N/A
Description: Private Use
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: -23
Array: N/A
Description: Private Use
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: -22
Array: N/A
Description: Private Use
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: -21
Array: N/A
Description: Private Use
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 0
Array: 10, -16, 8, 4, -8, 10, -16
Description: AES-CCM-16-64-128, SHA-256, 8, X25519, EdDSA,
      AES-CCM-16-64-128, SHA-256
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 1
Array: 30, -16, 16, 4, -8, 10, -16
Description: AES-CCM-16-128-128, SHA-256, 16, X25519, EdDSA,
      AES-CCM-16-64-128, SHA-256
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 2
Array: 10, -16, 8, 1, -7, 10, -16
Description: AES-CCM-16-64-128, SHA-256, 8, P-256, ES256,
      AES-CCM-16-64-128, SHA-256
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 3
Array: 30, -16, 16, 1, -7, 10, -16
Description: AES-CCM-16-128-128, SHA-256, 16, P-256, ES256,
      AES-CCM-16-64-128, SHA-256
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 4
Array: 24, -16, 16, 4, -8, 24, -16
Description: ChaCha20/Poly1305, SHA-256, 16, X25519, EdDSA,
      ChaCha20/Poly1305, SHA-256
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 5
Array: 24, -16, 16, 1, -7, 24, -16
Description: ChaCha20/Poly1305, SHA-256, 16, P-256, ES256,
      ChaCha20/Poly1305, SHA-256
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 6
Array: 1, -16, 16, 4, -7, 1, -16
Description: A128GCM, SHA-256, 16, X25519, ES256,
      A128GCM, SHA-256
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 23
Reserved
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 24
Array: 3, -43, 16, 2, -35, 3, -43
Description: A256GCM, SHA-384, 16, P-384, ES384,
      A256GCM, SHA-384
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
Value: 25
Array: 24, -45, 16, 5, -8, 24, -45
Description: ChaCha20/Poly1305, SHAKE256, 16, X448, EdDSA,
      ChaCha20/Poly1305, SHAKE256
Reference: [[this document]]
]]></artwork>
        <artwork><![CDATA[
+----------------+-------------------------------------+
| Range          | Registration Procedures             |
+================+=====================================+
| -65536 to -25  | Specification Required              |
+----------------+-------------------------------------+
| -20 to 23      | Standards Action with Expert Review |
+----------------+-------------------------------------+
| 24 to 65535    | Specification Required              |
+----------------+-------------------------------------+
]]></artwork>
      </section>
      <section anchor="method-types">
        <name>EDHOC Method Type Registry</name>
        <t>IANA is requested to create a new registry under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)" as follows:</t>
        <t>Registry Name: EDHOC Method Type</t>
        <t>Reference: [[this document]]</t>
        <t>The columns of the registry are Value, Initiator Authentication Key, and Responder Authentication Key, and Reference, where Value is an integer and the key columns are text strings describing the authentication keys.</t>
        <t>The initial contents of the registry are shown in <xref target="fig-method-types"/>. Method 23 is Reserved.</t>
        <artwork><![CDATA[
+----------------+-------------------------------------+
| Range          | Registration Procedures             |
+================+=====================================+
| -65536 to -25  | Specification Required              |
+----------------+-------------------------------------+
| -24 to 23      | Standards Action with Expert Review |
+----------------+-------------------------------------+
| 24 to 65535    | Specification Required              |
+----------------+-------------------------------------+
]]></artwork>
      </section>
      <section anchor="error-code-reg">
        <name>EDHOC Error Codes Registry</name>
        <t>IANA is requested to create a new registry under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)" as follows:</t>
        <t>Registry Name: EDHOC Error Codes</t>
        <t>Reference: [[this document]]</t>
        <t>The columns of the registry are ERR_CODE, ERR_INFO Type, Description, and Reference, where ERR_CODE is an integer, ERR_INFO is a CDDL defined type, and Description is a text string. The initial contents of the registry are shown in <xref target="fig-error-codes"/>. Error code 23 is Reserved.</t>
        <artwork><![CDATA[
+----------------+-------------------------------------+
| Range          | Registration Procedures             |
+================+=====================================+
| -65536 to -25  | Expert Review                       |
+----------------+-------------------------------------+
| -24 to 23      | Standards Action                    |
+----------------+-------------------------------------+
| 24 to 65535    | Expert Review                       |
+----------------+-------------------------------------+
]]></artwork>
      </section>
      <section anchor="iana-ead">
        <name>EDHOC External Authorization Data Registry</name>
        <t>IANA is requested to create a new registry under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)" as follows:</t>
        <t>Registry Name: EDHOC External Authorization Data</t>
        <t>Reference: [[this document]]</t>
        <t>The columns of the registry are Name, Label, Description, and Reference, where Label is a non-negative integer and the other columns are text strings. The initial contents of the registry is shown in <xref target="fig-ead-labels"/>. EAD label 23 is Reserved.</t>
        <figure anchor="fig-ead-labels">
          <name>EAD Labels</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="536" viewBox="0 0 536 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,112" fill="none" stroke="black"/>
                <path d="M 104,32 L 104,112" fill="none" stroke="black"/>
                <path d="M 168,32 L 168,112" fill="none" stroke="black"/>
                <path d="M 368,32 L 368,112" fill="none" stroke="black"/>
                <path d="M 528,32 L 528,112" fill="none" stroke="black"/>
                <path d="M 8,32 L 528,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 528,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 528,66" fill="none" stroke="black"/>
                <path d="M 8,112 L 528,112" fill="none" stroke="black"/>
                <g class="text">
                  <text x="36" y="52">Name</text>
                  <text x="136" y="52">Label</text>
                  <text x="224" y="52">Description</text>
                  <text x="416" y="52">Reference</text>
                  <text x="48" y="84">Padding</text>
                  <text x="136" y="84">0</text>
                  <text x="212" y="84">Randomly</text>
                  <text x="288" y="84">generated</text>
                  <text x="404" y="84">[[this</text>
                  <text x="476" y="84">document]]</text>
                  <text x="196" y="100">CBOR</text>
                  <text x="236" y="100">byte</text>
                  <text x="284" y="100">string</text>
                  <text x="408" y="100">Section</text>
                  <text x="464" y="100">3.8.1</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+-----------+-------+------------------------+-------------------+
| Name      | Label | Description            | Reference         |
+===========+=======+========================+===================+
| Padding   |   0   | Randomly generated     | [[this document]] |
|           |       | CBOR byte string       | Section 3.8.1     |
+-----------+-------+------------------------+-------------------+
]]></artwork>
          </artset>
        </figure>
        <artwork><![CDATA[
+----------------+-------------------------------------+
| Range          | Registration Procedures             |
+================+=====================================+
| -65536 to -25  | Specification Required              |
+----------------+-------------------------------------+
| -24 to 23      | Standards Action with Expert Review |
+----------------+-------------------------------------+
| 24 to 65535    | Specification Required              |
+----------------+-------------------------------------+
]]></artwork>
      </section>
      <section anchor="cwt-header-param">
        <name>COSE Header Parameters Registry</name>
        <t>IANA is requested to register the following entries in the "COSE Header Parameters" registry under the registry group "CBOR Object Signing and Encryption (COSE)" (see <xref target="fig-header-params"/>): The value of the 'kcwt' header parameter is a COSE Web Token (CWT) <xref target="RFC8392"/>, and the value of the 'kccs' header parameter is a CWT Claims Set (CCS), see <xref target="term"/>. The CWT/CCS must contain a COSE_Key in a 'cnf' claim <xref target="RFC8747"/>. The Value Registry for this item is empty and omitted from the table below.</t>
        <figure anchor="fig-header-params">
          <name>COSE Header Parameter Labels</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="208" width="536" viewBox="0 0 536 208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,192" fill="none" stroke="black"/>
                <path d="M 104,32 L 104,192" fill="none" stroke="black"/>
                <path d="M 168,32 L 168,192" fill="none" stroke="black"/>
                <path d="M 304,32 L 304,192" fill="none" stroke="black"/>
                <path d="M 528,32 L 528,192" fill="none" stroke="black"/>
                <path d="M 8,32 L 528,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 528,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 528,66" fill="none" stroke="black"/>
                <path d="M 8,128 L 528,128" fill="none" stroke="black"/>
                <path d="M 8,192 L 528,192" fill="none" stroke="black"/>
                <g class="text">
                  <text x="36" y="52">Name</text>
                  <text x="136" y="52">Label</text>
                  <text x="200" y="52">Value</text>
                  <text x="244" y="52">Type</text>
                  <text x="360" y="52">Description</text>
                  <text x="36" y="84">kcwt</text>
                  <text x="132" y="84">TBD1</text>
                  <text x="232" y="84">COSE_Messages</text>
                  <text x="320" y="84">A</text>
                  <text x="348" y="84">CBOR</text>
                  <text x="384" y="84">Web</text>
                  <text x="424" y="84">Token</text>
                  <text x="472" y="84">(CWT)</text>
                  <text x="356" y="100">containing</text>
                  <text x="408" y="100">a</text>
                  <text x="452" y="100">COSE_Key</text>
                  <text x="500" y="100">in</text>
                  <text x="320" y="116">a</text>
                  <text x="352" y="116">'cnf'</text>
                  <text x="400" y="116">claim</text>
                  <text x="36" y="148">kccs</text>
                  <text x="132" y="148">TBD2</text>
                  <text x="192" y="148">map</text>
                  <text x="216" y="148">/</text>
                  <text x="256" y="148">#6(map)</text>
                  <text x="320" y="148">A</text>
                  <text x="344" y="148">CWT</text>
                  <text x="388" y="148">Claims</text>
                  <text x="432" y="148">Set</text>
                  <text x="472" y="148">(CCS)</text>
                  <text x="356" y="164">containing</text>
                  <text x="408" y="164">a</text>
                  <text x="452" y="164">COSE_Key</text>
                  <text x="500" y="164">in</text>
                  <text x="320" y="180">a</text>
                  <text x="352" y="180">'cnf'</text>
                  <text x="400" y="180">claim</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+-----------+-------+----------------+---------------------------+
| Name      | Label | Value Type     | Description               |
+===========+=======+================+===========================+
| kcwt      | TBD1  | COSE_Messages  | A CBOR Web Token (CWT)    |
|           |       |                | containing a COSE_Key in  |
|           |       |                | a 'cnf' claim             |
+-----------+-------+----------------+---------------------------+
| kccs      | TBD2  | map / #6(map)  | A CWT Claims Set (CCS)    |
|           |       |                | containing a COSE_Key in  |
|           |       |                | a 'cnf' claim             |
+-----------+-------+----------------+---------------------------+
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="well-known">
        <name>The Well-Known URI Registry</name>
        <t>IANA is requested to add the well-known URI "edhoc" to the "Well-Known URIs" registry.</t>
        <ul spacing="normal">
          <li>URI suffix: edhoc</li>
          <li>Change controller: IETF</li>
          <li>Specification document(s): [[this document]]</li>
          <li>Related information: None</li>
        </ul>
      </section>
      <section anchor="media-type">
        <name>Media Types Registry</name>
        <t>IANA is requested to add the media types "application/edhoc+cbor-seq" and "application/cid-edhoc+cbor-seq" to the "Media Types" registry.</t>
        <section anchor="applicationedhoccbor-seq-media-type-registration">
          <name>application/edhoc+cbor-seq Media Type Registration</name>
          <ul spacing="normal">
            <li>Type name: application</li>
            <li>Subtype name: edhoc+cbor-seq</li>
            <li>Required parameters: N/A</li>
            <li>Optional parameters: N/A</li>
            <li>Encoding considerations: binary</li>
            <li>Security considerations: See Section 7 of this document.</li>
            <li>Interoperability considerations: N/A</li>
            <li>Published specification: [[this document]] (this document)</li>
            <li>Applications that use this media type: To be identified</li>
            <li>Fragment identifier considerations: N/A</li>
            <li>
              <t>Additional information:  </t>
              <ul spacing="normal">
                <li>Magic number(s): N/A</li>
                <li>File extension(s): N/A</li>
                <li>Macintosh file type code(s): N/A</li>
              </ul>
            </li>
            <li>Person &amp; email address to contact for further information: See "Authors' Addresses" section.</li>
            <li>Intended usage: COMMON</li>
            <li>Restrictions on usage: N/A</li>
            <li>Author: See "Authors' Addresses" section.</li>
            <li>Change Controller: IESG</li>
          </ul>
        </section>
        <section anchor="applicationcid-edhoccbor-seq-media-type-registration">
          <name>application/cid-edhoc+cbor-seq Media Type Registration</name>
          <ul spacing="normal">
            <li>Type name: application</li>
            <li>Subtype name: cid-edhoc+cbor-seq</li>
            <li>Required parameters: N/A</li>
            <li>Optional parameters: N/A</li>
            <li>Encoding considerations: binary</li>
            <li>Security considerations: See Section 7 of this document.</li>
            <li>Interoperability considerations: N/A</li>
            <li>Published specification: [[this document]] (this document)</li>
            <li>Applications that use this media type: To be identified</li>
            <li>Fragment identifier considerations: N/A</li>
            <li>
              <t>Additional information:  </t>
              <ul spacing="normal">
                <li>Magic number(s): N/A</li>
                <li>File extension(s): N/A</li>
                <li>Macintosh file type code(s): N/A</li>
              </ul>
            </li>
            <li>Person &amp; email address to contact for further information: See "Authors' Addresses" section.</li>
            <li>Intended usage: COMMON</li>
            <li>Restrictions on usage: N/A</li>
            <li>Author: See "Authors' Addresses" section.</li>
            <li>Change Controller: IESG</li>
          </ul>
        </section>
      </section>
      <section anchor="content-format">
        <name>CoAP Content-Formats Registry</name>
        <t>IANA has added the media types "application/edhoc+cbor-seq" and "application/cid-edhoc+cbor-seq" to the "CoAP Content-Formats" registry under the registry group "Constrained RESTful Environments (CoRE) Parameters".</t>
        <figure anchor="fig-format-ids">
          <name>CoAP Content-Format IDs</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="584" viewBox="0 0 584 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,112" fill="none" stroke="black"/>
                <path d="M 272,32 L 272,112" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,112" fill="none" stroke="black"/>
                <path d="M 416,32 L 416,112" fill="none" stroke="black"/>
                <path d="M 576,32 L 576,112" fill="none" stroke="black"/>
                <path d="M 8,32 L 576,32" fill="none" stroke="black"/>
                <path d="M 8,62 L 576,62" fill="none" stroke="black"/>
                <path d="M 8,66 L 576,66" fill="none" stroke="black"/>
                <path d="M 8,112 L 576,112" fill="none" stroke="black"/>
                <g class="text">
                  <text x="40" y="52">Media</text>
                  <text x="84" y="52">Type</text>
                  <text x="316" y="52">Encoding</text>
                  <text x="380" y="52">ID</text>
                  <text x="464" y="52">Reference</text>
                  <text x="124" y="84">application/edhoc+cbor-seq</text>
                  <text x="288" y="84">-</text>
                  <text x="388" y="84">TBD5</text>
                  <text x="452" y="84">[[this</text>
                  <text x="524" y="84">document]]</text>
                  <text x="140" y="100">application/cid-edhoc+cbor-seq</text>
                  <text x="288" y="100">-</text>
                  <text x="388" y="100">TBD6</text>
                  <text x="452" y="100">[[this</text>
                  <text x="524" y="100">document]]</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------------------------------+----------+------+-------------------+
| Media Type                     | Encoding | ID   | Reference         |
+================================+==========+======+===================+
| application/edhoc+cbor-seq     | -        | TBD5 | [[this document]] |
| application/cid-edhoc+cbor-seq | -        | TBD6 | [[this document]] |
+--------------------------------+----------+------+-------------------+
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="rt">
        <name>Resource Type (rt=) Link Target Attribute Values Registry</name>
        <t>IANA is requested to add the resource type "core.edhoc" to the "Resource Type (rt=) Link Target Attribute Values" registry under the registry group "Constrained RESTful Environments (CoRE) Parameters".</t>
        <ul spacing="normal">
          <li>Value: "core.edhoc"</li>
          <li>Description: EDHOC resource.</li>
          <li>Reference: [[this document]]</li>
        </ul>
      </section>
      <section anchor="expert-review-instructions">
        <name>Expert Review Instructions</name>
        <t>The IANA Registries established in this document are defined as "Expert Review",  "Specification Required" or "Standards Action with Expert Review". This section gives some general guidelines for what the experts should be looking for, but they are being designated as experts for a reason so they should be given substantial latitude.</t>
        <t>Expert reviewers should take into consideration the following points:</t>
        <ul spacing="normal">
          <li>Clarity and correctness of registrations. Experts are expected to check the clarity of purpose and use of the requested entries. Expert needs to make sure the values of algorithms are taken from the right registry, when that is required. Experts should consider requesting an opinion on the correctness of registered parameters from relevant IETF working groups. Encodings that do not meet these objective of clarity and completeness should not be registered.</li>
          <li>Experts should take into account the expected usage of fields when approving code point assignment. The length of the encoded value should be weighed against how many code points of that length are left, the size of device it will be used on, and the number of code points left that encode to that size.</li>
          <li>Even for "Expert Review" specifications are recommended. When specifications are not provided for a request where Expert Review is the assignment policy, the description provided needs to have sufficient information to verify the code points above.</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized.  This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC3279" target="https://www.rfc-editor.org/info/rfc3279" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3279.xml">
          <front>
            <title>Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="L. Bassham" initials="L." surname="Bassham"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="April" year="2002"/>
            <abstract>
              <t>This document specifies algorithm identifiers and ASN.1 encoding formats for digital signatures and subject public keys used in the Internet X.509 Public Key Infrastructure (PKI).  Digital signatures are used to sign certificates and certificate revocation list (CRLs).  Certificates include the public key of the named subject. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3279"/>
          <seriesInfo name="DOI" value="10.17487/RFC3279"/>
        </reference>
        <reference anchor="RFC3552" target="https://www.rfc-editor.org/info/rfc3552" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3552.xml">
          <front>
            <title>Guidelines for Writing RFC Text on Security Considerations</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="B. Korver" initials="B." surname="Korver"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>All RFCs are required to have a Security Considerations section.  Historically, such sections have been relatively weak.  This document provides guidelines to RFC authors on how to write a good Security Considerations section.  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="72"/>
          <seriesInfo name="RFC" value="3552"/>
          <seriesInfo name="DOI" value="10.17487/RFC3552"/>
        </reference>
        <reference anchor="RFC5116" target="https://www.rfc-editor.org/info/rfc5116" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5116.xml">
          <front>
            <title>An Interface and Algorithms for Authenticated Encryption</title>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document defines algorithms for Authenticated Encryption with Associated Data (AEAD), and defines a uniform interface and a registry for such algorithms.  The interface and registry can be used as an application-independent set of cryptoalgorithm suites.  This approach provides advantages in efficiency and security, and promotes the reuse of crypto implementations. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5116"/>
          <seriesInfo name="DOI" value="10.17487/RFC5116"/>
        </reference>
        <reference anchor="RFC5869" target="https://www.rfc-editor.org/info/rfc5869" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5869.xml">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications.  The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions.  This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC6090" target="https://www.rfc-editor.org/info/rfc6090" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6090.xml">
          <front>
            <title>Fundamental Elliptic Curve Cryptography Algorithms</title>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="K. Igoe" initials="K." surname="Igoe"/>
            <author fullname="M. Salter" initials="M." surname="Salter"/>
            <date month="February" year="2011"/>
            <abstract>
              <t>This note describes the fundamental algorithms of Elliptic Curve Cryptography (ECC) as they were defined in some seminal references from 1994 and earlier.  These descriptions may be useful for implementing the fundamental algorithms without using any of the specialized methods that were developed in following years.  Only elliptic curves defined over fields of characteristic greater than three are in scope; these curves are those used in Suite B.  This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6090"/>
          <seriesInfo name="DOI" value="10.17487/RFC6090"/>
        </reference>
        <reference anchor="RFC6960" target="https://www.rfc-editor.org/info/rfc6960" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6960.xml">
          <front>
            <title>X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP</title>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <author fullname="R. Ankney" initials="R." surname="Ankney"/>
            <author fullname="A. Malpani" initials="A." surname="Malpani"/>
            <author fullname="S. Galperin" initials="S." surname="Galperin"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document specifies a protocol useful in determining the current status of a digital certificate without requiring Certificate Revocation Lists (CRLs).  Additional mechanisms addressing PKIX operational requirements are specified in separate documents.  This document obsoletes RFCs 2560 and 6277.  It also updates RFC 5912.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6960"/>
          <seriesInfo name="DOI" value="10.17487/RFC6960"/>
        </reference>
        <reference anchor="RFC6979" target="https://www.rfc-editor.org/info/rfc6979" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6979.xml">
          <front>
            <title>Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
            <author fullname="T. Pornin" initials="T." surname="Pornin"/>
            <date month="August" year="2013"/>
            <abstract>
              <t>This document defines a deterministic digital signature generation procedure.  Such signatures are compatible with standard Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) digital signatures and can be processed with unmodified verifiers, which need not be aware of the procedure described therein.  Deterministic signatures retain the cryptographic security features associated with digital signatures but can be more easily implemented in various environments, since they do not need access to a source of high-quality randomness.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6979"/>
          <seriesInfo name="DOI" value="10.17487/RFC6979"/>
        </reference>
        <reference anchor="RFC7252" target="https://www.rfc-editor.org/info/rfc7252" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7252.xml">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7748" target="https://www.rfc-editor.org/info/rfc7748" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7748.xml">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2016"/>
            <abstract>
              <t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS).  These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7748"/>
          <seriesInfo name="DOI" value="10.17487/RFC7748"/>
        </reference>
        <reference anchor="RFC7959" target="https://www.rfc-editor.org/info/rfc7959" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7959.xml">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC8126" target="https://www.rfc-editor.org/info/rfc8126" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8392" target="https://www.rfc-editor.org/info/rfc8392" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8392.xml">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC8410" target="https://www.rfc-editor.org/info/rfc8410" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8410.xml">
          <front>
            <title>Algorithm Identifiers for Ed25519, Ed448, X25519, and X448 for Use in the Internet X.509 Public Key Infrastructure</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies algorithm identifiers and ASN.1 encoding formats for elliptic curve constructs using the curve25519 and curve448 curves.  The signature algorithms covered are Ed25519 and Ed448.  The key agreement algorithms covered are X25519 and X448.  The encoding for public key, private key, and Edwards-curve Digital Signature Algorithm (EdDSA) structures is provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8410"/>
          <seriesInfo name="DOI" value="10.17487/RFC8410"/>
        </reference>
        <reference anchor="RFC8610" target="https://www.rfc-editor.org/info/rfc8610" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8610.xml">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613" target="https://www.rfc-editor.org/info/rfc8613" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8613.xml">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8724" target="https://www.rfc-editor.org/info/rfc8724" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8724.xml">
          <front>
            <title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="C. Gomez" initials="C." surname="Gomez"/>
            <author fullname="D. Barthel" initials="D." surname="Barthel"/>
            <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
            <date month="April" year="2020"/>
            <abstract>
              <t>This document defines the Static Context Header Compression and fragmentation (SCHC) framework, which provides both a header compression mechanism and an optional fragmentation mechanism. SCHC has been designed with Low-Power Wide Area Networks (LPWANs) in mind.</t>
              <t>SCHC compression is based on a common static context stored both in the LPWAN device and in the network infrastructure side. This document defines a generic header compression mechanism and its application to compress IPv6/UDP headers.</t>
              <t>This document also specifies an optional fragmentation and reassembly mechanism. It can be used to support the IPv6 MTU requirement over the LPWAN technologies. Fragmentation is needed for IPv6 datagrams that, after SCHC compression or when such compression was not possible, still exceed the Layer 2 maximum payload size.</t>
              <t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. This document defines generic functionalities and offers flexibility with regard to parameter settings and mechanism choices. This document standardizes the exchange over the LPWAN between two SCHC entities. Settings and choices specific to a technology or a product are expected to be grouped into profiles, which are specified in other documents. Data models for the context and profiles are out of scope.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8724"/>
          <seriesInfo name="DOI" value="10.17487/RFC8724"/>
        </reference>
        <reference anchor="RFC8742" target="https://www.rfc-editor.org/info/rfc8742" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8742.xml">
          <front>
            <title>Concise Binary Object Representation (CBOR) Sequences</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document describes the Concise Binary Object Representation (CBOR) Sequence format and associated media type "application/cbor-seq". A CBOR Sequence consists of any number of encoded CBOR data items, simply concatenated in sequence.</t>
              <t>Structured syntax suffixes for media types allow other media types to build on them and make it explicit that they are built on an existing media type as their foundation. This specification defines and registers "+cbor-seq" as a structured syntax suffix for CBOR Sequences.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8742"/>
          <seriesInfo name="DOI" value="10.17487/RFC8742"/>
        </reference>
        <reference anchor="RFC8747" target="https://www.rfc-editor.org/info/rfc8747" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8747.xml">
          <front>
            <title>Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>This specification describes how to declare in a CBOR Web Token (CWT) (which is defined by RFC 8392) that the presenter of the CWT possesses a particular proof-of-possession key.  Being able to prove possession of a key is also sometimes described as being the holder-of-key.  This specification provides equivalent functionality to "Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)" (RFC 7800) but using Concise Binary Object Representation (CBOR) and CWTs rather than JavaScript Object Notation (JSON) and JSON Web Tokens (JWTs).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8747"/>
          <seriesInfo name="DOI" value="10.17487/RFC8747"/>
        </reference>
        <reference anchor="RFC8949" target="https://www.rfc-editor.org/info/rfc8949" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8949.xml">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052" target="https://www.rfc-editor.org/info/rfc9052" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9052.xml">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053" target="https://www.rfc-editor.org/info/rfc9053" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9053.xml">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9175" target="https://www.rfc-editor.org/info/rfc9175" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9175.xml">
          <front>
            <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
            <author fullname="C. Amsüss" initials="C." surname="Amsüss"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document specifies enhancements to the Constrained Application Protocol (CoAP) that mitigate security issues in particular use cases.  The Echo option enables a CoAP server to verify the freshness of a request or to force a client to demonstrate reachability at its claimed network address.  The Request-Tag option allows the CoAP server to match block-wise message fragments belonging to the same request.  This document updates RFC 7252 with respect to the following: processing requirements for client Tokens, forbidding non-secure reuse of Tokens to ensure response-to-request binding when CoAP is used with a security protocol, and amplification mitigation (where the use of the Echo option is now recommended).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9175"/>
          <seriesInfo name="DOI" value="10.17487/RFC9175"/>
        </reference>
        <reference anchor="I-D.ietf-cose-x509" target="https://www.ietf.org/archive/id/draft-ietf-cose-x509-09.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-cose-x509.xml">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Header parameters for carrying and referencing X.509 certificates</title>
            <author fullname="Jim Schaad" initials="J." surname="Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="13" month="October" year="2022"/>
            <abstract>
              <t>The CBOR Signing And Encrypted Message (COSE) structure uses references to keys in general. For some algorithms, additional properties are defined which carry parameters relating to keys as needed. The COSE Key structure is used for transporting keys outside of COSE messages. This document extends the way that keys can be identified and transported by providing attributes that refer to or contain X.509 certificates.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-x509-09"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC2986" target="https://www.rfc-editor.org/info/rfc2986" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2986.xml">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process.  The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </reference>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5280.xml">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC6194" target="https://www.rfc-editor.org/info/rfc6194" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6194.xml">
          <front>
            <title>Security Considerations for the SHA-0 and SHA-1 Message-Digest Algorithms</title>
            <author fullname="T. Polk" initials="T." surname="Polk"/>
            <author fullname="L. Chen" initials="L." surname="Chen"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="March" year="2011"/>
            <abstract>
              <t>This document includes security considerations for the SHA-0 and SHA-1 message digest algorithm.  This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6194"/>
          <seriesInfo name="DOI" value="10.17487/RFC6194"/>
        </reference>
        <reference anchor="RFC7228" target="https://www.rfc-editor.org/info/rfc7228" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7228.xml">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Ersue" initials="M." surname="Ersue"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks.  This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="RFC7258" target="https://www.rfc-editor.org/info/rfc7258" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7258.xml">
          <front>
            <title>Pervasive Monitoring Is an Attack</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="188"/>
          <seriesInfo name="RFC" value="7258"/>
          <seriesInfo name="DOI" value="10.17487/RFC7258"/>
        </reference>
        <reference anchor="RFC7296" target="https://www.rfc-editor.org/info/rfc7296" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7296.xml">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="C. Kaufman" initials="C." surname="Kaufman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="Y. Nir" initials="Y." surname="Nir"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="October" year="2014"/>
            <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 obsoletes RFC 5996, and includes all of the errata for it.  It advances IKEv2 to be an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="79"/>
          <seriesInfo name="RFC" value="7296"/>
          <seriesInfo name="DOI" value="10.17487/RFC7296"/>
        </reference>
        <reference anchor="RFC7624" target="https://www.rfc-editor.org/info/rfc7624" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7624.xml">
          <front>
            <title>Confidentiality in the Face of Pervasive Surveillance: A Threat Model and Problem Statement</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="B. Schneier" initials="B." surname="Schneier"/>
            <author fullname="C. Jennings" initials="C." surname="Jennings"/>
            <author fullname="T. Hardie" initials="T." surname="Hardie"/>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="D. Borkmann" initials="D." surname="Borkmann"/>
            <date month="August" year="2015"/>
            <abstract>
              <t>Since the initial revelations of pervasive surveillance in 2013, several classes of attacks on Internet communications have been discovered.  In this document, we develop a threat model that describes these attacks on Internet confidentiality.  We assume an attacker that is interested in undetected, indiscriminate eavesdropping.  The threat model is based on published, verified attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7624"/>
          <seriesInfo name="DOI" value="10.17487/RFC7624"/>
        </reference>
        <reference anchor="RFC8366" target="https://www.rfc-editor.org/info/rfc8366" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8366.xml">
          <front>
            <title>A Voucher Artifact for Bootstrapping Protocols</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>This document defines a strategy to securely assign a pledge to an owner using an artifact signed, directly or indirectly, by the pledge's manufacturer. This artifact is known as a "voucher".</t>
              <t>This document defines an artifact format as a YANG-defined JSON document that has been signed using a Cryptographic Message Syntax (CMS) structure. Other YANG-derived formats are possible. The voucher artifact is normally generated by the pledge's manufacturer (i.e., the Manufacturer Authorized Signing Authority (MASA)).</t>
              <t>This document only defines the voucher artifact, leaving it to other documents to describe specialized protocols for accessing it.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8366"/>
          <seriesInfo name="DOI" value="10.17487/RFC8366"/>
        </reference>
        <reference anchor="RFC8376" target="https://www.rfc-editor.org/info/rfc8376" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8376.xml">
          <front>
            <title>Low-Power Wide Area Network (LPWAN) Overview</title>
            <author fullname="S. Farrell" initials="S." role="editor" surname="Farrell"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>Low-Power Wide Area Networks (LPWANs) are wireless technologies with characteristics such as large coverage areas, low bandwidth, possibly very small packet and application-layer data sizes, and long battery life operation.  This memo is an informational overview of the set of LPWAN technologies being considered in the IETF and of the gaps that exist between the needs of those technologies and the goal of running IP in LPWANs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8376"/>
          <seriesInfo name="DOI" value="10.17487/RFC8376"/>
        </reference>
        <reference anchor="RFC8446" target="https://www.rfc-editor.org/info/rfc8446" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8937" target="https://www.rfc-editor.org/info/rfc8937" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8937.xml">
          <front>
            <title>Randomness Improvements for Security Protocols</title>
            <author fullname="C. Cremers" initials="C." surname="Cremers"/>
            <author fullname="L. Garratt" initials="L." surname="Garratt"/>
            <author fullname="S. Smyshlyaev" initials="S." surname="Smyshlyaev"/>
            <author fullname="N. Sullivan" initials="N." surname="Sullivan"/>
            <author fullname="C. Wood" initials="C." surname="Wood"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>Randomness is a crucial ingredient for Transport Layer Security (TLS) and related security protocols. Weak or predictable "cryptographically secure" pseudorandom number generators (CSPRNGs) can be abused or exploited for malicious purposes. An initial entropy source that seeds a CSPRNG might be weak or broken as well, which can also lead to critical and systemic security problems. This document describes a way for security protocol implementations to augment their CSPRNGs using long-term private keys. This improves randomness from broken or otherwise subverted CSPRNGs.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8937"/>
          <seriesInfo name="DOI" value="10.17487/RFC8937"/>
        </reference>
        <reference anchor="RFC9000" target="https://www.rfc-editor.org/info/rfc9000" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9000.xml">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol.  QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration.  QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances.  Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC9147" target="https://www.rfc-editor.org/info/rfc9147" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9147.xml">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <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 based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9176" target="https://www.rfc-editor.org/info/rfc9176" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9176.xml">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient.  These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources.  The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD.  This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources.  Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="I-D.ietf-rats-eat" target="https://www.ietf.org/archive/id/draft-ietf-rats-eat-19.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-rats-eat.xml">
          <front>
            <title>The Entity Attestation Token (EAT)</title>
            <author fullname="Laurence Lundblade" initials="L." surname="Lundblade">
              <organization>Security Theory LLC</organization>
            </author>
            <author fullname="Giridhar Mandyam" initials="G." surname="Mandyam">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Jeremy O'Donoghue" initials="J." surname="O'Donoghue">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Carl Wallace" initials="C." surname="Wallace">
              <organization>Red Hound Software, Inc.</organization>
            </author>
            <date day="19" month="December" year="2022"/>
            <abstract>
              <t>An Entity Attestation Token (EAT) provides an attested claims set that describes state and characteristics of an entity, a device like a smartphone, IoT device, network equipment or such. This claims set is used by a relying party, server or service to determine how much it wishes to trust the entity. An EAT is either a CBOR Web Token (CWT) or JSON Web Token (JWT) with attestation-oriented claims.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-19"/>
        </reference>
        <reference anchor="I-D.ietf-lake-reqs" target="https://www.ietf.org/archive/id/draft-ietf-lake-reqs-04.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lake-reqs.xml">
          <front>
            <title>Requirements for a Lightweight AKE for OSCORE</title>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>Inria</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Dan Garcia-Carillo" initials="D." surname="Garcia-Carillo">
              <organization>Odin Solutions S.L.</organization>
            </author>
            <date day="8" month="June" year="2020"/>
            <abstract>
              <t>This document compiles the requirements for a lightweight authenticated key exchange protocol for OSCORE. This draft has completed a working group last call (WGLC) in the LAKE working group. Post-WGLC, the requirements are considered sufficiently stable for the working group to proceed with its work. It is not currently planned to publish this draft as an RFC.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-reqs-04"/>
        </reference>
        <reference anchor="I-D.ietf-lake-traces" target="https://www.ietf.org/archive/id/draft-ietf-lake-traces-03.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lake-traces.xml">
          <front>
            <title>Traces of EDHOC</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marek Serafin" initials="M." surname="Serafin">
              <organization>ASSA ABLOY</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE</organization>
            </author>
            <date day="24" month="October" year="2022"/>
            <abstract>
              <t>This document contains some example traces of Ephemeral Diffie- Hellman Over COSE (EDHOC).</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-traces-03"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-edhoc" target="https://www.ietf.org/archive/id/draft-ietf-core-oscore-edhoc-06.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-core-oscore-edhoc.xml">
          <front>
            <title>Profiling EDHOC for CoAP and OSCORE</title>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Stefan Hristozov" initials="S." surname="Hristozov">
              <organization>Fraunhofer AISEC</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <date day="23" month="November" year="2022"/>
            <abstract>
              <t>The lightweight authenticated key exchange protocol EDHOC can be run over CoAP and used by two peers to establish an OSCORE Security Context. This document further profiles this use of the EDHOC protocol, by specifying a number of additional and optional mechanisms. These especially include an optimization approach for combining the execution of EDHOC with the first subsequent OSCORE transaction. This combination reduces the number of round trips required to set up an OSCORE Security Context and to complete an OSCORE transaction using that Security Context.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-edhoc-06"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert" target="https://www.ietf.org/archive/id/draft-ietf-cose-cbor-encoded-cert-05.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-cose-cbor-encoded-cert.xml">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund" initials="J." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="10" month="January" year="2023"/>
            <abstract>
              <t>This document specifies a CBOR encoding of X.509 certificates. The resulting certificates are called C509 Certificates. The CBOR encoding supports a large subset of RFC 5280 and all certificates compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA eUICC, and CA/Browser Forum Baseline Requirements profiles. When used to re-encode DER encoded X.509 certificates, the CBOR encoding can in many cases reduce the size of RFC 7925 profiled certificates with over 50%. The CBOR encoded structure can alternatively be signed directly ("natively signed"), which does not require re- encoding for the signature to be verified. The document also specifies C509 COSE headers, a C509 TLS certificate type, and a C509 file format.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-05"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-key-update" target="https://www.ietf.org/archive/id/draft-ietf-core-oscore-key-update-03.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-core-oscore-key-update.xml">
          <front>
            <title>Key Update for OSCORE (KUDOS)</title>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="24" month="October" year="2022"/>
            <abstract>
              <t>Object Security for Constrained RESTful Environments (OSCORE) uses AEAD algorithms to ensure confidentiality and integrity of exchanged messages. Due to known issues allowing forgery attacks against AEAD algorithms, limits should be followed on the number of times a specific key is used for encryption or decryption. Among other reasons, approaching key usage limits requires updating the OSCORE keying material before communications can securely continue. This document defines how two OSCORE peers must follow these key usage limits and what steps they must take to preserve the security of their communications. Also, it specifies Key Update for OSCORE (KUDOS), a lightweight procedure that two peers can use to update their keying material and establish a new OSCORE Security Context. Accordingly, it updates the use of the OSCORE flag bits in the CoAP OSCORE Option. Finally, this document specifies a method that two peers can use to update their OSCORE identifiers, as a stand-alone procedure or embedded in a KUDOS execution. Thus, this document updates RFC 8613.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-key-update-03"/>
        </reference>
        <reference anchor="I-D.ietf-lwig-curve-representations" target="https://www.ietf.org/archive/id/draft-ietf-lwig-curve-representations-23.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lwig-curve-representations.xml">
          <front>
            <title>Alternative Elliptic Curve Representations</title>
            <author fullname="Rene Struik" initials="R." surname="Struik">
              <organization>Struik Security Consultancy</organization>
            </author>
            <date day="21" month="January" year="2022"/>
            <abstract>
              <t>This document specifies how to represent Montgomery curves and (twisted) Edwards curves as curves in short-Weierstrass form and illustrates how this can be used to carry out elliptic curve computations leveraging existing implementations and specifications of, e.g., ECDSA and ECDH using NIST prime curves. We also provide extensive background material that may be useful for implementers of elliptic curve cryptography.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lwig-curve-representations-23"/>
        </reference>
        <reference anchor="I-D.ietf-lwig-security-protocol-comparison" target="https://www.ietf.org/archive/id/draft-ietf-lwig-security-protocol-comparison-07.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lwig-security-protocol-comparison.xml">
          <front>
            <title>Comparison of CoAP Security Protocols</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <date day="24" month="January" year="2023"/>
            <abstract>
              <t>This document analyzes and compares the sizes of key exchange flights and the per-packet message size overheads when using different security protocols to secure CoAP. Small message sizes are very important for reducing energy consumption, latency, and time to completion in constrained radio network such as Low-Power Wide Area Networks (LPWANs). The analyzed security protocols are DTLS 1.2, DTLS 1.3, TLS 1.2, TLS 1.3, cTLS, EDHOC, OSCORE, and Group OSCORE. The DTLS and TLS record layers are analyzed with and without 6LoWPAN- GHC compression. DTLS is analyzed with and without Connection ID.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lwig-security-protocol-comparison-07"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-det-sigs-with-noise" target="https://www.ietf.org/archive/id/draft-irtf-cfrg-det-sigs-with-noise-00.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.irtf-cfrg-det-sigs-with-noise.xml">
          <front>
            <title>Deterministic ECDSA and EdDSA Signatures with Additional Randomness</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Erik Thormarker" initials="E." surname="Thormarker">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Sini Ruohomaa" initials="S." surname="Ruohomaa">
              <organization>Ericsson</organization>
            </author>
            <date day="8" month="August" year="2022"/>
            <abstract>
              <t>Deterministic elliptic-curve signatures such as deterministic ECDSA and EdDSA have gained popularity over randomized ECDSA as their security do not depend on a source of high-quality randomness. Recent research has however found that implementations of these signature algorithms may be vulnerable to certain side-channel and fault injection attacks due to their determinism. One countermeasure to such attacks is to re-add randomness to the otherwise deterministic calculation of the per-message secret number. This document updates RFC 6979 and RFC 8032 to recommend constructions with additional randomness for deployments where side-channel attacks and fault injection attacks are a concern. The updates are invisible to the validator of the signature and compatible with existing ECDSA and EdDSA validators.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-det-sigs-with-noise-00"/>
        </reference>
        <reference anchor="I-D.selander-lake-authz" target="https://www.ietf.org/archive/id/draft-selander-lake-authz-00.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.selander-lake-authz.xml">
          <front>
            <title>Lightweight Authorization for EDHOC</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Aurelio Schellenbaum" initials="A." surname="Schellenbaum">
              <organization>Institute of Embedded Systems, ZHAW</organization>
            </author>
            <date day="19" month="October" year="2022"/>
            <abstract>
              <t>This document describes a procedure for augmenting the lightweight authenticated Diffie-Hellman key exchange protocol EDHOC with third party assisted authorization, targeting constrained IoT deployments (RFC 7228).</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-selander-lake-authz-00"/>
        </reference>
        <reference anchor="I-D.arkko-arch-internet-threat-model-guidance" target="https://www.ietf.org/archive/id/draft-arkko-arch-internet-threat-model-guidance-00.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.arkko-arch-internet-threat-model-guidance.xml">
          <front>
            <title>Internet Threat Model Guidance</title>
            <author fullname="Jari Arkko" initials="J." surname="Arkko">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Stephen Farrell" initials="S." surname="Farrell">
              <organization>Trinity College Dublin</organization>
            </author>
            <date day="12" month="July" year="2021"/>
            <abstract>
              <t>Communications security has been at the center of many security improvements in the Internet. The goal has been to ensure that communications are protected against outside observers and attackers. This memo suggests that the existing RFC 3552 threat model, while important and still valid, is no longer alone sufficient to cater for the pressing security and privacy issues seen on the Internet today. For instance, it is often also necessary to protect against endpoints that are compromised, malicious, or whose interests simply do not align with the interests of users. While such protection is difficult, there are some measures that can be taken and we argue that investigation of these issues is warranted. It is particularly important to ensure that as we continue to develop Internet technology, non-communications security related threats, and privacy issues, are properly understood.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-arkko-arch-internet-threat-model-guidance-00"/>
        </reference>
        <reference anchor="I-D.ietf-teep-architecture" target="https://www.ietf.org/archive/id/draft-ietf-teep-architecture-19.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-teep-architecture.xml">
          <front>
            <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
            <author fullname="Mingliang Pei" initials="M." surname="Pei">
              <organization>Broadcom</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Dave Thaler" initials="D." surname="Thaler">
              <organization>Microsoft</organization>
            </author>
            <author fullname="Dave Wheeler" initials="D. M." surname="Wheeler">
              <organization>Amazon</organization>
            </author>
            <date day="24" month="October" year="2022"/>
            <abstract>
              <t>A Trusted Execution Environment (TEE) is an environment that enforces that any code within that environment cannot be tampered with, and that any data used by such code cannot be read or tampered with by any code outside that environment. This architecture document motivates the design and standardization of a protocol for managing the lifecycle of trusted applications running inside such a TEE.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teep-architecture-19"/>
        </reference>
        <reference anchor="SP-800-56A" target="https://doi.org/10.6028/NIST.SP.800-56Ar3">
          <front>
            <title>Recommendation for Pair-Wise Key-Establishment Schemes Using Discrete Logarithm Cryptography</title>
            <author initials="E." surname="Barker">
              <organization/>
            </author>
            <author initials="L." surname="Chen">
              <organization/>
            </author>
            <author initials="A." surname="Roginsky">
              <organization/>
            </author>
            <author initials="A." surname="Vassilev">
              <organization/>
            </author>
            <author initials="R." surname="Davis">
              <organization/>
            </author>
            <date year="2018" month="April"/>
          </front>
          <seriesInfo name="NIST" value="Special Publication 800-56A Revision 3"/>
        </reference>
        <reference anchor="Degabriele11" target="https://eprint.iacr.org/2011/615">
          <front>
            <title>On the Joint Security of Encryption and Signature in EMV</title>
            <author initials="J. P." surname="Degabriele">
              <organization/>
            </author>
            <author initials="A." surname="Lehmann">
              <organization/>
            </author>
            <author initials="K. G." surname="Paterson">
              <organization/>
            </author>
            <author initials="N. P." surname="Smart">
              <organization/>
            </author>
            <author initials="M." surname="Strefler">
              <organization/>
            </author>
            <date year="2011" month="December"/>
          </front>
        </reference>
        <reference anchor="SECG" target="https://www.secg.org/sec1-v2.pdf">
          <front>
            <title>Standards for Efficient Cryptography 1 (SEC 1)</title>
            <author>
              <organization/>
            </author>
            <date year="2009" month="May"/>
          </front>
        </reference>
        <reference anchor="SIGMA" target="https://webee.technion.ac.il/~hugo/sigma-pdf.pdf">
          <front>
            <title>SIGMA - The 'SIGn-and-MAc' Approach to Authenticated Diffie-Hellman and Its Use in the IKE-Protocols (Long version)</title>
            <author initials="H." surname="Krawczyk">
              <organization/>
            </author>
            <date year="2003" month="June"/>
          </front>
        </reference>
        <reference anchor="HKDFpaper" target="https://eprint.iacr.org/2010/264.pdf">
          <front>
            <title>Cryptographic Extraction and Key Derivation: The HKDF Scheme</title>
            <author initials="H." surname="Krawczyk">
              <organization/>
            </author>
            <date year="2010" month="May"/>
          </front>
        </reference>
        <reference anchor="Thormarker21" target="https://eprint.iacr.org/2021/509.pdf">
          <front>
            <title>On using the same key pair for Ed25519 and an X25519 based KEM</title>
            <author initials="E." surname="Thormarker">
              <organization/>
            </author>
            <date year="2021" month="April"/>
          </front>
        </reference>
        <reference anchor="CNSA" target="https://apps.nsa.gov/iaarchive/programs/iad-initiatives/cnsa-suite.cfm">
          <front>
            <title>Commercial National Security Algorithm Suite</title>
            <author initials="" surname="NSA">
              <organization/>
            </author>
            <date year="2015" month="August"/>
          </front>
        </reference>
        <reference anchor="GuentherIlunga22" target="https://eprint.iacr.org/2022/1705">
          <front>
            <title>Careful with MAc-then-SIGn: A Computational Analysis of the EDHOC Lightweight Authenticated Key Exchange Protocol</title>
            <author initials="F." surname="Günther">
              <organization/>
            </author>
            <author initials="M." surname="Ilunga">
              <organization/>
            </author>
            <date year="2022" month="December"/>
          </front>
        </reference>
        <reference anchor="Jacomme23" target="https://hal.inria.fr/hal-03810102/">
          <front>
            <title>A comprehensive, formal and automated analysis of the EDHOC protocol</title>
            <author initials="C." surname="Jacomme">
              <organization/>
            </author>
            <author initials="E." surname="Klein">
              <organization/>
            </author>
            <author initials="S." surname="Kremer">
              <organization/>
            </author>
            <author initials="M." surname="Racouchot">
              <organization/>
            </author>
            <date year="2022" month="October"/>
          </front>
        </reference>
        <reference anchor="CottierPointcheval22" target="https://arxiv.org/abs/2209.03599">
          <front>
            <title>Security Analysis of the EDHOC protocol</title>
            <author initials="B." surname="Cottier">
              <organization/>
            </author>
            <author initials="D." surname="Pointcheval">
              <organization/>
            </author>
            <date year="2022" month="September"/>
          </front>
        </reference>
        <reference anchor="Norrman20" target="https://arxiv.org/abs/2007.11427">
          <front>
            <title>Formal Analysis of EDHOC Key Establishment for Constrained IoT Devices</title>
            <author initials="K." surname="Norrman">
              <organization/>
            </author>
            <author initials="V." surname="Sundararajan">
              <organization/>
            </author>
            <author initials="A." surname="Bruni">
              <organization/>
            </author>
            <date year="2020" month="September"/>
          </front>
        </reference>
        <reference anchor="Bruni18" target="https://www.springerprofessional.de/en/formal-verification-of-ephemeral-diffie-hellman-over-cose-edhoc/16284348">
          <front>
            <title>Formal Verification of Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author initials="A." surname="Bruni">
              <organization/>
            </author>
            <author initials="T." surname="Sahl Jørgensen">
              <organization/>
            </author>
            <author initials="T." surname="Grønbech Petersen">
              <organization/>
            </author>
            <author initials="C." surname="Schürmann">
              <organization/>
            </author>
            <date year="2018" month="November"/>
          </front>
        </reference>
        <reference anchor="CborMe" target="http://cbor.me/">
          <front>
            <title>CBOR Playground</title>
            <author initials="C." surname="Bormann">
              <organization/>
            </author>
            <date year="2018" month="May"/>
          </front>
        </reference>
        <reference anchor="Noise" target="https://noiseprotocol.org/noise.html">
          <front>
            <title>The Noise Protocol Framework, Revision 34</title>
            <author initials="T." surname="Perrin">
              <organization/>
            </author>
            <date year="2018" month="July"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="transfer">
      <name>Use with OSCORE and Transfer over CoAP</name>
      <t>This appendix describes how to derive an OSCORE security context when EDHOC is used to key OSCORE, and how to transfer EDHOC messages over CoAP. The use of CoAP or OSCORE with EDHOC is optional, but if you are using CoAP or OSCORE, then certain normative requirements apply as detailed in the  subsections.</t>
      <section anchor="oscore-ctx-derivation">
        <name>Deriving the OSCORE Security Context</name>
        <t>This section specifies how to use EDHOC output to derive the OSCORE security context.</t>
        <t>After successful processing of EDHOC message_3, Client and Server derive Security Context parameters for OSCORE as follows (see Section 3.2 of <xref target="RFC8613"/>):</t>
        <ul spacing="normal">
          <li>
            <t>The Master Secret and Master Salt SHALL be derived by using the EDHOC_Exporter interface, see <xref target="exporter"/>:
            </t>
            <ul spacing="normal">
              <li>The EDHOC Exporter Labels for deriving the OSCORE Master Secret and the OSCORE Master Salt, are the uints 0 and 1, respectively.</li>
              <li>The context parameter is h'' (0x40), the empty CBOR byte string.</li>
              <li>By default, oscore_key_length is the key length (in bytes) of the application AEAD Algorithm of the selected cipher suite for the EDHOC session. Also by default, oscore_salt_length has value 8. The Initiator and Responder MAY agree out-of-band on a longer oscore_key_length than the default and on a different oscore_salt_length.</li>
            </ul>
          </li>
        </ul>
        <artwork><![CDATA[
   Master Secret = EDHOC_Exporter( 0, h'', oscore_key_length )
   Master Salt   = EDHOC_Exporter( 1, h'', oscore_salt_length )
]]></artwork>
        <ul spacing="normal">
          <li>The AEAD Algorithm SHALL be the application AEAD algorithm of the selected cipher suite for the EDHOC session.</li>
          <li>The HKDF Algorithm SHALL be the one based on the application hash algorithm of the selected cipher suite for the EDHOC session. For example, if SHA-256 is the application hash algorithm of the selected cipher suite, HKDF SHA-256 is used as HKDF Algorithm in the OSCORE Security Context.</li>
          <li>The relationship between identifiers in OSCORE and EDHOC is specified in <xref target="ci-oscore"/>. The OSCORE Sender ID and Recipient ID SHALL be determined by the EDHOC connection identifiers C_R and C_I for the EDHOC session as shown in <xref target="fig-edhoc-oscore-id-mapping"/>.</li>
        </ul>
        <figure anchor="fig-edhoc-oscore-id-mapping">
          <name>Usage of connection identifiers in OSCORE</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="144" width="368" viewBox="0 0 368 144" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,128" fill="none" stroke="black"/>
                <path d="M 144,32 L 144,128" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,128" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,128" fill="none" stroke="black"/>
                <path d="M 8,32 L 360,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 360,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 360,96" fill="none" stroke="black"/>
                <path d="M 8,128 L 360,128" fill="none" stroke="black"/>
                <g class="text">
                  <text x="40" y="52">EDHOC</text>
                  <text x="72" y="52">\</text>
                  <text x="108" y="52">OSCORE</text>
                  <text x="180" y="52">Sender</text>
                  <text x="220" y="52">ID</text>
                  <text x="288" y="52">Recipient</text>
                  <text x="340" y="52">ID</text>
                  <text x="56" y="84">Initiator</text>
                  <text x="192" y="84">C_R</text>
                  <text x="296" y="84">C_I</text>
                  <text x="56" y="116">Responder</text>
                  <text x="192" y="116">C_I</text>
                  <text x="296" y="116">C_R</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+----------------+-----------+--------------+
| EDHOC \ OSCORE | Sender ID | Recipient ID |
+----------------+-----------+--------------+
| Initiator      |    C_R    |     C_I      |
+----------------+-----------+--------------+
| Responder      |    C_I    |     C_R      |
+----------------+-----------+--------------+
]]></artwork>
          </artset>
        </figure>
        <t>Client and Server SHALL use the parameters above to establish an OSCORE Security Context, as per Section 3.2.1 of <xref target="RFC8613"/>.</t>
        <t>From then on, Client and Server retrieve the OSCORE protocol state using the Recipient ID, and optionally other transport information such as the 5-tuple.</t>
      </section>
      <section anchor="coap">
        <name>Transferring EDHOC over CoAP</name>
        <t>This section specifies how EDHOC can be transferred as an exchange of CoAP <xref target="RFC7252"/> messages. CoAP provides a reliable transport that can preserve packet ordering, flow control, and handle message duplication. CoAP can also perform fragmentation and protect against denial-of-service attacks. The underlying CoAP transport should be used in reliable mode, in particular when fragmentation is used, to avoid, e.g., situations with hanging endpoints waiting for each other.</t>
        <t>EDHOC may run with the Initiator either being CoAP client or CoAP server. We denote the former by the "forward message flow" (see <xref target="forward"/>) and the latter by the "reverse message flow" (see <xref target="reverse"/>). By default we assume the forward message flow, but the roles SHOULD be chosen to protect the most sensitive identity, see <xref target="security"/>.</t>
        <t>According to this specification, EDHOC is transferred in POST requests to the Uri-Path: "/.well-known/edhoc" (see <xref target="well-known"/>), and 2.04 (Changed) responses. An application may define its own path that can be discovered, e.g., using a resource directory <xref target="RFC9176"/>. Client applications can use the resource type "core.edhoc" to discover a server's EDHOC resource, i.e., where to send a request for executing the EDHOC protocol, see <xref target="rt"/>. An alternative transfer of the forward message flow is specified in <xref target="I-D.ietf-core-oscore-edhoc"/>.</t>
        <t>In order for the server to correlate a message received from a client to a message previously sent in the same EDHOC session over CoAP, messages sent by the client SHALL be prepended with the CBOR serialization of the connection identifier which the server has selected, see <xref target="ci-edhoc"/>. This applies both to the forward and the reverse message flows. To indicate a new EDHOC session in the forward message flow, message_1 SHALL be prepended with the CBOR simple value <tt>true</tt> (0xf5), as a dummy identifier. Even if CoAP is carried over a reliable transport protocol such as TCP, the prepending of identifiers specified here SHALL be practiced to enable interoperability independent of how CoAP is transported.</t>
        <t>The prepended identifiers are encoded in CBOR and thus self-delimiting. The representation of identifiers described in <xref target="bstr-repr"/> SHALL be used. They are sent in front of the actual EDHOC message to keep track of messages in an EDHOC session, and only the part of the body following the identifier is used for EDHOC processing. In particular, the connection identifiers within the EDHOC messages are not impacted by the prepended identifiers.</t>
        <t>An EDHOC message has media type application/edhoc+cbor-seq, whereas an EDHOC message prepended by a connection identifier has media type application/cid-edhoc+cbor-seq, see <xref target="content-format"/>.</t>
        <t>To protect against denial-of-service attacks, the CoAP server MAY respond to the first POST request with a 4.01 (Unauthorized) containing an Echo option <xref target="RFC9175"/>. This forces the Initiator to demonstrate reachability at its apparent network address. If message fragmentation is needed, the EDHOC messages may be fragmented using the CoAP Block-Wise Transfer mechanism <xref target="RFC7959"/>.</t>
        <t>EDHOC error messages need to be transported in response to a message that failed (see <xref target="error"/>). EDHOC error messages transported with CoAP are carried in the payload.</t>
        <t>Note that the transport over CoAP can serve as a blueprint for other client-server protocols:</t>
        <ul spacing="normal">
          <li>The client prepends the connection identifier selected by the server  (or, for message_1, the CBOR simple value <tt>true</tt>) to any request message it sends.</li>
          <li>The server does not send any such indicator, as responses are matched to request by the client-server protocol design.</li>
        </ul>
        <section anchor="forward">
          <name>The Forward Message Flow</name>
          <t>In the forward message flow the CoAP client is the Initiator and the CoAP server is the Responder. This flow protects the client identity against active attackers and the server identity against passive attackers.</t>
          <t>In the forward message flow, the CoAP Token enables correlation on the Initiator (client) side, and the prepended C_R enables correlation on the Responder (server) side.</t>
          <ul spacing="normal">
            <li>EDHOC message_1 is sent in the payload of a POST request from the client to the server's resource for EDHOC, prepended with the dummy identifier <tt>true</tt> (0xf5) indicating a new session.</li>
            <li>EDHOC message_2 or the EDHOC error message is sent from the server to the client in the payload of the response, in the former case with response code 2.04 (Changed), in the latter with response code as specified in <xref target="edhoc-oscore-over-coap"/>.</li>
            <li>EDHOC message_3 or the EDHOC error message is sent from the client to the server's resource in the payload of a POST request, prepended with the connection identifier C_R.</li>
            <li>If EDHOC message_4 is used, or in case of an error message, it is sent from the server to the client in the payload of the response, with response codes analogously to message_2. In case of an error message sent in response to message_4, it is sent analogously to error message sent in response to message_2.</li>
          </ul>
          <t>An example of a successful EDHOC exchange over CoAP in the forward message flow is shown in <xref target="fig-coap1"/>.</t>
          <figure anchor="fig-coap1">
            <name>Example of the forward message flow.</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="352" width="496" viewBox="0 0 496 352" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 24,48 L 24,336" fill="none" stroke="black"/>
                  <path d="M 112,48 L 112,336" fill="none" stroke="black"/>
                  <path d="M 24,64 L 104,64" fill="none" stroke="black"/>
                  <path d="M 32,144 L 112,144" fill="none" stroke="black"/>
                  <path d="M 24,208 L 104,208" fill="none" stroke="black"/>
                  <path d="M 32,288 L 112,288" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="112,208 100,202.4 100,213.6" fill="black" transform="rotate(0,104,208)"/>
                  <polygon class="arrowhead" points="112,64 100,58.4 100,69.6" fill="black" transform="rotate(0,104,64)"/>
                  <polygon class="arrowhead" points="40,288 28,282.4 28,293.6" fill="black" transform="rotate(180,32,288)"/>
                  <polygon class="arrowhead" points="40,144 28,138.4 28,149.6" fill="black" transform="rotate(180,32,144)"/>
                  <g class="text">
                    <text x="28" y="36">Client</text>
                    <text x="108" y="36">Server</text>
                    <text x="152" y="68">Header:</text>
                    <text x="204" y="68">POST</text>
                    <text x="272" y="68">(Code=0.02)</text>
                    <text x="68" y="84">POST</text>
                    <text x="160" y="84">Uri-Path:</text>
                    <text x="284" y="84">"/.well-known/edhoc"</text>
                    <text x="184" y="100">Content-Format:</text>
                    <text x="372" y="100">application/cid-edhoc+cbor-seq</text>
                    <text x="156" y="116">Payload:</text>
                    <text x="216" y="116">true,</text>
                    <text x="264" y="116">EDHOC</text>
                    <text x="328" y="116">message_1</text>
                    <text x="152" y="148">Header:</text>
                    <text x="204" y="148">2.04</text>
                    <text x="256" y="148">Changed</text>
                    <text x="68" y="164">2.04</text>
                    <text x="184" y="164">Content-Format:</text>
                    <text x="356" y="164">application/edhoc+cbor-seq</text>
                    <text x="156" y="180">Payload:</text>
                    <text x="216" y="180">EDHOC</text>
                    <text x="280" y="180">message_2</text>
                    <text x="152" y="212">Header:</text>
                    <text x="204" y="212">POST</text>
                    <text x="272" y="212">(Code=0.02)</text>
                    <text x="68" y="228">POST</text>
                    <text x="160" y="228">Uri-Path:</text>
                    <text x="284" y="228">"/.well-known/edhoc"</text>
                    <text x="184" y="244">Content-Format:</text>
                    <text x="372" y="244">application/cid-edhoc+cbor-seq</text>
                    <text x="156" y="260">Payload:</text>
                    <text x="212" y="260">C_R,</text>
                    <text x="256" y="260">EDHOC</text>
                    <text x="320" y="260">message_3</text>
                    <text x="152" y="292">Header:</text>
                    <text x="204" y="292">2.04</text>
                    <text x="256" y="292">Changed</text>
                    <text x="68" y="308">2.04</text>
                    <text x="184" y="308">Content-Format:</text>
                    <text x="356" y="308">application/edhoc+cbor-seq</text>
                    <text x="156" y="324">Payload:</text>
                    <text x="216" y="324">EDHOC</text>
                    <text x="280" y="324">message_4</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
Client    Server
  |          |
  +--------->| Header: POST (Code=0.02)
  |   POST   | Uri-Path: "/.well-known/edhoc"
  |          | Content-Format: application/cid-edhoc+cbor-seq
  |          | Payload: true, EDHOC message_1
  |          |
  |<---------+ Header: 2.04 Changed
  |   2.04   | Content-Format: application/edhoc+cbor-seq
  |          | Payload: EDHOC message_2
  |          |
  +--------->| Header: POST (Code=0.02)
  |   POST   | Uri-Path: "/.well-known/edhoc"
  |          | Content-Format: application/cid-edhoc+cbor-seq
  |          | Payload: C_R, EDHOC message_3
  |          |
  |<---------+ Header: 2.04 Changed
  |   2.04   | Content-Format: application/edhoc+cbor-seq
  |          | Payload: EDHOC message_4
  |          |
]]></artwork>
            </artset>
          </figure>
          <t>The forward message flow of EDHOC can be combined with an OSCORE exchange in a total of two round-trips, see <xref target="I-D.ietf-core-oscore-edhoc"/>.</t>
        </section>
        <section anchor="reverse">
          <name>The Reverse Message Flow</name>
          <t>In the reverse message flow the CoAP client is the Responder and the CoAP server is the Initiator. This flow protects the server identity against active attackers and the client identity against passive attackers.</t>
          <t>In the reverse message flow, the CoAP Token enables correlation on the Responder (client) side, and the prepended C_I enables correlation on the Initiator (server) side.</t>
          <ul spacing="normal">
            <li>To trigger a new session, the client makes an empty POST request to the server's resource for EDHOC.</li>
            <li>EDHOC message_1 is sent from the server to the client in the payload of the response with response code 2.04 (Changed).</li>
            <li>EDHOC message_2 or the EDHOC error message is sent from the client to the server's resource in the payload of a POST request, prepended with the connection identifier C_I.</li>
            <li>EDHOC message_3 or the EDHOC error message is sent from the server to the client in the payload of the response, in the former case with response code 2.04 (Changed), in the latter with response code as specified in <xref target="edhoc-oscore-over-coap"/>.</li>
            <li>If EDHOC message_4 is used, or in case of an error message, it is sent from the client to the server's resource in the payload of a POST request, prepended with the connection identifier C_I. In case of an error message sent in response to message_4, it is sent analogously to an error message sent in response to message_2.</li>
          </ul>
          <t>An example of a successful EDHOC exchange over CoAP in the reverse message flow is shown in <xref target="fig-coap2"/>.</t>
          <figure anchor="fig-coap2">
            <name>Example of the reverse message flow.</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="496" viewBox="0 0 496 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 24,48 L 24,304" fill="none" stroke="black"/>
                  <path d="M 112,48 L 112,304" fill="none" stroke="black"/>
                  <path d="M 24,64 L 104,64" fill="none" stroke="black"/>
                  <path d="M 32,112 L 112,112" fill="none" stroke="black"/>
                  <path d="M 24,176 L 104,176" fill="none" stroke="black"/>
                  <path d="M 32,256 L 112,256" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="112,176 100,170.4 100,181.6" fill="black" transform="rotate(0,104,176)"/>
                  <polygon class="arrowhead" points="112,64 100,58.4 100,69.6" fill="black" transform="rotate(0,104,64)"/>
                  <polygon class="arrowhead" points="40,256 28,250.4 28,261.6" fill="black" transform="rotate(180,32,256)"/>
                  <polygon class="arrowhead" points="40,112 28,106.4 28,117.6" fill="black" transform="rotate(180,32,112)"/>
                  <g class="text">
                    <text x="28" y="36">Client</text>
                    <text x="108" y="36">Server</text>
                    <text x="152" y="68">Header:</text>
                    <text x="204" y="68">POST</text>
                    <text x="272" y="68">(Code=0.02)</text>
                    <text x="68" y="84">POST</text>
                    <text x="160" y="84">Uri-Path:</text>
                    <text x="284" y="84">"/.well-known/edhoc"</text>
                    <text x="152" y="116">Header:</text>
                    <text x="204" y="116">2.04</text>
                    <text x="256" y="116">Changed</text>
                    <text x="68" y="132">2.04</text>
                    <text x="184" y="132">Content-Format:</text>
                    <text x="356" y="132">application/edhoc+cbor-seq</text>
                    <text x="156" y="148">Payload:</text>
                    <text x="216" y="148">EDHOC</text>
                    <text x="280" y="148">message_1</text>
                    <text x="152" y="180">Header:</text>
                    <text x="204" y="180">POST</text>
                    <text x="272" y="180">(Code=0.02)</text>
                    <text x="68" y="196">POST</text>
                    <text x="160" y="196">Uri-Path:</text>
                    <text x="284" y="196">"/.well-known/edhoc"</text>
                    <text x="184" y="212">Content-Format:</text>
                    <text x="372" y="212">application/cid-edhoc+cbor-seq</text>
                    <text x="156" y="228">Payload:</text>
                    <text x="212" y="228">C_I,</text>
                    <text x="256" y="228">EDHOC</text>
                    <text x="320" y="228">message_2</text>
                    <text x="152" y="260">Header:</text>
                    <text x="204" y="260">2.04</text>
                    <text x="256" y="260">Changed</text>
                    <text x="68" y="276">2.04</text>
                    <text x="184" y="276">Content-Format:</text>
                    <text x="356" y="276">application/edhoc+cbor-seq</text>
                    <text x="156" y="292">Payload:</text>
                    <text x="216" y="292">EDHOC</text>
                    <text x="280" y="292">message_3</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
Client    Server
  |          |
  +--------->| Header: POST (Code=0.02)
  |   POST   | Uri-Path: "/.well-known/edhoc"
  |          |
  |<---------+ Header: 2.04 Changed
  |   2.04   | Content-Format: application/edhoc+cbor-seq
  |          | Payload: EDHOC message_1
  |          |
  +--------->| Header: POST (Code=0.02)
  |   POST   | Uri-Path: "/.well-known/edhoc"
  |          | Content-Format: application/cid-edhoc+cbor-seq
  |          | Payload: C_I, EDHOC message_2
  |          |
  |<---------+ Header: 2.04 Changed
  |   2.04   | Content-Format: application/edhoc+cbor-seq
  |          | Payload: EDHOC message_3
  |          |
]]></artwork>
            </artset>
          </figure>
        </section>
        <section anchor="edhoc-oscore-over-coap">
          <name>Errors in EDHOC over CoAP</name>
          <t>When using EDHOC over CoAP, EDHOC error messages sent as CoAP responses MUST be sent in the payload of error responses, i.e., they MUST specify a CoAP error response code. In particular, it is RECOMMENDED that such error responses have response code either 4.00 (Bad Request) in case of client error (e.g., due to a malformed EDHOC message), or 5.00 (Internal Server Error) in case of server error (e.g., due to failure in deriving EDHOC keying material). The Content-Format of the error response MUST be set to application/edhoc+cbor-seq, see <xref target="content-format"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="comrep">
      <name>Compact Representation</name>
      <t>This section defines a format for compact representation based on the Elliptic-Curve-Point-to-Octet-String Conversion defined in Section 2.3.3 of <xref target="SECG"/>.</t>
      <t>As described in Section 4.2 of <xref target="RFC6090"/> the x-coordinate of an elliptic curve public key is a suitable representative for the entire point whenever scalar multiplication is used as a one-way function. One example is ECDH with compact output, where only the x-coordinate of the computed value is used as the shared secret.</t>
      <t>In EDHOC, compact representation is used for the ephemeral public keys (G_X and G_Y), see <xref target="cose_key"/>. Using the notation from <xref target="SECG"/>, the output is an octet string of length ceil( (log2 q) / 8 ), where ceil(x) is the smallest integer not less than x. See <xref target="SECG"/> for a definition of q, M, X, xp, and ~yp. The steps in Section 2.3.3 of <xref target="SECG"/> are replaced by:</t>
      <ol spacing="normal" type="1"><li>Convert the field element xp to an octet string X of length ceil( (log2 q) / 8 ) octets using the conversion routine specified in Section 2.3.5 of <xref target="SECG"/>.</li>
        <li>Output M = X</li>
      </ol>
      <t>The encoding of the point at infinity is not supported.</t>
      <t>Compact representation does not change any requirements on validation, see <xref target="crypto"/>. Using compact representation has some security benefits. An implementation does not need to check that the point is not the point at infinity (the identity element). Similarly, as not even the sign of the y-coordinate is encoded, compact representation trivially avoids so called "benign malleability" attacks where an attacker changes the sign, see <xref target="SECG"/>.</t>
      <t>The following may be needed for validation or compatibility with APIs that do not support compact representation or do not support the full <xref target="SECG"/> format:</t>
      <ul spacing="normal">
        <li>If a compressed y-coordinate is required, then the value ~yp set to zero can be used. The compact representation described above can in such a case be transformed into the SECG point compressed format by prepending it with the single byte 0x02 (i.e., M = 0x02 || X).</li>
        <li>If a uncompressed y-coordinate is required, then a y-coordinate has to be calculated following Section 2.3.4 of <xref target="SECG"/> or Appendix C of <xref target="RFC6090"/>. Any of the square roots (see <xref target="SECG"/> or <xref target="RFC6090"/>) can be used. The uncompressed SECG format is M = 0x04 || X || Y.</li>
      </ul>
      <t>For example: The curve P-256 has the parameters (using the notation in <xref target="RFC6090"/>)</t>
      <ul spacing="normal">
        <li>p = 2<sup>256</sup> - 2<sup>224</sup> + 2<sup>192</sup> + 2<sup>96</sup> - 1</li>
        <li>a = -3</li>
        <li>b = 410583637251521421293261297800472684091144410159937255
54835256314039467401291</li>
      </ul>
      <t>Given an example x:</t>
      <ul spacing="normal">
        <li>x = 115792089183396302095546807154740558443406795108653336
398970697772788799766525</li>
      </ul>
      <t>we can calculate y as the square root w = (x<sup>3</sup> + a <contact fullname="⋅"/> x + b)<sup>((p + 1)/4)</sup> (mod p)</t>
      <ul spacing="normal">
        <li>y = 834387180070192806820075864918626005281451259964015754
16632522940595860276856</li>
      </ul>
      <t>Note that this does not guarantee that (x, y) is on the correct elliptic curve. A full validation according to Section 5.6.2.3.3 of <xref target="SP-800-56A"/> can be achieved by also checking that 0 <contact fullname="≤"/> x &lt; p and that y<sup>2</sup> <contact fullname="≡"/> x<sup>3</sup> + a <contact fullname="⋅"/> x + b (mod p).</t>
    </section>
    <section anchor="CBORandCOSE">
      <name>Use of CBOR, CDDL, and COSE in EDHOC</name>
      <t>This Appendix is intended to help implementors not familiar with CBOR <xref target="RFC8949"/>, CDDL <xref target="RFC8610"/>, COSE <xref target="RFC9052"/>, and HKDF <xref target="RFC5869"/>.</t>
      <section anchor="CBOR">
        <name>CBOR and CDDL</name>
        <t>The Concise Binary Object Representation (CBOR) <xref target="RFC8949"/> is a data format designed for small code size and small message size. CBOR builds on the JSON data model but extends it by e.g., encoding binary data directly without base64 conversion. In addition to the binary CBOR encoding, CBOR also has a diagnostic notation that is readable and editable by humans. The Concise Data Definition Language (CDDL) <xref target="RFC8610"/> provides a way to express structures for protocol messages and APIs that use CBOR. <xref target="RFC8610"/> also extends the diagnostic notation.</t>
        <t>CBOR data items are encoded to or decoded from byte strings using a type-length-value encoding scheme, where the three highest order bits of the initial byte contain information about the major type. CBOR supports several different types of data items, in addition to integers (int, uint), simple values, byte strings (bstr), and text strings (tstr), CBOR also supports arrays []  of data items, maps {} of pairs of data items, and sequences <xref target="RFC8742"/> of data items. Some examples are given below.</t>
        <t>The EDHOC specification sometimes use CDDL names in CBOR diagnostic notation as in e.g., &lt;&lt; ID_CRED_R, ? EAD_2 &gt;&gt;. This means that EAD_2 is optional and that ID_CRED_R and EAD_2 should be substituted with their values before evaluation. I.e., if ID_CRED_R = { 4 : h'' } and EAD_2 is omitted then &lt;&lt; ID_CRED_R, ? EAD_2 &gt;&gt; = &lt;&lt; { 4 : h'' } &gt;&gt;, which encodes to 0x43a10440. We also make use of the occurrence symbol "*", like in e.g.,  2* int, meaning two or more CBOR integers.</t>
        <t>For a complete specification and more examples, see <xref target="RFC8949"/> and <xref target="RFC8610"/>. We recommend implementors get used to CBOR by using the CBOR playground <xref target="CborMe"/>.</t>
        <figure anchor="fig-cbor-examples">
          <name>Examples of use of CBOR and CDDL</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="304" width="480" viewBox="0 0 480 304" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,48 L 472,48" fill="none" stroke="black"/>
                <path d="M 8,288 L 472,288" fill="none" stroke="black"/>
                <g class="text">
                  <text x="52" y="36">Diagnostic</text>
                  <text x="200" y="36">Encoded</text>
                  <text x="356" y="36">Type</text>
                  <text x="16" y="68">1</text>
                  <text x="188" y="68">0x01</text>
                  <text x="372" y="68">unsigned</text>
                  <text x="440" y="68">integer</text>
                  <text x="20" y="84">24</text>
                  <text x="196" y="84">0x1818</text>
                  <text x="372" y="84">unsigned</text>
                  <text x="440" y="84">integer</text>
                  <text x="24" y="100">-24</text>
                  <text x="188" y="100">0x37</text>
                  <text x="372" y="100">negative</text>
                  <text x="440" y="100">integer</text>
                  <text x="24" y="116">-25</text>
                  <text x="196" y="116">0x3818</text>
                  <text x="372" y="116">negative</text>
                  <text x="440" y="116">integer</text>
                  <text x="28" y="132">true</text>
                  <text x="188" y="132">0xf5</text>
                  <text x="364" y="132">simple</text>
                  <text x="416" y="132">value</text>
                  <text x="24" y="148">h''</text>
                  <text x="188" y="148">0x40</text>
                  <text x="356" y="148">byte</text>
                  <text x="404" y="148">string</text>
                  <text x="40" y="164">h'12cd'</text>
                  <text x="204" y="164">0x4212cd</text>
                  <text x="356" y="164">byte</text>
                  <text x="404" y="164">string</text>
                  <text x="36" y="180">'12cd'</text>
                  <text x="220" y="180">0x4431326364</text>
                  <text x="356" y="180">byte</text>
                  <text x="404" y="180">string</text>
                  <text x="36" y="196">"12cd"</text>
                  <text x="220" y="196">0x6431326364</text>
                  <text x="356" y="196">text</text>
                  <text x="404" y="196">string</text>
                  <text x="16" y="212">{</text>
                  <text x="32" y="212">4</text>
                  <text x="48" y="212">:</text>
                  <text x="80" y="212">h'cd'</text>
                  <text x="112" y="212">}</text>
                  <text x="212" y="212">0xa10441cd</text>
                  <text x="352" y="212">map</text>
                  <text x="20" y="228">&lt;&lt;</text>
                  <text x="44" y="228">1,</text>
                  <text x="68" y="228">2,</text>
                  <text x="100" y="228">true</text>
                  <text x="132" y="228">&gt;&gt;</text>
                  <text x="212" y="228">0x430102f5</text>
                  <text x="356" y="228">byte</text>
                  <text x="404" y="228">string</text>
                  <text x="16" y="244">[</text>
                  <text x="36" y="244">1,</text>
                  <text x="60" y="244">2,</text>
                  <text x="92" y="244">true</text>
                  <text x="120" y="244">]</text>
                  <text x="212" y="244">0x830102f5</text>
                  <text x="360" y="244">array</text>
                  <text x="16" y="260">(</text>
                  <text x="36" y="260">1,</text>
                  <text x="60" y="260">2,</text>
                  <text x="92" y="260">true</text>
                  <text x="120" y="260">)</text>
                  <text x="204" y="260">0x0102f5</text>
                  <text x="372" y="260">sequence</text>
                  <text x="20" y="276">1,</text>
                  <text x="44" y="276">2,</text>
                  <text x="76" y="276">true</text>
                  <text x="204" y="276">0x0102f5</text>
                  <text x="372" y="276">sequence</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
 Diagnostic          Encoded              Type
-----------------------------------------------------------
 1                   0x01                 unsigned integer
 24                  0x1818               unsigned integer
 -24                 0x37                 negative integer
 -25                 0x3818               negative integer
 true                0xf5                 simple value
 h''                 0x40                 byte string
 h'12cd'             0x4212cd             byte string
 '12cd'              0x4431326364         byte string
 "12cd"              0x6431326364         text string
 { 4 : h'cd' }       0xa10441cd           map
 << 1, 2, true >>    0x430102f5           byte string
 [ 1, 2, true ]      0x830102f5           array
 ( 1, 2, true )      0x0102f5             sequence
 1, 2, true          0x0102f5             sequence
-----------------------------------------------------------
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="CDDL">
        <name>CDDL Definitions</name>
        <t>This sections compiles the CDDL definitions for ease of reference.</t>
        <sourcecode type="CDDL"><![CDATA[
suites = [ 2* int ] / int

ead = (
  ead_label : int,
  ? ead_value : bstr,
)

EAD_1 = 1* ead
EAD_2 = 1* ead
EAD_3 = 1* ead
EAD_4 = 1* ead

message_1 = (
  METHOD : int,
  SUITES_I : suites,
  G_X : bstr,
  C_I : bstr / -24..23,
  ? EAD_1,
)

message_2 = (
  G_Y_CIPHERTEXT_2 : bstr,
  C_R : bstr / -24..23,
)

message_3 = (
  CIPHERTEXT_3 : bstr,
)

message_4 = (
  CIPHERTEXT_4 : bstr,
)

error = (
  ERR_CODE : int,
  ERR_INFO : any,
)

info = (
  info_label : int,
  context : bstr,
  length : uint,
)
]]></sourcecode>
      </section>
      <section anchor="COSE">
        <name>COSE</name>
        <t>CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/> describes how to create and process signatures, message authentication codes, and encryption using CBOR. COSE builds on JOSE, but is adapted to allow more efficient processing in constrained devices. EDHOC makes use of COSE_Key, COSE_Encrypt0, and COSE_Sign1 objects in the message processing:</t>
        <ul spacing="normal">
          <li>ECDH ephemeral public keys of type EC2 or OKP in message_1 and message_2 consist of the COSE_Key parameter named 'x', see Section 7.1 and 7.2 of <xref target="RFC9053"/></li>
          <li>
            <t>The ciphertexts in message_3 and message_4 consist of a subset of the single recipient encrypted data object COSE_Encrypt0, which is described in Sections 5.2-5.3 of <xref target="RFC9052"/>. The ciphertext is computed over the plaintext and associated data, using an encryption key and an initialization vector. The associated data is an Enc_structure consisting of protected headers and externally supplied data (external_aad). COSE constructs the input to the AEAD <xref target="RFC5116"/> for message_i (i = 3 or 4, see <xref target="m3"/> and <xref target="m4"/>, respectively) as follows:  </t>
            <ul spacing="normal">
              <li>Secret key K = K_i</li>
              <li>Nonce N = IV_i</li>
              <li>Plaintext P for message_i</li>
              <li>Associated Data A = [ "Encrypt0", h'', TH_i ]</li>
            </ul>
          </li>
          <li>
            <t>Signatures in message_2 of method 0 and 2, and in message_3 of method 0 and 1, consist of a subset of the single signer data object COSE_Sign1, which is described in Sections 4.2-4.4 of <xref target="RFC9052"/>. The signature is computed over a Sig_structure containing payload, protected headers and externally supplied data (external_aad) using a private signature key and verified using the corresponding public signature key. For COSE_Sign1, the message to be signed is:  </t>
            <artwork><![CDATA[
 [ "Signature1", protected, external_aad, payload ]
]]></artwork>
            <t>
where protected, external_aad and payload are specified in <xref target="m2"/> and <xref target="m3"/>.</t>
          </li>
        </ul>
        <t>Different header parameters to identify X.509 or C509 certificates by reference are defined in <xref target="I-D.ietf-cose-x509"/> and <xref target="I-D.ietf-cose-cbor-encoded-cert"/>:</t>
        <ul spacing="normal">
          <li>
            <t>by a hash value with the 'x5t' or 'c5t' parameters, respectively:  </t>
            <ul spacing="normal">
              <li>ID_CRED_x = { 34 : COSE_CertHash }, for x = I or R,</li>
              <li>ID_CRED_x = { TBD3 : COSE_CertHash }, for x = I or R;</li>
            </ul>
          </li>
          <li>
            <t>or by a URI with the 'x5u' or 'c5u' parameters, respectively:  </t>
            <ul spacing="normal">
              <li>ID_CRED_x = { 35 : uri }, for x = I or R,</li>
              <li>ID_CRED_x = { TBD4 : uri }, for x = I or R.</li>
            </ul>
          </li>
        </ul>
        <t>When ID_CRED_x does not contain the actual credential, it may be very short, e.g., if the endpoints have agreed to use a key identifier parameter 'kid':</t>
        <ul spacing="normal">
          <li>ID_CRED_x = { 4 : kid_x }, where kid_x : kid, for x = I or R. For further optimization, see <xref target="id_cred"/>.</li>
        </ul>
        <t>Note that ID_CRED_x can contain several header parameters, for example { x5u, x5t } or { kid, kid_context }.</t>
        <t>ID_CRED_x MAY also identify the credential by value. For example, a certificate chain can be transported in ID_CRED_x with COSE header parameter c5c or x5chain, defined in <xref target="I-D.ietf-cose-cbor-encoded-cert"/> and <xref target="I-D.ietf-cose-x509"/> and credentials of type CWT and CCS can be transported with the COSE header parameters registered in <xref target="cwt-header-param"/>.</t>
      </section>
    </section>
    <section anchor="auth-validation">
      <name>Authentication Related Verifications</name>
      <t>EDHOC performs certain authentication related operations, see <xref target="auth-key-id"/>, but in general it is necessary to make additional verifications beyond EDHOC message processing. What verifications are needed depend on the deployment, in particular the trust model and the security policies, but most commonly it can be expressed in terms of verifications of credential content.</t>
      <t>EDHOC assumes the existence of mechanisms (certification authority or other trusted third party, pre-provisioning, etc.) for generating and distributing authentication credentials and other credentials, as well as the existence of trust anchors (CA certificates, trusted public keys, etc.). For example, a public key certificate or CWT may rely on a trusted third party whose public key is pre-provisioned, whereas a CCS or a self-signed certificate/CWT may be used when trust in the public key can be achieved by other means, or in the case of Trust on first use, see <xref target="tofu"/>.</t>
      <t>In this section we provide some examples of such verifications. These verifications are the responsibility of the application but may be implemented as part of an EDHOC library.</t>
      <section anchor="validating-auth-credential">
        <name>Validating the Authentication Credential</name>
        <t>The authentication credential may contain, in addition to the authentication key, other parameters that needs to be verified. For example:</t>
        <ul spacing="normal">
          <li>In X.509 and C509 certificates, signature keys typically have key usage "digitalSignature" and Diffie-Hellman public keys typically have key usage "keyAgreement" <xref target="RFC3279"/><xref target="RFC8410"/>.</li>
          <li>In X.509 and C509 certificates validity is expressed using Not After and Not Before. In CWT and CCS, the "exp" and "nbf" claims have similar meanings.</li>
        </ul>
      </section>
      <section anchor="identities">
        <name>Identities</name>
        <t>The application must decide on allowing a connection or not depending on the intended endpoint, and in particular whether it is a specific identity or in a set of identities. To prevent misbinding attacks, the identity of the endpoint is included in a MAC verified through the protocol. More details and examples are provided in this section.</t>
        <t>Policies for what connections to allow are typically set based on the identity of the other endpoint, and endpoints typically only allow connections from a specific identity or a small restricted set of identities. For example, in the case of a device connecting to a network, the network may only allow connections from devices which authenticate with certificates having a particular range of serial numbers and signed by a particular CA. Conversely, a device may only be allowed to connect to a network which authenticates with a particular public key.</t>
        <ul spacing="normal">
          <li>When a Public Key Infrastructure (PKI) is used with certificates, the identity is the subject whose unique name, e.g., a domain name, a Network Access Identifier (NAI), or an Extended Unique Identifier (EUI), is included in the endpoint's certificate.</li>
          <li>Similarly, when a PKI is used with CWTs, the identity is the subject identified by the relevant claim(s), such as 'sub' (subject).</li>
          <li>When PKI is not used (e.g., CCS, self-signed certificate/CWT) the identity is typically directly associated with the authentication key of the other party. For example, if identities can be expressed in the form of unique subject names assigned to public keys, then a binding to identity is achieved by including both public key and associated subject name in the authentication credential: CRED_I or CRED_R may be a self-signed certificate/CWT or CCS containing the authentication key and the subject name, see <xref target="auth-cred"/>. Each endpoint thus needs to know the specific authentication key/unique associated subject name, or set of public authentication keys/unique associated subject names, which it is allowed to communicate with.</li>
        </ul>
        <t>To prevent misbinding attacks in systems where an attacker can register public keys without proving knowledge of the private key, SIGMA <xref target="SIGMA"/> enforces a MAC to be calculated over the "identity". EDHOC follows SIGMA by calculating a MAC over the whole authentication credential, which in case of an X.509 or C509 certificate includes the "subject" and "subjectAltName" fields, and in the case of CWT or CCS includes the "sub" claim.</t>
        <t>(While the SIGMA paper only focuses on the identity, the same principle is true for other information such as policies associated with the public key.)</t>
      </section>
      <section anchor="cert-path">
        <name>Certification Path and Trust Anchors</name>
        <t>When a Public Key Infrastructure (PKI) is used with certificates, the trust anchor is a Certification Authority (CA) certificate. Each party needs at least one CA public key certificate, or just the CA public key. The certification path contains proof that the subject of the certificate owns the public key in the certificate. Only validated public-key certificates are to be accepted.</t>
        <t>Similarly, when a PKI is used with CWTs, each party needs to have at least one trusted third party public key as trust anchor to verify the end entity CWTs. The trusted third party public key can, e.g., be stored in a self-signed CWT or in a CCS.</t>
        <t>The signature of the authentication credential needs to be verified with the public key of the issuer. X.509 and C509 certificates includes the “Issuer” field. In CWT and CCS, the “iss” claim has a similar meaning. The public key is either a trust anchor or the public key in another valid and trusted credential in a certification path from trust anchor to authentication credential.</t>
        <t>Similar verifications as made with the authentication credential (see <xref target="validating-auth-credential"/>) are also needed for the other credentials in the certification path.</t>
        <t>When PKI is not used (CCS, self-signed certificate/CWT), the trust anchor is the authentication key of the other party, in which case there is no certification path.</t>
      </section>
      <section anchor="revocation">
        <name>Revocation Status</name>
        <t>The application may need to verify that the credentials are not revoked, see <xref target="impl-cons"/>. Some use cases may be served by short-lived credentials, for example, where the validity of the credential is on par with the interval between revocation checks. But, in general, credential lifetime and revocation checking are complementary measures to control credential status. Revocation information may be transported as External Authentication Data (EAD), see <xref target="ead-appendix"/>.</t>
      </section>
      <section anchor="tofu">
        <name>Unauthenticated Operation</name>
        <t>EDHOC might be used without authentication by allowing the Initiator or Responder to communicate with any identity except its own. Note that EDHOC without mutual authentication is vulnerable to man-in-the-middle attacks and therefore unsafe for general use. However, it is possible to later establish a trust relationship with an unknown or not-yet-trusted endpoint. Some examples:</t>
        <ul spacing="normal">
          <li>The EDHOC authentication credential can be verified out-of-band at a later stage.</li>
          <li>The EDHOC session key can be bound to an identity out-of-band at a later stage.</li>
          <li>Trust on first use (TOFU) can be used to verify that several EDHOC connections are made to the same identity. TOFU combined with proximity is a common IoT deployment model which provides good security if done correctly. Note that secure proximity based on short range wireless technology requires very low signal strength or very low latency.</li>
        </ul>
      </section>
    </section>
    <section anchor="ead-appendix">
      <name>Use of External Authorization Data</name>
      <t>In order to reduce the number of messages and round trips, or to simplify processing, external security applications may be integrated into EDHOC by transporting related external authorization data (EAD) in the messages.</t>
      <t>The EAD format is specified in <xref target="AD"/>, this section contains examples and further details of how EAD may be used with an appropriate accompanying specification.</t>
      <ul spacing="normal">
        <li>One example is third party assisted authorization, requested with EAD_1, and an authorization artifact ("voucher", cf. <xref target="RFC8366"/>) returned in EAD_2, see <xref target="I-D.selander-lake-authz"/>.</li>
        <li>Another example is remote attestation, requested in EAD_2, and an Entity Attestation Token (EAT, <xref target="I-D.ietf-rats-eat"/>) returned in EAD_3.</li>
        <li>A third example is certificate enrolment, where a Certificate Signing Request (CSR, <xref target="RFC2986"/>) is included EAD_3, and the issued public key certificate (X.509 <xref target="RFC5280"/>, C509 <xref target="I-D.ietf-cose-cbor-encoded-cert"/>) or a reference thereof is returned in EAD_4.</li>
      </ul>
      <t>External authorization data should be considered unprotected by EDHOC, and the protection of EAD is the responsibility of the security application (third party authorization, remote attestation, certificate enrolment, etc.). The security properties of the EAD fields (after EDHOC processing) are discussed in <xref target="sec-prop"/>.</t>
      <t>The content of the EAD field may be used in the EDHOC processing of the message in which they are contained. For example, authentication related information like assertions and revocation information, transported in EAD fields may provide input about trust anchors or validity of credentials relevant to the authentication processing. The EAD fields (like ID_CRED fields) are therefore made available to the application before the message is verified, see details of message processing in <xref target="asym"/>. In the first example above, a voucher in EAD_2 made available to the application can enable the Initiator to verify the identity or public key of the Responder before verifying the signature. An application allowing EAD fields containing authentication information thus may need to handle authentication related verifications associated with EAD processing.</t>
      <t>Conversely, the security application may need to wait for EDHOC message verification to complete. In the third example above, the validation of a CSR carried in EAD_3 is not started by the Responder before EDHOC has successfully verified message_3 and proven the possession of the private key of the Initiator.</t>
      <t>The security application may reuse EDHOC protocol fields which therefore need to be available to the application. For example, the security application may use the same crypto algorithms as in the EDHOC session and therefore needs access to the selected cipher suite (or the whole SUITES_I). The application may use the ephemeral public keys G_X and G_Y, as ephemeral keys or as nonces, see <xref target="I-D.selander-lake-authz"/>.</t>
      <t>The processing of the EAD item (ead_label, ? ead_value) by the security application needs to be described in the specification where the ead_label is registered, see <xref target="iana-ead"/>, including the optional ead_value for each message and actions in case of errors. An application may support multiple security applications that make use of EAD, which may result in multiple EAD items in one EAD field, see <xref target="AD"/>. Any dependencies on security applications with previously registered EAD items needs to be documented, and the processing needs to consider their simultaneous use.</t>
      <t>Since data carried in EAD may not be protected, or be processed by the application before the EDHOC message is verified, special considerations need to be made such that it does not violate security and privacy requirements of the service which uses this data, see <xref target="unprot-data"/>. The content in an EAD item may impact the security properties provided by EDHOC. Security applications making use of the EAD items must perform the necessary security analysis.</t>
    </section>
    <section anchor="appl-temp">
      <name>Application Profile Example</name>
      <t>This appendix contains a rudimentary example of an application profile, see <xref target="applicability"/>.</t>
      <t>For use of EDHOC with application X the following assumptions are made:</t>
      <ol spacing="normal" type="1"><li>Transfer in CoAP as specified in <xref target="coap"/> with requests expected by the CoAP server (= Responder) at /app1-edh, no Content-Format needed.</li>
        <li>METHOD = 1 (I uses signature key, R uses static DH key.)</li>
        <li>
          <t>CRED_I is an IEEE 802.1AR IDevID encoded as a C509 certificate of type 0 <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.
          </t>
          <ul spacing="normal">
            <li>R acquires CRED_I out-of-band, indicated in EAD_1.</li>
            <li>ID_CRED_I = {4: h''} is a 'kid' with value the empty CBOR byte string.</li>
          </ul>
        </li>
        <li>
          <t>CRED_R is a CCS of type OKP as specified in <xref target="auth-cred"/>.
          </t>
          <ul spacing="normal">
            <li>The CBOR map has parameters 1 (kty), -1 (crv), and -2 (x-coordinate).</li>
            <li>ID_CRED_R is {TBD2 : CCS}.   Editor's note: TBD2 is the COSE header parameter value of 'kccs', see <xref target="cwt-header-param"/></li>
          </ul>
        </li>
        <li>External authorization data is defined and processed as specified in <xref target="I-D.selander-lake-authz"/>.</li>
        <li>EUI-64 is used as the identity of the endpoint (see example in <xref target="auth-cred"/>).</li>
        <li>No use of message_4: the application sends protected messages from R to I.</li>
      </ol>
    </section>
    <section anchor="duplication">
      <name>EDHOC Message Deduplication</name>
      <t>EDHOC by default assumes that message duplication is handled by the transport, in this section exemplified with CoAP.</t>
      <t>Deduplication of CoAP messages is described in Section 4.5 of <xref target="RFC7252"/>. This handles the case when the same Confirmable (CON) message is received multiple times due to missing acknowledgement on the CoAP messaging layer. The recommended processing in <xref target="RFC7252"/> is that the duplicate message is acknowledged (ACK), but the received message is only processed once by the CoAP stack.</t>
      <t>Message deduplication is resource demanding and therefore not supported in all CoAP implementations. Since EDHOC is targeting constrained environments, it is desirable that EDHOC can optionally support transport layers which do not handle message duplication. Special care is needed to avoid issues with duplicate messages, see <xref target="proc-outline"/>.</t>
      <t>The guiding principle here is similar to the deduplication processing on the CoAP messaging layer: a received duplicate EDHOC message SHALL NOT result in another instance of the next EDHOC message. The result MAY be that a duplicate next EDHOC message is sent, provided it is still relevant with respect to the current protocol state. In any case, the received message MUST NOT be processed more than once in the same EDHOC session. This is called "EDHOC message deduplication".</t>
      <t>An EDHOC implementation MAY store the previously sent EDHOC message to be able to resend it.</t>
      <t>In principle, if the EDHOC implementation would deterministically regenerate the identical EDHOC message previously sent, it would be possible to instead store the protocol state to be able to recreate and resend the previously sent EDHOC message. However, even if the protocol state is fixed, the message generation may introduce differences which compromise security. For example, in the generation of message_3, if I is performing a (non-deterministic) ECDSA signature (say, method 0 or 1, cipher suite 2 or 3) then PLAINTEXT_3 is randomized, but K_3 and IV_3 are the same, leading to a key and nonce reuse.</t>
      <t>The EDHOC implementation MUST NOT store previous protocol state and regenerate an EDHOC message if there is a risk that the same key and IV are used for two (or more) distinct messages.</t>
      <t>The previous message or protocol state MUST NOT be kept longer than what is required for retransmission, for example, in the case of CoAP transport, no longer than the EXCHANGE_LIFETIME (see Section 4.8.2 of <xref target="RFC7252"/>).</t>
    </section>
    <section anchor="large-plaintext_2">
      <name>Long PLAINTEXT_2</name>
      <t>By the definition of encryption of PLAINTEXT_2 with KEYSTREAM_2, it is limited to lengths of PLAINTEXT_2 not exceeding the output of EDHOC_KDF, see <xref target="expand"/>. If the EDHOC hash algorithm is SHA-2 then HKDF-Expand is used, which limits the length of the EDHOC_KDF output to 255 <contact fullname="⋅"/> hash_length, where hash_length is the length of the output of the EDHOC hash algorithm given by the cipher suite. For example, with SHA-256 as EDHOC hash algorithm, the length of the hash output is 32 bytes and the maximum length of PLAINTEXT_2 is 255 <contact fullname="⋅"/> 32 = 8160 bytes.</t>
      <t>While PLAINTEXT_2 is expected to be much shorter than 8 kB for the intended use cases, it seems nevertheless prudent to specify a solution for the event that this should turn out to be a limitation.</t>
      <t>A potential work-around is to use a cipher suite with a different hash function. In particular, the use of KMAC removes all practical limitations in this respect.</t>
      <t>This section specifies a solution which works with any hash function, by making use of multiple invocations of HKDF-Expand and negative values of info_label.</t>
      <t>Consider the PLAINTEXT_2 partitioned in parts P(i) of length equal to M = 255 <contact fullname="⋅"/> hash_length, except possibly the last part P(last) which has 0 &lt; length <contact fullname="≤"/> M.</t>
      <artwork><![CDATA[
PLAINTEXT_2 = P(0) | P(1) | ... | P(last)
]]></artwork>
      <t>where | indicates concatenation.</t>
      <t>The object is to define a matching KEYSTREAM_2 of the same length and perform the encryption in the same way as defined in <xref target="asym-msg2-proc"/>:</t>
      <artwork><![CDATA[
CIPHERTEXT_2 = PLAINTEXT_2 XOR KEYSTREAM_2
]]></artwork>
      <t>Define the keystream as:</t>
      <artwork><![CDATA[
KEYSTREAM_2 = OKM(0) | OKM(1)  | ... | OKM(last)
]]></artwork>
      <t>where</t>
      <artwork><![CDATA[
OKM(i) = EDHOC_KDF( PRK_2e, -i, TH_2, length(P(i)) )
]]></artwork>
      <t>Note that if length(PLAINTEXT_2) <contact fullname="≤"/> M then P(0) = PLAINTEXT_2 and the definition of KEYSTREAM_2 = OKM(0) coincides with <xref target="fig-edhoc-kdf"/>.</t>
      <t>This describes the processing of the Responder when sending message_2. The Initiator makes the same calculations when receiving message_2, but interchanging PLAINTEXT_2 and CIPHERTEXT_2.</t>
      <t>An application profile may specify if it supports or not the method described in this appendix.</t>
    </section>
    <section anchor="keyupdate">
      <name>EDHOC_KeyUpdate</name>
      <t>To provide forward secrecy in an even more efficient way than re-running EDHOC, this section specifies the optional function EDHOC_KeyUpdate in terms of EDHOC_KDF and PRK_out.</t>
      <t>When EDHOC_KeyUpdate is called, a new PRK_out is calculated as a "hash" of the old PRK_out using the EDHOC_Expand function as illustrated by the following pseudocode. The change of PRK_out causes a change to PRK_exporter which enables the derivation of new application keys superseding the old ones, using EDHOC_Exporter, see <xref target="exporter"/>.</t>
      <artwork><![CDATA[
   EDHOC_KeyUpdate( context ):
      new PRK_out = EDHOC_KDF( old PRK_out, 11, context, hash_length )
      new PRK_exporter = EDHOC_KDF( new PRK_out, 10, h'', hash_length )
]]></artwork>
      <t>where hash_length denotes the output size in bytes of the EDHOC hash algorithm of the selected cipher suite.</t>
      <t>The EDHOC_KeyUpdate takes a context as input to enable binding of the updated PRK_out to some event that triggered the key update. The Initiator and the Responder need to agree on the context, which can, e.g., be a counter or a pseudorandom number such as a hash. To provide forward secrecy the old PRK_out and keys derived from it (old PRK_exporter and old application keys) must be deleted as soon as they are not needed. When to delete the old keys and how to verify that they are not needed is up to the application.</t>
      <t>An application using EDHOC_KeyUpdate needs to store PRK_out. Compromise of PRK_out leads to compromise of all keying material derived with the EDHOC_Exporter since the last invocation of the EDHOC_KeyUpdate function.</t>
      <t>While this key update method provides forward secrecy it does not give as strong security properties as re-running EDHOC. EDHOC_KeyUpdate can be used to meet cryptographic limits and provide partial protection against key leakage, but it provides significantly weaker security properties than re-running EDHOC with ephemeral Diffie-Hellman. Even with frequent use of EDHOC_KeyUpdate, compromise of one session key compromises all future session keys, and an attacker therefore only needs to perform static key exfiltration <xref target="RFC7624"/>, which is less complicated and has a lower risk profile than the dynamic case, see <xref target="sec-prop"/>.</t>
      <t>A similar method to do key update for OSCORE is KUDOS, see <xref target="I-D.ietf-core-oscore-key-update"/>.</t>
    </section>
    <section anchor="example-protocol-state-machine">
      <name>Example Protocol State Machine</name>
      <t>This appendix describes an example protocol state machine for the Initiator and for the Responder. States are denoted in all capitals and parentheses denote actions taken only in some circumstances.</t>
      <t>Note that this state machine is just an example, and that details of processing are omitted, for example:</t>
      <ul spacing="normal">
        <li>When error messages are being sent (with one exception)</li>
        <li>How credentials and EAD are processed by EDHOC and the application in the RCVD state</li>
        <li>What verifications are made, which includes not only MACs and signatures</li>
      </ul>
      <section anchor="initiator-state-machine">
        <name>Initiator State Machine</name>
        <t>The Initiator sends message_1, triggering the state machine to transition from START to WAIT_M2, and waits for message_2.</t>
        <t>If the incoming message is an error message then the Initiator transitions from WAIT_M2 to ABORTED. In case of error code 2 (Wrong Selected Cipher Suite), the Initiator remembers the supported cipher suites for this particular Responder and transitions from ABORTED to START. The message_1 that the Initiator subsequently sends takes into account the cipher suites supported by the Responder.</t>
        <t>Upon receiving a non-error message, the Initiator transitions from WAIT_M2 to RCVD_M2 and processes the message. If a processing error occurs on message_2, then the Initiator transitions from RCVD_M2 to ABORTED. In case of successful processing of message_2, the Initiator transitions from RCVD_M2 to VRFD_M2.</t>
        <t>The Initiator prepares and processes message_3 for sending. If any processing error is encountered, the Initiator transitions from VRFD_M2 to ABORTED. If message_3 is successfully sent, the Initiator transitions from VRFD_M2 to COMPLETED.</t>
        <t>If the application profile includes message_4, then the Initiator waits for message_4. If the incoming message is an error message then the Initiator transitions from COMPLETED to ABORTED. Upon receiving a non-error message, the Initiator transitions from COMPLETED (="WAIT_M4") to RCVD_M4 and processes the message. If a processing error occurs on message_4, then the Initiator transitions from RCVD_M4 to ABORTED. In case of successful processing of message_4, the Initiator transitions from RCVD_M4 to PERSISTED (="VRFD_M4").</t>
        <t>If the application profile does not include message_4, then the Initiator waits for an incoming application message. If the decryption and verification of the application message is successful, then the the Initiator transitions from COMPLETED to PERSISTED.</t>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="528" width="536" viewBox="0 0 536 528" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 40,32 L 40,48" fill="none" stroke="black"/>
              <path d="M 40,128 L 40,432" fill="none" stroke="black"/>
              <path d="M 232,48 L 232,96" fill="none" stroke="black"/>
              <path d="M 232,128 L 232,176" fill="none" stroke="black"/>
              <path d="M 232,208 L 232,256" fill="none" stroke="black"/>
              <path d="M 232,288 L 232,336" fill="none" stroke="black"/>
              <path d="M 232,368 L 232,416" fill="none" stroke="black"/>
              <path d="M 232,448 L 232,496" fill="none" stroke="black"/>
              <path d="M 424,352 L 424,512" fill="none" stroke="black"/>
              <path d="M 72,112 L 200,112" fill="none" stroke="black"/>
              <path d="M 40,192 L 200,192" fill="none" stroke="black"/>
              <path d="M 40,272 L 200,272" fill="none" stroke="black"/>
              <path d="M 40,352 L 200,352" fill="none" stroke="black"/>
              <path d="M 296,352 L 424,352" fill="none" stroke="black"/>
              <path d="M 40,432 L 192,432" fill="none" stroke="black"/>
              <path d="M 296,512 L 424,512" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="304,512 292,506.4 292,517.6" fill="black" transform="rotate(180,296,512)"/>
              <polygon class="arrowhead" points="240,496 228,490.4 228,501.6" fill="black" transform="rotate(90,232,496)"/>
              <polygon class="arrowhead" points="240,416 228,410.4 228,421.6" fill="black" transform="rotate(90,232,416)"/>
              <polygon class="arrowhead" points="240,336 228,330.4 228,341.6" fill="black" transform="rotate(90,232,336)"/>
              <polygon class="arrowhead" points="240,256 228,250.4 228,261.6" fill="black" transform="rotate(90,232,256)"/>
              <polygon class="arrowhead" points="240,176 228,170.4 228,181.6" fill="black" transform="rotate(90,232,176)"/>
              <polygon class="arrowhead" points="240,96 228,90.4 228,101.6" fill="black" transform="rotate(90,232,96)"/>
              <polygon class="arrowhead" points="80,112 68,106.4 68,117.6" fill="black" transform="rotate(180,72,112)"/>
              <polygon class="arrowhead" points="48,360 36,354.4 36,365.6" fill="black" transform="rotate(270,40,360)"/>
              <polygon class="arrowhead" points="48,280 36,274.4 36,285.6" fill="black" transform="rotate(270,40,280)"/>
              <polygon class="arrowhead" points="48,200 36,194.4 36,205.6" fill="black" transform="rotate(270,40,200)"/>
              <polygon class="arrowhead" points="48,128 36,122.4 36,133.6" fill="black" transform="rotate(270,40,128)"/>
              <g class="text">
                <text x="48" y="36">-</text>
                <text x="64" y="36">-</text>
                <text x="80" y="36">-</text>
                <text x="96" y="36">-</text>
                <text x="112" y="36">-</text>
                <text x="128" y="36">-</text>
                <text x="144" y="36">-</text>
                <text x="160" y="36">-</text>
                <text x="176" y="36">-</text>
                <text x="196" y="36">-&gt;</text>
                <text x="232" y="36">START</text>
                <text x="260" y="68">Send</text>
                <text x="320" y="68">message_1</text>
                <text x="40" y="84">|</text>
                <text x="112" y="100">Receive</text>
                <text x="168" y="100">error</text>
                <text x="32" y="116">ABORTED</text>
                <text x="240" y="116">WAIT_M2</text>
                <text x="272" y="148">Receive</text>
                <text x="344" y="148">message_2</text>
                <text x="116" y="180">Processing</text>
                <text x="184" y="180">error</text>
                <text x="240" y="196">RCVD_M2</text>
                <text x="268" y="228">Verify</text>
                <text x="336" y="228">message_2</text>
                <text x="116" y="260">Processing</text>
                <text x="184" y="260">error</text>
                <text x="240" y="276">VRFD_M2</text>
                <text x="260" y="308">Send</text>
                <text x="320" y="308">message_3</text>
                <text x="108" y="340">(Receive</text>
                <text x="172" y="340">error)</text>
                <text x="248" y="356">COMPLETED</text>
                <text x="276" y="388">(Receive</text>
                <text x="356" y="388">message_4)</text>
                <text x="112" y="420">(Processing</text>
                <text x="188" y="420">error)</text>
                <text x="464" y="420">(Verify</text>
                <text x="240" y="436">(RCVD_M4)</text>
                <text x="488" y="436">application</text>
                <text x="476" y="452">message)</text>
                <text x="272" y="468">(Verify</text>
                <text x="348" y="468">message_4)</text>
                <text x="248" y="516">PERSISTED</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
    +- - - - - - - - - -> START
    |                       |
                            | Send message_1
    |                       |
          Receive error     v
ABORTED <---------------- WAIT_M2
    ^                       |
    |                       | Receive message_2
    |                       |
    |    Processing error   v
    +-------------------- RCVD_M2
    ^                       |
    |                       | Verify message_2
    |                       |
    |    Processing error   v
    +-------------------- VRFD_M2
    ^                       |
    |                       | Send message_3
    |                       |
    |    (Receive error)    v
    +-------------------- COMPLETED ----------------+
    ^                       |                       |
    |                       | (Receive message_4)   |
    |                       |                       |
    |   (Processing error)  v                       | (Verify
    +------------------- (RCVD_M4)                  |  application
                            |                       |  message)
                            | (Verify message_4)    |
                            |                       |
                            v                       |
                          PERSISTED <---------------+
]]></artwork>
        </artset>
      </section>
      <section anchor="responder-state-machine">
        <name>Responder State Machine</name>
        <t>Upon receiving message_1, the Responder transitions from START to RCVD_M1.</t>
        <t>If a processing error occurs on message_1, the Responder transitions from RCVD_M1 to ABORTED. This includes sending error message with error code 2 (Wrong Selected Cipher Suite) if the selected cipher suite in message_1 is not supported. In case of successful processing of message_1, the Responder transitions from RCVD_M1 to VRFD_M1.</t>
        <t>The Responder prepares and processes message_2 for sending. If any processing error is encountered, the Responder transitions from VRFD_M1 to ABORTED. If message_2 is successfully sent, the Initiator transitions from VRFD_M2 to WAIT_M3, and waits for message_3.</t>
        <t>If the incoming message is an error message then the Responder transitions from WAIT_M3 to ABORTED.</t>
        <t>Upon receiving message_3, the Responder transitions from WAIT_M3 to RCVD_M3. If a processing error occurs on message_3, the Responder transitions from RCVD_M3 to ABORTED. In case of successful processing of message_3, the Responder transitions from RCVD_M3 to COMPLETED (="VRFD_M3").</t>
        <t>If the application profile includes message_4, the Responder prepares and processes message_4 for sending. If any processing error is encountered, the Responder transitions from COMPLETED to ABORTED.</t>
        <t>If message_4 is successfully sent, or if the application profile does not include message_4, the Responder transitions from COMPLETED to PERSISTED.</t>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="528" width="384" viewBox="0 0 384 528" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 40,128 L 40,432" fill="none" stroke="black"/>
              <path d="M 232,48 L 232,96" fill="none" stroke="black"/>
              <path d="M 232,128 L 232,176" fill="none" stroke="black"/>
              <path d="M 232,208 L 232,256" fill="none" stroke="black"/>
              <path d="M 232,288 L 232,336" fill="none" stroke="black"/>
              <path d="M 232,368 L 232,416" fill="none" stroke="black"/>
              <path d="M 232,448 L 232,496" fill="none" stroke="black"/>
              <path d="M 72,112 L 200,112" fill="none" stroke="black"/>
              <path d="M 40,192 L 200,192" fill="none" stroke="black"/>
              <path d="M 40,272 L 200,272" fill="none" stroke="black"/>
              <path d="M 40,352 L 200,352" fill="none" stroke="black"/>
              <path d="M 40,432 L 192,432" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="240,496 228,490.4 228,501.6" fill="black" transform="rotate(90,232,496)"/>
              <polygon class="arrowhead" points="240,416 228,410.4 228,421.6" fill="black" transform="rotate(90,232,416)"/>
              <polygon class="arrowhead" points="240,336 228,330.4 228,341.6" fill="black" transform="rotate(90,232,336)"/>
              <polygon class="arrowhead" points="240,256 228,250.4 228,261.6" fill="black" transform="rotate(90,232,256)"/>
              <polygon class="arrowhead" points="240,176 228,170.4 228,181.6" fill="black" transform="rotate(90,232,176)"/>
              <polygon class="arrowhead" points="240,96 228,90.4 228,101.6" fill="black" transform="rotate(90,232,96)"/>
              <polygon class="arrowhead" points="80,112 68,106.4 68,117.6" fill="black" transform="rotate(180,72,112)"/>
              <polygon class="arrowhead" points="48,360 36,354.4 36,365.6" fill="black" transform="rotate(270,40,360)"/>
              <polygon class="arrowhead" points="48,280 36,274.4 36,285.6" fill="black" transform="rotate(270,40,280)"/>
              <polygon class="arrowhead" points="48,200 36,194.4 36,205.6" fill="black" transform="rotate(270,40,200)"/>
              <polygon class="arrowhead" points="48,128 36,122.4 36,133.6" fill="black" transform="rotate(270,40,128)"/>
              <g class="text">
                <text x="232" y="36">START</text>
                <text x="272" y="68">Receive</text>
                <text x="344" y="68">message_1</text>
                <text x="116" y="100">Processing</text>
                <text x="184" y="100">error</text>
                <text x="32" y="116">ABORTED</text>
                <text x="240" y="116">RCVD_M1</text>
                <text x="268" y="148">Verify</text>
                <text x="336" y="148">message_1</text>
                <text x="116" y="180">Processing</text>
                <text x="184" y="180">error</text>
                <text x="240" y="196">VRFD_M1</text>
                <text x="260" y="228">Send</text>
                <text x="320" y="228">message_2</text>
                <text x="112" y="260">Receive</text>
                <text x="168" y="260">error</text>
                <text x="240" y="276">WAIT_M3</text>
                <text x="272" y="308">Receive</text>
                <text x="344" y="308">message_3</text>
                <text x="116" y="340">Processing</text>
                <text x="184" y="340">error</text>
                <text x="240" y="356">RCVD_M3</text>
                <text x="268" y="388">Verify</text>
                <text x="336" y="388">message_3</text>
                <text x="112" y="420">(Processing</text>
                <text x="188" y="420">error)</text>
                <text x="240" y="436">COMPLETED</text>
                <text x="264" y="468">(Send</text>
                <text x="332" y="468">message_4)</text>
                <text x="240" y="516">PERSISTED</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
                          START
                            |
                            | Receive message_1
                            |
         Processing error   v
ABORTED <---------------- RCVD_M1
    ^                       |
    |                       | Verify message_1
    |                       |
    |    Processing error   v
    +-------------------- VRFD_M1
    ^                       |
    |                       | Send message_2
    |                       |
    |     Receive error     v
    +-------------------- WAIT_M3
    ^                       |
    |                       | Receive message_3
    |                       |
    |    Processing error   v
    +-------------------- RCVD_M3
    ^                       |
    |                       | Verify message_3
    |                       |
    |   (Processing error)  v
    +------------------- COMPLETED
                            |
                            | (Send message_4)
                            |
                            v
                         PERSISTED
]]></artwork>
        </artset>
      </section>
    </section>
    <section anchor="change-log">
      <name>Change Log</name>
      <t>RFC Editor: Please remove this appendix.</t>
      <ul spacing="normal">
        <li>
          <t>From -18 to -19
          </t>
          <ul spacing="normal">
            <li>
              <t>Clarifications:
              </t>
              <ul spacing="normal">
                <li>Relation to SIGMA</li>
                <li>Role of Static DH</li>
                <li>Initiator and Responder roles</li>
                <li>Transport properties</li>
                <li>Construction of SUITES_I</li>
                <li>Message correlation, new subsection 3.4.1, replacing former appendix H</li>
                <li>Role of description about long PLAINTEXT_2</li>
                <li>ead_label and ead_value</li>
                <li>Message processing (Section 5)</li>
                <li>Padding</li>
                <li>Cipher suite negotiation example</li>
              </ul>
            </li>
            <li>
              <t>Other updates:
              </t>
              <ul spacing="normal">
                <li>Improved and stricter normative text in Appendix A</li>
                <li>Naming and separate sections for the two message flows in Appendix A: Forward/Reverse message flow,</li>
                <li>Table index style captions</li>
                <li>Aligning with COSE terminology: header map -&gt; header_map</li>
                <li>Aligning terminology, use of "_" instead of "-"</li>
                <li>Prefixing "EDHOC_" to functions</li>
                <li>Updated list of security analysis papers</li>
                <li>New appendix with example state machine</li>
                <li>Acknowledgements</li>
                <li>Language improvements by native English speakers</li>
                <li>Updated IANA section with registration procedures</li>
                <li>New and updated references</li>
                <li>Removed appendix H</li>
              </ul>
            </li>
          </ul>
        </li>
        <li>
          <t>From -17 to -18  </t>
          <ul spacing="normal">
            <li>Padding realised as EAD with ead_label = 0, PAD fields removed</li>
            <li>Revised EAD syntax; ead is now EAD item; ead_value is now optional</li>
            <li>
              <t>Clarifications of
              </t>
              <ul spacing="normal">
                <li>Identifier representation</li>
                <li>Authentication credentials</li>
                <li>RPK</li>
                <li>Encoding of ID_CRED with kid</li>
                <li>Representation of public keys, y-coordinate of ephemeral keys and validation</li>
                <li>Processing after completed protocol</li>
                <li>Making verifications available to the application</li>
                <li>Relation between EDHOC and OSCORE identifiers</li>
              </ul>
            </li>
            <li>Terminology alignment in particular session / protocol; discontinue / terminate</li>
            <li>Updated CDDL</li>
            <li>Additional unicode encodings</li>
            <li>Large number of nits from WGLC</li>
          </ul>
        </li>
        <li>
          <t>From -16 to -17  </t>
          <ul spacing="normal">
            <li>EDHOC-KeyUpdate moved to appendix</li>
            <li>Updated peer awareness properties based on SIGMA</li>
            <li>Clarify use of random connection identifiers</li>
            <li>Editorials related to appendix about messages with long PLAINTEXT_2</li>
            <li>Updated acknowledgments (have we forgotten someone else? please send email)</li>
          </ul>
        </li>
        <li>
          <t>From -15 to -16  </t>
          <ul spacing="normal">
            <li>TH_2 used as salt in the derivation of PRK_2e</li>
            <li>CRED_R/CRED_I included in TH_3/TH_4</li>
            <li>Distinguish label used in info, exporter or elsewhere</li>
            <li>
              <t>New appendix for optional handling arbitrarily large message_2
              </t>
              <ul spacing="normal">
                <li>info_label type changed to int to support this</li>
              </ul>
            </li>
            <li>Updated security considerations</li>
            <li>Implementation note about identifiers which are bstr/int</li>
            <li>Clarifications, especifically about compact representation</li>
            <li>Type bug fix in CDDL section</li>
          </ul>
        </li>
        <li>
          <t>From -14 to -15
          </t>
          <ul spacing="normal">
            <li>
              <t>Connection identifiers and key identifiers are now byte strings
              </t>
              <ul spacing="normal">
                <li>
                  <t>Represented as CBOR bstr in the EDHOC message
                  </t>
                  <ul spacing="normal">
                    <li>Unless they happen to encode a one-byte CBOR int</li>
                  </ul>
                </li>
                <li>More examples</li>
              </ul>
            </li>
            <li>
              <t>EAD updates and details
              </t>
              <ul spacing="normal">
                <li>Definition of EAD item</li>
                <li>Definition of critical / non-critical EAD item</li>
              </ul>
            </li>
            <li>New section in Appendix D: Unauthenticated Operation</li>
            <li>
              <t>Clarifications
              </t>
              <ul spacing="normal">
                <li>Lengths used in EDHOC-KDF</li>
                <li>
                  <t>Key derivation from PRK_out
                  </t>
                  <ul spacing="normal">
                    <li>EDHOC-KeyUpdate and EDHOC-Exporter</li>
                  </ul>
                </li>
                <li>Padding</li>
              </ul>
            </li>
            <li>
              <t>Security considerations
              </t>
              <ul spacing="normal">
                <li>When a change in a message is detected</li>
                <li>Confidentiality in case of active attacks</li>
                <li>Connection identifiers should be unpredictable</li>
                <li>Maximum length of message_2</li>
              </ul>
            </li>
            <li>Minor bugs</li>
          </ul>
        </li>
        <li>
          <t>From -13 to -14
          </t>
          <ul spacing="normal">
            <li>Merge of section 1.1 and 1.2</li>
            <li>Connection and key identifiers restricted to be byte strings</li>
            <li>Representation of byte strings as one-byte CBOR ints (-24..23)</li>
            <li>Simplified mapping between EDHOC and OSCORE identifiers</li>
            <li>
              <t>Rewrite of 3.5
              </t>
              <ul spacing="normal">
                <li>Clarification of authentication related operations performed by EDHOC</li>
                <li>Authentication related verifications, including old section 3.5.1, moved to new appendix D</li>
              </ul>
            </li>
            <li>
              <t>Rewrite of 3.8
              </t>
              <ul spacing="normal">
                <li>Move content about use of EAD to new appendix E</li>
                <li>ead_value changed to bstr</li>
              </ul>
            </li>
            <li>
              <t>EDHOC-KDF updated
              </t>
              <ul spacing="normal">
                <li>transcript_hash argument removed</li>
                <li>TH included in context argument</li>
                <li>label argument is now type uint, all labels replaced</li>
              </ul>
            </li>
            <li>
              <t>Key schedule updated
              </t>
              <ul spacing="normal">
                <li>New salts derived to avoid reuse of same key with expand and extract</li>
                <li>PRK_4x3m renamed PRK_4e3m</li>
                <li>K_4 and IV_4 derived from PRK_4e3m</li>
                <li>New PRK: PRK_out derived from PRK_4e3m and TH_4</li>
                <li>Clarified main output of EDHOC is the shared secret PRK_out</li>
                <li>Exporter defined by EDHOC-KDF and new PRK PRK_exporter derived from PRK_out</li>
                <li>Key update defined by Expand instead of Extract</li>
              </ul>
            </li>
            <li>All applications of EDHOC-KDF in one place</li>
            <li>
              <t>Update of processing
              </t>
              <ul spacing="normal">
                <li>EAD and ID_CRED passed to application when available</li>
                <li>identity verification and credential retrieval omitted in protocol description</li>
                <li>Transcript hash defined by plaintext messages instead of ciphertext</li>
                <li>Changed order of input to TH_2</li>
                <li>Removed general G_X checking against selfie-attacks</li>
              </ul>
            </li>
            <li>Support for padding of plaintext</li>
            <li>Updated compliance requirements</li>
            <li>
              <t>Updated security considerations
              </t>
              <ul spacing="normal">
                <li>Updated and more clear requirements on MAC length</li>
                <li>Clarification of key confirmation</li>
                <li>Forbid use of same key for signature and static DH</li>
              </ul>
            </li>
            <li>Updated appendix on message deduplication</li>
            <li>
              <t>Clarifications of
              </t>
              <ul spacing="normal">
                <li>connection identifiers</li>
                <li>cipher suites, including negotiation</li>
                <li>EAD</li>
                <li>Error messages</li>
              </ul>
            </li>
            <li>Updated media types</li>
            <li>Applicability template renamed application profile</li>
            <li>Editorials</li>
          </ul>
        </li>
        <li>
          <t>From -12 to -13
          </t>
          <ul spacing="normal">
            <li>no changes</li>
          </ul>
        </li>
        <li>
          <t>From -12:
          </t>
          <ul spacing="normal">
            <li>Shortened labels to derive OSCORE key and salt</li>
            <li>ead_value changed to bstr</li>
            <li>Removed general G_X checking against selfie-attacks</li>
            <li>Updated and more clear requirements on MAC length</li>
            <li>Clarifications from Kathleen, Stephen, Marco, Sean, Stefan,</li>
            <li>Authentication Related Verifications moved to appendix</li>
            <li>Updated MTI section and cipher suite</li>
            <li>Updated security considerations</li>
          </ul>
        </li>
        <li>
          <t>From -11 to -12:
          </t>
          <ul spacing="normal">
            <li>Clarified applicability to KEMs</li>
            <li>Clarified use of COSE header parameters</li>
            <li>Updates on MTI</li>
            <li>Updated security considerations</li>
            <li>New section on PQC</li>
            <li>Removed duplicate definition of cipher suites</li>
            <li>Explanations of use of COSE moved to Appendix C.3</li>
            <li>Updated internal references</li>
          </ul>
        </li>
        <li>
          <t>From -10 to -11:
          </t>
          <ul spacing="normal">
            <li>Restructured section on authentication parameters</li>
            <li>Changed UCCS to CCS</li>
            <li>Changed names and description of COSE header parameters for CWT/CCS</li>
            <li>Changed several of the KDF and Exporter labels</li>
            <li>Removed edhoc_aead_id from info (already in transcript_hash)</li>
            <li>Added MTI section</li>
            <li>EAD: changed CDDL names and added value type to registry</li>
            <li>Updated Figures 1, 2, and 3</li>
            <li>Some correction and clarifications</li>
            <li>Added core.edhoc to CoRE Resource Type registry</li>
          </ul>
        </li>
        <li>
          <t>From -09 to -10:
          </t>
          <ul spacing="normal">
            <li>SUITES_I simplified to only contain the selected and more preferred suites</li>
            <li>Info is a CBOR sequence and context is a bstr</li>
            <li>Added kid to UCCS example</li>
            <li>Separate header parameters for CWT and UCCS</li>
            <li>CWT Confirmation Method kid extended to bstr / int</li>
          </ul>
        </li>
        <li>
          <t>From -08 to -09:
          </t>
          <ul spacing="normal">
            <li>G_Y and CIPHERTEXT_2 are now included in one CBOR bstr</li>
            <li>MAC_2 and MAC_3 are now generated with EDHOC-KDF</li>
            <li>Info field "context" is now general and explicit in EDHOC-KDF</li>
            <li>Restructured Section 4, Key Derivation</li>
            <li>Added EDHOC MAC length to cipher suite for use with static DH</li>
            <li>More details on the use of CWT and UCCS</li>
            <li>Restructured and clarified Section 3.5, Authentication Parameters</li>
            <li>Replaced 'kid2' with extension of 'kid'</li>
            <li>EAD encoding now supports multiple ead types in one message</li>
            <li>Clarified EAD type</li>
            <li>Updated message sizes</li>
            <li>Replaced "perfect forward secrecy" with "forward secrecy"</li>
            <li>Updated security considerations</li>
            <li>Replaced prepended 'null' with 'true' in the CoAP transport of message_1</li>
            <li>Updated CDDL definitions</li>
            <li>Expanded on the use of COSE</li>
          </ul>
        </li>
        <li>
          <t>From -07 to -08:
          </t>
          <ul spacing="normal">
            <li>Prepended C_x moved from the EDHOC protocol itself to the transport mapping</li>
            <li>METHOD_CORR renamed to METHOD, corr removed</li>
            <li>Removed bstr_identifier and use bstr / int instead; C_x can now be int without any implied bstr semantics</li>
            <li>Defined COSE header parameter 'kid2' with value type bstr / int for use with ID_CRED_x</li>
            <li>Updated message sizes</li>
            <li>New cipher suites with AES-GCM and ChaCha20 / Poly1305</li>
            <li>Changed from one- to two-byte identifier of CNSA compliant suite</li>
            <li>Separate sections on transport and connection id with further sub-structure</li>
            <li>Moved back key derivation for OSCORE from draft-ietf-core-oscore-edhoc</li>
            <li>OSCORE and CoAP specific processing moved to new appendix</li>
            <li>Message 4 section moved to message processing section</li>
          </ul>
        </li>
        <li>
          <t>From -06 to -07:
          </t>
          <ul spacing="normal">
            <li>Changed transcript hash definition for TH_2 and TH_3</li>
            <li>Removed "EDHOC signature algorithm curve" from cipher suite</li>
            <li>New IANA registry "EDHOC Exporter Label"</li>
            <li>New application defined parameter "context" in EDHOC-Exporter</li>
            <li>Changed normative language for failure from MUST to SHOULD send error</li>
            <li>Made error codes non-negative and 0 for success</li>
            <li>Added detail on success error code</li>
            <li>Aligned terminology "protocol instance" -&gt;  "session"</li>
            <li>New appendix on compact EC point representation</li>
            <li>Added detail on use of ephemeral public keys</li>
            <li>Moved key derivation for OSCORE to draft-ietf-core-oscore-edhoc</li>
            <li>Additional security considerations</li>
            <li>Renamed "Auxililary Data" as "External Authorization Data"</li>
            <li>Added encrypted EAD_4 to message_4</li>
          </ul>
        </li>
        <li>
          <t>From -05 to -06:
          </t>
          <ul spacing="normal">
            <li>New section 5.2 "Message Processing Outline"</li>
            <li>Optional inital byte C_1 = null in message_1</li>
            <li>New format of error messages, table of error codes, IANA registry</li>
            <li>Change of recommendation transport of error in CoAP</li>
            <li>Merge of content in 3.7 and appendix C into new section 3.7 "Applicability Statement"</li>
            <li>Requiring use of deterministic CBOR</li>
            <li>New section on message deduplication</li>
            <li>New appendix containin all CDDL definitions</li>
            <li>New appendix with change log</li>
            <li>Removed section "Other Documents Referencing EDHOC"</li>
            <li>Clarifications based on review comments</li>
          </ul>
        </li>
        <li>
          <t>From -04 to -05:
          </t>
          <ul spacing="normal">
            <li>EDHOC-Rekey-FS -&gt; EDHOC-KeyUpdate</li>
            <li>Clarification of cipher suite negotiation</li>
            <li>Updated security considerations</li>
            <li>Updated test vectors</li>
            <li>Updated applicability statement template</li>
          </ul>
        </li>
        <li>
          <t>From -03 to -04:
          </t>
          <ul spacing="normal">
            <li>Restructure of section 1</li>
            <li>Added references to C509 Certificates</li>
            <li>Change in CIPHERTEXT_2 -&gt; plaintext XOR KEYSTREAM_2 (test vector not updated)</li>
            <li>"K_2e", "IV_2e" -&gt; KEYSTREAM_2</li>
            <li>Specified optional message 4</li>
            <li>EDHOC-Exporter-FS -&gt; EDHOC-Rekey-FS</li>
            <li>Less constrained devices SHOULD implement both suite 0 and 2</li>
            <li>Clarification of error message</li>
            <li>Added exporter interface test vector</li>
          </ul>
        </li>
        <li>
          <t>From -02 to -03:
          </t>
          <ul spacing="normal">
            <li>Rearrangements of section 3 and beginning of section 4</li>
            <li>Key derivation new section 4</li>
            <li>Cipher suites 4 and 5 added</li>
            <li>EDHOC-EXPORTER-FS - generate a new PRK_4x3m from an old one</li>
            <li>Change in CIPHERTEXT_2 -&gt; COSE_Encrypt0 without tag (no change to test vector)</li>
            <li>Clarification of error message</li>
            <li>New appendix C applicability statement</li>
          </ul>
        </li>
        <li>
          <t>From -01 to -02:
          </t>
          <ul spacing="normal">
            <li>New section 1.2 Use of EDHOC</li>
            <li>Clarification of identities</li>
            <li>New section 4.3 clarifying bstr_identifier</li>
            <li>Updated security considerations</li>
            <li>Updated text on cipher suite negotiation and key confirmation</li>
            <li>Test vector for static DH</li>
          </ul>
        </li>
        <li>
          <t>From -00 to -01:
          </t>
          <ul spacing="normal">
            <li>Removed PSK method</li>
            <li>Removed references to certificate by value</li>
          </ul>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors want to thank
<contact fullname="Christian Amsüss"/>,
<contact fullname="Alessandro Bruni"/>,
<contact fullname="Karthikeyan Bhargavan"/>,
<contact fullname="Carsten Bormann"/>,
<contact fullname="Timothy Claeys"/>,
<contact fullname="Baptiste Cottier"/>,
<contact fullname="Martin Disch"/>,
<contact fullname="Donald Eastlake"/>,
<contact fullname="Stephen Farrell"/>,
<contact fullname="Loïc Ferreira"/>,
<contact fullname="Theis Grønbech Petersen"/>,
<contact fullname="Felix Günther"/>,
<contact fullname="Dan Harkins"/>,
<contact fullname="Klaus Hartke"/>,
<contact fullname="Russ Housley"/>,
<contact fullname="Stefan Hristozov"/>,
<contact fullname="Marc Ilunga"/>,
<contact fullname="Charlie Jacomme"/>,
<contact fullname="Elise Klein"/>,
<contact fullname="Steve Kremer"/>,
<contact fullname="Alexandros Krontiris"/>,
<contact fullname="Ilari Liusvaara"/>,
<contact fullname="Rafa Marín-López"/>,
<contact fullname="Kathleen Moriarty"/>,
<contact fullname="David Navarro"/>,
<contact fullname="Karl Norrman"/>,
<contact fullname="Salvador Pérez"/>,
<contact fullname="Radia Perlman"/>,
<contact fullname="David Pointcheval"/>,
<contact fullname="Maïwenn Racouchot"/>,
<contact fullname="Eric Rescorla"/>,
<contact fullname="Michael Richardson"/>,
<contact fullname="Thorvald Sahl Jørgensen"/>,
<contact fullname="Jim Schaad"/>,
<contact fullname="Michael Scharf"/>,
<contact fullname="Carsten Schürmann"/>,
<contact fullname="Ludwig Seitz"/>,
<contact fullname="Stanislav Smyshlyaev"/>,
<contact fullname="Valery Smyslov"/>,
<contact fullname="Peter van der Stok"/>,
<contact fullname="Rene Struik"/>,
<contact fullname="Vaishnavi Sundararajan"/>,
<contact fullname="Erik Thormarker"/>,
<contact fullname="Marco Tiloca"/>,
<contact fullname="Sean Turner"/>,
<contact fullname="Michel Veillette"/>,
and
<contact fullname="Mališa Vučinić"/>
for reviewing and commenting on intermediate versions of the draft. We are especially indebted to the late <contact fullname="Jim Schaad"/> for his continuous reviewing and implementation of early versions of this and other drafts.</t>
      <t>Work on this document has in part been supported by the H2020 project SIFIS-Home (grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
zuOBMWPcSbBhbcVvP1Pl9ZqtPyuEWpLOVf3tymm8U+8NuW5fwZJDXfiL6C0h
Fd9xUzNC4ml3W30+oIxTb2yyo+kgyJDUmeYAB17Iv7DloeF685zxfhgyLD0H
yFlKhpWsrNBRU9uu6I1UOhUAF72ogqa3Lf397QsVO+Jvb1+oGxjGaGAYbzUw
jI1SOa4aGMa/hYFhLAYGc7zGLcU27senwikYvfguh8y47pDZqiWOSUtkKcGw
bxUZfgdqIg3yl6qHo5p6OG66aq1+OA71wxPN59G/WMQYoywVWSXw52Z/V+Xp
UZsSOP6ZSuB9B3inkD9sG9RvrgWefL4WeLJVCzz5RVqgqde2TQsc/ywt8Leh
o9rFNVYt0Ied/XoE0tzbb6sFjv4hWqDZ+p+hBd6p053codM186EmnW5sGV9c
CdjmNW5GtymivcGIC4cOxpUF7lWx8z4jGTaomhDm8r7CeZVXbem3lLaJYiWF
EItTNuy5K/vnk8LcnTb+9Xbq6tGjxr3BjZHHX0mZEhqzBQkLrpyatjsOtN2T
+2i7Y08CTtsN1d2Tz1d3TwJ19+RXUHcD0UiZANMFbtQjNYTYEPk7pZeJSi/j
XrjTPInfh/Qy+cXSy5jXQg0xLtOxKl43goqF4RkYByhJSdXUzntk+hkIGUkz
bfJVj8VbEuStbNHhx16H/yLy2kyL66pDau5hoNmZmZhEqO3une0KUWXpJLgD
Ix/WMAhMHKRacLXE1/qiwsAXlWsVozNrmLUTLnpWwXVziQw+GTnswcPVwu6+
PTt8e3psklTqcRRSK6JAPPQUfemI3xqnDPvJtknQ3BQYnQoYdw4OX3U5Ja0e
AKrgPHd5+sb3ix0Yf4blZfw7sryc3mV58dj33jno7uFf/QLeRvpG+/a3X8BH
qtgyv9gidNJsERr/R1iETu6yCJ38Ohah8T/cIjT+NS1CvxtOzLkPvmyEO/29
issKrze5Yn1esxQNFCjk3q969/Wa7gJsopb4pjkjLZU8KL/t9xvkUzfCTdAI
N2lPx/V3moNGe/vu/OTtNwevCS6Co6sGBPYNPc1TAz6/QpuepLZwfsfFrUu4
qeTz6TzvUfqkfqE68J1kVuGmbve1hA5Th9yuNuOBcpi7lJwKR3SR3XJNIRY7
JevsV6nc0jNrqtsUBrfppxtKXcJidYlJzSYhwQ4xziX5z2OiURFAjE12KZoV
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
fEGWLfNI4WOWNRvYOw7INeHIUkVkceJi+9ktyCNzTUIhw8h6lwA1HUQkaZUU
FiY+VTpRxB0wm3nGxiaVbJw1Zng3ScdYpCb1+D5BbGiyY3LkiNrwBE8tFaK2
KmXgYSAv3u69Ob630DvidYngQ7VYXJjAoZqqjtlUhXnykywOGPAypqllFFm5
xvyqU6RD3qyfOv7c4h4LAVXEu8o5cAbpFcLhCD2nqCAjbFEhz7nYILxxJryV
OReDgHtqNliM2aNQtEolhcKhwgf/yLGoJjxWqzqYyE4jVONopeRCYJbbdjgM
UdlXfOEso9h8JPYa0f6UgvJRF4V51OHNbxBJJILdwsgQAWvx4TeSgCO3neW8
os8d7X67x9OkAVVip2Gshc8dl8ROZFi0lK92dj3YCGOzChiP29ESsdjtZu+w
gzpu6B3uQkqDPcBLBY2XrAzRnXh8snN0gl98t3NwcvpKQvkxTLMIUGdRjTjQ
MixwDo1KIkEXYRXuuTpiTaSs61qc19Il9r7z7A2oK3tBjXBukCurJ7XviK0f
q4y0yzLSMcpIkkbpe8IQJcZxoTVwPksrWBVyTPLCIq54kYazW6MRyzCpoBUu
HEtGHmnaGbvNDiEwLjFf9n8MCxHeKE8GE0oWk3nJqFiYUcfhqrATb6+mVjdM
0czfjCq+P37xkYzxVxsfUVhPS4vL7pmjyX1RfRKKvjPa6WN2XntcsvOmJHuo
Y4fdPLKHb4+e46+t+OxgNcJ0lhXRvH2U77kcMIp6xxWY3JXXQMpZkiyrDqp7
xiWDCWduHE3kM7XRx+yie3yru29eHb7cx3bdga3S/R0rcqEnlTtXZgR9Z+H/
2fiAG3KwKj8DjfuGa1+tMsH3V+ue5Ps/B8lXL9wSgux/Msn3H0ny1MPh/tHx
wbFMnIkDJn4/RThJWkjj0ZRBOO9CCkGssFlJtjE4e6jHyA41hIrXwwNhhvIx
ROXW4+HaQvDzq2ZS+t9vmeHT9z8m1T8/riz5gr+Fy8uUAeg8uqkjDnsQAsSf
6xW9iH4TF2BRvk7v/w/3tr60b9ejY7ePGCt9exgfFxwrfvGrqmIxyqQ/a6zf
sjr9Sw9VOOxnDTXY/95jB1oL9p9q/tw3UE/38Ve/un/wnzipWkws/foj3nqo
r1q8PdDo9fIxMBEsXRUYJPPGeuVYDNd54AQv/VwmX3/g/VpErTygh/jGks/v
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
mLocDxA2EtVkxMeI0jBxY2nc8Ej5q48wM7q+MHCHSfzJZDEaybI8wdKUT9Tw
FkIxBTFvYZfE3fzNpCY10muyYbzRwMiN5b3N7qL2phylQzew3dNbubK4rt1l
CbE9n6OMo24LP1IxcwjNEeTtKYhZR07OQ2gV+rhBTNTq4f4+wCN66qVUdokV
mWEIqpT8msaKaa1k5CQUH1/Ma0J4y6NcmoQNGqdIrrJMe6L2VIO0WqI194UZ
Q3DeFCH29kGqQ4kjTIeiBnb2j5tf775ibnaZwv9129DR4XR01+m11fIrtxrt
C9qfaAtupmyHMkuG2/36eMepRXMnsVmO7ZzM04nZRLkKvLogebZSWqhYnDUd
f1DuQtsG0i7J09bY6fNLuaj5LD2fN0tppXRHclvyNC0DYXtqfWHjw680O8lQ
ZMH7TjJyD1fU1XCWdn8q2B/V3tgOV3xepTPnbo7kfhFbSC+kZkFeNDqeA0cA
fnGNJXKx50iwFkIhD7JKCdqUk6Veoiy16p+2WpQq9Z6iV+WyWvXXkTUtG1HQ
hSyM1P+NczyHywPHT8MlLDqMP/nmzduXe+KjQnVQtgFR2H3MMJUmaDroJlyo
Nmu+HCpo7zm+pQj2nr807chzI6ncbVydq543CQ7oKkYoJKvi6wxXyWnS6pvZ
B+ZG0MZVTpp4XMJPKws12AOx/CygGvrgSTBO1geuFuatqzuLW9ChRgjBjlXU
VtFIvXpPmbVVOz1BdOL787RvDsxp3xwPdju217f9eupBW2t1k1U9f8Y1/oZh
ZKW3N+oAxOOD5SrJgn7aSb5K8D4MAsR9H1IZzWXOerxa8iyEKbXwaXBuLHWT
61dRjCWKyl60EhfLiPHKUsTXYHD9e60N1iecQsc5rxOzHvjMamj3oDwB1PZX
detQ/zcoaAHeJgms5XW+xwAUU7iro8N4xpXSQjlQRrxFcK5CTqYDWOXwpz0p
J1HAA6y0OvSG1UAmU0uDc8oj1CXegrQL88KyX/Z0tteEvphNHWWIO/D8GE90
5Cer6CjWz2Mj1iMlNn0Iq30l1zD16Sz6JjRcFLq3zrpl58Xeq3Z/uyRiB14s
eyK9KYC0R4T1N1XgioCqkWCtCgQL5U25EY5aUjNT4oq+PKE6N7mKIQKrjWT1
4Fv8BduyKGwsQjh0eefQV5rs253TCybYPN1OfvAlo1947OxhhkU3Cr1aHJpr
cjZFxYa2tE2nr7tk9wMeETA5vTnJ3nKeIqaLXwuzXWxibPfcdqUzKoXpyoO4
Q04DOQNOw+Al5itZiMj9azmEPLEbSIPsoFljU0Wwlt8fYij4Ea1l4oFqHcgT
eX7odkZ8aIaweohKUPg93Wfe33ai8zy9QPxfg7Fllqn++FUPeMvusgNjzwkb
CdvdivulA/eL1g5VP2bFMMRlklt52y14qyfKLMH/RIrGJzGHW4LNX8ZvnPM5
dghgoJY/hCQKOY3drwYb/tqd7ZARHx6/EESX8POQY9gaIGd3rMRwuZcwEAkD
mjlSKxt+tTqZrmqdbBIYQD1xpfPSybuV9+/f717O8H4CItsZFz/9c1F8+PCh
gV/sYFgIzHg2TZ7NFpNcP3+RguqQwzLAK88u09lFep1O9MvddFZg7NMzvOIn
7uOTfAzH/Q73F8Qq/fQZhqsWKDFM57DFM/38FQa3TTBSaXCpn+0hWwJxJi3m
WPBCPxazefI8xXjlkX78cvrTfx4kz9Fils9SN4rLLC+Sr2c//ZfJWTa4TA7J
vpG5UT7PRkDZX//0z4gs40azB/P8Jp29yydu4C9G6aLAD+d+JEcL4HzfIHp4
dmdGd45v4wpP/zy9NhMcJAejxeTCjQ0O9QyU2+R3KV2k+vE+RnsmL0ZZPjGN
gtT9Ah0NM7NXt7RVBXyBgX/Qo353gEckeZkvius09YtxlJ6n6Gz46f+eNF/+
9P9cZX/2G8xOCbQz5Vg706/ENeiPr2G/gTkYchglr0H9H3sqOE5H1+kQjsHh
T//XzDd8lKIb6TCbjcyz3OghyuuDS/R7+kX66T/fZJNJcgRLshhcTuduUWZw
tODSBRl75ObzKgf+lo2SI/x3NiymnviA8K+ReI7Ty1Hyu5/+C0iAE7Ptv8vH
yTG8hIXJwrbw09l5TNvw6U//HJD3y8XwJscUynz+Z79NKQh+o/Q6OR7fFZej
uzRz+/9tOsJayvjFyFPFodSTQXUPs1Cn79zCwfUAH8wW+TvfRF5cTmDtkuMF
yL4z+N8/+kWFFXqX4LzHQLjBwRpMk5N8NB24dUNHU3KC5Vxndvow+2+zfDTK
5nMmRiAvbmKU/7//KU2+Xfy3/w1Ez//2P8GXK4xOjmKghr6LNChlIuiCJifi
nEooFupXoZhG1J1ayXcZ2WwzKQpG6E3D7EyCehisDdE6o/0ibovpFxLviqDr
4VAiAHm824Bk76Jx5OxS4OoTNCSCop7O3rHhDQOsREQmNC+JwQVhASM9Ywic
b7rtbhttEwTTe3zw/OC4+Q06G2oXM2TABD9IbW2tddfXuphBiLk156PF+fnK
/wduC8QHHewCAA==

-->

</rfc>
