<?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-rfc2629 version 1.5.6 -->
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc tocdepth="2"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lake-edhoc-16" category="std" consensus="true" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" tocDepth="2" version="3">
  <!-- xml2rfc v2v3 conversion 3.9.1 -->
  <front>
    <title abbrev="EDHOC">Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-16"/>
    <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="September" day="30"/>
    <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" numbered="true" toc="default">
      <name>Introduction</name>
      <section anchor="motivation" numbered="true" toc="default">
        <name>Motivation</name>
        <t>Many Internet of Things (IoT) deployments require technologies which are highly performant in constrained environments <xref target="RFC7228" format="default"/>. 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" format="default"/>), Concise Binary Object Representation (CBOR, <xref target="RFC8949" format="default"/>), and Static Context Header Compression (SCHC, <xref target="RFC8724" format="default"/>).</t>
        <t>The need for special protocols targeting constrained IoT deployments extends also to the security domain <xref target="I-D.ietf-lake-reqs" format="default"/>. 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 criteria is code size, which may be prohibitive 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" format="default"/>) specifies basic application-layer security services efficiently encoded in CBOR. Another example is Object Security for Constrained RESTful Environments (OSCORE, <xref target="RFC8613" format="default"/>) 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" format="default"/> and Extract-and-Expand <xref target="RFC5869" format="default"/>. 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" format="default"/>). 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 wide area networks <xref target="RFC8376" format="default"/> 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" format="default"/> 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" numbered="true" toc="default">
        <name>Message Size Examples</name>
        <t>Compared to the DTLS 1.3 handshake <xref target="RFC9147" format="default"/> 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" format="default"/>. <xref target="fig-sizes" format="default"/> shows examples of EDHOC message sizes based on the assumptions in Section 2 of <xref target="I-D.ietf-lwig-security-protocol-comparison" format="default"/>, 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" format="default"/> identified by a key identifier using 'kid' <xref target="RFC9052" format="default"/>, or in X.509 certificates identified by a hash value using 'x5t' <xref target="I-D.ietf-cose-x509" format="default"/>.</t>
        <figure anchor="fig-sizes">
          <name>Examples of EDHOC message sizes in bytes.</name>
          <artwork align="center" name="" type="" alt=""><![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" numbered="true" toc="default">
        <name>Document Structure</name>
        <t>The remainder of the document is organized as follows: <xref target="background" format="default"/> outlines EDHOC authenticated with signature keys, <xref target="overview" format="default"/> describes the protocol elements of EDHOC, including formatting of the ephemeral public keys, <xref target="key-der" format="default"/> specifies the key derivation, <xref target="asym" format="default"/> specifies message processing for EDHOC authenticated with signature keys or static Diffie-Hellman keys, <xref target="error" format="default"/> describes the error messages, and <xref target="transfer" format="default"/> shows how to transfer EDHOC with CoAP and establish an OSCORE security context.</t>
      </section>
      <section anchor="term" numbered="true" toc="default">
        <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" format="default"/> <xref target="RFC8174" format="default"/> 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" format="default"/>, CBOR Sequences <xref target="RFC8742" format="default"/>, COSE structures and processing <xref target="RFC9052" format="default"/>, COSE algorithms <xref target="RFC9053" format="default"/>, CWT and CWT Claims Set <xref target="RFC8392" format="default"/>, and the Concise Data Definition Language (CDDL, <xref target="RFC8610" format="default"/>), which is used to express CBOR data structures. Examples of CBOR and CDDL are provided in <xref target="CBOR" format="default"/>. 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" format="default"/>. The single output from authenticated encryption (including the authentication tag) is called "ciphertext", following <xref target="RFC5116" format="default"/>.</t>
      </section>
    </section>
    <section anchor="background" numbered="true" toc="default">
      <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" format="default"/>. Like IKEv2 <xref target="RFC7296" format="default"/> and (D)TLS 1.3 <xref target="RFC8446" format="default"/><xref target="RFC9147" format="default"/>, 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" format="default"/>.</t>
      <figure anchor="fig-sigma">
        <name>MAC-then-Sign variant of the SIGMA-I protocol used by EDHOC.</name>
        <artwork align="center" name="" type="" alt=""><![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 are called Initiator (I) and Responder (R). They exchange ephemeral public keys, compute a shared secret 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 using keys derived from the shared secret.</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" format="default"/>. 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 (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" format="default"/>. Test vectors including CBOR diagnostic notation are provided in <xref target="I-D.ietf-lake-traces" format="default"/>.</t>
    </section>
    <section anchor="overview" numbered="true" toc="default">
      <name>Protocol Elements</name>
      <section anchor="general" numbered="true" toc="default">
        <name>General</name>
        <t>The EDHOC protocol consists of three mandatory messages (message_1, message_2, message_3) between Initiator and Responder, an optional fourth message (message_4), and an error message. All EDHOC messages are CBOR Sequences <xref target="RFC8742" format="default"/>, and are deterministically encoded. <xref target="fig-flow" format="default"/> 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" format="default"/> and <xref target="asym" format="default"/>. Message formatting and processing are specified in <xref target="asym" format="default"/> and <xref target="error" format="default"/>.</t>
        <t>Application data may be protected using the agreed application algorithms (AEAD, hash) in the selected cipher suite (see <xref target="cs" format="default"/>) and the application can make use of the established connection identifiers C_I and C_R (see <xref target="ci" format="default"/>). Media types that may be used for EDHOC are defined in <xref target="media-type" format="default"/>.</t>
        <t>The Initiator can derive symmetric application keys after creating EDHOC message_3, see <xref target="exporter" format="default"/>. 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" name="" type="" alt=""><![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" numbered="true" toc="default">
        <name>Method</name>
        <t>The data item METHOD in message_1 (see <xref target="asym-msg1-form" format="default"/>), 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" format="default"/>. 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" format="default"/>.</t>
        <figure anchor="fig-method-types">
          <name>Authentication Keys for Method Types</name>
          <artwork align="center" name="" type="" alt=""><![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 protocol version. Breaking changes to EDHOC can be introduced by specifying and registering new methods.</t>
      </section>
      <section anchor="ci" numbered="true" toc="default">
        <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 EDHOC execution (see <xref target="transport" format="default"/>) or in subsequent applications of  EDHOC, e.g., in OSCORE (see <xref target="ci-oscore" format="default"/>). The connection identifiers do not have any cryptographic purpose in EDHOC except facilitating the retrieval of security data associated to 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 byte string identifiers as CBOR ints on the wire, see <xref target="bstr-repr" format="default"/>.</t>
        <section anchor="selection-of-connection-identifiers" numbered="true" toc="default">
          <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 communications 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" format="default"/> for an example.</t>
        </section>
        <section anchor="bstr-repr" numbered="true" toc="default">
          <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" format="default"/>. This correspondence between integers and byte strings is a natural mapping between the byte strings with CBOR diagnostic notation h'00', h'01', ..., h'37' (except h'18', h'19', ..., h'1F') and integers which are CBOR encoded as one byte.</t>
          <figure anchor="fig-int-one-byte">
            <name>One-Byte CBOR Encoded Integers</name>
            <artwork align="center" name="" type="" alt=""><![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 encoded as normal CBOR byte strings.</t>
          <t>For example:</t>
          <ul spacing="normal">
            <li>h'21' is represented by 0x21 (CBOR encoding of the integer -2), not by 0x4121.</li>
            <li>h'0D' is represented by 0x0D (CBOR encoding of the integer 13), not by 0x410D.</li>
            <li>h'18' is represented by 0x4118.</li>
            <li>h'38' is represented by 0x4138.</li>
            <li>h'ABCD' is represented by 0x42ABCD.</li>
          </ul>
          <t>One way to view this representation of byte strings is as a transport encoding: A byte string which parses as a CBOR int in the range -24, ..., 23 is just copied directly into the message, a byte string which doesn't is encoded as a CBOR bstr 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 byte string or an integer depending on its value.</t>
        </section>
        <section anchor="ci-oscore" numbered="true" toc="default">
          <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" format="default"/>, for which certain uniqueness requirements apply, see Section 3.3 of <xref target="RFC8613" format="default"/>. Therefore, the Initiator and the Responder MUST NOT select connection identifiers such that it results in 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 the CBOR byte string 0x41FF, see <xref target="bstr-repr" format="default"/>) is converted to the OSCORE Recipient ID 0xFF</li>
            <li>A connection identifier 0x21 (represented in the EDHOC message as the CBOR int 0x21, see <xref target="bstr-repr" format="default"/>) is converted to the OSCORE Recipient ID 0x21.</li>
          </ul>
        </section>
      </section>
      <section anchor="transport" numbered="true" toc="default">
        <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 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,</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" format="default"/>.</t>
        <section anchor="ci-edhoc" numbered="true" toc="default">
          <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 EDHOC protocol execution, 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 EDHOC protocol execution.  Transports that do not inherently provide correlation across all EDHOC messages of an exchange 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" format="default"/>, which also shows how to use connection identifiers and message_1 indication with CoAP.</t>
        </section>
      </section>
      <section anchor="auth-key-id" numbered="true" toc="default">
        <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" format="default"/>). Based on this information, the authentication credentials CRED_I and CRED_R (described in <xref target="auth-cred" format="default"/>) can be obtained. EDHOC may also transport certain authentication related information as External Authorization Data (see <xref target="AD" format="default"/>).</li>
          <li>
            <t>EDHOC uses the authentication credentials in two ways (see <xref target="asym-msg2-proc" format="default"/> and <xref target="asym-msg3-proc" format="default"/>):
            </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" format="default"/>. 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" numbered="true" toc="default">
          <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 cipher suite (see <xref target="cs" format="default"/>). 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 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 with a SubjectPublicKeyInfo field. For CWT and CCS (see <xref target="auth-cred" format="default"/>)) the authentication key is represented with a 'cnf' claim <xref target="RFC8747" format="default"/> containing a COSE_Key <xref target="RFC9052" format="default"/>.</t>
        </section>
        <section anchor="auth-cred" numbered="true" toc="default">
          <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.</t>
          <t>EDHOC relies on COSE for identification of credentials (see <xref target="id_cred" format="default"/>), for example X.509 certificates <xref target="RFC5280" format="default"/>, C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert" format="default"/>, CWTs <xref target="RFC8392" format="default"/> and CWT Claims Sets (CCS) <xref target="RFC8392" format="default"/>. 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.</t>
          <t>Since CRED_R is used in the integrity verification, see <xref target="asym-msg2-proc" format="default"/>, 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" format="default"/>. The Initiator and Responder are expected to agree on a specific encoding of the credential, see <xref target="applicability" format="default"/>.</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" format="default"/>.</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" format="default"/>.</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" format="default"/>.</li>
            <li>When the authentication credential is a COSE_Key in a CWT, CRED_x SHALL be the untagged CWT.</li>
            <li>
              <t>When the authentication credential is a COSE_Key but not in a CWT, CRED_x SHALL be an untagged CCS.
              </t>
              <ul spacing="normal">
                <li>Naked COSE_Keys are thus dressed as CCS when used in EDHOC, which is done by prefixing the COSE_Key with 0xA108A101.</li>
              </ul>
            </li>
          </ul>
          <t>An example of a CRED_x is shown below:</t>
          <figure>
            <name>CWT Claims Set (CCS) containing an X25519 static Diffie-Hellman key and an EUI-64 identity.</name>
            <artwork name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
          <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" format="default"/> and <xref target="asym-msg3-proc" format="default"/>. 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" format="default"/>), C509 certificates (<xref target="I-D.ietf-cose-cbor-encoded-cert" format="default"/>), CWT (<xref target="cwt-header-param" format="default"/>) and CWT Claims Set (CCS) (<xref target="cwt-header-param" format="default"/>).</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 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" format="default"/>. 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>The value of a COSE 'kid' parameter is a CBOR byte string. For a more compact representation, the CBOR map is replaced by a byte string, see the definitions of plaintext in <xref target="asym-msg2-proc" format="default"/> and <xref target="asym-msg3-proc" format="default"/>. To allow one-byte encodings of ID_CRED_x with key identifiers 'kid' the integer representation of byte string identifiers in <xref target="bstr-repr" format="default"/> MUST be applied.</t>
          <t>Examples:</t>
          <ul spacing="normal">
            <li>The CBOR map { 4 : h'FF' } is not encoded as 0xA10441FF but as the CBOR byte string h'FF', i.e. 0x41FF.</li>
            <li>The CBOR map { 4 : h'21' } is neither encoded as 0xA1044121, nor as the CBOR byte string h'21', i.e. 0x4121, but as the CBOR integer 0x21.</li>
          </ul>
          <t>As stated in Section 3.1 of <xref target="RFC9052" format="default"/>, 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" format="default"/> for more examples.</t>
        </section>
      </section>
      <section anchor="cs" numbered="true" toc="default">
        <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 follows from COSE algorithms <xref target="RFC9053" format="default"/>. 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 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 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" format="default"/>. 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" format="default"/><xref target="RFC9147" format="default"/> and IKEv2 <xref target="RFC7296" format="default"/>, a signature in COSE is determined by the signature algorithm and the authentication key algorithm together, see <xref target="auth-keys" format="default"/>. 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" format="default"/>) 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-64-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" format="default"/>.</li>
        </ul>
        <t>The different methods (<xref target="method" format="default"/>) 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" format="default"/> to secure the cipher suite negotiation. Examples of cipher suite negotiation are given in <xref target="ex-neg" format="default"/>.</t>
      </section>
      <section anchor="cose_key" numbered="true" toc="default">
        <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" format="default"/>. 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" format="default"/>, 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.  If the COSE implementation requires a 'y' parameter, the value y = false SHALL be used. COSE always use compact output for Elliptic Curve Keys of type EC2.</t>
      </section>
      <section anchor="AD" numbered="true" toc="default">
        <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 is a CBOR sequence (see <xref target="CBOR" format="default"/>) consisting of one or more EAD items (ead_label, ead_value) as defined below:</t>
        <artwork type="CDDL" name="" align="left" alt=""><![CDATA[
ead = 1* (
  ead_label : int,
  ead_value : bstr,
)
]]></artwork>
        <t>A security application using external authorization data need to register a positive ead_label and the associated ead_value format for each EAD item it uses (see <xref target="iana-ead" format="default"/>), and describe processing and security considerations. Each application registers their own EAD items and defines associated operations. 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.</t>
        <t>An EAD item can be either critical or non-critical, determined by the sign of the ead_label in the transported EAD item included in the EDHOC message. Using the registered positive value indicates that the EAD item is non-critical. The corresponding negative value indicates that the EAD item is critical. ead_label = 0 MUST NOT be used.</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, the EDHOC protocol MUST be discontinued. A non-critical EAD item can be ignored.</t>
        <t>The specification registering a new EAD label needs to describe under what conditions the EAD item is critical or non-critical.</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" format="default"/>.</t>
      </section>
      <section anchor="applicability" numbered="true" toc="default">
        <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" format="default"/>) but other parameters are only communicated and may not be negotiated (e.g., which authentication method is used, see <xref target="method" format="default"/>). Yet other parameters need to be known out-of-band.</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" format="default"/>.
            </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" format="default"/>, e.g., connection identifiers used with certain messages, see <xref target="coap" format="default"/>.</li>
            </ul>
          </li>
          <li>Authentication method (METHOD; see <xref target="method" format="default"/>).</li>
          <li>Profile for authentication credentials (CRED_I, CRED_R; see <xref target="auth-cred" format="default"/>), 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" format="default"/>).</li>
          <li>Use and type of external authorization data (EAD_1, EAD_2, EAD_3, EAD_4; see <xref target="AD" format="default"/>).</li>
          <li>Identifier used as the identity of the endpoint; see <xref target="identities" format="default"/>.</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" format="default"/>.</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" format="default"/> and <xref target="wrong-selected" format="default"/>, but it may become simplified by this knowledge.</t>
        <t>An example of an application profile is shown in <xref target="appl-temp" format="default"/>.</t>
        <t>For some parameters, like METHOD, ID_CRED_x, type of EAD, the receiver 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 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 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 or external authorization data type.</t>
      </section>
    </section>
    <section anchor="key-der" numbered="true" toc="default">
      <name>Key Derivation</name>
      <section anchor="keys-for-edhoc-message-processing" numbered="true" toc="default">
        <name>Keys for EDHOC Message Processing</name>
        <t>EDHOC uses Extract-and-Expand <xref target="RFC5869" format="default"/> with the EDHOC hash algorithm in the selected cipher suite to derive keys used in message processing. This section defines Extract (<xref target="extract" format="default"/>) and Expand (<xref target="expand" format="default"/>), and how to use them to derive PRK_out (<xref target="prkout" format="default"/>) which is the shared secret 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" format="default"/>.</t>
        <!-- A diagram of the EDHOC key schedule can be found in Figure 2 of {{Vucinic22}}. TBD: Rewrite the diagram -->

<section anchor="extract" numbered="true" toc="default">
          <name>Extract</name>
          <t>The pseudorandom keys (PRKs) used for EDHOC message processing are derived using Extract:</t>
          <artwork name="" type="" align="left" alt=""><![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" format="default"/></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" format="default"/>.</t>
          <section anchor="prk2e" numbered="true" toc="default">
            <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" format="default"/>. 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" format="default"/>:</t>
            <artwork name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![CDATA[
   PRK_2e = HMAC-SHA-256( TH_2, G_XY )
]]></artwork>
          </section>
          <section anchor="prk3e2m" numbered="true" toc="default">
            <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" format="default"/>, 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" format="default"/>),</li>
            </ul>
            <t>else PRK_3e2m = PRK_2e.</t>
          </section>
          <section anchor="prk4e3m" numbered="true" toc="default">
            <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" format="default"/>, 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" format="default"/>),</li>
            </ul>
            <t>else PRK_4e3m = PRK_3e2m.</t>
          </section>
        </section>
        <section anchor="expand" numbered="true" toc="default">
          <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 name="" type="" align="left" alt=""><![CDATA[
   OKM = EDHOC-KDF( PRK, info_label, context, length )
       = Expand( PRK, info, length )
]]></artwork>
          <t>where info is encoded as the CBOR sequence</t>
          <artwork type="CDDL" name="" align="left" alt=""><![CDATA[
info = (
  info_label : int,
  context : bstr,
  length : uint,
)
]]></artwork>
          <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" format="default"/></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*length, the output length in bits.</t>
          <t><xref target="fig-edhoc-kdf" format="default"/> 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</li>
            <li>iv_length - length of the initialization vector of the EDHOC AEAD algorithm</li>
          </ul>
          <t>Further details of the key derivation and how the output keying material is used is specified in <xref target="asym" format="default"/>.</t>
          <figure anchor="fig-edhoc-kdf">
            <name>Key derivations using EDHOC-KDF.</name>
            <artwork align="center" name="" type="" alt=""><![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" numbered="true" toc="default">
          <name>PRK_out</name>
          <t>The pseudorandom key PRK_out, derived as shown in <xref target="fig-edhoc-kdf" format="default"/> is the output of a successful EDHOC exchange. Keys for applications are derived from PRK_out, see <xref target="exporter" format="default"/>. An application using EDHOC-KeyUpdate needs to store PRK_out. If EDHOC-KeyUpdate is not used, an application only needs to store PRK_out or PRK_exporter as long as EDHOC-Exporter is used. (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" format="default"/>).</t>
        </section>
      </section>
      <section anchor="keys-for-edhoc-applications" numbered="true" toc="default">
        <name>Keys for EDHOC Applications</name>
        <t>This section defines EDHOC-Exporter and EDHOC-KeyUpdate in terms of EDHOC-KDF and PRK_out.</t>
        <section anchor="exporter" numbered="true" toc="default">
          <name>EDHOC-Exporter</name>
          <t>Keying material for the application can be derived using the EDHOC-Exporter interface defined as:</t>
          <artwork name="" type="" align="left" alt=""><![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" format="default"/>)</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 name="" type="" align="left" alt=""><![CDATA[
PRK_exporter  = EDHOC-KDF( PRK_out, 10, h'', hash_length )
]]></artwork>
          <t>where hash_length denotes&nbsp;the output size in bytes of the EDHOC hash algorithm of the selected cipher suite. Note that PRK_exporter changes every time EDHOC-KeyUpdate is used, see <xref target="keyupdate" format="default"/>.</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" format="default"/>.</t>
        </section>
        <section anchor="keyupdate" numbered="true" toc="default">
          <name>EDHOC-KeyUpdate</name>
          <t>To provide forward secrecy in an even more efficient way than re-running EDHOC, EDHOC provides the optional function EDHOC-KeyUpdate. 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 and derived keys using EDHOC-Exporter.</t>
          <artwork name="" type="" align="left" alt=""><![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&nbsp;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 keyUpdate. 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 derived 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. <xref target="I-D.ietf-core-oscore-key-update" format="default"/> describes key update for OSCORE using EDHOC-KeyUpdate.</t>
          <t>While this key update method provides forward secrecy it does not give as strong security properties as re-running EDHOC, see <xref target="security" format="default"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="asym" numbered="true" toc="default">
      <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" format="default"/>. Annotated traces of EDHOC protocol runs are provided in <xref target="I-D.ietf-lake-traces" format="default"/>.</t>
      <t>An EDHOC message is encoded as a sequence of CBOR data items (CBOR Sequence, <xref target="RFC8742" format="default"/>).
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" format="default"/>. 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" numbered="true" toc="default">
        <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 to an application profile (<xref target="applicability" format="default"/>) 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" format="default"/>).</li>
          <li>Retrieve the protocol state according to the message correlation provided by the transport, see <xref target="transport" format="default"/>. 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" format="default"/>).</li>
          <li>If the message received is an error message, then process it according to <xref target="error" format="default"/>, 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. Further details are provided in the following subsections and in <xref target="error" format="default"/>.</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" format="default"/>. The case when the transport does not support message deduplication is addressed in <xref target="duplication" format="default"/>.</t>
      </section>
      <section anchor="m1" numbered="true" toc="default">
        <name>EDHOC Message 1</name>
        <section anchor="asym-msg1-form" numbered="true" toc="default">
          <name>Formatting of Message 1</name>
          <t>message_1 SHALL be a CBOR Sequence (see <xref target="CBOR" format="default"/>) as defined below</t>
          <artwork type="CDDL" name="" align="left" alt=""><![CDATA[
message_1 = (
  METHOD : int,
  SUITES_I : suites,
  G_X : bstr,
  C_I : bstr / -24..23,
  ? EAD_1 : ead,
)

suites = [ 2* int ] / int
]]></artwork>
          <t>where:</t>
          <ul spacing="normal">
            <li>METHOD - authentication method, see <xref target="method" format="default"/>.</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" format="default"/>.</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" format="default"/>.</li>
            <li>EAD_1 - external authorization data, see <xref target="AD" format="default"/>.</li>
          </ul>
        </section>
        <section anchor="init-proc-msg1" numbered="true" toc="default">
          <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" format="default"/>}, 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" format="default"/>) 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" format="default"/></li>
          </ul>
        </section>
        <section anchor="resp-proc-msg1" numbered="true" toc="default">
          <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" format="default"/>).</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, the Responder MUST send an EDHOC error message back, formatted as defined in <xref target="error" format="default"/>, and the session MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m2" numbered="true" toc="default">
        <name>EDHOC Message 2</name>
        <section anchor="asym-msg2-form" numbered="true" toc="default">
          <name>Formatting of Message 2</name>
          <t>message_2 SHALL be a CBOR Sequence (see <xref target="CBOR" format="default"/>) as defined below</t>
          <artwork type="CDDL" name="" align="left" alt=""><![CDATA[
message_2 = (
  G_Y_CIPHERTEXT_2 : bstr,
  C_R : bstr / -24..23,
)
]]></artwork>
          <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" format="default"/>.</li>
          </ul>
        </section>
        <section anchor="asym-msg2-proc" numbered="true" toc="default">
          <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 transcript hash TH_2 is a CBOR encoded bstr and 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" format="default"/> with context_2 = &lt;&lt;&nbsp;ID_CRED_R, TH_2, CRED_R, ? EAD_2&nbsp;&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" format="default"/></li>
                <li>CRED_R - CBOR item containing the authentication credential of the Responder, see <xref target="auth-cred" format="default"/></li>
                <li>EAD_2 - external authorization data, see <xref target="AD" format="default"/></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" format="default"/> 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" format="default"/> for an overview of COSE and <xref target="CBOR" format="default"/> for notation):  </t>
              <ul spacing="normal">
                <li>protected =  &lt;&lt;&nbsp;ID_CRED_R&nbsp;&gt;&gt;</li>
                <li>external_aad = &lt;&lt;&nbsp;TH_2, CRED_R, ? EAD_2&nbsp;&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 = ( ? PAD_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 only the byte string is included in the plaintext, represented as described in <xref target="bstr-repr" format="default"/>, see examples in <xref target="id_cred" format="default"/>.</li>
                    <li>PAD_2 = 1* <tt>true</tt> (see <xref target="CBOR" format="default"/>) is padding that may be used to hide the length of the unpadded plaintext</li>
                  </ul>
                </li>
                <li>Compute KEYSTREAM_2 as in <xref target="expand" format="default"/>, where plaintext_length is the length of 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" format="default"/>.</li>
          </ul>
        </section>
        <section anchor="initiator-processing-of-message-2" numbered="true" toc="default">
          <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" format="default"/>).</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" format="default"/>).</li>
            <li>Decrypt CIPHERTEXT_2, see <xref target="asym-msg2-proc" format="default"/>, and, if present, discard the padding PAD_2.</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" format="default"/>.</li>
          </ul>
          <t>If any processing step fails, the Initiator MUST send an EDHOC error message back, formatted as defined in <xref target="error" format="default"/>, and the session MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m3" numbered="true" toc="default">
        <name>EDHOC Message 3</name>
        <section anchor="asym-msg3-form" numbered="true" toc="default">
          <name>Formatting of Message 3</name>
          <t>message_3 SHALL be a CBOR Sequence (see <xref target="CBOR" format="default"/>) as defined below</t>
          <artwork type="CDDL" name="" align="left" alt=""><![CDATA[
message_3 = (
  CIPHERTEXT_3 : bstr,
)
]]></artwork>
        </section>
        <section anchor="asym-msg3-proc" numbered="true" toc="default">
          <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 transcript hash TH_3 is a CBOR encoded bstr and the input to the hash function is a CBOR Sequence. Note that H(TH_2, PLAINTEXT_2) can be computed and cached already in the processing of message_2.</li>
            <li>
              <t>Compute MAC_3 as in <xref target="expand" format="default"/>, with context_3 = &lt;&lt;&nbsp;ID_CRED_I, TH_3, CRED_I, ? EAD_3&nbsp;&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" format="default"/></li>
                <li>CRED_I - CBOR item containing the authentication credential of the Initiator, see <xref target="auth-cred" format="default"/></li>
                <li>EAD_3 - external authorization data, see <xref target="AD" format="default"/></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" format="default"/> 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" format="default"/>):  </t>
              <ul spacing="normal">
                <li>protected =  &lt;&lt;&nbsp;ID_CRED_I&nbsp;&gt;&gt;</li>
                <li>external_aad = &lt;&lt;&nbsp;TH_3, CRED_I, ? EAD_3&nbsp;&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" format="default"/>, 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" format="default"/>):  </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" format="default"/></li>
                <li>
                  <t>PLAINTEXT_3 = ( ? PAD_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 only the byte string is included in the plaintext, represented as described in <xref target="bstr-repr" format="default"/>, see examples in <xref target="id_cred" format="default"/>.</li>
                    <li>PAD_3 = 1* <tt>true</tt> (see <xref target="CBOR" format="default"/>) is padding that may be used to hide the length of the unpadded plaintext</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 transcript hash TH_4 is a CBOR encoded bstr and the input to the hash function is a CBOR Sequence.</li>
            <li>Calculate PRK_out as defined in <xref target="fig-edhoc-kdf" format="default"/>. The Initiator can now derive application keys using the EDHOC-Exporter interface, see <xref target="exporter" format="default"/>.</li>
            <li>Encode message_3 as a CBOR data item as specified in <xref target="asym-msg3-form" format="default"/>.</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 acknowledgement (ACK) in a transport protocol.</t>
        </section>
        <section anchor="responder-processing-of-message-3" numbered="true" toc="default">
          <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" format="default"/>).</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" format="default"/>).</li>
            <li>Decrypt and verify the COSE_Encrypt0 as defined in Sections 5.2 and 5.3 of <xref target="RFC9052" format="default"/>, with the EDHOC AEAD algorithm in the selected cipher suite, and the parameters defined in <xref target="asym-msg3-proc" format="default"/>. Discard the padding PAD_3, if present.</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" format="default"/>.</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" format="default"/>, derive application keys using the EDHOC-Exporter interface, see <xref target="exporter" format="default"/>, persistently store the keying material, and send protected application data.</t>
          <t>If any processing step fails, the Responder MUST send an EDHOC error message back, formatted as defined in <xref target="error" format="default"/>, and the session MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m4" numbered="true" toc="default">
        <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" format="default"/>). 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:</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" format="default"/> and <xref target="sec-prop" format="default"/>.</t>
        <section anchor="asym-msg4-form" numbered="true" toc="default">
          <name>Formatting of Message 4</name>
          <t>message_4 SHALL be a CBOR Sequence (see <xref target="CBOR" format="default"/>) as defined below</t>
          <artwork type="CDDL" name="" align="left" alt=""><![CDATA[
message_4 = (
  CIPHERTEXT_4 : bstr,
)
]]></artwork>
        </section>
        <section anchor="asym-msg4-proc" numbered="true" toc="default">
          <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" format="default"/>, 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" format="default"/>):  </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" format="default"/></li>
                <li>
                  <t>PLAINTEXT_4 = ( ? PAD_4, ? EAD_4 )
                  </t>
                  <ul spacing="normal">
                    <li>PAD_4 = 1* <tt>true</tt> (see <xref target="CBOR" format="default"/>) is padding that may be used to hide the length of the unpadded plaintext.</li>
                    <li>EAD_4 - external authorization data, see <xref target="AD" format="default"/>.</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" format="default"/>.</li>
          </ul>
        </section>
        <section anchor="initiator-processing-of-message-4" numbered="true" toc="default">
          <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" format="default"/>).</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" format="default"/>).</li>
            <li>Decrypt and verify the COSE_Encrypt0 as defined in Sections 5.2 and 5.3 of <xref target="RFC9052" format="default"/>, with the EDHOC AEAD algorithm in the selected cipher suite, and the parameters defined in <xref target="asym-msg4-proc" format="default"/>. Discard the padding PAD_4, if present.</li>
            <li>Make (if present) EAD_4 available to the application for EAD processing.</li>
          </ul>
          <t>If any processing step fails, the Initiator MUST send an EDHOC error message back, formatted as defined in <xref target="error" format="default"/>, and the session 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" numbered="true" toc="default">
      <name>Error Handling</name>
      <t>This section defines the format for error messages, and the processing associated to the currently defined error codes. Additional error codes may be registered, see <xref target="error-code-reg" format="default"/>.</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" format="default"/>. Errors 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" format="default"/>) as defined below</t>
      <figure anchor="fig-error-message">
        <name>EDHOC error message.</name>
        <artwork type="CDDL" name="" align="left" alt=""><![CDATA[
error = (
  ERR_CODE : int,
  ERR_INFO : any,
)
]]></artwork>
      </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" format="default"/>. 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 name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" format="default"/>. ERR_INFO is in this case denoted SUITES_R and is of type suites, see <xref target="asym-msg1-form" format="default"/>. 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, i.e., be 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" numbered="true" toc="default">
          <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 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" format="default"/> and <xref target="init-proc-msg1" format="default"/>). 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" format="default"/>). 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" format="default"/>. 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" numbered="true" toc="default">
          <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" format="default"/>), 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" name="" type="" alt=""><![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" format="default"/>), 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" name="" type="" alt=""><![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" numbered="true" toc="default">
      <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. Implementations SHOULD support EDHOC-KeyUpdate.</t>
      <t>Implementations MAY support message_4. Error codes (ERR_CODE) 1 and 2 MUST be supported.</t>
      <t>Implementations MAY support EAD.</t>
      <t>Implementations MAY support padding of plaintext when sending messages. Implementations MUST support padding of plaintext when receiving messages, i.e., MUST be able to parse padded messages.</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 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" numbered="true" toc="default">
      <name>Security Considerations</name>
      <section anchor="sec-prop" numbered="true" toc="default">
        <name>Security Properties</name>
        <t>EDHOC inherits its security properties from the theoretical SIGMA-I protocol <xref target="SIGMA" format="default"/>. Using the terminology from <xref target="SIGMA" format="default"/>, EDHOC provides forward secrecy, mutual authentication with aliveness, consistency, and peer awareness. As described in <xref target="SIGMA" format="default"/>, peer awareness is provided to the Responder, but not 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" format="default"/>, 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 send 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 PAD_2) are detected when verifying Signature_or_MAC_2. Changes to PAD_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" format="default"/>, 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.</t>
        <t>As required by <xref target="RFC7258" format="default"/>, IETF protocols need to mitigate pervasive monitoring when possible. EDHOC therefore only supports methods with ephemeral Diffie-Hellman and provides a KeyUpdate function for lightweight application protocol rekeying with forward secrecy, in the sense that compromise of the private authentication keys does not compromise past session keys, and compromise of a session key does not compromise past session keys.</t>
        <t>While the KeyUpdate method can be used to meet cryptographic limits and provide partial protection against key leakage, it provides significantly weaker security properties than re-running EDHOC with ephemeral Diffie-Hellman. Even with frequent use of 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" format="default"/>. Frequently re-running EDHOC with ephemeral Diffie-Hellman forces attackers to perform dynamic key exfiltration instead of static key exfiltration <xref target="RFC7624" format="default"/>. In the dynamic case, the attacker must have continuous interactions with the collaborator, which is more complicated and has a higher risk profile than the static case.</t>
        <t>To limit the effect of breaches, it is important to limit the use of symmetrical 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 symmetrical 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. 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 since the last invocation (if any) of the EDHOC-KeyUpdate function.</t>
        <t>Based on the cryptographic algorithms requirements <xref target="sec_algs" format="default"/>, 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" format="default"/>) typically only breaks the security of the data in the forged packet.</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 an OSCORE message or message_4 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" format="default"/>. 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" format="default"/>. 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>Two earlier versions of EDHOC have been formally analyzed <xref target="Norrman20" format="default"/> <xref target="Bruni18" format="default"/> and the specification has been updated based on the analysis.</t>
      </section>
      <section anchor="crypto" numbered="true" toc="default">
        <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" format="default"/>, 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" format="default"/>. For secp256r1, secp384r1, and secp521r1, the requirements are defined in Section 5 of <xref target="SP-800-56A" format="default"/>. 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" format="default"/> 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" format="default"/> and <xref target="Thormarker21" format="default"/>.</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" format="default"/>, the Initiator should verify that the Responder's identity is not equal to its own. Any future EHDOC 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" numbered="true" toc="default">
        <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 certificates, EDHOC, 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" format="default"/>. As EDHOC integrity protects the whole authentication credential, 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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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 identifier and MAY provide mechanisms to issue several simultaneously active connection identifiers. See <xref target="RFC9000" format="default"/> for a non-constrained example of such mechanisms. Connection identifiers SHOULD be unpredictable. Using the same identifier several times is not a problem as long as it is chosen randomly. 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" numbered="true" toc="default">
        <name>Updated Internet Threat Model Considerations</name>
        <t>Since the publication of <xref target="RFC3552" format="default"/> 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" format="default"/>. <xref target="RFC7624" format="default"/> describes an updated threat model for Internet confidentiality, see <xref target="sec-prop" format="default"/>. <xref target="I-D.arkko-arch-internet-threat-model-guidance" format="default"/> 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" format="default"/>.</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. An passive attacker may e.g., be able to differentiating 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 fix length identifiers like 'kid' of length 1. Alternatively padding may be used to hide the true length of e.g., certificates by value in 'x5chain' or 'c5c'.</t>
      </section>
      <section anchor="dos" numbered="true" toc="default">
        <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&nbsp;as an exchange of CoAP messages, the CoAP server can use the Echo option defined in <xref target="RFC9175" format="default"/> which forces the CoAP client to demonstrate reachability at its apparent network address.</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 session. 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 session.</t>
      </section>
      <section anchor="impl-cons" numbered="true" toc="default">
        <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" format="default"/> 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" format="default"/> 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 PNRG/PRF/KDF instances to limit the damage if the PNRG/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" format="default"/> 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" format="default"/> 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" format="default"/> for a list of attack papers. As suggested in Section 2.1.1 of <xref target="RFC9053" format="default"/> this can be addressed by combining randomness and determinism.</t>
        <t>Appendix D of <xref target="I-D.ietf-lwig-curve-representations" format="default"/> 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" format="default"/> or OCSP <xref target="RFC6960" format="default"/> 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 its connection identifiers 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" format="default"/>). 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 terminate the protocol) or retrieve the wrong security context (which also terminates 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 terminate 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 of the parameter sets that 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 when SHA-256 is used as hash algorithm, message_2 cannot be longer than 8160 bytes.</t>
        <t>The sequence of transcript hashes in EHDOC (TH_2, TH_3, TH_4) do 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 terminate the protocol if the message does not comply with the CDDL for that message. It is RECOMMENDED to terminate the protocol if the received EDHOC message is not deterministic CBOR.</t>
      </section>
    </section>
    <section anchor="iana" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <section anchor="exporter-label" numbered="true" toc="default">
        <name>EDHOC Exporter Label Registry</name>
        <t>IANA has created a new registry titled "EDHOC Exporter Label" under the new group name "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Expert Review". 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 name="" type="" align="left" alt=""><![CDATA[
Label: 0
Description: Derived OSCORE Master Secret
]]></artwork>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Label: 1
Description: Derived OSCORE Master Salt
]]></artwork>
      </section>
      <section anchor="suites-registry" numbered="true" toc="default">
        <name>EDHOC Cipher Suites Registry</name>
        <t>IANA has created a new registry titled "EDHOC Cipher Suites" under the new group name "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Expert Review". 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 name="" type="" align="left" alt=""><![CDATA[
Value: -24
Algorithms: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Value: -23
Algorithms: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Value: -22
Algorithms: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Value: -21
Algorithms: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![CDATA[
Value: 6
Array: 1, -16, 16, 4, -7, 1, -16
Desc: A128GCM, SHA-256, 16, X25519, ES256,
      A128GCM, SHA-256
]]></artwork>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Value: 24
Array: 3, -43, 16, 2, -35, 3, -43
Desc: A256GCM, SHA-384, 16, P-384, ES384,
      A256GCM, SHA-384
]]></artwork>
        <artwork name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <name>EDHOC Method Type Registry</name>
        <t>IANA has created a new registry entitled "EDHOC Method Type" under the new group name "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Specification Required". 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" format="default"/>.</t>
      </section>
      <section anchor="error-code-reg" numbered="true" toc="default">
        <name>EDHOC Error Codes Registry</name>
        <t>IANA has created a new registry entitled "EDHOC Error Codes" under the new group name "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Expert Review". 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" format="default"/>.</t>
      </section>
      <section anchor="iana-ead" numbered="true" toc="default">
        <name>EDHOC External Authorization Data Registry</name>
        <t>IANA has created a new registry entitled "EDHOC External Authorization Data" under the new group name "Ephemeral Diffie-Hellman Over COSE (EDHOC)". The registration procedure is "Specification Required". 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" numbered="true" toc="default">
        <name>COSE Header Parameters Registry</name>
        <t>IANA has registered the following entries in the "COSE Header Parameters" registry under the group name "CBOR Object Signing and Encryption (COSE)". The value of the 'kcwt' header parameter is a COSE Web Token (CWT) <xref target="RFC8392" format="default"/>, and the value of the 'kccs' header parameter is a CWT Claims Set (CCS), see <xref target="term" format="default"/>. The CWT/CCS must contain a COSE_Key in a 'cnf' claim <xref target="RFC8747" format="default"/>. The Value Registry for this item is empty and omitted from the table below.</t>
        <artwork name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <name>The Well-Known URI Registry</name>
        <t>IANA has added the well-known URI "edhoc" to the "Well-Known URIs" registry under the group name "Well-Known URIs".</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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
          <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" numbered="true" toc="default">
          <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" numbered="true" toc="default">
        <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 group name "Constrained RESTful Environments (CoRE) Parameters".</t>
        <figure anchor="fig-format-ids">
          <name>CoAP Content-Format IDs</name>
          <artwork name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <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 group name "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" numbered="true" toc="default">
        <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. Expert 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="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-08.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">
              <organization>August Cellars</organization>
            </author>
            <date day="14" month="December" year="2020"/>
            <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-08"/>
        </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-14.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">
              <organization>Security Theory LLC</organization>
            </author>
            <author fullname="Giridhar Mandyam">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Jeremy O'Donoghue">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <date day="10" month="July" 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 phone, 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. To a large degree, all this document does is extend CWT and JWT.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-14"/>
        </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="Malisa Vucinic">
              <organization>Inria</organization>
            </author>
            <author fullname="Goeran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuss Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Dan Garcia-Carrillo">
              <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-02.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">
              <organization>Ericsson</organization>
            </author>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marek Serafin">
              <organization>ASSA ABLOY</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE</organization>
            </author>
            <date day="25" month="July" 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-02"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-edhoc" target="https://www.ietf.org/archive/id/draft-ietf-core-oscore-edhoc-04.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">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Hoeglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Stefan Hristozov">
              <organization>Fraunhofer AISEC</organization>
            </author>
            <author fullname="Goeran Selander">
              <organization>Ericsson</organization>
            </author>
            <date day="11" month="July" 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-04"/>
        </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">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin 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-02.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">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="July" 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. 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-02"/>
        </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">
              <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">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Malisa Vucinic">
              <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">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Erik Thormarker">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Sini 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-ace-ake-authz" target="https://www.ietf.org/archive/id/draft-selander-ace-ake-authz-05.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.selander-ace-ake-authz.xml">
          <front>
            <title>Lightweight Authorization for Authenticated Key Exchange.</title>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Mališa Vučinić">
              <organization>INRIA</organization>
            </author>
            <author fullname="Michael Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Aurelio Schellenbaum">
              <organization>Institute of Embedded Systems, ZHAW</organization>
            </author>
            <date day="18" month="April" 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-ace-ake-authz-05"/>
        </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">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Stephen 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="(Placeholder)">
              <organization/>
            </author>
            <date year="2015" month="August"/>
          </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" numbered="true" toc="default">
      <name>Use with OSCORE and Transfer over CoAP</name>
      <t>This appendix describes how to derive an OSCORE security context when OSCORE is used with EDHOC, and how to transfer EDHOC messages over CoAP.</t>
      <section anchor="oscore-ctx-derivation" numbered="true" toc="default">
        <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" format="default"/>):</t>
        <ul spacing="normal">
          <li>
            <t>The Master Secret and Master Salt are derived by using the EDHOC-Exporter interface, see <xref target="exporter" format="default"/>.  </t>
            <t>
