<?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.17 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lake-edhoc-18" category="std" consensus="true" submissionType="IETF" tocDepth="2" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.3 -->
  <front>
    <title abbrev="EDHOC">Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-18"/>
    <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="2022" month="November" day="28"/>
    <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 emphasizes the possibility to reference rather than to transport credentials in order to reduce message overhead, but the latter is also supported. 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"/> 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>Compared to the DTLS 1.3 handshake <xref target="RFC9147"/> with ECDHE and connection ID, the EDHOC message size when transferred in CoAP can be less than 1/6 when RPK authentication is used, see <xref target="I-D.ietf-lwig-security-protocol-comparison"/>. <xref target="fig-sizes"/> shows examples of EDHOC message sizes based on the assumptions in Section 2 of <xref target="I-D.ietf-lwig-security-protocol-comparison"/>, comparing 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"/>.</t>
        <figure anchor="fig-sizes">
          <name>Examples of EDHOC message sizes in bytes.</name>
          <artwork 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>
        </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="transfer"/> shows how to transfer EDHOC with CoAP and establish an OSCORE security context.</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 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 which provides identity protection of the Initiator (SIGMA-I) against active attackers, and like IKEv2, EDHOC implements the MAC-then-Sign variant of the SIGMA-I protocol shown in <xref target="fig-sigma"/>.</t>
      <figure anchor="fig-sigma">
        <name>MAC-then-Sign variant of the SIGMA-I protocol used by EDHOC.</name>
        <artwork 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>
      </figure>
      <t>The parties exchanging messages in an EDHOC session are called Initiator (I) and Responder (R). 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>Verification of the selected 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) between an Initiator and a Responder, an optional fourth message (message_4), and an error message.
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>
          <artwork 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>
        </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.</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>
          <artwork 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>
        </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>fragmentation and reassembly,</li>
          <li>demultiplex EDHOC messages from other types of messages,</li>
          <li>denial-of-service protection,</li>
          <li>message correlation.</li>
        </ul>
        <t>The Initiator and the Responder need to have agreed on a transport to be used for EDHOC, see <xref target="applicability"/>.</t>
        <section anchor="ci-edhoc">
          <name>Use of Connection Identifiers for EDHOC Message Correlation</name>
          <t>The transport needs to support the correlation between EDHOC messages and facilitate the retrieval of protocol state and security context during an EDHOC session, including an indication of a message being message_1. The correlation may reuse existing mechanisms in the transport protocol. For example, the CoAP Token may be used to correlate EDHOC messages in a CoAP response and an associated CoAP request.</t>
          <t>Connection identifiers may be used to correlate EDHOC messages and facilitate the retrieval of protocol state/security context during an EDHOC session. Transports that do not inherently provide correlation across all messages of an EDHOC session can send connection identifiers along with EDHOC messages to gain that required capability, e.g., by prepending the appropriate connection identifier (when available from the EDHOC protocol) to the EDHOC message. Transport of EDHOC in CoAP payloads is described in <xref target="coap"/>, which also shows how to use connection identifiers and message_1 indication with CoAP.</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 to retrieve the authentication credential CRED_R and the authentication key of R.</li>
            <li>ID_CRED_I is intended to facilitate for the Responder to retrieve 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 COSE header maps 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>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>Example: X.509 certificates can be identified by a hash value using the 'x5t' parameter:</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:</t>
          <ul spacing="normal">
            <li>ID_CRED_x = { 4 : kid_x }, where kid_x : kid, for x = I or R.</li>
          </ul>
          <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"/>) of one or more EAD items ead defined in <xref target="fig-ead-item"/>. See <xref target="CDDL"/> for the CDDL definitions.</t>
        <figure anchor="fig-ead-item">
          <name>Definition of EAD item.</name>
          <sourcecode type="CDDL"><![CDATA[
ead = (
  ead_label : int,
  ? ead_value : bstr,
)
]]></sourcecode>
        </figure>
        <t>A security application using external authorization data needs to register a positive ead_label and optionally an associated ead_value format, for each EAD item it uses (see <xref target="iana-ead"/>). Each application registers its own EAD items and describes the associated processing and security considerations. The application may define multiple uses of certain EAD items, e.g., the same EAD item may be used in different EDHOC messages with the same application. Multiple occurrences of an EAD item in one EAD field may also be specified.</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 EDHOC message. A negative value indicates that the EAD item is critical and a non-negative value indicates that this EAD item is non-critical. The specification registering a new EAD label 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>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 specification must define the error processing. A non-critical EAD item can be ignored.</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 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 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 is achieved by omitting the ead_value:
              </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 randomly generated 0xe9 encoded as ead_value:
              </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>
        </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 incompliance, 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 incompliance 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 Extract (<xref target="extract"/>) and 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>Extract is used to derive fixed-length uniformly pseudorandom keys (PRK) from ECDH shared secrets. 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 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>Extract</name>
          <t>The pseudorandom keys (PRKs) used for EDHOC message processing are derived using Extract:</t>
          <artwork><![CDATA[
   PRK = Extract( salt, IKM )
]]></artwork>
          <t>where the input keying material (IKM) and salt are defined for each PRK below.</t>
          <t>The definition of 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 Extract( salt, IKM ) = HKDF-Extract( salt, IKM ) <xref target="RFC5869"/></li>
            <li>if the EDHOC hash algorithm is SHAKE128, then Extract( salt, IKM ) = KMAC128( salt, IKM, 256, "" )</li>
            <li>if the EDHOC hash algorithm is SHAKE256, then 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"/>.</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 = 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 = 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>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 Expand:</t>
          <artwork><![CDATA[
   OKM = EDHOC-KDF( PRK, info_label, context, length )
       = 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 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 Expand( PRK, info, length ) = HKDF-Expand( PRK, info, length ) <xref target="RFC5869"/></li>
            <li>if the EDHOC hash algorithm is SHAKE128, then Expand( PRK, info, length ) = KMAC128( PRK, info, L, "" )</li>
            <li>if the EDHOC hash algorithm is SHAKE256, then 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. Keys for applications are derived from PRK_out, see <xref target="exporter"/>. For the purpose of using EDHOC-Exporter, an application only needs 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 TEE, 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"/>. The unprotected COSE header in COSE_Sign1, and COSE_Encrypt0 (not included in the EDHOC message) MAY contain parameters (e.g., 'alg').</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 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 provided by the transport, see <xref target="transport"/>. 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>If the processing fails for some reason then, typically, an error message is sent, the protocol is discontinued, and the protocol state erased. 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. This assumes that message duplication due to re-transmissions is handled by the transport protocol, see <xref target="transport"/>. The case when the transport does not support message deduplication is addressed 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 in order of preference, the first cipher suite in network byte order is the most preferred by I, the last is the one selected by I for this session. If the most preferred cipher suite is selected then SUITES_I contains only that cipher suite and is encoded as an int. The processing steps are detailed below and in <xref target="wrong-selected"/>.</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 Initiator SHALL compose message_1 as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Construct SUITES_I complying with the definition in <xref target="asym-msg1-form"/>}, and furthermore:
              </t>
              <ul spacing="normal">
                <li>The Initiator MUST select its most preferred cipher suite, conditioned on what it can assume to be supported by the Responder.</li>
                <li>The selected cipher suite (i.e., the last cipher suite in SUITES_I) MAY be different between sessions, e.g., based on previous error messages (see next bullet), but all cipher suites which are more preferred by I than the selected cipher suite MUST be included in SUITES_I.</li>
                <li>If the Initiator previously received from the Responder an error message with error code 2 containing SUITES_R (see <xref target="wrong-selected"/>) which indicates 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 the supported cipher suites and the order of preference in SUITES_I based on previous error messages.</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 for the length of the protocol.</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 as follows:</t>
          <ul spacing="normal">
            <li>Decode message_1 (see <xref target="CBOR"/>).</li>
            <li>Verify that the selected cipher suite is supported and that no prior cipher suite in SUITES_I is supported.</li>
            <li>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;
              </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 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 as follows:</t>
          <ul spacing="normal">
            <li>Decode message_2 (see <xref target="CBOR"/>).</li>
            <li>Retrieve the protocol state using the message correlation provided by the transport (e.g., the CoAP Token, the 5-tuple, or the prepended C_I, see <xref target="coap"/>).</li>
            <li>Decrypt CIPHERTEXT_2, see <xref target="asym-msg2-proc"/>.</li>
            <li>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 as follows:</t>
          <ul spacing="normal">
            <li>Decode message_3 (see <xref target="CBOR"/>).</li>
            <li>Retrieve the protocol state using the message correlation provided by the transport (e.g., the CoAP Token, the 5-tuple, or the prepended C_R, see <xref target="coap"/>).</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>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 the message correlation provided by the transport (e.g., the CoAP Token, the 5-tuple, or the prepended C_I, see <xref target="coap"/>).</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>
        <artwork><![CDATA[
+----------+---------------+----------------------------------------+
| ERR_CODE | ERR_INFO Type | Description                            |
+==========+===============+========================================+
|        0 | any           | Success                                |
+----------+---------------+----------------------------------------+
|        1 | tstr          | Unspecified error                      |
+----------+---------------+----------------------------------------+
|        2 | suites        | Wrong selected cipher suite            |
+----------+---------------+----------------------------------------+
]]></artwork>
      </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 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 the first example (<xref target="fig-error1"/>), the Responder supports cipher suite 6 but not the initially selected cipher suite 5.</t>
          <figure anchor="fig-error1">
            <name>Example of an Initiator supporting suites 5, 6, 7, 8, and 9 in decreasing order of preference, and a Responder supporting suite 6 but not suite 5. The Responder rejects the first message_1 with an error indicating support for suite 6. 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.</name>
            <artwork 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>
          </figure>
          <t>In the second example (<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 responds with SUITES_R containing the supported suites, after which the Initiator selects its most preferred supported suite.  (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 suite in the second message_1.)</t>
          <figure anchor="fig-error2">
            <name>Example of an Initiator supporting suites 5, 6, 7, 8, and 9 in decreasing order of preference, and a Responder supporting suites 8 and 9 but not 5, 6 or 7. The Responder rejects the first message_1 with an error indicating support for suites 8 and 9 (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.</name>
            <artwork 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>
          </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 no essential difference. 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 inherits its security properties from the theoretical SIGMA-I protocol <xref target="SIGMA"/>. 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="Jacomme23"/> <xref target="Norrman20"/> <xref target="Bruni18"/> 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 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, it is recommended to use a freshly generated authentication key as identity in each initial TOFU exchange.</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 it is RECOMMENDED to use the same hash algorithm as in the cipher suite but with as much truncation as possible, i.e., when the EDHOC hash algorithm is SHA-256 it is RECOMMENDED to use SHA-256/64 in x5t and c5t. 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, 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) 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. It is RECOMMENDED to discontinue the protocol if the received EDHOC message is not deterministic CBOR.</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <section anchor="exporter-label">
        <name>EDHOC Exporter Label Registry</name>
        <t>IANA has created a new registry titled "EDHOC Exporter Label" under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Expert Review" <xref target="RFC8126"/>. The columns of the registry are Label and Description. Label is a uint. Description is a text string. The initial contents of the registry are:</t>
        <!-- TBD Labels for private use? -->

<artwork><![CDATA[
Label: 0
Description: Derived OSCORE Master Secret
]]></artwork>
        <artwork><![CDATA[
Label: 1
Description: Derived OSCORE Master Salt
]]></artwork>
      </section>
      <section anchor="suites-registry">
        <name>EDHOC Cipher Suites Registry</name>
        <t>IANA has created a new registry titled "EDHOC Cipher Suites" under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Expert Review" <xref target="RFC8126"/>. 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
Desc: Reserved for Private Use
]]></artwork>
        <artwork><![CDATA[
Value: -23
Array: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork><![CDATA[
Value: -22
Array: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork><![CDATA[
Value: -21
Array: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork><![CDATA[
Value: 0
Array: 10, -16, 8, 4, -8, 10, -16
Desc: AES-CCM-16-64-128, SHA-256, 8, X25519, EdDSA,
      AES-CCM-16-64-128, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 1
Array: 30, -16, 16, 4, -8, 10, -16
Desc: AES-CCM-16-128-128, SHA-256, 16, X25519, EdDSA,
      AES-CCM-16-64-128, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 2
Array: 10, -16, 8, 1, -7, 10, -16
Desc: AES-CCM-16-64-128, SHA-256, 8, P-256, ES256,
      AES-CCM-16-64-128, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 3
Array: 30, -16, 16, 1, -7, 10, -16
Desc: AES-CCM-16-128-128, SHA-256, 16, P-256, ES256,
      AES-CCM-16-64-128, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 4
Array: 24, -16, 16, 4, -8, 24, -16
Desc: ChaCha20/Poly1305, SHA-256, 16, X25519, EdDSA,
      ChaCha20/Poly1305, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 5
Array: 24, -16, 16, 1, -7, 24, -16
Desc: ChaCha20/Poly1305, SHA-256, 16, P-256, ES256,
      ChaCha20/Poly1305, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 6
Array: 1, -16, 16, 4, -7, 1, -16
Desc: A128GCM, SHA-256, 16, X25519, ES256,
      A128GCM, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 24
Array: 3, -43, 16, 2, -35, 3, -43
Desc: A256GCM, SHA-384, 16, P-384, ES384,
      A256GCM, SHA-384
]]></artwork>
        <artwork><![CDATA[
Value: 25
Array: 24, -45, 16, 5, -8, 24, -45
Desc: ChaCha20/Poly1305, SHAKE256, 16, X448, EdDSA,
      ChaCha20/Poly1305, SHAKE256
]]></artwork>
      </section>
      <section anchor="method-types">
        <name>EDHOC Method Type Registry</name>
        <t>IANA has created a new registry entitled "EDHOC Method Type" under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Specification Required" <xref target="RFC8126"/>. The columns of the registry are Value, Initiator Authentication Key, and Responder Authentication Key, where Value is an integer and the other columns are text strings describing the authentication keys. The initial contents of the registry are shown in <xref target="fig-method-types"/>.</t>
      </section>
      <section anchor="error-code-reg">
        <name>EDHOC Error Codes Registry</name>
        <t>IANA has created a new registry entitled "EDHOC Error Codes" under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Expert Review" <xref target="RFC8126"/>. The columns of the registry are ERR_CODE, ERR_INFO Type and Description, 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"/>.</t>
      </section>
      <section anchor="iana-ead">
        <name>EDHOC External Authorization Data Registry</name>
        <t>IANA has created a new registry entitled "EDHOC External Authorization Data" under the new registry group "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Specification Required" <xref target="RFC8126"/>. The columns of the registry are Label, Description, and Reference, where Label is a positive integer and the other columns are text strings.</t>
      </section>
      <section anchor="cwt-header-param">
        <name>COSE Header Parameters Registry</name>
        <t>IANA has registered the following entries in the "COSE Header Parameters" registry under the registry group "CBOR Object Signing and Encryption (COSE)". 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>
        <artwork><![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>
      </section>
      <section anchor="well-known">
        <name>The Well-Known URI Registry</name>
        <t>IANA has added 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 has added 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>
          <artwork><![CDATA[
+--------------------------------+----------+------+-------------------+
| Media Type                     | Encoding | ID   | Reference         |
+--------------------------------+----------+------+-------------------+
| application/edhoc+cbor-seq     | -        | TBD5 | [[this document]] |
| application/cid-edhoc+cbor-seq | -        | TBD6 | [[this document]] |
+--------------------------------+----------+------+-------------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="rt">
        <name>Resource Type (rt=) Link Target Attribute Values Registry</name>
        <t>IANA has added 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". 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 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>Specifications are recommended. When specifications are not provided, the description provided needs to have sufficient information to verify the 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="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="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="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="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="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="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="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="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="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-17.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="22" month="October" 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-17"/>
        </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-04.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="July" year="2022"/>
            <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-04"/>
        </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-05.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="2" month="November" year="2020"/>
            <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. The analyzed security protocols are DTLS 1.2, DTLS 1.3, TLS 1.2, TLS 1.3, 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-05"/>
        </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="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="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="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>
      </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.</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 are 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 is the application AEAD algorithm of the selected cipher suite for the EDHOC session.</li>
          <li>The HKDF Algorithm is 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 are 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>
          <artwork align="center"><![CDATA[
+----------------+-----------+--------------+
| EDHOC \ OSCORE | Sender ID | Recipient ID |
+----------------+-----------+--------------+
| Initiator      |    C_R    |     C_I      |
+----------------+-----------+--------------+
| Responder      |    C_I    |     C_R      |
+----------------+-----------+--------------+
]]></artwork>
        </figure>
        <t>Client and Server 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 one instance for how EDHOC can be transferred as an exchange of CoAP <xref target="RFC7252"/> messages. CoAP provides a reliable transport that can preserve packet ordering 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>By default, the CoAP client is the Initiator and the CoAP server is the Responder, but the roles SHOULD be chosen to protect the most sensitive identity, see <xref target="security"/>. 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"/>. According to this specification, EDHOC is transferred in POST requests and 2.04 (Changed) responses to the Uri-Path: "/.well-known/edhoc", see <xref target="well-known"/>. An application may define its own path that can be discovered, e.g., using a resource directory <xref target="RFC9176"/>.</t>
        <t>By default, the message flow is as follows:</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.</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.</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>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 are prepended with the CBOR serialization of the connection identifier which the server has chosen. This applies independently of if the CoAP server is Responder or Initiator.</t>
        <ul spacing="normal">
          <li>For the default case when the server is Responder, message_3 is sent from the client prepended with the identifier C_R. In this case message_1 is also sent by the client, and to indicate that this is a new EDHOC session it is prepended with a dummy identifier, the CBOR simple value <tt>true</tt> (0xf5), since the server has not selected C_R yet. See <xref target="fig-coap1"/> for an example.</li>
          <li>In the case when the server is Initiator, message_2 (and, if present, message_4) is sent from the client prepended with the identifier C_I. See <xref target="fig-coap2"/> for an example.</li>
        </ul>
        <t>The prepended identifiers are encoded in CBOR and thus self-delimiting. The integer representation of identifiers described in <xref target="bstr-repr"/> is used, when applicable. 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>The application/edhoc+cbor-seq media type does not apply to a CoAP message that transports an EDHOC message prepended by a connection identifier; its media type is application/cid-edhoc+cbor-seq.</t>
        <t>An example of a successful EDHOC exchange using CoAP is shown in <xref target="fig-coap1"/>. In this case the CoAP Token enables correlation on the Initiator side, and the prepended C_R enables correlation on the Responder (server) side.</t>
        <figure anchor="fig-coap1">
          <name>Example of transferring EDHOC in CoAP when the Initiator is CoAP client. The optional message_4 is included in this example, without which that message needs no payload.</name>
          <artwork 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>
        </figure>
        <t>The exchange in <xref target="fig-coap1"/> protects the client identity against active attackers and the server identity against passive attackers.</t>
        <t>An alternative exchange that protects the server identity against active attackers and the client identity against passive attackers is shown in <xref target="fig-coap2"/>. In this case the CoAP Token enables the Responder to correlate message_2 and message_3, and the prepended C_I enables correlation on the Initiator (server) side. If EDHOC message_4 is used, C_I is prepended, and it is transported with CoAP in the payload of a POST request with a 2.04 (Changed) response.</t>
        <figure anchor="fig-coap2">
          <name>Example of transferring EDHOC in CoAP when the Initiator is CoAP server.</name>
          <artwork 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>
        </figure>
        <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 its 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 does not restrict how error messages are transported with CoAP, as long as the appropriate error message can 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>
        <section anchor="edhoc-oscore-over-coap">
          <name>Transferring EDHOC and OSCORE 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>
          <t>A method for combining the EDHOC and OSCORE protocols in two round-trips is specified in <xref target="I-D.ietf-core-oscore-edhoc"/>. That specification also contains conversion from OSCORE Sender/Recipient IDs to EDHOC connection identifiers, web-linking and target attributes for discovering of EDHOC resources.</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 ). 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 to get used to CBOR by using the CBOR playground <xref target="CborMe"/>.</t>
        <artwork 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>
      </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 a COSE header map 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="transports-not-natively-providing-correlation">
      <name>Transports Not Natively Providing Correlation</name>
      <t>Protocols that do not natively provide full correlation between a series of messages can send the C_I and C_R identifiers along as needed.</t>
      <t>The transport over CoAP (<xref target="coap"/>) can serve as a blueprint for other server-client protocols:
The client prepends the C_x which the server selected (or, for message_1, the CBOR simple value <tt>true</tt> which is not a valid C_x) to any request message it sends.
The server does not send any such indicator, as responses are matched to request by the client-server protocol design.</t>
      <t>Protocols that do not provide any correlation at all can prescribe prepending of the peer's chosen C_x to all messages.</t>
      <!--
Protocols that can provide all the necessary correlation but do not have any short-lived component to it
may need ... no, they don't need anything special: after an error, the next thing is a message 1 again.
-->

</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 provide an extended 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>Another solution is to make use of multiple invocations of HKDF-Expand and negative values of info_label, as specified in the remainder of this section.</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 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="change-log">
      <name>Change Log</name>
      <t>RFC Editor: Please remove this appendix.</t>
      <ul spacing="normal">
        <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="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="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="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 <contact fullname="Jim Schaad"/> for his continuous reviewing and implementation of different versions of the draft.</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:
H4sIAAAAAAAAA9y9y3YbSZYguOdX+EgLAZkARDwoUcqMmmGQVIgpKaQiGRkR
p6aOjhNwkJ4C4Eh3BymmMvrMZlbzBbOa/oo5vZhV15/0l8x9ml3zB0gpHh3d
rCwFCbibXTO7dt+Pfr+/U6blInkeHa+vkmWSx4voKJ3P06T/MlkslvEqenud
5NHh27PjqHN89PLtYXdnlk1X8RLemeXxvOynSTnvL+IPST+ZXWXT/nB/J764
yJNrGBRf2NlJ1/nzqMw3RTna3X22O9qJ8yR+Hp0dH+7cZPmHyzzbrJ9Hrw9e
HUffw9/p6jL6Bj/bmcbl86goZzvF5mKZFkWarcrbNcx8cnz+YmearYpkVWwK
GjzZgQ9m8O7zaAMA7e+s0+fRw2gKS9gUSRTneXwbddJ5FC8W0W1SdKMsj67i
4iq6SvJkJ4rKbPocv4Bfiywv82ReuL9vl/ZPeHKWrMur59FoZyfelFdZ/nyn
H/GmfPMf/28Oc54li3g1S3J8e5PzV+azLAc4j/N0WhTZKjr4Gj5ymyaf4psA
RVLiTvWHTybR/m50BnN/uMoWS/h2mm1WZX4LX98kswSfT5ZxungeXWYAwaCQ
2f63RAYcTLOlA/Mv2dUqepcnm//4f6I3cVnKjOkqLdN4AUv9i4W8/uCvuoC/
AXCDpUzWDP8LWOI0KaZx9C5eZMsLADwA2Hz4q4I6VzgGa50yBHhnleWwlPQ6
eb4Dr52+OBwNh8+e86/j0VP3697eSH7dGw6f6K+j/V39df+JPvsEbpH++uyJ
/9UN9nTkBnv6ZDTRX59O9vXXZ3v67P5w9MT9+lSf3R8/dZ+On+lg+5Ohzrb/
xP461l+futn2n05G/ten+uuziU78bNcBCb/qCM+GT/fw15P+0YBIyzQrkv7H
vV14bSddzWu7+WxfAX0yfOaWOhrt+73wvz7zi3rifp1M3K/Pxk8dSLu7DiQH
PkD3JIAuj8uinwCdsh8SNcyTvxf1T8s8BnSpLDBP+llB/yESWl/+9CLL+8kK
CFwy60+TvGwd4ENy29+sZ3GZhHPfpJf96Sa/RrjWeQKEs4RtBApaf6xI4MG0
vO2v8wyuQLaACZbrOE8Bpd3TOc47zy/7s6TsF+ll0b9Jy6v+KksLN7NSIF45
Esp/6Fdx/uFD1o/z6VU/XZVJvoJRyitgC2V/CYtc9C836QxvFh3z2bv+/u5u
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
O5m7XVp0todV4fqCLOHxZVqYppRtBfQKj4DmtXVM/IxPh57qSBJktye5F3aK
2D57vwEH0YucGzdT+61+vlmtfFrg9hOALcB+oXoLifRKu+JodruKl9J8Jfk4
TxdlbiNrSfzU27vcFBL8LFiJ9IzCf2NJ4/VJlNliEV9kOZeJcFchNjF1vF5T
VOU8gwMH9KQBEiYRsFkXOTbRTlw2IShFgH34fmlfkAa/xe1yiXnS0+gSGPSa
D2NOKlmGaRUxyUd1zMa47OvE9wumhXviP804ronzrPP4xjStKaSUymLeF2kH
m8ewVJBwRW8sHkKx8u5mnX7WENpMjPnAlHVCKoZhm+eA2INhj9LBnUifD4uW
rAVQgOLZZ2wU89vwdiwwbBoVNkF1vS1eTkH7ohT4pJYzRbcRy8UGyHokMSJp
2qvZGZJAUAwiB4UqRduuKAyFirikNyZlwWXBQjEb8AjuApxuWSMDM3nV5XM6
QBjDffYkar24z2516nVrnCZ8r210vj8VWMwOtJ2Dg0GSCOOKtsEMz2y/RBY2
062mCV8evXohVSWMma1DjYWKKxLKiMyWXdiHWGNOA8oH9yCYT4vdiOmgcgzB
oFWITEvjVjoayEFCSMNRNFl9C8CV0kl3FeiBO/O1NttjHc4KSMaKkwcmX6wA
8x6+LRpMHjE2GkyXGypF8mQCynjpL47Ki8CcMaT4IseaKETzAz01GAMNZM2D
zOdto5D3Ganxh88CwYh/7CGlOl8sYRMz0QTwyWAcXaSLhalGhNaSXN0ESJye
7Ee32Iba8BTU/2LWBlOK/UbiRRmTJ9k5kOpZCtpqMr0i41JKEbvcfDH3cMe6
IrTsuXtJay1qVApRQq5OtaZQT8w+8Z0zsMP7gltCtEg3UpxDSjyRcLf/ZDhG
6cgrx5yh0gwpmQCoyIm2G8eek3B34TREfHTo29rp3ahjrtaFq1/RigKKeTAY
huqtVD4uNr6cTpkHdb9dSUnHRxhxYccK9E+pSUx2EOuAdMlqR/qeZPenqido
5CBdUtECx72KbTrUYifVmA6UWIL+nTRY+90Jl96prNcjQGARGIUwiO+NbCvA
41YA8EIQjaVZN0DdFcTnB+SK1QFR+gpiFPhftzN5QvkDtYMVSNmhqPMQO2ua
iNCg/QSCnWcpOHQM6BFxJXsOQsV631j/5aR/NEiTct6fgnTWzwr6DxWHRfKo
R9Bs+W05D0n9B2ESq+jMJLpEZI7a6uXWkdBdcH63Rny4AipqIauU/2svn1Kp
euJSipoLBuI3pp4K1jFD4hJOgS8QJiZcymxbPb+W5I6WsrAyfcD6lFv+7srC
3rsiY/VIYPwrkCTgiMOVuGrHtVM4rx2Y23+t5Oi6F27Zw/tWYDxuNy1xSYjA
utih+Itu5FNe0chI/Wu6xjCrBexgys3KT69EQ+Ps+bs+zkXlTqgNDid/oVCD
b2yaigKhFHabVLsfN5s9TNE0J8GJ4MPFg8QAbiltaIb/zE0a836Mg02a8IeT
buRNcVQYg9t4t2UnCVfz+QkSuCEqBRaEovYArkCQrfVmD/tCqpoYs2RAmdPC
a0dBZTQsmoA6NWUSMyJqHGAhEjXMWRAoYjdeJZioFOcpXXUQli6vSjGTiC1y
lk03pGOSdOHEUBIWDo5M/TA3U89hAjwNshhxvfgyTxLjjoBrl2OlHc2ARiuo
ogFWr5ViaiVFzHsTPqoxbLyiMkNNhXC5rAb5U24pxYnWnFHzYYP2IHFRxwAU
80GzoFytBNvSAQpx3U8n+3u9jSxUrw5Pus8xGVaYal0sCPpKFDURHgYIvFYN
Rl6QhukYufCEOFkCJU9rsXlTD6tGVDAr+p7AaG2sEXLJXhWiG90k50z7Ahjr
0/Z86Gt290jNCwvzzWgiBB4pjReEKbPQObdCLS7UlDXKOQ6XxhzpTnC4NBfF
hxhXqCsG4G3up8kaBFba7OfV4gfbO5P0TGyLewWnxaMxO+G+E2senpkmH1qy
hARHatmp+YQo4wVdTrE4xRg1zGaq0OmUlmiY+mz0qnquTRUxSYJd3SoSkEkE
pEO6Tb6XgKZJHcf5ImX2XnCUhMqYvoTUXEv0xsAGbv+RYJrSX2JAg2UywkaZ
nz59m+XwyGq0S399DfuUDvcltZBWbOsT+GRVzZ68sDo9TQICE5cZOAw0/Fqw
BRsAfqL6P+SvsgZsMgEU9kwdO7QtFDwhuRdPVP9N4OcEJgdSCqoRsgq2me6E
xMwDMIheJhrp3eQrw5L7YsJnUATt2sbzmjVyM1Cd8OY+b3/cVhsRwyfxTnKh
BRsFt7EXJahmYsp0qA0wPxeKVjrfGAUVWE9ubCIOHFtjszSISZup3wP0D2K0
WdUjhdvpHI+rbDUVBVatruHmN/U/L8RRTsIPMNlZttQgETSCO+ISHUSXGahV
8RIz7nDfzcOBjVxTx/GGXnJbcL6dfh4fIiNuJ/XUK2aRiX+RCL1WY9ALLRjD
pfGqTd1pNbV6MSiGsZxDRLRSMYYhsOmpksN7qQ3N53BXrmSx4WTU1TzIiw6a
n+MTVgQjCUAbkhTJte+QHtgcCyke3Uz26pjGY6v+Hk6vX8Me0BLdt33/HLmo
3ecyK4IlsTJpMd0URS1Wpp1wjBg9g7Cy6vnWzMSodlWpCZJsKWmowSlODH5k
omhMYfSSQtOC0BF1vJB4RuJkpatuxzP0l6+OXvT5++59uu06iyBxSdXKrP2D
tqkyIXml3p2+GER2QhWVs3mpUoVUbrIzouGCfFLFIrvh0n7GFy/GJfQcGVHV
mX0ZCU6+PeofHh7Uqbrnxj5R2Utrvu9ty7FzNj+wNIDcxxvSspLLRXqJ9tKe
m9061fE6e7ueZLc4ECw1FTUmXa0SskpFHdJoneDA9VBE/mdDUJfkImP2RvpE
ucGZ16L1tvewPlY6i7WQr1ZRbqeevvAePbNYYDG5KRbTu054y34Y7e0Nn9Fw
P0wm+3x1AkN8rbo1+tSfTvZR13pBqUfT9WjvST7s0a/j/Qn+yrr8dL03GubD
u0fV5m97bO06e9ff393t7z05+KxZYnJb0A3OKUaM96KP1Ea2zvFRLAIMBJfp
CGqoARzDUbUHnfGpujhoHBcPbLlZlGyWNO00Ch86RObjDVr40bywwDML7yQG
SsF2zITnVzwkKluhusWS4YY6/TCzIZFuJUtTuyiVy3CJZGI7Jf+gwnwvCk4h
L3A5SpT4feu94CFkvmtk5UumRnBzUackSVnkOHK1oBLCAWUAnLA5qbC4ARim
acIu7Lk4sHXZ5JzlbVJW5CFBke6Qfaqw4Jij1T59Okou44s8TRbJcOiKZZxf
oUicA/UeDbXusEbr3iqgbS5Xij1OVTBVoclReScdC5+gKiNX2AexQm694cTR
GE6uk6BCN6ILyyBxxtjr+AFymBKtjbF+hnBwQAWQ4imgFXUowpjzfEO2X7Hj
Ig53zt+++K5Lv2KmhytOVWbzjbJPk+zD5oJqZFAjtxM24TqHyrLYDhFUbtFg
GUZT9uwAGvXljIl8cRhiLVKHEB9TWOgMkAVT9VkUWnpNnm0KIEURubkigmyx
2dgg1yktqGyFlDhr2OJagaGtL3D5Jj+XxDvq+Veiw0xpJEFQylNFZ56fz2w+
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
U0XEXhaMuTSJ26RIufo8FeGbGNHW4V6YYaEgzksmh3dQ+CAdksVoFBxT1NEq
7GyOuUg31/vJr6UmmzQ4YAvbYvYGp1ilhh+T2dTWylMonHLKdVcHx5YNCORI
orFYDnJBUgrkLroRjl6ox4xYLkWso8pGEiq2PPfOLKkIQMHU7dt2N6qxuIlH
k/7+4eMPH6Pv6y1dDrgdHr0gcfgAHh3WDYCgUDLl4ou6/5Zr9ANGhwBhmtmw
nbtG8dTduejW3y2IKU6n80z1Cd+Geate3JJgYrSasngwL1mNvqwG//i1VEOT
K3KTN5YubUIM5PmGIYO1RfHGcbXHeGRIeFfQX/droNFvoJ2vn+Iv0e//w3/R
z7p9+ewr+aSz0c19smFf60CTMTTZ7MEvZ/BLv9NeWe+t9ta6K52Vbqff7XQ3
et1V+O/aervdX+uurvfbG51Ovw9PdlY2NvDJlcpKf723AiPqdfrt3kZ/da3f
hlc6lcpLyl/zLs/ols7PLXTV6aysbXTb6xud9V5vY7XX7rY3Vlb6q+vttc5K
H1pYWVnv93v99iqorJ32+upKr9dbrfQ21jfW2qsba2tr3bX19bWNjbXVVei7
UrnhY+FIKLpzUoTf/egGuq7d0lL03NLEsNAffv+f/t0noIdb+PusTg/Ualfw
R6f+tF+XR2tjkNivaCvuoKH1Xr+3vtaBpVlrw1Kvt1fXu/D7yvpqH6a12l1t
t1e6653+SqcLa7UKq7KyttKvdFZXe92VbncDJrkBD7e7a6vrK6sW5V+yGOWS
uIDxx6BCyJe120Z0R67pMDstJyJiEXZiYYZdxjaOTA/WSmu1ZaWIwybMqLmy
ugXLobXNuAYEexpJXcD7ikkWRtSmBfyP/50X8GugU1eF4o5JUxaQHvs7euyh
PdDFbmnmEwZ6Pn971CAcN5aKCLDK4dt/+AK/h8/xY1UIHIMgF4MvjHOZjK78
rYwlVnGlz2O4PNNYAqLI6y7VXvsbKPYRhJwG5rbpExyCloRzGFkUH8+FodZX
NxQAznnxqRkZr3glQDoboOHmOeE7KL5XTtup4Qt1OyRB40fwOGFLnGgqNyUX
hCBlnZLpqHYGF4nQECHMhJPMmUWKKYBCVL86fvuGG8aQ0hFFYhJUwpBqOQIh
sKbtJDRGpuBXOHRPAPbRd4M61mrfSIiFsp3k7ecmaDTabkOWDamOC14M0/hi
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

-->

</rfc>