The EDHOC Exporter Labels for deriving the OSCORE Master Secret and the OSCORE Master Salt, are the uints 0 and 1, respectively.  </t>
            <t>
The context parameter is h'' (0x40), the empty CBOR byte string.  </t>
            <t>
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.</t>
          </li>
        </ul>
        <artwork name="" type="" align="left" alt=""><![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>In case the Client is Initiator and the Server is Responder, the Client's OSCORE Sender ID and the Server's OSCORE Sender ID are determined from the EDHOC connection identifiers C_R and C_I for the EDHOC session, respectively, by applying the conversion in <xref target="ci-oscore" format="default"/>. The reverse applies in case the Client is the Responder and the Server is the Initiator.</li>
        </ul>
        <t>Client and Server use the parameters above to establish an OSCORE Security Context, as per Section 3.2.1 of <xref target="RFC8613" format="default"/>.</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" numbered="true" toc="default">
        <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" format="default"/> 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" format="default"/>. 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" format="default"/>. 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" format="default"/>. An application may define its own path that can be discovered, e.g., using a resource directory <xref target="RFC9176" format="default"/>.</t>
        <t>By default, the message flow is as follows:
EDHOC message_1 is sent in the payload of a POST request from the client to the
server's resource for EDHOC. 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" format="default"/>.
   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.
   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 in response to message_4, it is sent analogously to errors in response to message_2.</t>
        <t>In order for the server to correlate a message received from a client to a message previously sent in the same EDHOC session over CoAP, messages sent by the client 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" format="default"/>.</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" format="default"/>.</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" format="default"/> 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 these messages;
their 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" format="default"/>. 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" name="" type="" alt=""><![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" format="default"/> 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" format="default"/>. 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" name="" type="" alt=""><![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" format="default"/>. 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" format="default"/>.</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" format="default"/>). EDHOC error messages transported with CoAP are carried in the payload.</t>
        <section anchor="edhoc-oscore-over-coap" numbered="true" toc="default">
          <name>Transferring EDHOC and OSCORE over CoAP</name>
          <t>When using EDHOC over CoAP for establishing an OSCORE Security Context, 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" format="default"/>.</t>
          <t>A method for combining EDHOC and OSCORE protocols in two round-trips is specified in <xref target="I-D.ietf-core-oscore-edhoc" format="default"/>. 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" numbered="true" toc="default">
      <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" format="default"/>.</t>
      <t>As described in Section 4.2 of <xref target="RFC6090" format="default"/> 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" format="default"/>. Using the notation from <xref target="SECG" format="default"/>, the output is an octet string of length ceil( (log2 q) / 8 ). See <xref target="SECG" format="default"/> for a definition of q, M, X, xp, and ~yp. The steps in Section 2.3.3 of <xref target="SECG" format="default"/> 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" format="default"/>.</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" format="default"/>. The following may be needed for validation or compatibility with APIs:</t>
      <ul spacing="normal">
        <li>If a y-coordinate is required then the value ~yp SHALL be set to zero</li>
        <li>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>
      </ul>
      <t>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" format="default"/>.</t>
    </section>
    <section anchor="CBORandCOSE" numbered="true" toc="default">
      <name>Use of CBOR, CDDL, and COSE in EDHOC</name>
      <t>This Appendix is intended to simplify for implementors not familiar with CBOR <xref target="RFC8949" format="default"/>, CDDL <xref target="RFC8610" format="default"/>, COSE <xref target="RFC9052" format="default"/>, and HKDF <xref target="RFC5869" format="default"/>.</t>
      <section anchor="CBOR" numbered="true" toc="default">
        <name>CBOR and CDDL</name>
        <t>The Concise Binary Object Representation (CBOR) <xref target="RFC8949" format="default"/> 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" format="default"/> provides a way to express structures for protocol messages and APIs that use CBOR. <xref target="RFC8610" format="default"/> 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" format="default"/> 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;&nbsp;ID_CRED_R, ? EAD_2&nbsp;&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;&nbsp;ID_CRED_R, ? EAD_2&nbsp;&gt;&gt; = &lt;&lt;&nbsp;{ 4 : h'' }&nbsp;&gt;&gt;, which encodes to 0x43a10440. We also make use of the occurrance 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" format="default"/> and <xref target="RFC8610" format="default"/>. We recommend implementors to get used to CBOR by using the CBOR playground <xref target="CborMe" format="default"/>.</t>
        <artwork align="center" name="" type="" alt=""><![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-definitions" numbered="true" toc="default">
        <name>CDDL Definitions</name>
        <t>This sections compiles the CDDL definitions for ease of reference.</t>
        <artwork type="CDDL" name="" align="left" alt=""><![CDATA[
suites = [ 2* int ] / int

ead = 1* (
  ead_label : int,
  ead_value : bstr,
)

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

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,
)
]]></artwork>
      </section>
      <section anchor="COSE" numbered="true" toc="default">
        <name>COSE</name>
        <t>CBOR Object Signing and Encryption (COSE) <xref target="RFC9052" format="default"/> 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" format="default"/></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" format="default"/>. 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" format="default"/> for message_i (i = 3 or 4, see <xref target="m3" format="default"/> and <xref target="m4" format="default"/>, 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" format="default"/>. 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 name="" type="" align="left" alt=""><![CDATA[
 [ "Signature1", protected, external_aad, payload ]
]]></artwork>
            <t>
where protected, external_aad and payload are specified in <xref target="m2" format="default"/> and <xref target="m3" format="default"/>.</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" format="default"/> and <xref target="I-D.ietf-cose-cbor-encoded-cert" format="default"/>:</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" format="default"/>.</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" format="default"/> and <xref target="I-D.ietf-cose-x509" format="default"/> and credentials of type CWT and CCS can be transported with the COSE header parameters registered in <xref target="cwt-header-param" format="default"/>.</t>
      </section>
    </section>
    <section anchor="auth-validation" numbered="true" toc="default">
      <name>Authentication Related Verifications</name>
      <t>EDHOC performs certain authentication related operations, see <xref target="auth-key-id" format="default"/>, 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" format="default"/>.</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" numbered="true" toc="default">
        <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" format="default"/><xref target="RFC8410" format="default"/>.</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" numbered="true" toc="default">
        <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 to 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" format="default"/>. 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" format="default"/> 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 to the public key.)</t>
      </section>
      <section anchor="cert-path" numbered="true" toc="default">
        <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" format="default"/>) 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" numbered="true" toc="default">
        <name>Revocation Status</name>
        <t>The application may need to verify that the credentials are not revoked, see <xref target="impl-cons" format="default"/>. 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" format="default"/>.</t>
      </section>
      <section anchor="tofu" numbered="true" toc="default">
        <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 state.</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" numbered="true" toc="default">
      <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 external authorization related data (EAD) in the messages.</t>
      <t>The EAD format is specified in <xref target="AD" format="default"/>, 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" format="default"/>) returned in EAD_2, see <xref target="I-D.selander-ace-ake-authz" format="default"/>.</li>
        <li>Another example is remote attestation, requested in EAD_2, and an Entity Attestation Token (EAT, <xref target="I-D.ietf-rats-eat" format="default"/>) returned in EAD_3.</li>
        <li>A third example is certificate enrolment, where a Certificate Signing Request (CSR, <xref target="RFC2986" format="default"/>) is included EAD_3, and the issued public key certificate (X.509 <xref target="RFC5280" format="default"/>, C509 <xref target="I-D.ietf-cose-cbor-encoded-cert" format="default"/>) 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" format="default"/>.</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" format="default"/>. 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-ace-ake-authz" format="default"/>.</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" format="default"/>, including the 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" format="default"/>. 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" format="default"/>. 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" numbered="true" toc="default">
      <name>Application Profile Example</name>
      <t>This appendix contains a rudimentary example of an application profile, see <xref target="applicability" format="default"/>.</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" format="default"/> 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" format="default"/>.
          </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 empty CBOR byte string.</li>
          </ul>
        </li>
        <li>
          <t>CRED_R is a CCS of type OKP as specified in <xref target="auth-cred" format="default"/>.
          </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" format="default"/></li>
          </ul>
        </li>
        <li>External authorization data is defined and processed as specified in <xref target="I-D.selander-ace-ake-authz" format="default"/>.</li>
        <li>EUI-64 is used as the identity of the endpoint (see example in <xref target="auth-cred" format="default"/>).</li>
        <li>No use of message_4: the application sends protected messages from R to I.</li>
      </ol>
    </section>
    <section anchor="duplication" numbered="true" toc="default">
      <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" format="default"/>. This handles the case when the same Confirmable (CON) message is received multiple times due to missing acknowledgement on CoAP messaging layer. The recommended processing in <xref target="RFC7252" format="default"/> 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" format="default"/>.</t>
      <t>The guiding principle here is similar to the deduplication processing on 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 compromises 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" format="default"/>).</t>
    </section>
    <section anchor="transports-not-natively-providing-correlation" numbered="true" toc="default">
      <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" format="default"/>) 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-message2" numbered="true" toc="default">
      <name>Large message_2</name>
      <t>By design of encryption of message_2, if the EDHOC hash algorithm is SHA-2 then HKDF-Expand is used which limits the size of plaintext that can be encrypted to 255 * 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 * 32 = 8160 bytes.</t>
      <t>While message_2 is expected to be much smaller than 8 kB for the intended use cases, it seems nevertheless prudent to provide alternative solutions for the event that this should turn out to be a limitation.</t>
      <t>One simple solution 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 make use of multiple invocations of HKDF-Expand and negative values of info_label, as specified in the remainder of this section:</t>
      <t>Split PLAINTEXT_2 in parts P(i) of size equal to M = 255 * hash_length, except the last part P(last) which has size &lt;= M.</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
PLAINTEXT_2 = P(0) | P(1) | ... | P(last)
]]></artwork>
      <t>where | indicates concatenation. Define a matching keystream</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
KEYSTREAM_2 = OKM(0) | OKM(1)  | ... | OKM(last)
]]></artwork>
      <t>where</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
OKM(i) = EDHOC-KDF( PRK_2e, -i, TH_2, length(P(i)) )
]]></artwork>
      <t>Note that if PLAINTEXT_2 &lt;= M then P(0) = PLAINTEXT_2 and the definition of KEYSTREAM_2 = OKM(0) coincides with <xref target="fig-edhoc-kdf" format="default"/>.</t>
      <t>An application profile may specify if it supports or not the method described in this appendix.</t>
    </section>
    <section anchor="change-log" numbered="true" toc="default">
      <name>Change Log</name>
      <t>RFC Editor: Please remove this appendix.</t>
      <ul spacing="normal">
        <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" toc="default">
      <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="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="Kathleen Moriarty"/>,
<contact fullname="David Navarro"/>,
<contact fullname="Karl Norrman"/>,
<contact fullname="Salvador Pérez"/>,
<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:
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
A4bXoTH6Z90ovoINRScbm6SAzwM2JmqhWbrVOuMGEgI+QRzy9dFxHxfTR6m7
EdD+WeB4AUpNZIIlr6tVXFUX9s4clF/+8z4pNhnl0vz9rke/+fDDXY/8fe+P
P1fO9T///Pe7YbnHjxvlmw8/9pAcdkDf/3AMLP8DEFXY/U70/k94HJ1IP4QV
4j8/Rl36Pxnln375kv74664oio5Oj078es5kPWd2PWc9Xjkem1/PP9oZNesX
gOWqX3zZfSHuDPo3Xb0B6BYwZqvagcyNDI3oEmGCz+FCLNsSPRVW5a9YB0kA
SaBycaLOe7L5WVtzi7iPRhQMvojrvtno3ftXH4BfSNwPeWUxXQ5oex564Jne
qRgiNCt4AKURIBF/oKPH4RClNZYEDWHN8OGmnvHaMKADOSpSuOUtjcU4xXIM
XRc3YoUbWd8KCvFALVUckMmazEU753Z4zuHqeosJAt0Isb+wepBt2JwNLMzE
X2BUlwFOcMgfrUqI7mgbQMF7BtdsEHU1c6Lznv+EcdE27vgSOk1miRedN6TM
1bYLz37n4pFygQBKN17CoPCS64SFEb967YIZM2xv50cc4cFUjaweI9q82XJF
BySBAt7YHKAwQGoDJqaYiIR4/mC+XS77cw5Re2D4Gka0GHAapJ2cQ7a8DxUe
L57jjlzgkYLOsSnJygZb0JH/wkbqcnCB3eji5QdgxPDvmP6dMLqgmhwq2Oxd
KSxI4Va6O3VMdzh2+IXC1QYDRtdly0bRjQsvPM7mIGk9M1iNF2aVKhEQR2uH
4jAECo9u3VfptZwZ3j4MaHLO9rOoEiB1gypgtHZUBNXPCh2JSJxdi9z/noZh
EGoRJaARoc87l6hYhIDDqKL5dj31WFiJU6DRqiHfHFu3ZJhsuAI9/ZoEXnZu
9sQigbb/pYuP3eBBrq/4ytI46vn11n9v7gUtTkkbUJUgzoxOCbOiCAUtnfG4
XMYC14UPmptTnFGuiARa698C4lx3waJOyWfPTmvgUle5EUsRPckn79I4OTCA
oxyWGKzm2IVTVQCgGZybOyNFTr7YBEQfk2Lwtul3TCpkMgztoaDallnVtYF8
mzPUP87m3jMPC5yzbrPKaAq/WPTdFu3R4XYK1GXI8GDutwQ6enOB1/BjG/NB
OescD8fRcRrrpW5QF069TC9zDOErRGdh7aTX4NNhxQqZhIsvEZw118fJ/4pm
QKbaeFNRi/gwjKqndhFWV+CXbI6pFrg/4qN2Hr42FoMRTBlHcyDukgdG9RLy
LpuggtCl63AfCcF2tYId+pu1XMCD+BwZC5ICXcVTHNFYQ9lCksZX6wytE+gT
FDSqmUKasn1J3Xnow4pPlUN8fujMtGQj/CZZo0jDcp1LD/AhJ3D2wvRzQNkV
RkcDpLde3us4d0Ivcg4C/+u4CzgL+JmsKzKDkRfidsLsRp8IF4dnA2PqIDpa
LkMbOrPBXSY0GohuVtUAJGEo6kecLzM0Z6fL5RZ9zxycVbHY4zNeYGlbCFzN
mwQgjfkikKGWRfIEMw7dai4a7eVilwCQKHKFck4580CRwBjf2bjMlu+Bcwcb
83rFYojDBYYuZzbnkcSkjZEEVT7n44qFE/rYivgqTyqs0RgiOyiZ9UgS6erq
GllX1GFSOS0waNURKzMq+pYxcEpvIpmp1EiezO7DvHSOlGKKXidw7zQICIM2
LFczzgJCoLnmUXz+vML3+vgebdZFICYjlHcrKPGc/PwoCDpW46+Ssg2VGfB4
37ULITglMpFkjlzkMmGRBEBFrzIoaEuORrhKyDzGDv9wwkHlgwnRcQ4mgcuC
cQoFG8V+D8vK69OLl28Bac6/O7s4PWdV/YceHiRwjaOT0J8pmvLvobU3+lMb
YPl1rRltBhrWoz5k+QdQeJAS49aMIgzEA0x3o/wO9plGd/GOFf2Sn8ooTZae
cGPGvDFjZ+HhUX5PfBnvfOo32ZfKD28T7sMk2IeGUf6pH/3S/7svvkzuWFGT
9YuYsDrX6+w5dLC08Oi7LF8cXEVK1OeH7D4QexjrfGWyEhqFRNZTBeEuyFP7
q+Jq2EdWTP6xlMQJUloSSbGa37a4gdTrIZ4bjoNuiXB2Vv473NXkNnUcjCQM
2JEWT8nzaL8XgZA3YvlpbJUYfoR4X+G8ciwLxO0QNC2T0/FYuqWQIJVfKkH2
x2hp6cBN7qqBUIwHKCC6dGqZusGYwPqqRgfjjpEqTckTktBZmGNkzanG1WvG
L5fhtIivnQxE3hVxCK5EC8/qEoWLcGZGzjpSzW8RUqhGetX8Idw+wd4LOKbo
71EDn/67WUkDDfkLRWb9vXoWmMrf/OEvgtb/7MPwQbyVQtv0YfDmsPVNG9TV
9Oao5aG75xy3vtk058/foSY6aC+i0sP6wXA0ocGG4g7SV8nHYOQG2jET+5sj
tmmyZMPymr/yuowUQ8FKAgnHxbPZnzzxElvLUaJGtcGMXE8VOS/mCrS1hJz9
6+RGiROHvh6bKFUj6n9+CJK9sx4RK1D38j2sXB0SMEF46jozFtM18zxuJ1MU
FuNzvfsDDLxtHNYqFWj8zfI8wTDfmi4Li57HUyQGcZmIFQW0h+QaGJh1eZNF
TXMyeZDkUzLlzBPhQc52gsoUR2UW28tC0saMBkE6v5IlDnZOXbiRU5ekAhhp
TReLpG0HZ5nBmnU1BXCzzTcZF9JRqDFGxi9aGWKwbJ9DjLw3LopsmsalD2+u
GRpbjsHNqkp1ui5EvcEIPIxPwZQD0Aqzogxi0DUNjkKI5EbMASP9JhQGL4oF
WjgbEKDYag4opU+SjZ/zI9AwsdquomWyvgKubt9lOz8q8JgPTuiz2mAkE7J/
TbTSHDIyIQyil9lNco3mFrKM2MWBbObsF7z5xjyWrDZlsBfR4v/9P/5P+J9j
oWgxoXwJTCegBzv7nyb7XRiWwqMkpgYtHzcZYh1ZNTm+MbrIhAnj2316W4s2
0J2UDOUAXE6iwBAN9ZP5FCKyafKJuqpzRdMw4X5KSBIlC0gg+A1snbJkLPFB
VewkuAZoTWAgbyY8gHTGyECOUUx1QTBaXFdRKF4wefK2ioJS6dMylC81z8Cz
bkAIsuBiUIrPZJObYS/pOsz3LTweOCAYJj+2h+l9K0wjXwLBreVXgMkBgY6z
Vnrt/JsoPq4Ds4gjCv5eCslx9qKCKTilioRGqebZOPgxnpFTSFZj753sROyr
RihOGfLJHq21JioMGMMq9R0Azb5G9D1n9A0ZnEdQslnHS9J6zCOcnYgUBemn
UogA1RvvmrVyqVirCkulrKNIx/KtTOludXBFadj+aNKLBgNgLaNAmYAB+voa
h9NRSlKey/FTfo/YlN1kiIoB4JyDhIIaLHgFWIDT6mu46JCkUIxtm8198Wh/
/1EP/zN8JCAvHo2fPoo6wqsWj4aH9MDwmX9g+OJR13ulaEdcik+Q82hIZ82U
Rm8+ryrBsHX4D1oQYDL6AP8ZsrBMcq9+MxrvhVvfGdJM3ecS3j9+4p/F10Y4
wD7940cZPm0UN+1Rqbj5Fv7+2p24RlTKSu4SNC9qB0NbNs1AbEs1MCBuwyrM
qvH6NAUuY4qWoinTBApnrb5GN1ReHERvySJauwfmvNZcdKvGSuH8XmSuZAM5
3hePRsNHiI4VOPY/wXZ3GiDxF6w/6vY4yQ8fnwxHwwENuH/SPOD+yR0DDsfh
gPsnPCBgb+OAk+HwkJ8Ytz4xlieOvj5uAWsywu9gawA1sM4Q5aqnICpRaGVe
I3O1e4xX2Yek6OKeR0cBQ5cIxTgvEnlHebqL66Q4I0t3cPh/35Jkt0Hvxwwo
4bSkCAUh5sLTsBBBfTLUiNaPKK3CIIdMjDRZ5XGbj3mmPkReMCaHPmeLifMu
qsjbLK9UtwzrKBHes/Qo1QVXXFmG47OLaJEsN1w4Aok5lXq4IScHpWdxiGwY
ka3x250Up6DoqZykchj36N0ZOvaQHRQcvhlsD+f4U4JfQT50rqck0dk+pz7c
U2aCiqscIUKf8/yUFya88TvxujYrfEQlRFlB5U8ZLV9OW0YEBDLM2WzT/lA6
2y69A85luIriSNndBRb3TTdU2RSTI5GTadrgeDD04eFUeaVnhA/luCDsoAaG
kfGB7ICyy211wHFlQBLQ2MnTuys2K9JkDllAm1RDWbpME0u7B5QwLRtrFz2I
zinttirL+Y1MiyqGpKWkGl9jNDunMK+bBufKCypcmTEwIkRSBqhgc4QBNs3T
73968SLqWMokJxoai8U7WyXrROdevGjQBrq1NeD7TYtACO6CERnCF8GIqIiv
/ULIkK9wxpAjsp8felsB6DFWY0flWHUsZxLCLIcAd0W0XFJ1A6p/VJj4lntk
rvNLnDaDsvE1JW+72KKg5hde+AwgOHtHSrQGpIV1SnwcjA20IO+2xHL4Z4kv
SazKkihhYlXuHsvC65nweD0brFXXM3/nCUX3Ib6bT2dbH+8CHwflvvCDWbKC
C5cCXn+qWoPIxM3Emm18ZlH86hqoLQa6SI0pW8bGgKDmJq4+8rON2iZO9IsM
2neTcO9nVwfAsQeZiTpFTonM6AFBWAtbY4xpkn9XdYBfZmdj1TdMuwuNbz6K
Q61wNtuRGN3MBO/F7mwuExNQ/WGopjW/Aqp2RTFaLjZrlaA1NS1WjlX5HfEl
DIxo2pO0rqN3kgR+X3skFYOg9+SCJBqXY4xw8j0wtaL8vU2gj7/0WEC/cXRP
Ij7EYpmuF4kUHtKaJ/Yc4mkO950yBSsQsyLiItuRfqGdpNVkgXUcGiIwCI8x
c4ahEvo681X5bl0lCoTQCUwSIpNnmxzPo4XfdLhuxXWcLrkgjYu9DTaqq7wj
AG0Qxm2qbZ1PfhPfYoHAQkI1fabj58/TLN6gECSqMNV9srmvVB6mZZd83PWH
ob09LkGWvQAVf8c7X0Ph80OqHoTpw6nJglNfqpZCdQV8qMAPwlUrcfKo5nnt
cJx+lxybgtnuDmI1C1/rQIIupSaXgiE14Arxw2peX2UaviEYEJnk2k0D4905
0tajcRB5eom8sVKmqy09oFM5sHT2wVVb+toXykiDKXp35TTUEyGq89i6TuoJ
yi5LsrW7OCQtH2uKj4kI3bJNlQDcUw0vPgrCiymrVbwaRydU/VS3lKpk3bE4
vJ83GVXQrTr7R1gaZBoE5eHHY/m4y2Wn/0AkvnUGLrCMEpbcRB/mbCuJm+C7
10fH7IsrBu0TSBLFzsW55F1nhK1G0nifn5Sfu0eoLcfWspWl5eDswtj6gjiM
jh/Q1BMrY5CF7Z7hxSQdemHzDrT1sgTgIvCadBYbqVy5i8zS6A108q4taEOY
LsOlXLVGJB1Uzth0Ww1ypKhsculME4o333W/o44JCXP3vBtMw6LcdEoVebKm
fUD0cPGWbVsEx+iLW5HYgbEFjdVtajHhfhQfhV6vOlcGCUjqaOMc2pTD4EXV
sKEaDbJOC+KmErNPZf00DtIHrbyUQJXY1Jo1ObRYbu34+Lw2Cr0Qo5Y970v0
vil88/j4+ws2kaRz0YM1bj+suVhZvEBgKwSR7YVK7vTUaRGXTDAiAHLdCBZA
LEJ4U2yA55KFSNcNmNGRanA+QY1SVxrSc+CNrrPFVrZvZ4BS1RvWYM04+pEE
Bp/w45SihnQ5lZXQ1k5kvQpMWM1MH2kFr3VvXJxzQEAoaaOkM3bEVKKBdOLW
wOdBG/2+/1R894Pifv5lttQ1rrStOBeXs2ibx29sdRL/RePAAUGZk7O4KJuG
E5Xdf0OyJsfze0N/ExwtRC3cTo2LDmLZdtTbCgxvj4owxeFRsSPLRH1smJc4
a/YLe/q4IxnUjvKNyFrffKgnRyJhbCjF1bIjFXu+UKDzLVWX5IZiQDTOgBsx
PWXC60qLAGns1Ot2dr9stkfT9fxRNMUSJS6PA2vUmUTZ2JUhtQVQ1FdfjR00
spsQOwKs8UIHOUU1MbanQOw+nZ+TNqtBDEuqRrj2pVrvqMzK2+3FdjY4axHx
hpPnyiGjw30qCtPw9R2NAaWWjCtYSqXi6oVlinpBOblclvEns4r0GWOcGJUV
RgNyfHWXzEbn8sn5dcRqHyVcrYKXjxhaWSeXv8PyHmTIFiVFpV8532a528l1
FZmfTNyWLPskm8C+nmo1DawWcsPUhimYRxf4n49+AFFmBTp7vpQC8BLjHkKh
KkYTF/UctFq/iIx7ErAqxXNqzkQrt7UZ+M5oWabCk5cQCY+5SKArb9gz67bp
ojuPumdK+TSAu3vhUp2KQlKsEaQdsTpGm/dhY+o7u8HqSGQkQoUnmXWdTRpb
bDqQzuZckx39dFyP3X5/tzqGGnA2nW5zkfZi3xKBwmaytT8uwg3yZJDaHmis
Bbk3COhl8imdumg8zkZnONI8zJBzQxdttZGkNFKlIBIaKNxF36lqxg1VInt6
pTnU5pKl4pNTHz8RPBz4YckF21Y98t5A1YhFM0j41LGhKPcgnF8EhDI4tsCi
BtEExRbY0RW2tiFy9jOGR7WEjZ9t02BTazcLqhJkYXgTf0xmbhjtw7IFqQxL
fvGJoDzgb7peIlMobMaBMGjMnKefXNcchY0Egv1PR8P9Q/h/9FoduagpNqJ7
8s9VgC4TUKefh1E1n6vhNLt/HgPU2EVsFD2PHkxG/YP9/njYf/Gif/qiP37a
H4/642cPetWXiu0lvnQIL917vscg6HC/suH9X3usu/NYaoniu8MqPI1vfizd
S7g4CXO666V0Ji/1cabJvWaa5tf6Es90OYzHCdCHJ/vJ4eFsHB/ODiaj4XA2
fXYw3798huFHjz89Dqqjjufz0f5Bcvl0+Gw4mj2ZXR7OJ/H82eH+bAS/j+NH
9PRPe/j/P1XDlSQ4qbHErZUjXZvI9qwVcXecfnfWfzJxhbAGkiL00LmxvHwW
CpwqmgGX9EVZjA32TFo2BNzGh1ZaM/i4qid8kfVRCvB8WUEYw0ae2zIz74M2
cNjFyHtsGqNBxYVzRzmcyGxQi9IAG/y+UvHmblCCYNkvAeXsDlCw0IcC8on4
tdUQ7pJb2SpEei9GyjtPBIuJSJaDsO+wTk/74Eg3PbWdW9NYWvos7qRvJBiS
uKficQJBBk26l4QWWI2dSnnbcPhluv5YDFrdCl+YA1C4cJIddncJ2Q8rfhiP
yhfrTuTUdZl1WAC02hTCm3ZbynSHWeHq7W3QujrNYkm3SQWrPdsgSkinDXh0
elP2GbA+AaaJ8420r/l5g8NN5aPs2lfxxtU2RTTnWFaN8m/epXY0QYue3hdv
1WsYAGX7+u773HT115KkXTeWs48NP6trNYEJquWYjQPtUzMBJetTItYfMzhH
a4nHQnLz15kqA+IBxZcf9Pn1B/XpffuXTwelPNazqZwuWqxStd7Kv0CNi5L6
8ZQaX0AkEfHVTeW0GAdNMHdP9Shx4/uIrOdNOK8JXndVfUeAuPK7AyTgNZ+i
r0A6Gk9AkiDhB6XulziIRNfh92ekM/cMQIj/qBKBDNoCSGM9ewImVFcbgEFY
4CH46yeNFuI/6eMqWGI75jWz3NqgFYtgXglGYwtbzPdLKwGFEaE9HyEG11Os
atjxWdYZxOGhyICPz1xVXy6lusT8GnRwuYog9xMpNPugls/D9ercrpEsH+54
ITvgbC31WNcwPLiayhVEwHmnA5onLHJKRTS7R3yCi0cvXjyKflJea3RJUjom
GAVIHLotUJAG4FY5EjQ4aJ0Kw8J5KunM0DAdhvat8bhb5xsN7Xz4fBU+3UmJ
8zsqOE4mJBRGa9fi0UE6oAscpf4YQhz5tAiLJe+GAlklOOraNR62oUFq06VX
UfLQ4DL0WyySKSqRl0wWHV0iHx/RzDnGDA5s61TMk8PaV2TJ8YXoLMlXgoVz
qtv2UcTtl1xwIsdGi//AJ3OylHXLTVwqE0uDPzyKa3LcURkawxcKtyFB7S8n
2+QuDJPsOs6ORFKSTGz3Ec2TJOBz8Sjxj5AJj/Fa0mDZjUS94Cn7Ff14Rypa
BU4mW+IpllqElCRPfNEU7HHBQQ+IUrmO88UDLtlOn54ul+mGes1u8+sEvuJs
XSwPVi2AJK7oo2NJb+Q6TsadhS1Spaynp0vSroCh2VHc3LZc4nrpIAZgB56C
3XqgMW2pRjtPowhyej46eMKxBccn50eMq+cvj/rwcS86wq4R+OXR6Xkffmev
zOmM9UVVLKa49CiZYbW+gr4amN2y2O4NaNzOap1trxaBNCMYBcOuOMMTPl/e
GjcXy0F+Fz3JK+GTuCijQ020PKoJ3X6zrY37ToGHixtKVpwp5OgqX4elB30M
hO/iRymzfvncMzzxHKHuoeQaZBhbQLUcaJMLIXWwMLQNna6nIIpuJTZPkts7
r05fd23c5busKPv/so3X5RYwyDa967z7l+NuBM9jzdk4iDUWN+2+6tebvxKr
kwjWSjhu2wJIzyQubIILqkFkMtOwN+qNu9K2Cl381PCam4THlbL2VC7SxzfS
JoaZ8dWSIXDRmhyqToAEGYHbuf4ZPSgUYQCbcGfdcRblqzXLe4GbPRVd7Ldx
1gYRNhS/IO4PoI/AQ0yh+DuHZLTW0JKWqBYr1jOZ0T32uguzIWlyW2b5Pcr6
1nsr0jZIy0RmTWHYg6eWFITGqMZi0xeG9gS7MLgP2yiDcEVPMkxcItYZ8qO6
j0nur39syJn2wYk6rnZG1z3XEsvQ8RTCP9uAWliO1URY1WC0X1Yg3TvFmn3B
jjgnnifoMVlUvFbGUtgyvkyW7lJaQsMvWS4oijURO3c7ya3D3ZaDRDJWr0SU
ZL8W2p5Wl+naGyIrLJOrvlqGI+lh7P3hBqQcuGBXSyljVG7PNxC0a7XPFlij
rj5EkzLIG7C+9Vi1zVW6pKS9PiYK90cj/GeotRJbpiV5dIm1QhxrOzt6c6Qi
yS1aPvjJvn5EbbFTQrtUPGpSpZFbUsyo+wvhdaRClky23wfIXB85FBCOj1/3
nIWKDJHUZtVYzLAbJmuK1Ra5rPhR/0jf4H0eTykd30s2Mk1/+KT/ZIISCZ1n
w6d5c0jQ2enpKajDr//3P4AUOUsGYm3/Q2Vt3OpkzDjFkXc5diXRS9qBOfqX
adk1JX8XnI+Is7RfsqgDAOKLg6YtndC0B2Zbjxcx/G+037CvNXNkoLy4Tj+4
BIHWrKBomD96UjnPb/A8U6bjV1w0FTSzdb9tUrieZUAnsVNs0OjbygZ4nLgo
bAO7vHWCx84JmjZtxLs2OqhvEc3vciOC/VH59woRkFKqhIDAm0A91ti6trI4
uHtF9UaLjZcKbdE99ischJsLYAaaR4OecfwGBHB+GvQd+MMV1bTlvbmHSweL
b1I9NrjBaj+jXMUAQJYXuYq6oYHScVP3nL5X4YloTHtIm9gJQjnRp6O1BbvV
Uq5clIiGt8LOkHE62F9AWidguEbblP+iAaPVYh1fPO7AVdf09tzwYdelW6U2
t4qe1phNZrbEbCLtuVD2csH+lVp4lK+FqJnU4yCDVuu2RVTbU3SiV+l1Ij1g
kk99+FajwUzzeQ5f06BXtI1+AJlCwsCauz04CtcxbSK6krXSZIqjCr+qFrNu
yD1pXRmQbAVvsD2W+XPLQMgTpgt0U9HWm3q+pE+3d6iIC+OV92rUCJn421fv
MAocUEnys12Tq6fS4uqpaXClncMuqe08ZcnbuoqPPgXGy7VtpcFWy9BAEFUh
6rWtHd0CKiZRAohRVnFdgwgja5z6moYZ9qI5IU99dBtEHZXOCHsbfQUcdgnn
6MIcyKCtIhPJ1faYtbPX3atio8zO1BNgi11AwaOTn8KWEFSLMIlyzpTNU3G1
INi+f5RvK8iOVVew3JZ5d4X1mzmAuADZmybGQVeX7dL4fzUlya9AMza4CGYQ
iu+Vz5jtNqbq9O5i/7IlbCgxjg0MqcfzK5NQC+5pLaKS2zVoYTpOggkEykqG
XYdKB0uZXCkKy/+ZYMbEEdk7sk2MZjyCTLdlIGoAPuJSCcRcX0jdcY3G5G51
XWV6sn7rKKOJygRLY4MA+IG0BDg1+JXws2trdTbEtFCbvD0UHb+Khn+IOiDK
uWGi53iYPfmI0f05hUb19rpBnMTeUSN6iCNk13GpWUvL81FgWkFdzQ0gTuf0
5mAPkrjjyDmt+0o1VdOSjXYa2Rqv4z68Ri5PNhByIllQ07ySnluAXJWr7ELH
ZtenUBdG7/EH4oyQSWDI9hl4Ep1vBsTrJJqUpnLzGkxJMzeB5iU4ocWtvNJO
wws+FRx2Ej29bvOdWIHX8UTlEh0RNo1jTlEAQUFT/u61mGZcRTh3ntVUY3je
nxrXWWwuYoC2M1/WjzcfHnUowxihRSQLHzzqhy8CmE2StHNiAtOP7z+aH8mv
76to3zs+vIvzjLN7tRaI5GRRqLJuqUVeVyMBHsyusPUuBzPXHybAnNxlXRga
KwwnSNUWGNNtI3aX16wm4Fla4FDpeots7CjYrhpKwPECFZqJYBoaGG3JTS4b
g2/zDjkB013CLQmeN7KSmRju23a7insCgKOptkMyGiOpboSpM0CaWKWSPjWL
CSRFiotkYy0poLUWGnDkfWz9CvB+kgIFgd76Ls/mWHPw88Mw1NlHmoiEoZc7
NKpcuqoJ242pQNASmwwyOJXx8UPIIamMi6R2kZO3gC0v1Yx2IJV6glSrI7Td
2IYKJMkRNajEsJB45wvxiUhP/jo+AgNMh+mXpHQ3FY+upkA6bW0Q/Zg0QGC8
JB/XSI1N/JGgiIYMseOqUuWPDisNEVOdyqQQKzZogyJ2WasPB0Sa5BptLhWO
EialMnzYr6wXCMLk6karObDoIdXd1CwEphdIXadaaaDWToSc9ZzkKaXvXMVa
TEVv6HQSZJnbXA/NSuFsfIkzwPx8nUvMlIq03+Vp/12MRftyLMuBpq/+CyJB
f3LKCmbvS8DvhU9gwztmJcQKlC5v2x2GNKjI85Qkelf+wAqP3irCLc3c8QRV
Rwo4jULibcICNPOw4K2y2ZbqAt4Eq9vh5epw8XCmR41I3uHq73+qIfneeOBI
SD07Mkzf0WwODoj6U1TPntKFbMyINpOFY1wsTnqdfZe1HyUszuuyKZ3G2LFu
T5+BNU4GXFi8FgkVLM/0ZHBRX7pIU2pg74DdayQxivPlLnWhRYrX0SWx/8nA
1JkRjbIwKUg+b1wvrAePvk+5u9JTSubwPQuKBZrupcvKY82pkfT0OVLNnta4
SNYF2YRaOsgZSuCbyNViVgPTi0O5ibOSNVFEdw81xK4eGOdRpWLEZ2M7kMMZ
wj531WkD2qiVsSueEdB4YG/E9qn2oLD6Q9UgxOFFNzlQhr56m9X04EJWp8gn
Rd1NVViF+ZBnUPfEeoJAK6swTYPxiT4IKnTbKV+yCBlyj52i2pDGRXz0HK5S
dyMJ8UBazrFckt8thRLIo5+SKdjRvgbgHArZbLJ5nCKyTWNhZHDX3Wg9LsA+
T5SZUWThzeI2lBbmZI+TBVY5sKxQXqA9QveRJFdIAYS4SGwSGwoGYcWT0goM
NsNddkCqbt5zI6KbuLArQhzERQA+Puf6ovWSGEHkvO8a9mFMkNEuIngk7Zjt
JLwL3LtBOQGsURyLmdkLcRxZ4imnpcmXtyarX3LnK/ulQdr2kLqc5XWZUXwI
kyMvHUnymk8eDOs3kuGPg2wR+GXhZaCGnbrBK4obEoS/NsWdKxv2ACEb5jL9
vtGFZ9L6fCgUVLY0jlbpJ64HBgIKYvzLi4t3gQbMYgJLNOVCc6JTFi+YxLAY
11Tty1ikdlFHsjZpZ9Js3cgXwkpApnympaYq26DNqiLiOSJGZ8vBiVJGXug6
GtTgNi7iwusvphF7IiFtdj6heutB1AldC077xK8b1+PZisTdLWLqhsrokfhs
k5HPQ/fv3D2+h+WO8ceDrlaFMaqjZifEuYvVbqSS6sQq0UEZ9nYWb3UnnXPQ
NZXr4AhDDHpbByM+hkddzSuUOSiGIlajCzVyYxveNi0WtqT0imz4RBmc1acB
VF+ivMIibK6w8opqSGJa6JCXKkyKr0Nq7YQqgHNhfveeqcAOGQp5F/pIsHEk
xpyc+Ea/nx9izSw4bm4a6VqIhBX63jltSfViIomnn7AnZdkH3OmfftowZ8eU
88Mnz4DTVypHhKEWymuaewPS/lDwpW/vbXr2eO1NNKlC5H615glk6D9M+FfN
lRA46Qv8zRkbTZkyCsvzIEgvcnxnk3+E3yicQA+NFlHrX86lVSlZl3oXIRIj
yPOtlpTTABcKXmZoU9/IXKaep5+SWV/c8aCwI1nAHIgi2c4y6WZLO9QBILs8
V70nElpGednBDGTF9E1vvf+b4H59dCwF+pDWIDhk3GbnSLXZceftq9cyPQCC
tBgvjHgIfAa3EYC9hFzRVatrY6KqxdqkloQ252WSXvhCQVx1pckrSSLfP/0v
/X50RKXgQSBSquOjjorpAsTgZaKGGYpKxjFecINO8Zj9ZTtN1+l0RJUOLr4+
eQ5k8yZPpYShjt7v/zPnDer5fn6oyCiWjsZjLLrVhpR1tA86FEv3Yh469B7Y
H9TtYfjoK320Ayr2Etjc2avXUbf1rT2OZGEBo/Hsz/DsyS4PwwV5Us7kj/OS
c0M9/S70l2Rq2Z/KaTaSjV3dsCmAJ53voDkFB/1Kjn3TPsD2vITb0G/8zlC3
e8306pSiiXdN9gruGTxkPu5FFJT84EHUveck9Pxdk8BDwSQHw5FMQieSJ0Xp
NzekpmUjriJZHAF7xv+OkxFHdOIfk2S8+pM4XJCchjpYtTU2XZGHMlrzvZAv
7cV3vMUHKBJ2uvwPwkXn8cXG9y5fA3clyKz3beW8n72hs9w3H374MeqAOI4l
5lxbOnWF/4hc+JsPP3JEZ+DWM+kYTwaVhAyt862GS5rkirwOlc7wPc8y16qf
oYIFQKSFidZrL0fkJDrz2gZjybWan6QiuMSqI0wJUXeOAEihDhT+3vPxCQ0b
JaxRGIZAJynY8+2at4PDiZ9ODn/6aTfhoiG/kvc70Y/UIpZwWz/6oUe7v4OQ
7VyWJAOobEj0iOR0/BIpgq9tL9gYu6yFO2kuPg50BW5hX+bpEEr2eF07YHZ3
A2/YjttBF9DcjwC4s6o6YJBDnYw76qEJbXHTGAZyfvTtBX2IK3n/AzajJXaB
V819Z+FSEYEoh2t6THIYiWHwHg0k2NOAXPX7xznkP/T4AvJtfB91giXvLNTV
EF3e7e3tkWJtVs1gW4KFlG7HoeDXdx2KcRX93EOhaaqHgh/ioZz9WD+UKlzu
UPgk247l7McvOhbOAP6xZ+niGR+Lraf2849F1q2Aa00wEXVJ2HfCLYpetB4+
rp1ibN8Y2Lm84Nlfip6TcAppfxbsHq4KZTeTWuomt1VQtOGSePkY1t30A2DC
09XROjhPj0wEGkwimW89jdvtanWNr2QC84556A6JD5+u9D/BZQVhMA2hKvTa
VxSo4mH0kSpaXFXjVCKF53m0pUcqgSuCuVH0Rzuc66/L3+igqZYG4o8114AB
l7+AnOOOagLC3h7V0fGYUlfC8PFdwrhcRQeEevVMDD3ZzKZ5ih2lYmpGxuQf
/h3TBYFfJg3yQtGQoPv5uUTUfPVgCuoJ9VdqSdpterRFAt9wMMzvLYC3YqeX
w9sf+WXi+K6pnVRuvv72Z8vkd81E8kDDTHIRv4XHDv/A7/SsUGVyadISBbea
dE1xwULoXUCgdtvyOC919JtQ23EOXOcHmbFvLpPAUlD0y46N2YU3OD5Q2qbh
2R5N+Y2VkouNGUh4Otdt40j2h9rGrpMpVeDbNdwL7CNOPYuCDDMEw2+qtx+1
sxZXcLBSX80YJ9ro8avTH88v3p8evf4wYpoesAKSpCJMYWSSQj8ux/+Do/Ze
HIvaRxkGo9gj7+4BohIAUfMALDuMHDfCUVbxVN6HN7t78JCp+tQywlipIv0Y
rOjunf3FDtDy/iR43yOD7AAJDTtePwher+/AuH1+Frme+B0YBzswhhHUlLhz
hKcEwqQRBHhm1xbyAIfBANUtnNz5/rPgfbuFbSiqbQMd6dGyXK+Ci6LikZt1
cEfXQBW0cc8+PxTrKzD3VpEbvu9Zebvd8FBXUHcZab1lPMw/qsqBDgYnRKML
ELvLRkfrhtBb2Ynk9jtM9k1Mk5sS3RgyHEUkVB81KSq9qvubfE7NY6G0gb8q
aLhL5H/DNHma4lS/0crNUScsBQ9nNYse0KgPmKoRn3LmhZRaFrvHLWALrN4Y
FKf35UgUQC2jELsCVpgxkF+7TDthYBQ1fnF6qpuN01JSFdc5qrszbI0HlIKa
HAfhDhglwu87CEdJvvIBjMRC1fiFpyV6SDgUaSCMDHt7ryrcQT2pdqvEBB1a
eb1i4U8JL8scs89VfowrFglUB8KXOgpLiwohGoSlDxZnMOvgjvft9E6GCN9i
cd1ECaMCUG1W45b5Lb1ikzx1tD6NBocOM9Q0AZv7XtlheNxrCDHPvvPp4No0
6c/Zdpf9PXi9TnuJbAz3scEsdpwNyP4dqpp9mCuFF//jvxniRsKZS7n+uVKa
zVAN1sI0ssBObli9Ll0lTcTKhokCuabqBomLamrDyG60idM8LCvqcZ9Chy+1
PA2XyyFi2D5cNeyb795NZoLwJQLVt1avkle8mpSezPVhFhKfTx4kqerCNUkM
beWACyqDKukulBV3E9/WY1CoNL6ReoOEUjOZkAhqGSY2cVM6IAMyWmj8PF8L
fCHwIosBnFrB1+pR+bJKiBfbIhTwDZUM0/JI2Z0npqV6FRvI6ywIQG2ttahb
xeQtQRbUIZDL4czn6ZTq6lC32QWfQ75drx0z1QaGMqQweSl46S3PFZCkYHkD
2mKkNXFYCpBXHsVfqMWLShI/wKv0wMWSLB0/sKSb9WwHBeLFcrnFNGCTeGmK
LpCMgxxPzpFrIsAcOjZFNkkxdfwKuGrI3UmtZzolvnQvd+gJDlrYhduIjsMg
aWwUBbsR0DKzcqBnQ8MbQpoWDuMADsYyk9yHNv7O9FBSGio4U8Yf+UBkx2LT
4ylZU3THZbq2VcH5Jnh8QZEN4xIR7yVEBS7k1RUxSVE/FW3DmKD2Do+u/nvp
yYEaJoEquHZzCUFOtiJOZgnEbMlN1IgcrvBHpeHabnD1LtTwUUn4LMEiSCy0
Z3w1Si1iy2FqGCqujQUyed6NzwmxPo7DBiI2jEMMaeMaJNlGUkFVRaAu3GKY
esspz3JBrgU3x+GDn7sWxM3C/QBtjRiPxqGs/kUJW3AUq0YFTaoR0lnao5Ii
GV0qHPYExLBEZjp1osh8Vx9nv6uL73nhU45JjvVxBp8fknmiIi2rBaOwycqC
zEFzRxOxADLeBgNRsCtrmOZQsYdQ31ZWmGDBnBSTx9PEZAy5kDlYZNGQ9eMO
cAl3sc9v05KPGpIygrryLr8TAxaRH3LyK+dv0gfn8kTPdSwZkb5x5EvUIbdZ
iZWJwSOjm0/7rZYFcZhRaU2nWdA9/g0bXQ3ZEUF/n7KEsO8jQzFVGFU/VGUv
pdYbKVmm3pfLO2nO4HNZEVyKTpzTax+vY+uISdWndsg6XHB+x3zdoDSsAVSS
jx4BMX4k+lw9Hi16yxVcyDoAqr0UdKkirHxcWAyt5Cxr6u8LjVkB3vMYrlhG
yKsheGUQHkvlMKhsItHYj0myqfRLrTSXNQXJTYpKr2otBGpcTgdePKXDRLQr
K0D7i2BytV1Iv505LSykl0GqLjfoboqc7dRagGjkWyBeKavTtprtWUzVXpmu
lIRLKHfvuhANU27CFjSgibnyXGWxvAFeiiLSU+uIgiP7xAXO9tyoQ6Qa2ssZ
XyeU4BU153ehaeMSA0Y1y6sSsHkLT8ZSgpX6GRMv7WEAZ48j2Gcpx2o2bTvs
z2gAfN3UM682Lq5uTkNLaE8nRdR0h6O33uRVDaT0Qi62psqELh5lKlESroWr
Cst1FAR+hhhXrWbiMuicyYrKI4rG4Xu4nLgm2OfSBHsFNPdKSux9/jzLxPYz
VthNw27tr0iuw8SyIXHUCJ4huw320rGkHsfa2+cKCRgRtFrjLXD93KsHUsFS
FwNg7vScvAzVTjIIXs/XwO7VVqApRb1wHlQ4TbKw6TYWngxorGTnq3o7qpw1
VE6IKk19IaaAe+/tnThNNF3DNOupF7VJgVXQrULur3rK4dtCeAeRsT2Y7XK5
DeqTC0bGxN84Z7aOcedsmvD2QDOQhlbh6xoNpWkj9AXtUzViH6/8KrvmQGzc
AoyUZ2QouDLpguorANZIoDLTYMmAbGgbD7+LoNCnm7hKCRZi29yWvn51HTyN
d/hCb+iN9ovxLzqpUluqO4gSCxPCPdNmL3TK5ltfficIGR8CR14NxYT/IpAS
7SOV9LC9Pd8H2neliQLBq1p6o1o/oyEmwQ/KgQmc3+WDElxppOdaUGqPQs5M
lMIxfUsWxcdYs24wGI3x8/+VchGxXwpWXN/r7u1JOaWvon+NRn/AGaJ/g1cw
VqGuqZLDXKDpN2dYVzOrsfWPgxcjUfL4tl75iZl0GGB0R4kpph1UDrmS57cG
ukYOGrYO8bviPiFTFQ+SM26e8UBLDCxUH8vaqND4iBi8iWrJBVd6HY5XSzjU
UYhi10tacbINhUbaNyX23Yr6FD5ish+NliJuHYkgJ6TyBK6auTig2Kgf4CjK
RXNxqVq6DLxxTIeHfcmJsYmtojGD2Zpd2xqo54k13BUUMq8B9aaKt23BGBda
ubKoFPdRjDMV16ltNuF5f1emib6JGbniBfHo9y6QXC0RQL88RawQJfipWkON
CQHGrGJZAH+Xg3C6P2BiO+tBFi3QE5XaHHQT99KYn8rxbtGcOSEaHZ/7pHgP
EzEtRgKQA4pdaNvzOU/MKG58yQ9XdJ3rRlcrsPnKER6G5oQZ07WXLl71AuuW
dLXilrcTa56T3ERXtcZlGMGyrtNsW4Qih5TtIYnncrtcJmVXyjZje5UGYkR6
cEYShaUWbMVtNbK5qidWidTVyLbUQikVYiquLHJfQ7J1TYrict30EXkZR1Zh
k0nfK/+pEgKXE+TK0dxRX890CC2VN1usp/4b7TjWnNAdxStOpsS70rkE+UfE
m1VKsh+gXlI3waAMYONPfVEQSoLJr5JZd9B6D1B4U/PzImkBzBc4a+A99lDv
RDyUN4DmcqoSJcpWwvaR5orXSA3vXKBvZ86Z5Dqt+HLGtnXeIPqWw9rVYRIW
xMt8hTp6mqjRIssKNqY2kGyi/xRQSq751OfShhFLKtnRkKfEvUIC2GCxUiZn
LFfVpo51ssfE2l+NdmKNdZhqxNq230RirSpSK7E+SSprCYU6Wu9fQhNuy7Gl
9mbFiuOkraZ4j1sIYfAeNxmbC4uj7DRXYnvNuiiihNND62Zj1iqOTmxqotST
uq3KF6zk9SrESDiKtKDj6JOAOF3G049BJc4gwcQoqXrPVI9prBvVILKPUGQf
7RTZR0ZkH1VF9tFvIbKPRGT/5sOPH47P3r08fX9x+sPFh1Egmr9vEM2bHEOE
erWR+mrDQsrnS2pjzLphq7skO3eK0o/LjD4gYe/9/1zC3r2IQYgLFHDcTAyq
ktuoSgz+M0j5j78iKX//xaT8GLZkK96rSmw4BWBi9HMHoezh8D34w1HKbtSV
4uIvO12XkPHlsRwXbVP7YpfKSehqKVVxvkz8g95y3mz/pl58i87BGiRyYcr7
wIR7GmP2LSwgB1X61hW5CpDPDRFsI4emxoWWBebMFSn6pOGosKf/9E++NpFG
uupfrMiPon/+50Co/LlJU67jB+wE1kcaool33O0pSzGBscEZmh4Ju8/vnvC5
QtUNMO0jTKM2mOghPehfI8qby9DbxqJ9e4/Cdp44inTvRI/a3J1TpaKUjOkG
5MZYVADRi+7ErFt7aFaJeJB3FMzCGHJvFVikit8Ojc71dD9k+Qe+BHBw9Mtv
gCDNsxENdaM8koq5rvUduwajjMqP9cyFb+0zPqmkxxrS31SpfRfGqTm8LcOs
4eiVzDU1PvGhHB3rIuWw4DV5c6/T5Mb346CkHBZ66CHyZ8Pc3ed7TGS8V/Wr
KKBOSIb4EcW1DzHVAIaHWumWjClVAb9iRCA6acWdMHTp8nZ3eFKMwSpYHIhb
sF2T2JHEK91n6hlb2TCN6NVVvvv26OyNzA7SHID8jqu5+eU+rspvDdjm19rd
cx0tzuZmFGcGdMWKKo0XNULQv2JbPL7HFo+E6mJGTMKWhHXPuVtqrypuVcqg
GfGKKYQ2duOvHTkb+JXRHnHV5/9S5tvkv1SlaNRT8FTo8HywtGavLTAcpy6H
bNf4ErqmFXY5JWWmNt2kylK1A2Ytv6SWY2fOfKATWCz8KsCKH4Bom3kbtN3R
r6HtispyX9vkqNkSWVVua/JsRbkdNSm3uzy5/kJ+kQtXIyZIgMViWxfZx0Ri
Fg765ZaiS0U2BVzdcMHUY6zYaOtgMnywBozgCA6trQs5Uc0euuDkCvRI18QQ
JppLkJQQmgZ/bdspsvTc8W935ZbfqW+HBL3P0fpVHfwP0dvLe3Tp5vKc77t3
9SP3dkQLTQdrYEmjR3bzByaMBs7pz/h+JZFYYA8KuykeNhbBaTure1klanbu
388qUTdLjNEsMd5plhgbVXRcNUuMfwuzxFjMEuZ6jNtq79+L1oRLMNr0XX6Q
cd0PslO3HJNuyTKEIcEqUPymyuX4N1Quayv65UrmqKZkjps4otUyx6GWeabZ
hPoXSzBj0TKbfBe/TD8YtamZ45+pZt4XwDvViGEbUL+5nnn25Xrm2U498+wX
6ZmmrdIuPXP8JXrm3m+MSDUGNlZF00da/XoY0jzbb6tojn4XRdOc/c9QNO9U
G8/uUBubCVGT2ji2lC+uBPXyHjdXuCqig8GIG/wNxpUN7lVLQla6Bu7eYX86
lXoAr3BdzD2a8vspaxzFS1KMRGgOZ+72Qm3OsJHxr3dSi0ePGs8GD0Yexwx5
qpODMNtKegHPqanVY6NWj3sGHe6hVo89Lji1OtSrz75crz4L9OqzfyC9WhTr
8e+mWAcSopIxxmxpVz8Pr9d9HAQTFeLGvRBXefd/UyFu8usKcbRatUf5NKGK
GlGtGlgJQ0BJD2MvJSPTqmYm6c3tQ0PydEPGfoMVYizOpCAzZIfBYewNDn+I
WO0t2dfY5NnrkC5+HGihZiUmC3S392uH3jyQ4gm1OBOM4dgAEJiLTa3ca0UD
6psKgC8rrB8jYmvlnyecSWbyLsLSr65eQziDr/wMpyuJVc5rWQ/n0aYqBTYO
gA0gSe8mTrkKL0Iwde0DqBNq5+j4VZeTceuxtJq6epcXdHy/AIiallaxEY3/
wW1E73fZiHyXCO88dcLCry4l7MJ9E+HuWXRASKolsgYgCzebqsbWolU3W501
m63G/xlmq7O7zFZnv47Zavy7m63G3mz1D0NAj+bIOXxbFHeHqyE9yJVED6kW
htFC4r1flWX1mkg4DlHLL5OmmrOWTjWURvYPHr9UtxRO0FI4aU9W9fzIFWR8
++7i7O2bo28p55rDwajWD2LYPDU9GNYI93J5G5BWXC4nzTb2+blHf586M3Sl
xZJZhRA6FNAIXUYR4Ywdk/tBxRe61LQAbtkyu+XGWSwUSiLXr9KeqGf2VI8p
jMbTT7mQ0MVN5iV0oEvE4A2InGbnSzFQi9a19k1v6LDFSTc13NU1DDBp7nvX
jaPyBI0cLtUfjCzVhGC7YnBh21Hpr3QjeelbY5udNOQmVxL7xEkMyIqUbuN8
U82G7omxEk+qhu7Jb2HontQN3ZM2Q/d95KVwBV8QNTZps3NXrRP/OGaJyR1m
icnPN0tMfhezxMSZJSZqlpjcYZYI7BITY5eYqJ1h4mp/sCo++T1U8YGbkkH4
kjSWCvLfW4ev6I6TL9QdJ1/mrJ7cz1ldu0YVRWTyD66I7HRW/8+oiEzuVEQm
zYpITfWY/CYR6v+JvuA2QXtShUwSa7k8jmQLeH6CNgkT8STysG/r87Ei7qny
wGkEroFeyfW2TNGvjxQg/FBqmrzE9FyumcILbSkxyDTbt0QPcluCFG3X7CUo
1UD6D9c9WN66DfZZS8UgMrVIzOe+mqJW3HMaBD7Ux4f68KXWZEPvB9UuAQT5
mK65ZTM9KvnLuB3ZFGDRAsLVtGqAhFQtvOAmaV38sr6mERAHGVfulMvacpVS
RO9xS6o8SmnWUkUAux1hKQfa3kqjX1OvhofpSWE2XwwIy0iSgUja54lcp4gf
nNcA6AirAJWkKvRrFoUo6dxB6XJ7dYVPYri+JOEVH9PNBm/HPKgV0aNAJ74a
0hfc9SLCobbSIEuLIRRSDIGrBbgCLlQNQSruFAY015iJ3Fs3MdbIBH60hNOi
C2e0mnqZBPpW1T1zXwPWwFq/a38mJkaMGyzrSXeajDtTQuWusL162LUS0B3v
sqUSlWm/3vqaDNX6CLUctx5VnxRECx9fpVeLkjuqLuLrhOt6kKYAqIraXlkC
rUu8zdutFU8WweaGeFipsuSurPVN2jP1iMLp5YLohEla2saELEcAT+S+gng9
sdM6DxHUJOEe1XJfZFP5gWV8K4X7bKNKY5IB+QAeoMcKrROmtcSkilkF5SWH
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
eTVnf3f7kZ4J0XCv4LR4NGYn3Hdi+8Az0xw6S5aQ4EgZNlUAiTJe0uUUrTnG
4FdWtemuOnROS1Suvxi9qq5LU/1K0jfXt4oEpNRN0w3dJt/vSLN9qCRrnC9T
ZvEFO8HVCO2rH821AG4MrOD2bwlm3LzJcvhwPdr/6Sf462vYnXR4KHlxtE6b
TO+TKzX179KqFDQsSDqcE38cKBg17znrHz9RsRpyjFgrK2kghT1JxwRNHtXY
k497cUJ1FARuLmBtIJugyiyrYHvPXkjCPACD6GWiuliTUwYr1YvKxaAIsrWN
5wV75GEgI+N9fd7+uC2NISYb4pjkqwk2Cu5gL0rQAooqYmjJsN53uud8m8iX
bB15sXE0O2bGJjUQjrZTvwfoiMJQqarrA7fTebjW2Xoq2ZpqLwo3v6lFeyF+
UhJ5gLXOstVaiBAa8BxJAQ3qKstgPStMF8N9Nw8H9j1NdcZ7ecWdy/lO+nl8
zAPdBO+oVcwiOyZo+Nfe7V9gFqZUN+FCbtW+87SaWnETFL5YuiHSWSlvwhDY
3EpJQL3SnutzuCsLWWw4GTVeD5J6g/7s+ESlHKursgjbeu2buAdWk0IKMjcT
uzqm8djqGg+n169hD2iJ7tu+f458oe5zmRXBkhCJtJhui6IWItFOOEaMnkGc
UPV8a+YttDpXqQkSaqm/pzEJTvh9ZIInTKHxkmKNgsgBNRmTUEZCZKWJb8ez
8ZevTl70+fvufZr7OoME8UbVxfBNZPqu0l5lQmry8u79i0FkJ1QBOZuXKktI
mSE7I9aKI3t6scxuuA5dECBHvni0eRsB1VmdGAnO3pz0j4+P6lTd82CfZetl
NL1+rcfOqejA0gByH0BGy0qulukVmmt6bnbrvcXr7K0YkprhQLDUVJSXdL2m
UoLHUYf0WCcucNEOkfrZ29YlachY3ZA+UWJr5nVnve09LOaUsufKFOnbQT19
lTh6ZrnEymdTrPx2nfCW/TA6OBg+o+F+mEwO+eoEdsBaxWh0BD2dHJKfivJm
ppvRwZN82KNfx4cT/JU1+OnmYDTMh3ePqn3dDriK7/m7/uH+fv/gydEXzRKT
4ZVusLgjaS/6SG1k64KCtUBwmY5wmRkDx3BUbS9n/EEuiBfHxQNbbZdlikH+
tkdFgZcD8J/CIItptkUDIxoVlnhm4Z3EOBnYjpnw/IqBVmUrVLJYHtxSgxxm
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
aBuxHNQxoJv03Pbj8Og1z0ZEchIzynM58bcrfJKkOcYDEJ7rlaAUUPV4pD8t
DJW59WUVeJ4iSIcYuQK0rzRA3lmlHZovNanac0qmxqgJ1hqGmYVLlfsF8nI1
fH3mKGM2UsgMO+sYt3CcXjP2F2chBOcciPXJIwoyf69FAj5q4IB+pMGBPoUB
04gpRvy2XIbpLYVpxQKJRgc9Zuh1ov9YhHthya9xy8Et03fcFE9MJvXcn60+
WeER4lqxKIqXMd+oJaB6gfGjTKkW1oTtYGXYNfrvelt1aQrKCkmJlMKNIWYK
GMqQ9+zmLcgGi+qw3uMwB/+gGKI4w9cVVWeQB284MSWpJ5k5WOKCLcDm/inl
sVccRygA1t9zailUZh8B8eEloSx9e2fnjQhHqcFULzGw3t5V/ahVnomtItsv
DrAMfOMBB+xXPUrpJOWyENyY4fi9oZDAIwnwp9K8/E2XggWxNA82SAhbGLNA
kCXo4dWcAK4oNUyadQ034YKWCA16ifXTCRo8m7vLwGIPrrTSTYvabDcFtZ57
NPFQyknDejShV1A3UM/Is4/yOKzkYmxGlzBeJCeeNfKBnYzpm/Qb/piIckGx
a+5b/phEGcRPxQiCkwsreMtizmRe291mo/Hrv+t2k5MXO9wFe270uoKj8g9J
t/tlVAvP/2vQS5vJSsONZxMGxxCNIhnvp5hohrYX4PVLm7qrj9V79ZGObukh
UFmcWOeIjKNDu7pIP5vKoob/VonsazRYdJKt2Sy9KdOa3h5fa+gvhZ3Ns/Ms
6G0ae8s9kDk+UF/xs8hv2V5R95tJt7/eCEmOm8nbx1tEBpuoO2J4Ajv2DoVg
3xXZz6cv62rtr9dV/6/X1epfq6uVBhEUnNSVTtJd5ZJK6/Ar/JCPpOs7yjCx
pbPDZvROg2sHLn/nFw94VQe8pgPG/79rxPWFnv5aY+7XLfIq/Pr0Zy5yVJnq
Lzfetdo1vmvA9yim9Zcb8roOub9eJQv5TIa8fZHC//orjw+no5vVtZWN+1DF
8pd+8ZA3aocsq/zzhly3yH+BET8xOi6t8dOOfKRUAXv61fb+soWNaKH06C8/
ZEYCoEF019e4T9Apumswdf5Mhwf9WJ9rz9Z1EenX3WP8oaMrPfnLRxfv9voG
97nhCHR949bdfr0bFpJAbO5Bn/TO8jGbZCWZeSeYzOfkKrbvdKkM4z2EKgr1
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
8suOeG74+JA2uHK9vpaurqyvr/SSbzImBA9ET2LzAK71GcXoFjfjUzjnze8e
NTtcD9PWNek/SnKOsEhJLUbFFy0oOFnaGaVeKeGXhsogJfUWXRW0REIeekuG
KwAfcbyExm65ZfEdJ/VqtYq4JLN4ix1+gjW3z0lNh3a3T6ezfa4rv8xsuxOo
zP7tCleK/mFCceOuDOu7/zVWk+o/ENKqHy8mchnKcjf663Vvrj5bfXbXm92a
V1eu155WPpxk56mHi4M3N+rerPZZeZOKKlfePKs257leAym8+tb6SuVDxxzh
pdX+YPiw/FIfP136Us07+NL62upa/8nak/Xal5r4UrP80pPqS45FN/TsYnef
7SU6rKvRAIEnN+CsrxIILK0fHH8e1trK6ko/Wjw/rN/5d77XHp5VX6IbodHy
j7f18crDiV0ADfe8m/dtb/wZTsotnpalnhCUVPEqCZJREdunuMhdru7WgHvJ
D0tIfCH14SQTP+Yf9FKDIfyBO/9OGCYs/GP82WhgqZbnyeqjpAXKNfzxnkpJ
AA0gW5WPWHrZTPBa7zTajUaI/XtO7+3vnrw62AkvHb/bO9k9fr8Hn3DX+CGa
U7SNhLy0/BeMBM58r9dfw8/5MlmF76DnqLO+dPbV+9++3947fLV7dLL77Ql8
7Bs9qmnUtbEmbbj31+omtl59bt0/x3ZefsZAS236Ble6idYDegFFNXkefy2v
siZGhqmISWWT5C1swlOVAV6CasO62L0BJr0OVU0eZmRSTR+hunahyKvFMZaB
c+liZzEsC/1JdBiJ4DTYoPf8Bv7kbAtUq4bppYAOUL07uYYts9pl7eZxFRmp
mGuh8CBCFCpDKHAfa47vZR1Wgl77HpdpVdLzDeAzhBlrp2SKIetlvZkQ5RUM
rdvdphD8g9cUTxBOiI+B6DM4QWH+AoMXDBmxKFgOk4fXD1kAMbSnHjf11JmC
uUir5ityvh+SUeFHsBaNYN2PQOr52WjENjMz673sJi41StG8VuUFZfEurzdd
F8lGr9/dUNujkV6vNGSt6EniK7nQyAqD5aDpayqIXhTTQZ7qcCyHY+KpzsrF
T1Rn0vDtK0rv4I5LTYl1Fub03rRMXSgxK4rPGl6QUmxM7gLRi9HoC4rvlgZb
+s37NB225QAw7S40uCefSDY7/kF5q2zJWF19IgZf3bUcdC/gHpTpsK6C6XjN
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
nTX+LyqcNTIkiwIA

-->

</rfc>
