<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lake-edhoc-17" category="std" consensus="true" submissionType="IETF" tocDepth="2" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.0 -->
  <front>
    <title abbrev="EDHOC">Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-17"/>
    <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="October" day="12"/>
    <area>SEC</area>
    <workgroup>LAKE Working Group</workgroup>
    <abstract>
      <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a very compact and lightweight authenticated Diffie-Hellman key exchange with ephemeral keys. EDHOC provides mutual authentication, forward secrecy, and identity protection. EDHOC is intended for usage in constrained scenarios and a main use case is to establish an OSCORE security context. By reusing COSE for cryptography, CBOR for encoding, and CoAP for transport, the additional code size can be kept very low.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <section anchor="motivation">
        <name>Motivation</name>
        <t>Many Internet of Things (IoT) deployments require technologies which are highly performant in constrained environments <xref target="RFC7228"/>. IoT devices may be constrained in various ways, including memory, storage, processing capacity, and power. The connectivity for these settings may also exhibit constraints such as unreliable and lossy channels, highly restricted bandwidth, and dynamic topology. The IETF has acknowledged this problem by standardizing a range of lightweight protocols and enablers designed for the IoT, including the Constrained Application Protocol (CoAP, <xref target="RFC7252"/>), Concise Binary Object Representation (CBOR, <xref target="RFC8949"/>), and Static Context Header Compression (SCHC, <xref target="RFC8724"/>).</t>
        <t>The need for special protocols targeting constrained IoT deployments extends also to the security domain <xref target="I-D.ietf-lake-reqs"/>. Important characteristics in constrained environments are the number of round trips and protocol message sizes, which if kept low can contribute to good performance by enabling transport over a small number of radio frames, reducing latency due to fragmentation or duty cycles, etc. Another important 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"/>) specifies basic application-layer security services efficiently encoded in CBOR. Another example is Object Security for Constrained RESTful Environments (OSCORE, <xref target="RFC8613"/>) which is a lightweight communication security extension to CoAP using CBOR and COSE. In order to establish good quality cryptographic keys for security protocols such as COSE and OSCORE, the two endpoints may run an authenticated Diffie-Hellman key exchange protocol, from which shared secret keying material can be derived. Such a key exchange protocol should also be lightweight; to prevent bad performance in case of repeated use, e.g., due to device rebooting or frequent rekeying for security reasons; or to avoid latencies in a network formation setting with many devices authenticating at the same time.</t>
        <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a lightweight authenticated key exchange protocol providing good security properties including forward secrecy, identity protection, and cipher suite negotiation. Authentication can be based on raw public keys (RPK) or public key certificates and requires the application to provide input on how to verify that endpoints are trusted. This specification emphasizes the possibility to reference rather than to transport credentials in order to reduce message overhead, but the latter is also supported. EDHOC does not currently support pre-shared key (PSK) authentication as authentication with static Diffie-Hellman public keys by reference produces equally small message sizes but with much simpler key distribution and identity protection.</t>
        <t>EDHOC makes use of known protocol constructions, such as SIGMA <xref target="SIGMA"/> and Extract-and-Expand <xref target="RFC5869"/>. EDHOC uses COSE for cryptography and identification of credentials (including COSE_Key, CBOR Web Token (CWT), CWT Claims Set (CCS), X.509, and CBOR encoded X.509 (C509) certificates, see <xref target="auth-cred"/>). COSE provides crypto agility and enables the use of future algorithms and credential types targeting IoT.</t>
        <t>EDHOC is designed for highly constrained settings making it especially suitable for low-power wide area networks <xref target="RFC8376"/> such as Cellular IoT, 6TiSCH, and LoRaWAN. A main objective for EDHOC is to be a lightweight authenticated key exchange for OSCORE, i.e., to provide authentication and session key establishment for IoT use cases such as those built on CoAP <xref target="RFC7252"/> involving 'things' with embedded microcontrollers, sensors, and actuators. By reusing the same lightweight primitives as OSCORE (CBOR, COSE, CoAP) the additional code size can be kept very low. Note that while CBOR and COSE primitives are built into the protocol messages, EDHOC is not bound to a particular transport.</t>
        <t>A typical setting is when one of the endpoints is constrained or in a constrained network, and the other endpoint is a node on the Internet (such as a mobile phone). Thing-to-thing interactions over constrained networks are also relevant since both endpoints would then benefit from the lightweight properties of the protocol. EDHOC could, e.g., be run when a device connects for the first time, or to establish fresh keys which are not revealed by a later compromise of the long-term keys.</t>
      </section>
      <section anchor="message-size-examples">
        <name>Message Size Examples</name>
        <t>Compared to the DTLS 1.3 handshake <xref target="RFC9147"/> with ECDHE and connection ID, the EDHOC message size when transferred in CoAP can be less than 1/6 when RPK authentication is used, see <xref target="I-D.ietf-lwig-security-protocol-comparison"/>. <xref target="fig-sizes"/> shows examples of EDHOC message sizes based on the assumptions in Section 2 of <xref target="I-D.ietf-lwig-security-protocol-comparison"/>, comparing different kinds of authentication keys and COSE header parameters for identification: static Diffie-Hellman keys or signature keys, either in CBOR Web Token (CWT) / CWT Claims Set (CCS) <xref target="RFC8392"/> identified by a key identifier using 'kid' <xref target="RFC9052"/>, or in X.509 certificates identified by a hash value using 'x5t' <xref target="I-D.ietf-cose-x509"/>.</t>
        <figure anchor="fig-sizes">
          <name>Examples of EDHOC message sizes in bytes.</name>
          <artwork align="center"><![CDATA[
========================================================
                    Static DH Keys        Signature Keys
                    --------------        --------------
                    kid        x5t        kid        x5t
--------------------------------------------------------
message_1            37         37         37         37
message_2            45         58        102        115
message_3            19         33         77         90
--------------------------------------------------------
Total               101        128        216        242
========================================================
]]></artwork>
        </figure>
      </section>
      <section anchor="document-structure">
        <name>Document Structure</name>
        <t>The remainder of the document is organized as follows: <xref target="background"/> outlines EDHOC authenticated with signature keys, <xref target="overview"/> describes the protocol elements of EDHOC, including formatting of the ephemeral public keys, <xref target="key-der"/> specifies the key derivation, <xref target="asym"/> specifies message processing for EDHOC authenticated with signature keys or static Diffie-Hellman keys, <xref target="error"/> describes the error messages, and <xref target="transfer"/> shows how to transfer EDHOC with CoAP and establish an OSCORE security context.</t>
      </section>
      <section anchor="term">
        <name>Terminology and Requirements Language</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts described in CBOR <xref target="RFC8949"/>, CBOR Sequences <xref target="RFC8742"/>, COSE structures and processing <xref target="RFC9052"/>, COSE algorithms <xref target="RFC9053"/>, CWT and CWT Claims Set <xref target="RFC8392"/>, and the Concise Data Definition Language (CDDL, <xref target="RFC8610"/>), which is used to express CBOR data structures. Examples of CBOR and CDDL are provided in <xref target="CBOR"/>. When referring to CBOR, this specification always refers to Deterministically Encoded CBOR as specified in Sections 4.2.1 and 4.2.2 of <xref target="RFC8949"/>. The single output from authenticated encryption (including the authentication tag) is called "ciphertext", following <xref target="RFC5116"/>.</t>
      </section>
    </section>
    <section anchor="background">
      <name>EDHOC Outline</name>
      <t>EDHOC specifies different authentication methods of the ephemeral Diffie-Hellman key exchange: signature keys and static Diffie-Hellman keys. This section outlines the signature key based method. Further details of protocol elements and other authentication methods are provided in the remainder of this document.</t>
      <t>SIGMA (SIGn-and-MAc) is a family of theoretical protocols with a large number of variants <xref target="SIGMA"/>. Like IKEv2 <xref target="RFC7296"/> and (D)TLS 1.3 <xref target="RFC8446"/><xref target="RFC9147"/>, EDHOC authenticated with signature keys is built on a variant of the SIGMA protocol which provides identity protection of the initiator (SIGMA-I) against active attackers, and like IKEv2, EDHOC implements the MAC-then-Sign variant of the SIGMA-I protocol shown in <xref target="fig-sigma"/>.</t>
      <figure anchor="fig-sigma">
        <name>MAC-then-Sign variant of the SIGMA-I protocol used by EDHOC.</name>
        <artwork align="center"><![CDATA[
Initiator                                                   Responder
|                                G_X                                |
+------------------------------------------------------------------>|
|                                                                   |
|      G_Y, Enc( ID_CRED_R, Sig( R; MAC( CRED_R, G_X, G_Y ) ) )     |
|<------------------------------------------------------------------+
|                                                                   |
|        AEAD( ID_CRED_I, Sig( I; MAC( CRED_I, G_Y, G_X ) ) )       |
+------------------------------------------------------------------>|
|                                                                   |
]]></artwork>
      </figure>
      <t>The parties exchanging messages 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"/>. 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"/>. Test vectors including CBOR diagnostic notation are provided in <xref target="I-D.ietf-lake-traces"/>.</t>
    </section>
    <section anchor="overview">
      <name>Protocol Elements</name>
      <section anchor="general">
        <name>General</name>
        <t>The EDHOC protocol consists of three mandatory messages (message_1, message_2, message_3) between Initiator and Responder, an optional fourth message (message_4), and an error message. All EDHOC messages are CBOR Sequences <xref target="RFC8742"/>, and are deterministically encoded. <xref target="fig-flow"/> illustrates an EDHOC message flow with the optional fourth message as well as the content of each message. The protocol elements in the figure are introduced in <xref target="overview"/> and <xref target="asym"/>. Message formatting and processing are specified in <xref target="asym"/> and <xref target="error"/>.</t>
        <t>Application data may be protected using the agreed application algorithms (AEAD, hash) in the selected cipher suite (see <xref target="cs"/>) and the application can make use of the established connection identifiers C_I and C_R (see <xref target="ci"/>). Media types that may be used for EDHOC are defined in <xref target="media-type"/>.</t>
        <t>The Initiator can derive symmetric application keys after creating EDHOC message_3, see <xref target="exporter"/>. Protected application data can therefore be sent in parallel or together with EDHOC message_3. EDHOC message_4 is typically not sent.</t>
        <figure anchor="fig-flow">
          <name>EDHOC message flow including the optional fourth message.</name>
          <artwork align="center"><![CDATA[
Initiator                                                   Responder
|                 METHOD, SUITES_I, G_X, C_I, EAD_1                 |
+------------------------------------------------------------------>|
|                             message_1                             |
|                                                                   |
|       G_Y, Enc( ID_CRED_R, Signature_or_MAC_2, EAD_2 ), C_R       |
|<------------------------------------------------------------------+
|                             message_2                             |
|                                                                   |
|            AEAD( ID_CRED_I, Signature_or_MAC_3, EAD_3 )           |
+------------------------------------------------------------------>|
|                             message_3                             |
|                                                                   |
|                           AEAD( EAD_4 )                           |
|<- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
|                             message_4                             |
]]></artwork>
        </figure>
      </section>
      <section anchor="method">
        <name>Method</name>
        <t>The data item METHOD in message_1 (see <xref target="asym-msg1-form"/>), is an integer specifying the authentication method. EDHOC supports authentication with signature or static Diffie-Hellman keys, as defined in the four authentication methods: 0, 1, 2, and 3, see <xref target="fig-method-types"/>. When using a static Diffie-Hellman key the authentication is provided by a Message Authentication Code (MAC) computed from an ephemeral-static ECDH shared secret which enables significant reductions in message sizes.</t>
        <t>The Initiator and the Responder need to have agreed on a single method to be used for EDHOC, see <xref target="applicability"/>.</t>
        <figure anchor="fig-method-types">
          <name>Authentication Keys for Method Types</name>
          <artwork align="center"><![CDATA[
+-------------+--------------------+--------------------+
| Method Type | Initiator          | Responder          |
|       Value | Authentication Key | Authentication Key |
+-------------+--------------------+--------------------+
|           0 | Signature Key      | Signature Key      |
|           1 | Signature Key      | Static DH Key      |
|           2 | Static DH Key      | Signature Key      |
|           3 | Static DH Key      | Static DH Key      |
+-------------+--------------------+--------------------+
]]></artwork>
        </figure>
        <t>EDHOC does not have a dedicated message field to indicate protocol version. Breaking changes to EDHOC can be introduced by specifying and registering new methods.</t>
      </section>
      <section anchor="ci">
        <name>Connection Identifiers</name>
        <t>EDHOC includes the selection of connection identifiers (C_I, C_R) identifying a connection for which keys are agreed.</t>
        <t>Connection identifiers may be used to correlate EDHOC messages and facilitate the retrieval of protocol state during EDHOC execution (see <xref target="transport"/>) or in subsequent applications of  EDHOC, e.g., in OSCORE (see <xref target="ci-oscore"/>). The connection identifiers do not have any cryptographic purpose in EDHOC except facilitating the retrieval of security data associated 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"/>.</t>
        <section anchor="selection-of-connection-identifiers">
          <name>Selection of Connection Identifiers</name>
          <t>C_I and C_R are chosen by I and R, respectively. The Initiator selects C_I and sends it in message_1 for the Responder to use as a reference to the connection in 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"/> for an example.</t>
        </section>
        <section anchor="bstr-repr">
          <name>Representation of Byte String Identifiers</name>
          <t>To allow identifiers with minimal overhead on the wire, certain byte strings are defined to have integer representations.</t>
          <t>The integers with one-byte CBOR encoding are -24, ..., 23, see <xref target="fig-int-one-byte"/>. 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"><![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">
          <name>Use of Connection Identifiers with OSCORE</name>
          <t>For OSCORE, the choice of connection identifier results in the endpoint selecting its Recipient ID, see Section 3.1 of <xref target="RFC8613"/>, for which certain uniqueness requirements apply, see Section 3.3 of <xref target="RFC8613"/>. Therefore, the Initiator and the Responder MUST NOT select connection identifiers such that it results in 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"/>) 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"/>) is converted to the OSCORE Recipient ID 0x21.</li>
          </ul>
        </section>
      </section>
      <section anchor="transport">
        <name>Transport</name>
        <t>Cryptographically, EDHOC does not put requirements on the lower layers. EDHOC is not bound to a particular transport layer and can even be used in environments without IP. In addition to 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"/>.</t>
        <section anchor="ci-edhoc">
          <name>Use of Connection Identifiers for EDHOC Message Correlation</name>
          <t>The transport needs to support the correlation between EDHOC messages and facilitate the retrieval of protocol state and security context during 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"/>, which also shows how to use connection identifiers and message_1 indication with CoAP.</t>
        </section>
      </section>
      <section anchor="auth-key-id">
        <name>Authentication Parameters</name>
        <t>EDHOC supports various settings for how the other endpoint's authentication (public) key may be transported, identified, and trusted.</t>
        <t>EDHOC performs the following authentication related operations:</t>
        <ul spacing="normal">
          <li>EDHOC transports information about credentials in ID_CRED_I and ID_CRED_R (described in <xref target="id_cred"/>). Based on this information, the authentication credentials CRED_I and CRED_R (described in <xref target="auth-cred"/>) can be obtained. EDHOC may also transport certain authentication related information as External Authorization Data (see <xref target="AD"/>).</li>
          <li>
            <t>EDHOC uses the authentication credentials in two ways (see <xref target="asym-msg2-proc"/> and <xref target="asym-msg3-proc"/>):
            </t>
            <ul spacing="normal">
              <li>The authentication credential is input to the integrity verification using the MAC fields.</li>
              <li>The authentication key of the authentication credential is used with the Signature_or_MAC field to verify proof-of-possession of the private key.</li>
            </ul>
          </li>
        </ul>
        <t>Other authentication related verifications are out of scope for EDHOC, and is the responsibility of the application. In particular, the authentication credential needs to be validated in the context of the connection for which EDHOC is used, see <xref target="auth-validation"/>. EDHOC MUST allow the application to read received information about credential (ID_CRED_R, ID_CRED_I). EDHOC MUST have access to the authentication key and the authentication credential.</t>
        <t>Note that the type of authentication key, authentication credential, and the identification of the credential have a large impact on the message size. For example, the Signature_or_MAC field is much smaller with a static DH key than with a signature key. A CCS is much smaller than a self-signed certificate/CWT, but if it is possible to reference the credential with a COSE header like 'kid', then that is in turn much smaller than a CCS.</t>
        <section anchor="auth-keys">
          <name>Authentication Keys</name>
          <t>The authentication key (i.e., the public key used for authentication) MUST be a signature key or static Diffie-Hellman key. The Initiator and the Responder MAY use different types of authentication keys, e.g., one uses a signature key and the other uses a static Diffie-Hellman key.</t>
          <t>The authentication key algorithm needs to be compatible with the method and the cipher suite (see <xref target="cs"/>). The authentication key algorithm needs to be compatible with the EDHOC key exchange algorithm when static Diffie-Hellman authentication is used, and compatible with the EDHOC signature algorithm when signature authentication is used.</t>
          <t>Note that for most signature algorithms, the signature is determined by the signature algorithm and the authentication key algorithm together. When using static Diffie-Hellman keys the Initiator's and Responder's private authentication keys are denoted 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"/>)) the authentication key is represented with a 'cnf' claim <xref target="RFC8747"/> containing a COSE_Key <xref target="RFC9052"/>.</t>
        </section>
        <section anchor="auth-cred">
          <name>Authentication Credentials</name>
          <t>The authentication credentials, CRED_I and CRED_R, contain the public authentication key of the Initiator and the Responder, respectively.</t>
          <t>EDHOC relies on COSE for identification of credentials (see <xref target="id_cred"/>), for example X.509 certificates <xref target="RFC5280"/>, C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>, CWTs <xref target="RFC8392"/> and CWT Claims Sets (CCS) <xref target="RFC8392"/>. When the identified credential is a chain or a bag, the authentication credential CRED_x is just the end entity X.509 or C509 certificate / CWT.</t>
          <t>Since CRED_R is used in the integrity verification, see <xref target="asym-msg2-proc"/>, it needs to be specified such that it is identical when used by Initiator or Responder. Similarly for CRED_I, see <xref target="asym-msg3-proc"/>. The Initiator and Responder are expected to agree on a specific encoding of the credential, see <xref target="applicability"/>.</t>
          <t>It is RECOMMENDED that the COSE 'kid' parameter, when used to identify the authentication credential, refers to a specific encoding. The Initiator and Responder SHOULD use an available authentication credential (transported in EDHOC or otherwise provisioned) without re-encoding. If for some reason re-encoding of the authentication credential may occur, then a potential common encoding for CBOR based credentials is bytewise lexicographic order of their deterministic encodings as specified in Section 4.2.1 of <xref target="RFC8949"/>.</t>
          <ul spacing="normal">
            <li>When the authentication credential is an X.509 certificate, CRED_x SHALL be the DER encoded certificate, encoded as a bstr <xref target="I-D.ietf-cose-x509"/>.</li>
            <li>When the authentication credential is a C509 certificate, CRED_x SHALL be the C509Certificate <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.</li>
            <li>When the authentication credential is a 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><![CDATA[
{                                              /CCS/
  2 : "42-50-31-FF-EF-37-32-39",               /sub/
  8 : {                                        /cnf/
    1 : {                                      /COSE_Key/
      1 : 1,                                   /kty/
      2 : h'00',                               /kid/
     -1 : 4,                                   /crv/
     -2 : h'b1a3e89460e88d3a8d54211dc95f0b90   /x/
            3ff205eb71912d6db8f4af980d2db83a'
    }
  }
}
]]></artwork>
          </figure>
        </section>
        <section anchor="id_cred">
          <name>Identification of Credentials</name>
          <t>ID_CRED_R and ID_CRED_I are transported in message_2 and message_3, respectively, see <xref target="asym-msg2-proc"/> and <xref target="asym-msg3-proc"/>. They are used to identify and optionally transport credentials:</t>
          <ul spacing="normal">
            <li>ID_CRED_R is intended to facilitate for the Initiator to retrieve the authentication credential CRED_R and the authentication key of R.</li>
            <li>ID_CRED_I is intended to facilitate for the Responder to retrieve the authentication credential CRED_I and the authentication key of I.</li>
          </ul>
          <t>ID_CRED_x may contain the authentication credential CRED_x, but for many settings it is not necessary to transport the authentication credential within EDHOC, for example, it may be pre-provisioned or acquired out-of-band over less constrained links. ID_CRED_I and ID_CRED_R do not have any cryptographic purpose in EDHOC since the authentication credentials are integrity protected.</t>
          <t>EDHOC relies on COSE for identification of credentials and supports all credential types for which COSE header parameters are defined including X.509 certificates (<xref target="I-D.ietf-cose-x509"/>), C509 certificates (<xref target="I-D.ietf-cose-cbor-encoded-cert"/>), CWT (<xref target="cwt-header-param"/>) and CWT Claims Set (CCS) (<xref target="cwt-header-param"/>).</t>
          <t>ID_CRED_I and ID_CRED_R are COSE header maps and contains one or more COSE header parameters. ID_CRED_I and ID_CRED_R MAY contain different header parameters. The header parameters typically provide some information about the format of the credential.</t>
          <t>Note that COSE header parameters in ID_CRED_x are used to identify the sender's credential. There is therefore no reason to use the "-sender" header parameters, such as x5t-sender, defined in Section 3 of <xref target="I-D.ietf-cose-x509"/>. Instead, the corresponding parameter without "-sender", such as x5t, SHOULD be used.</t>
          <t>Example: X.509 certificates can be identified by a hash value using the 'x5t' parameter:</t>
          <ul spacing="normal">
            <li>ID_CRED_x = { 34 : COSE_CertHash }, for x = I or R,</li>
          </ul>
          <t>Example: CWT or CCS can be identified by a key identifier using the 'kid' parameter:</t>
          <ul spacing="normal">
            <li>ID_CRED_x = { 4 : kid_x }, where kid_x : kid, for x = I or R.</li>
          </ul>
          <t>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"/> and <xref target="asym-msg3-proc"/>. 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"/> 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"/>, applications MUST NOT assume that 'kid' values are unique and several keys associated with a 'kid' may need to be checked before the correct one is found. Applications might use additional information such as 'kid context' or lower layers to determine which key to try first. Applications should strive to make ID_CRED_x as unique as possible, since the recipient may otherwise have to try several keys.</t>
          <t>See <xref target="COSE"/> for more examples.</t>
        </section>
      </section>
      <section anchor="cs">
        <name>Cipher Suites</name>
        <t>An EDHOC cipher suite consists of an ordered set of algorithms from the "COSE Algorithms" and "COSE Elliptic Curves" registries as well as the EDHOC MAC length. All algorithm names and definitions follows from COSE algorithms <xref target="RFC9053"/>. Note that COSE sometimes uses peculiar names such as ES256 for ECDSA with SHA-256, A128 for AES-128, and Ed25519 for the curve edwards25519. Algorithms need to be specified with enough parameters to make them completely determined. The 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"/>. Use of other types of key exchange algorithms to replace static DH authentication (method 1,2,3) would likely require a specification updating EDHOC with new methods.</t>
        <t>EDHOC supports all signature algorithms defined by COSE. Just like in (D)TLS 1.3 <xref target="RFC8446"/><xref target="RFC9147"/> and IKEv2 <xref target="RFC7296"/>, a signature in COSE is determined by the signature algorithm and the authentication key algorithm together, see <xref target="auth-keys"/>. The exact details of the authentication key algorithm depend on the type of authentication credential. COSE supports different formats for storing the public authentication keys including COSE_Key and X.509, which use different names and ways to represent the authentication key and the authentication key algorithm.</t>
        <t>An EDHOC cipher suite consists of the following parameters:</t>
        <ul spacing="normal">
          <li>EDHOC AEAD algorithm</li>
          <li>EDHOC hash algorithm</li>
          <li>EDHOC MAC length in bytes (Static DH)</li>
          <li>EDHOC key exchange algorithm (ECDH curve)</li>
          <li>EDHOC signature algorithm</li>
          <li>Application AEAD algorithm</li>
          <li>Application hash algorithm</li>
        </ul>
        <t>Each cipher suite is identified with a pre-defined integer label.</t>
        <t>EDHOC can be used with all algorithms and curves defined for COSE. Implementations can either use any combination of COSE algorithms and parameters to define their own private cipher suite, or use one of the pre-defined cipher suites. Private cipher suites can be identified with any of the four values -24, -23, -22, -21. The pre-defined cipher suites are listed in the IANA registry (<xref target="suites-registry"/>) with initial content outlined here:</t>
        <ul spacing="normal">
          <li>
            <t>Cipher suites 0-3, based on AES-CCM, are intended for constrained IoT where message overhead is a very important factor. Note that AES-CCM-16-64-128 and AES-CCM-16-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"/>.</li>
        </ul>
        <t>The different methods (<xref target="method"/>) use the same cipher suites, but some algorithms are not used in some methods. The EDHOC signature algorithm is not used in methods without signature authentication.</t>
        <t>The Initiator needs to have a list of cipher suites it supports in order of preference. The Responder needs to have a list of cipher suites it supports. SUITES_I contains cipher suites supported by the Initiator, formatted and processed as detailed in <xref target="asym-msg1-form"/> to secure the cipher suite negotiation. Examples of cipher suite negotiation are given in <xref target="ex-neg"/>.</t>
      </section>
      <section anchor="cose_key">
        <name>Ephemeral Public Keys</name>
        <t>The ephemeral public keys in EDHOC (G_X and G_Y) use compact representation of elliptic curve points, see <xref target="comrep"/>. In COSE compact representation is achieved by formatting the ECDH ephemeral public keys as COSE_Keys of type EC2 or OKP according to Sections 7.1 and 7.2 of <xref target="RFC9053"/>, but only including the 'x' parameter in G_X and G_Y. For Elliptic Curve Keys of type EC2, compact representation MAY be used also in the COSE_Key.  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">
        <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"/>) consisting of one or more EAD items (ead_label, ead_value) as defined below:</t>
        <sourcecode type="CDDL"><![CDATA[
ead = 1* (
  ead_label : int,
  ead_value : bstr,
)
]]></sourcecode>
        <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"/>), 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"/>.</t>
      </section>
      <section anchor="applicability">
        <name>Application Profile</name>
        <t>EDHOC requires certain parameters to be agreed upon between Initiator and Responder. Some parameters can be negotiated through the protocol execution (specifically, cipher suite, see <xref target="cs"/>) but other parameters are only communicated and may not be negotiated (e.g., which authentication method is used, see <xref target="method"/>). Yet other parameters need to be known out-of-band.</t>
        <t>The purpose of an application profile is to describe the intended use of EDHOC to allow for the relevant processing and verifications to be made, including things like:</t>
        <ol spacing="normal" type="1"><li>
            <t>How the endpoint detects that an EDHOC message is received. This includes how EDHOC messages are transported, for example in the payload of a CoAP message with a certain Uri-Path or Content-Format; see <xref target="coap"/>.
            </t>
            <ul spacing="normal">
              <li>The method of transporting EDHOC messages may also describe data carried along with the messages that are needed for the transport to satisfy the requirements of <xref target="transport"/>, e.g., connection identifiers used with certain messages, see <xref target="coap"/>.</li>
            </ul>
          </li>
          <li>Authentication method (METHOD; see <xref target="method"/>).</li>
          <li>Profile for authentication credentials (CRED_I, CRED_R; see <xref target="auth-cred"/>), e.g., profile for certificate or CCS, including supported authentication key algorithms (subject public key algorithm in X.509 or C509 certificate).</li>
          <li>Type used to identify credentials (ID_CRED_I, ID_CRED_R; see <xref target="id_cred"/>).</li>
          <li>Use and type of external authorization data (EAD_1, EAD_2, EAD_3, EAD_4; see <xref target="AD"/>).</li>
          <li>Identifier used as the identity of the endpoint; see <xref target="identities"/>.</li>
          <li>If message_4 shall be sent/expected, and if not, how to ensure a protected application message is sent from the Responder to the Initiator; see <xref target="m4"/>.</li>
        </ol>
        <t>The application profile may also contain information about supported cipher suites. The procedure for selecting and verifying a cipher suite is still performed as described in <xref target="asym-msg1-form"/> and <xref target="wrong-selected"/>, but it may become simplified by this knowledge.</t>
        <t>An example of an application profile is shown in <xref target="appl-temp"/>.</t>
        <t>For some parameters, like METHOD, ID_CRED_x, type of EAD, the receiver 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">
      <name>Key Derivation</name>
      <section anchor="keys-for-edhoc-message-processing">
        <name>Keys for EDHOC Message Processing</name>
        <t>EDHOC uses Extract-and-Expand <xref target="RFC5869"/> with the EDHOC hash algorithm in the selected cipher suite to derive keys used in message processing. This section defines Extract (<xref target="extract"/>) and Expand (<xref target="expand"/>), and how to use them to derive PRK_out (<xref target="prkout"/>) which is the shared secret key resulting from a successful EDHOC exchange.</t>
        <t>Extract is used to derive fixed-length uniformly pseudorandom keys (PRK) from ECDH shared secrets. Expand is used to define EDHOC-KDF for generating MACs and for deriving output keying material (OKM) from PRKs.</t>
        <t>In EDHOC a specific message is protected with a certain pseudorandom key, but how the key is derived depends on the method as detailed in <xref target="asym"/>.</t>
        <!-- A diagram of the EDHOC key schedule can be found in Figure 2 of {{Vucinic22}}. TBD: Rewrite the diagram -->

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

suites = [ 2* int ] / int
]]></sourcecode>
          <t>where:</t>
          <ul spacing="normal">
            <li>METHOD - authentication method, see <xref target="method"/>.</li>
            <li>SUITES_I - array of cipher suites which the Initiator supports in order of preference, the first cipher suite in network byte order is the most preferred by I, the last is the one selected by I for this session. If the most preferred cipher suite is selected then SUITES_I contains only that cipher suite and is encoded as an int. The processing steps are detailed below and in <xref target="wrong-selected"/>.</li>
            <li>G_X - the ephemeral public key of the Initiator</li>
            <li>C_I - variable length connection identifier. Note that connection identifiers are byte strings but certain values are represented as integers in the message, see <xref target="bstr-repr"/>.</li>
            <li>EAD_1 - external authorization data, see <xref target="AD"/>.</li>
          </ul>
        </section>
        <section anchor="init-proc-msg1">
          <name>Initiator Processing of Message 1</name>
          <t>The Initiator SHALL compose message_1 as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Construct SUITES_I complying with the definition in <xref target="asym-msg1-form"/>}, and furthermore:
              </t>
              <ul spacing="normal">
                <li>The Initiator MUST select its most preferred cipher suite, conditioned on what it can assume to be supported by the Responder.</li>
                <li>The selected cipher suite (i.e., the last cipher suite in SUITES_I) MAY be different between sessions, e.g., based on previous error messages (see next bullet), but all cipher suites which are more preferred by I than the selected cipher suite MUST be included in SUITES_I.</li>
                <li>If the Initiator previously received from the Responder an error message with error code 2 containing SUITES_R (see <xref target="wrong-selected"/>) which indicates cipher suites supported by the Responder, then the Initiator SHOULD select its most preferred supported cipher suite among those (bearing in mind that error messages are not authenticated and may be forged).</li>
                <li>The Initiator MUST NOT change the supported cipher suites and the order of preference in SUITES_I based on previous error messages.</li>
              </ul>
            </li>
            <li>Generate an ephemeral ECDH key pair using the curve in the selected cipher suite and format it as a COSE_Key. Let G_X be the 'x' parameter of the COSE_Key.</li>
            <li>Choose a connection identifier C_I and store it for the length of the protocol.</li>
            <li>Encode message_1 as a sequence of CBOR encoded data items as specified in <xref target="asym-msg1-form"/></li>
          </ul>
        </section>
        <section anchor="resp-proc-msg1">
          <name>Responder Processing of Message 1</name>
          <t>The Responder SHALL process message_1 as follows:</t>
          <ul spacing="normal">
            <li>Decode message_1 (see <xref target="CBOR"/>).</li>
            <li>Verify that the selected cipher suite is supported and that no prior cipher suite in SUITES_I is supported.</li>
            <li>If EAD_1 is present then make it available to the application for EAD processing.</li>
          </ul>
          <t>If any processing step fails, the Responder MUST send an EDHOC error message back, formatted as defined in <xref target="error"/>, and the session MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m2">
        <name>EDHOC Message 2</name>
        <section anchor="asym-msg2-form">
          <name>Formatting of Message 2</name>
          <t>message_2 SHALL be a CBOR Sequence (see <xref target="CBOR"/>) as defined below</t>
          <sourcecode type="CDDL"><![CDATA[
message_2 = (
  G_Y_CIPHERTEXT_2 : bstr,
  C_R : bstr / -24..23,
)
]]></sourcecode>
          <t>where:</t>
          <ul spacing="normal">
            <li>G_Y_CIPHERTEXT_2 - the concatenation of G_Y (i.e., the ephemeral public key of the Responder) and CIPHERTEXT_2.</li>
            <li>C_R - variable length connection identifier. Note that connection identifiers are byte strings but certain values are represented as integers in the message, see <xref target="bstr-repr"/>.</li>
          </ul>
        </section>
        <section anchor="asym-msg2-proc">
          <name>Responder Processing of Message 2</name>
          <t>The Responder SHALL compose message_2 as follows:</t>
          <ul spacing="normal">
            <li>Generate an ephemeral ECDH key pair using the curve in the selected cipher suite and format it as a COSE_Key. Let G_Y be the 'x' parameter of the COSE_Key.</li>
            <li>Choose a connection identifier C_R and store it for the length of the protocol.</li>
            <li>Compute the transcript hash TH_2 = H( G_Y, C_R, H(message_1) ) where H() is the EDHOC hash algorithm of the selected cipher suite. The 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"/> with context_2 = &lt;&lt; ID_CRED_R, TH_2, CRED_R, ? EAD_2 &gt;&gt;
              </t>
              <ul spacing="normal">
                <li>If the Responder authenticates with a static Diffie-Hellman key (method equals 1 or 3), then mac_length_2 is the EDHOC MAC length of the selected cipher suite. If the Responder authenticates with a signature key (method equals 0 or 2), then mac_length_2 is equal to the output size of the EDHOC hash algorithm of the selected cipher suite.</li>
                <li>ID_CRED_R - identifier to facilitate the retrieval of CRED_R, see <xref target="id_cred"/></li>
                <li>CRED_R - CBOR item containing the authentication credential of the Responder, see <xref target="auth-cred"/></li>
                <li>EAD_2 - external authorization data, see <xref target="AD"/></li>
              </ul>
            </li>
            <li>
              <t>If the Responder authenticates with a static Diffie-Hellman key (method equals 1 or 3), then Signature_or_MAC_2 is MAC_2. If the Responder authenticates with a signature key (method equals 0 or 2), then Signature_or_MAC_2 is the 'signature' field of a COSE_Sign1 object, computed as specified in Section 4.4 of <xref target="RFC9053"/> using the signature algorithm of the selected cipher suite, the private authentication key of the Responder, and the following parameters as input (see <xref target="COSE"/> for an overview of COSE and <xref target="CBOR"/> for notation):  </t>
              <ul spacing="normal">
                <li>protected =  &lt;&lt; ID_CRED_R &gt;&gt;</li>
                <li>external_aad = &lt;&lt; TH_2, CRED_R, ? EAD_2 &gt;&gt;</li>
                <li>payload = MAC_2</li>
              </ul>
            </li>
            <li>
              <t>CIPHERTEXT_2 is calculated by using the Expand function as a binary additive stream cipher over the following plaintext:  </t>
              <ul spacing="normal">
                <li>
                  <t>PLAINTEXT_2 = ( ? 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"/>, see examples in <xref target="id_cred"/>.</li>
                    <li>PAD_2 = 1* <tt>true</tt> (see <xref target="CBOR"/>) 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"/>, 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"/>.</li>
          </ul>
        </section>
        <section anchor="initiator-processing-of-message-2">
          <name>Initiator Processing of Message 2</name>
          <t>The Initiator SHALL process message_2 as follows:</t>
          <ul spacing="normal">
            <li>Decode message_2 (see <xref target="CBOR"/>).</li>
            <li>Retrieve the protocol state using the message correlation provided by the transport (e.g., the CoAP Token, the 5-tuple, or the prepended C_I, see <xref target="coap"/>).</li>
            <li>Decrypt CIPHERTEXT_2, see <xref target="asym-msg2-proc"/>, 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"/>.</li>
          </ul>
          <t>If any processing step fails, the Initiator MUST send an EDHOC error message back, formatted as defined in <xref target="error"/>, and the session MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m3">
        <name>EDHOC Message 3</name>
        <section anchor="asym-msg3-form">
          <name>Formatting of Message 3</name>
          <t>message_3 SHALL be a CBOR Sequence (see <xref target="CBOR"/>) as defined below</t>
          <sourcecode type="CDDL"><![CDATA[
message_3 = (
  CIPHERTEXT_3 : bstr,
)
]]></sourcecode>
        </section>
        <section anchor="asym-msg3-proc">
          <name>Initiator Processing of Message 3</name>
          <t>The Initiator SHALL compose message_3 as follows:</t>
          <ul spacing="normal">
            <li>Compute the transcript hash TH_3 = H(TH_2, PLAINTEXT_2, CRED_R) where H() is the EDHOC hash algorithm of the selected cipher suite. The 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"/>, with context_3 = &lt;&lt; ID_CRED_I, TH_3, CRED_I, ? EAD_3 &gt;&gt;
              </t>
              <ul spacing="normal">
                <li>If the Initiator authenticates with a static Diffie-Hellman key (method equals 2 or 3), then mac_length_3 is the EDHOC MAC length of the selected cipher suite.  If the Initiator authenticates with a signature key (method equals 0 or 1), then mac_length_3 is equal to the output size of the EDHOC hash algorithm of the selected cipher suite.</li>
                <li>ID_CRED_I - identifier to facilitate the retrieval of CRED_I, see <xref target="id_cred"/></li>
                <li>CRED_I - CBOR item containing the authentication credential of the Initiator, see <xref target="auth-cred"/></li>
                <li>EAD_3 - external authorization data, see <xref target="AD"/></li>
              </ul>
            </li>
            <li>
              <t>If the Initiator authenticates with a static Diffie-Hellman key (method equals 2 or 3), then Signature_or_MAC_3 is MAC_3. If the Initiator authenticates with a signature key (method equals 0 or 1), then Signature_or_MAC_3 is the 'signature' field of a COSE_Sign1 object, computed as specified in Section 4.4 of <xref target="RFC9052"/> using the signature algorithm of the selected cipher suite, the private authentication key of the Initiator, and the following parameters as input (see <xref target="COSE"/>):  </t>
              <ul spacing="normal">
                <li>protected =  &lt;&lt; ID_CRED_I &gt;&gt;</li>
                <li>external_aad = &lt;&lt; TH_3, CRED_I, ? EAD_3 &gt;&gt;</li>
                <li>payload = MAC_3</li>
              </ul>
            </li>
            <li>
              <t>Compute a COSE_Encrypt0 object as defined in Sections 5.2 and 5.3 of <xref target="RFC9052"/>, with the EDHOC AEAD algorithm of the selected cipher suite, using the encryption key K_3, the initialization vector IV_3 (if used by the AEAD algorithm), the plaintext PLAINTEXT_3, and the following parameters as input (see <xref target="COSE"/>):  </t>
              <ul spacing="normal">
                <li>protected = h''</li>
                <li>external_aad = TH_3</li>
                <li>K_3 and IV_3 are defined in <xref target="expand"/></li>
                <li>
                  <t>PLAINTEXT_3 = ( ? 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"/>, see examples in <xref target="id_cred"/>.</li>
                    <li>PAD_3 = 1* <tt>true</tt> (see <xref target="CBOR"/>) 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"/>. The Initiator can now derive application keys using the EDHOC-Exporter interface, see <xref target="exporter"/>.</li>
            <li>Encode message_3 as a CBOR data item as specified in <xref target="asym-msg3-form"/>.</li>
            <li>Make the connection identifiers (C_I, C_R) and the application algorithms in the selected cipher suite available to the application.</li>
          </ul>
          <t>The Initiator SHOULD NOT persistently store PRK_out or application keys until the Initiator has verified message_4 or a message protected with a derived application key, such as an OSCORE message, from the Responder. This is similar to waiting for acknowledgement (ACK) in a transport protocol.</t>
        </section>
        <section anchor="responder-processing-of-message-3">
          <name>Responder Processing of Message 3</name>
          <t>The Responder SHALL process message_3 as follows:</t>
          <ul spacing="normal">
            <li>Decode message_3 (see <xref target="CBOR"/>).</li>
            <li>Retrieve the protocol state using the message correlation provided by the transport (e.g., the CoAP Token, the 5-tuple, or the prepended C_R, see <xref target="coap"/>).</li>
            <li>Decrypt and verify the COSE_Encrypt0 as defined in Sections 5.2 and 5.3 of <xref target="RFC9052"/>, with the EDHOC AEAD algorithm in the selected cipher suite, and the parameters defined in <xref target="asym-msg3-proc"/>. 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"/>.</li>
            <li>Make the connection identifiers (C_I, C_R) and the application algorithms in the selected cipher suite available to the application.</li>
          </ul>
          <t>After verifying message_3, the Responder can compute PRK_out, see <xref target="prkout"/>, derive application keys using the EDHOC-Exporter interface, see <xref target="exporter"/>, persistently store the keying material, and send protected application data.</t>
          <t>If any processing step fails, the Responder MUST send an EDHOC error message back, formatted as defined in <xref target="error"/>, and the session MUST be discontinued.</t>
        </section>
      </section>
      <section anchor="m4">
        <name>EDHOC Message 4</name>
        <t>This section specifies message_4 which is OPTIONAL to support. Key confirmation is normally provided by sending an application message from the Responder to the Initiator protected with a key derived with the EDHOC-Exporter, e.g., using OSCORE (see <xref target="transfer"/>). In deployments where no protected application message is sent from the Responder to the Initiator, message_4 MUST be supported and MUST be used. Two examples of such deployments:</t>
        <ol spacing="normal" type="1"><li>When EDHOC is only used for authentication and no application data is sent.</li>
          <li>When application data is only sent from the Initiator to the Responder.</li>
        </ol>
        <t>Further considerations about when to use message_4 are provided in <xref target="applicability"/> and <xref target="sec-prop"/>.</t>
        <section anchor="asym-msg4-form">
          <name>Formatting of Message 4</name>
          <t>message_4 SHALL be a CBOR Sequence (see <xref target="CBOR"/>) as defined below</t>
          <sourcecode type="CDDL"><![CDATA[
message_4 = (
  CIPHERTEXT_4 : bstr,
)
]]></sourcecode>
        </section>
        <section anchor="asym-msg4-proc">
          <name>Responder Processing of Message 4</name>
          <t>The Responder SHALL compose message_4 as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Compute a COSE_Encrypt0 as defined in Sections 5.2 and 5.3 of <xref target="RFC9052"/>, with the EDHOC AEAD algorithm of the selected cipher suite, using the encryption key K_4, the initialization vector IV_4 (if used by the AEAD algorithm), the plaintext PLAINTEXT_4, and the following parameters as input (see <xref target="COSE"/>):  </t>
              <ul spacing="normal">
                <li>protected = h''</li>
                <li>external_aad = TH_4</li>
                <li>K_4 and IV_4 are defined in <xref target="expand"/></li>
                <li>
                  <t>PLAINTEXT_4 = ( ? PAD_4, ? EAD_4 )
                  </t>
                  <ul spacing="normal">
                    <li>PAD_4 = 1* <tt>true</tt> (see <xref target="CBOR"/>) 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"/>.</li>
                  </ul>
                </li>
              </ul>
              <t>
CIPHERTEXT_4 is the 'ciphertext' of COSE_Encrypt0.</t>
            </li>
            <li>Encode message_4 as a CBOR data item as specified in <xref target="asym-msg4-form"/>.</li>
          </ul>
        </section>
        <section anchor="initiator-processing-of-message-4">
          <name>Initiator Processing of Message 4</name>
          <t>The Initiator SHALL process message_4 as follows:</t>
          <ul spacing="normal">
            <li>Decode message_4 (see <xref target="CBOR"/>).</li>
            <li>Retrieve the protocol state using the message correlation provided by the transport (e.g., the CoAP Token, the 5-tuple, or the prepended C_I, see <xref target="coap"/>).</li>
            <li>Decrypt and verify the COSE_Encrypt0 as defined in Sections 5.2 and 5.3 of <xref target="RFC9052"/>, with the EDHOC AEAD algorithm in the selected cipher suite, and the parameters defined in <xref target="asym-msg4-proc"/>. 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"/>, 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">
      <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"/>.</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"/>. 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"/>) as defined below</t>
      <figure anchor="fig-error-message">
        <name>EDHOC error message.</name>
        <sourcecode type="CDDL"><![CDATA[
error = (
  ERR_CODE : int,
  ERR_INFO : any,
)
]]></sourcecode>
      </figure>
      <t>where:</t>
      <ul spacing="normal">
        <li>ERR_CODE - error code encoded as an integer. The value 0 is used for success, all other values (negative or positive) indicate errors.</li>
        <li>ERR_INFO - error information. Content and encoding depend on error code.</li>
      </ul>
      <t>The remainder of this section specifies the currently defined error codes, see <xref target="fig-error-codes"/>. Additional error codes and corresponding error information may be specified.</t>
      <figure anchor="fig-error-codes">
        <name>Error codes and error information included in the EDHOC error message.</name>
        <artwork><![CDATA[
+----------+---------------+----------------------------------------+
| ERR_CODE | ERR_INFO Type | Description                            |
+==========+===============+========================================+
|        0 | any           | Success                                |
+----------+---------------+----------------------------------------+
|        1 | tstr          | Unspecified error                      |
+----------+---------------+----------------------------------------+
|        2 | suites        | Wrong selected cipher suite            |
+----------+---------------+----------------------------------------+
]]></artwork>
      </figure>
      <section anchor="success">
        <name>Success</name>
        <t>Error code 0 MAY be used internally in an application to indicate success, i.e., as a standard value in case of no error, e.g., in status reporting or log files. ERR_INFO can contain any type of CBOR item, the content is out of scope for this specification. Error code 0 MUST NOT be used as part of the EDHOC message exchange flow. If an endpoint receives an error message with error code 0, then it MUST discontinue the protocol and MUST NOT send an error message.</t>
      </section>
      <section anchor="unspecified-error">
        <name>Unspecified Error</name>
        <t>Error code 1 is used for errors that do not have a specific error code defined. ERR_INFO MUST be a text string containing a human-readable diagnostic message written in English, for example "Method not supported". The diagnostic text message is mainly intended for software engineers that during debugging need to interpret it in the context of the EDHOC specification. The diagnostic message SHOULD be provided to the calling application where it SHOULD be logged.</t>
      </section>
      <section anchor="wrong-selected">
        <name>Wrong Selected Cipher Suite</name>
        <t>Error code 2 MUST only be used when replying to message_1 in case the cipher suite selected by the Initiator is not supported by the Responder, or if the Responder supports a cipher suite more preferred by the Initiator than the selected cipher suite, see <xref target="resp-proc-msg1"/>. ERR_INFO is in this case denoted SUITES_R and is of type suites, see <xref target="asym-msg1-form"/>. If the Responder does not support the selected cipher suite, then SUITES_R MUST include one or more supported cipher suites. If the Responder supports a cipher suite in SUITES_I other than the selected cipher suite (independently of if the selected cipher suite is supported or not) then SUITES_R MUST include the supported cipher suite in SUITES_I which is most preferred by the Initiator. SUITES_R MAY include a single cipher suite, 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">
          <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"/> and <xref target="init-proc-msg1"/>). Furthermore, the Responder SHALL only accept message_1 if the selected cipher suite is the first cipher suite in SUITES_I that the Responder supports (see <xref target="resp-proc-msg1"/>). Following this procedure ensures that the selected cipher suite is the most preferred (by the Initiator) cipher suite supported by both parties.</t>
          <t>If the selected cipher suite is not the first cipher suite which the Responder supports in SUITES_I received in message_1, then the Responder MUST discontinue the protocol, see <xref target="resp-proc-msg1"/>. If SUITES_I in message_1 is manipulated, then the integrity verification of message_2 containing the transcript hash TH_2 will fail and the Initiator will discontinue the protocol.</t>
        </section>
        <section anchor="ex-neg">
          <name>Examples</name>
          <t>Assume that the Initiator supports the five cipher suites 5, 6, 7, 8, and 9 in decreasing order of preference. Figures <xref target="fig-error1" format="counter"/> and <xref target="fig-error2" format="counter"/> show examples of how the Initiator can format SUITES_I and how SUITES_R is used by Responders to give the Initiator information about the cipher suites that the Responder supports.</t>
          <t>In the first example (<xref target="fig-error1"/>), the Responder supports cipher suite 6 but not the initially selected cipher suite 5.</t>
          <figure anchor="fig-error1">
            <name>Example of an Initiator supporting suites 5, 6, 7, 8, and 9 in decreasing order of preference, and a Responder supporting suite 6 but not suite 5. The Responder rejects the first message_1 with an error indicating support for suite 6. The Initiator also supports suite 6, and therefore selects suite 6 in the second message_1. The initiator prepends in SUITES_I the selected suite 6 with the more preferred suites, in this case suite 5, to mitigate a potential attack on the cipher suite negotiation.</name>
            <artwork align="center"><![CDATA[
Initiator                                                   Responder
|              METHOD, SUITES_I = 5, G_X, C_I, EAD_1                |
+------------------------------------------------------------------>|
|                             message_1                             |
|                                                                   |
|                   ERR_CODE = 2, SUITES_R = 6                      |
|<------------------------------------------------------------------+
|                               error                               |
|                                                                   |
|             METHOD, SUITES_I = [5, 6], G_X, C_I, EAD_1            |
+------------------------------------------------------------------>|
|                             message_1                             |
]]></artwork>
          </figure>
          <t>In the second example (<xref target="fig-error2"/>), the Responder supports cipher suites 8 and 9 but not the more preferred (by the Initiator) cipher suites 5, 6 or 7. To illustrate the negotiation mechanics we let the Initiator first make a guess that the Responder supports suite 6 but not suite 5. Since the Responder supports neither 5 nor 6, it responds with SUITES_R containing the supported suites, after which the Initiator selects its most preferred supported suite.  (If the Responder had supported suite 5, it would have included it in SUITES_R of the response, and it would in that case have become the selected suite in the second message_1.)</t>
          <figure anchor="fig-error2">
            <name>Example of an Initiator supporting suites 5, 6, 7, 8, and 9 in decreasing order of preference, and a Responder supporting suites 8 and 9 but not 5, 6 or 7. The Responder rejects the first message_1 with an error indicating support for suites 8 and 9 (in any order). The Initiator also supports suites 8 and 9, and prefers suite 8, so therefore selects suite 8 in the second message_1. The initiator prepends in SUITES_I the selected suite 8 with the more preferred suites in order of preference, in this case suites 5, 6 and 7, to mitigate a potential attack on the cipher suite negotiation.</name>
            <artwork align="center"><![CDATA[
Initiator                                                   Responder
|            METHOD, SUITES_I = [5, 6], G_X, C_I, EAD_1             |
+------------------------------------------------------------------>|
|                             message_1                             |
|                                                                   |
|                  ERR_CODE = 2, SUITES_R = [9, 8]                  |
|<------------------------------------------------------------------+
|                               error                               |
|                                                                   |
|           METHOD, SUITES_I = [5, 6, 7, 8], G_X, C_I, EAD_1        |
+------------------------------------------------------------------>|
|                             message_1                             |
]]></artwork>
          </figure>
        </section>
      </section>
    </section>
    <section anchor="mti">
      <name>Compliance Requirements</name>
      <t>In the absence of an application profile specifying otherwise:</t>
      <t>An implementation MAY support only Initiator or only Responder.</t>
      <t>An implementation MAY support only a single method. None of the methods are mandatory-to-implement.</t>
      <t>Implementations MUST support 'kid' parameters. None of the other COSE header parameters are mandatory-to-implement.</t>
      <t>An implementation MAY support only a single credential type (CCS, CWT, X.509, C509). None of the credential types are mandatory-to-implement.</t>
      <t>Implementations MUST support the EDHOC-Exporter.</t>
      <t>Implementations MAY support message_4. Error codes (ERR_CODE) 1 and 2 MUST be supported.</t>
      <t>Implementations 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">
      <name>Security Considerations</name>
      <section anchor="sec-prop">
        <name>Security Properties</name>
        <t>EDHOC inherits its security properties from the theoretical SIGMA-I protocol <xref target="SIGMA"/>. Using the terminology from <xref target="SIGMA"/>, EDHOC provides forward secrecy, mutual authentication with aliveness, consistency, and peer awareness. As described in <xref target="SIGMA"/>, message_3 provides peer awareness to the Responder while message_4 provides peer awareness to the Initiator. By including the authentication credentials in the transcript hash, EDHOC protects against Duplicate Signature Key Selection (DSKS)-like identity mis-binding attack that the MAC-then-Sign variant of SIGMA-I is otherwise vulnerable to.</t>
        <t>As described in <xref target="SIGMA"/>, different levels of identity protection are provided to the Initiator and the Responder. EDHOC provides identity protection of the Initiator against active attacks and identity protection of the Responder against passive attacks. An active attacker can get the credential identifier of the Responder by eavesdropping on the destination address used for transporting message_1 and 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"/>, 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"/>, IETF protocols need to mitigate pervasive monitoring when possible. EDHOC therefore only supports methods with ephemeral Diffie-Hellman and provides a key update function (see <xref target="keyupdate"/>) for lightweight application protocol rekeying. Either of these provide 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. Frequently re-running EDHOC with ephemeral Diffie-Hellman forces attackers to perform dynamic key exfiltration where the attacker must have continuous interactions with the collaborator, which is a significant complication.</t>
        <t>To limit the effect of breaches, it is important to limit the use of 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.</t>
        <t>Based on the cryptographic algorithms requirements <xref target="sec_algs"/>, EDHOC provides a minimum of 64-bit security against online brute force attacks and a minimum of 128-bit security against offline brute force attacks. To break 64-bit security against online brute force an attacker would on average have to send 4.3 billion messages per second for 68 years, which is infeasible in constrained IoT radio technologies. A forgery against a 64-bit MAC in EDHOC breaks the security of all future application data, while a forgery against a 64-bit MAC in the subsequent application protocol (e.g., OSCORE <xref target="RFC8613"/>) typically only breaks the security of the data in the forged packet.</t>
        <t>As the EDHOC protocol is terminated when verification fails, the security against online attacks is given by the sum of the strength of the verified signatures and MACs (including MAC in AEAD). As an example, if EDHOC is used with method 3, cipher suite 2, and message_4, the Responder is authenticated with 128-bit security against online attacks (the sum of the 64-bit MACs in message_2 and message_4). The same principle applies for MACs in an application protocol keyed by EDHOC as long as EDHOC is rerun when verification of the first MACs in the application protocol fail. As an example, if EDHOC with method 3 and cipher suite 2 is used as in Figure 2 of <xref target="I-D.ietf-core-oscore-edhoc"/>, 128-bit mutual authentication against online attacks can be achieved after completion of the first OSCORE request and response.</t>
        <t>After sending message_3, the Initiator is assured that no other party than the Responder can compute the key PRK_out. While the Initiator can securely send protected application data, the Initiator SHOULD NOT persistently store the keying material PRK_out until the Initiator has verified 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"/>. EAD_2 is encrypted but the Responder has not yet authenticated the Initiator and the encryption does not provide confidentiality against active attacks.</t>
        <t>External authorization data sent in message_3 (EAD_3) or message_4 (EAD_4) is protected between Initiator and Responder by the protocol, but note that EAD fields may be used by the application before the message verification is completed, see <xref target="AD"/>. Designing a secure mechanism that uses EAD is not necessarily straightforward. This document only provides the EAD transport mechanism, but the problem of agreeing on the surrounding context and the meaning of the information passed to and from the application remains. Any new uses of EAD should be subject to careful review.</t>
        <t>Key compromise impersonation (KCI): In EDHOC authenticated with signature keys, EDHOC provides KCI protection against an attacker having access to the long-term key or the ephemeral secret key. With static Diffie-Hellman key authentication, KCI protection would be provided against an attacker having access to the long-term Diffie-Hellman key, but not to an attacker having access to the ephemeral secret key. Note that the term KCI has typically been used for compromise of long-term keys, and that an attacker with access to the ephemeral secret key can only attack that specific session.</t>
        <t>Repudiation: If an endpoint authenticates with a signature, the other endpoint can prove that the endpoint performed a run of the protocol by presenting the data being signed as well as the signature itself. With static Diffie-Hellman key authentication, the authenticating endpoint can deny having participated in the protocol.</t>
        <t>Two earlier versions of EDHOC have been formally analyzed <xref target="Norrman20"/> <xref target="Bruni18"/> and the specification has been updated based on the analysis.</t>
      </section>
      <section anchor="crypto">
        <name>Cryptographic Considerations</name>
        <t>The SIGMA protocol requires that the encryption of message_3 provides confidentiality against active attackers and EDHOC message_4 relies on the use of
authenticated encryption. Hence the message authenticating functionality of the authenticated encryption in EDHOC is critical: authenticated encryption MUST NOT be replaced by plain encryption only, even if authentication is provided at another level or through a different mechanism.</t>
        <t>To reduce message overhead EDHOC does not use explicit nonces and instead relies on the ephemeral public keys to provide randomness to each session. A good amount of randomness is important for the key generation, to provide liveness, and to protect against interleaving attacks. For this reason, the ephemeral keys MUST NOT be used in more than one EDHOC message, and both parties SHALL generate fresh random ephemeral key pairs. Note that an ephemeral key may be used to calculate several ECDH shared secrets. When static Diffie-Hellman authentication is used the same ephemeral key is used in both ephemeral-ephemeral and ephemeral-static ECDH.</t>
        <t>As discussed in <xref target="SIGMA"/>, the encryption of message_2 does only need to protect against passive attacker as active attackers can always get the Responder's identity by sending their own message_1. EDHOC uses the Expand function (typically HKDF-Expand) as a binary additive stream cipher which is proven secure as long as the expand function is a PRF.  HKDF-Expand is not often used as a stream cipher as it is slow on long messages, and most applications require both IND-CCA confidentiality as well as integrity protection. For the encryption of message_2, any speed difference is negligible, IND-CCA does not increase security, and integrity is provided by the inner MAC (and signature depending on method).</t>
        <t>Requirements for how to securely generate, validate, and process the ephemeral public keys depend on the elliptic curve. For X25519 and X448, the requirements are defined in <xref target="RFC7748"/>. For secp256r1, secp384r1, and secp521r1, the requirements are defined in Section 5 of <xref target="SP-800-56A"/>. For secp256r1, secp384r1, and secp521r1, at least partial public-key validation MUST be done.</t>
        <t>As noted in Section 12 of <xref target="RFC9052"/> the use of a single key for multiple algorithms is strongly discouraged unless proven secure by a dedicated cryptographic analysis. In particular this recommendation applies to using the same private key for static Diffie-Hellman authentication and digital signature authentication. A preliminary conjecture is that a minor change to EDHOC may be sufficient to fit the analysis of secure shared signature and ECDH key usage in <xref target="Degabriele11"/> and <xref target="Thormarker21"/>.</t>
        <t>The property that a completed EDHOC exchange implies that another identity has been active is upheld as long as the Initiator does not have its own identity in the set of Responder identities it is allowed to communicate with. In Trust on first use (TOFU) use cases, see <xref target="tofu"/>, the Initiator should verify that the Responder's identity is not equal to its own. Any future 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">
        <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"/>. 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">
        <name>Post-Quantum Considerations</name>
        <t>As of the publication of this specification, it is unclear when or even if a quantum computer of sufficient size and power to exploit public key cryptography will exist. Deployments that need to consider risks decades into the future should transition to Post-Quantum Cryptography (PQC) in the not-too-distant future. Many other systems should take a slower wait-and-see approach where PQC is phased in when the quantum threat is more imminent. Current PQC algorithms have limitations compared to Elliptic Curve Cryptography (ECC) and the data sizes would be problematic in many constrained IoT systems.</t>
        <t>Symmetric algorithms used in EDHOC such as SHA-256 and AES-CCM-16-64-128 are practically secure against even large quantum computers. EDHOC supports all signature algorithms defined by COSE, including PQC signature algorithms such as HSS-LMS. EDHOC is currently only specified for use with key exchange algorithms of type ECDH curves, but any Key Encapsulation Method (KEM), including PQC KEMs, can be used in method 0. While the key exchange in method 0 is specified with terms of the Diffie-Hellman protocol, the key exchange adheres to a KEM interface: G_X is then the public key of the Initiator, G_Y is the encapsulation, and G_XY is the shared secret. Use of PQC KEMs to replace static DH authentication would likely require a specification updating EDHOC with new methods.</t>
      </section>
      <section anchor="unprot-data">
        <name>Unprotected Data and Privacy</name>
        <t>The Initiator and the Responder must make sure that unprotected data and metadata do not reveal any sensitive information. This also applies for encrypted data sent to an unauthenticated party. In particular, it applies to EAD_1, ID_CRED_R, EAD_2, and error messages. Using the same EAD_1 in several EDHOC sessions allows passive eavesdroppers to correlate the different sessions. Note that even if ead_value is encrypted outside of EDHOC, the ead_label in EAD_1 is revealed to passive attackers and the ead_label in EAD_2 is revealed to active attackers. Another consideration is that the list of supported cipher suites may potentially be used to identify the application. The Initiator and the Responder must also make sure that unauthenticated data does not trigger any harmful actions. In particular, this applies to EAD_1 and error messages.</t>
        <t>An attacker observing network traffic may use connection identifiers sent in clear in EDHOC or the subsequent application protocol to correlate packets sent on different paths or at different times. The attacker may use this information for traffic flow analysis or to track an endpoint. Application protocols using connection identifiers from EDHOC SHOULD provide mechanisms to update the connection identifier and MAY provide mechanisms to issue several simultaneously active connection identifiers. See <xref target="RFC9000"/> for a non-constrained example of such mechanisms. Connection identifiers can e.g., be chosen randomly among the set of unused 1-byte connection identifiers. Connection identity privacy mechanisms are only useful when there are not fixed identifiers such as IP address or MAC address in the lower layers.</t>
      </section>
      <section anchor="internet-threat">
        <name>Updated Internet Threat Model Considerations</name>
        <t>Since the publication of <xref target="RFC3552"/> there has been an increased awareness of the need to protect against endpoints that are compromised, malicious, or whose interests simply do not align with the interests of users <xref target="I-D.arkko-arch-internet-threat-model-guidance"/>. <xref target="RFC7624"/> describes an updated threat model for Internet confidentiality, see <xref target="sec-prop"/>. <xref target="I-D.arkko-arch-internet-threat-model-guidance"/> further expands the threat model. Implementations and users SHOULD consider these threat models. In particular, even data sent protected to the other endpoint such as ID_CRED and EAD can be used for tracking, see Section 2.7 of <xref target="I-D.arkko-arch-internet-threat-model-guidance"/>.</t>
        <t>The fields ID_CRED_I, ID_CRED_R, EAD_2, EAD_3, and EAD_4 have variable length and information regarding the length may leak to an attacker. 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">
        <name>Denial-of-Service</name>
        <t>EDHOC itself does not provide countermeasures against Denial-of-Service attacks. In particular, by sending a number of new or replayed message_1 an attacker may cause the Responder to allocate state, perform cryptographic operations, and amplify messages. To mitigate such attacks, an implementation SHOULD rely on lower layer mechanisms. For instance, when EDHOC is transferred as an exchange of CoAP messages, the CoAP server can use the Echo option defined in <xref target="RFC9175"/> which forces the CoAP client to demonstrate reachability at its apparent network address.</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">
        <name>Implementation Considerations</name>
        <t>The availability of a secure random number generator is essential for the security of EDHOC. If no true random number generator is available, a random seed must be provided from an external source and used with a cryptographically secure pseudorandom number generator. As each pseudorandom number must only be used once, an implementation needs to get a unique input to the pseudorandom number generator after reboot, or continuously store state in nonvolatile memory. Appendix B.1.1 in <xref target="RFC8613"/> describes issues and solution approaches for writing to nonvolatile memory. Intentionally or unintentionally weak or predictable pseudorandom number generators can be abused or exploited for malicious purposes. <xref target="RFC8937"/> describes a way for security protocol implementations to augment their (pseudo)random number generators using a long-term private key and a deterministic signature function. This improves randomness from broken or otherwise subverted random number generators. The same idea can be used with other secrets and functions such as a Diffie-Hellman function or a symmetric secret and a PRF like HMAC or KMAC. It is RECOMMENDED to not trust a single source of randomness and to not put unaugmented random numbers on the wire.</t>
        <t>Implementations might consider deriving secret and non-secret randomness from different 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"/> and doing so is common practice. In addition to IVs, other examples are the challenge in EAP-TTLS, the RAND in 3GPP AKAs, and the Session-Id in EAP-TLS 1.3. Note that part of KEYSTREAM_2 is also non-secret randomness as it is known or predictable to an attacker. As explained by Krawczyk, if any attack is mitigated by the NIST requirement it would mean that the KDF is fully broken and would have to be replaced anyway.</t>
        <t>For many constrained IoT devices it is problematic to support several crypto primitives. Existing devices can be expected to support either ECDSA or EdDSA. If ECDSA is supported, "deterministic ECDSA" as specified in <xref target="RFC6979"/> MAY be used. Pure deterministic elliptic-curve signatures such as deterministic ECDSA and EdDSA have gained popularity over randomized ECDSA as their security do not depend on a source of high-quality randomness. Recent research has however found that implementations of these signature algorithms may be vulnerable to certain side-channel and fault injection attacks due to their determinism. See e.g., Section 1 of <xref target="I-D.irtf-cfrg-det-sigs-with-noise"/> for a list of attack papers. As suggested in Section 2.1.1 of <xref target="RFC9053"/> this can be addressed by combining randomness and determinism.</t>
        <t>Appendix D of <xref target="I-D.ietf-lwig-curve-representations"/> describes how Montgomery curves such as X25519 and X448 and (twisted) Edwards curves as curves such as Ed25519 and Ed448 can mapped to and from short-Weierstrass form for implementation on platforms that accelerate elliptic curve group operations in short-Weierstrass form.</t>
        <t>All private keys, symmetric keys, and IVs MUST be secret. Implementations should provide countermeasures to side-channel attacks such as timing attacks. Intermediate computed values such as ephemeral ECDH keys and ECDH shared secrets MUST be deleted after key derivation is completed.</t>
        <t>The Initiator and the Responder are responsible for verifying the integrity and validity of certificates. The selection of trusted CAs should be done very carefully and certificate revocation should be supported. The choice of revocation mechanism is left to the application. For example, in case of X.509 certificates, Certificate Revocation Lists <xref target="RFC5280"/> or OCSP <xref target="RFC6960"/> may be used. Verification of validity may require the use of a Real-Time Clock (RTC). The private authentication keys MUST be kept secret, only the Responder SHALL have access to the Responder's private authentication key and only the Initiator SHALL have access to the Initiator's private authentication key.</t>
        <t>The Initiator and the Responder are allowed to select 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"/>). 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 SHA-256 is used as hash algorithm, PLAINTEXT_2 cannot be longer than 8160 bytes. This is probably not a limitation for most intended applications, but to be able to support for example long certificate chains or large external authorization data, there is a backwards compatible method specified in <xref target="large-plaintext_2"/>.</t>
        <t>The sequence of transcript hashes in 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">
      <name>IANA Considerations</name>
      <section anchor="exporter-label">
        <name>EDHOC Exporter Label Registry</name>
        <t>IANA has created a new registry titled "EDHOC Exporter Label" under the new 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><![CDATA[
Label: 0
Description: Derived OSCORE Master Secret
]]></artwork>
        <artwork><![CDATA[
Label: 1
Description: Derived OSCORE Master Salt
]]></artwork>
      </section>
      <section anchor="suites-registry">
        <name>EDHOC Cipher Suites Registry</name>
        <t>IANA has created a new registry titled "EDHOC Cipher Suites" under the new 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><![CDATA[
Value: -24
Algorithms: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork><![CDATA[
Value: -23
Algorithms: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork><![CDATA[
Value: -22
Algorithms: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork><![CDATA[
Value: -21
Algorithms: N/A
Desc: Reserved for Private Use
]]></artwork>
        <artwork><![CDATA[
Value: 0
Array: 10, -16, 8, 4, -8, 10, -16
Desc: AES-CCM-16-64-128, SHA-256, 8, X25519, EdDSA,
      AES-CCM-16-64-128, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 1
Array: 30, -16, 16, 4, -8, 10, -16
Desc: AES-CCM-16-128-128, SHA-256, 16, X25519, EdDSA,
      AES-CCM-16-64-128, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 2
Array: 10, -16, 8, 1, -7, 10, -16
Desc: AES-CCM-16-64-128, SHA-256, 8, P-256, ES256,
      AES-CCM-16-64-128, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 3
Array: 30, -16, 16, 1, -7, 10, -16
Desc: AES-CCM-16-128-128, SHA-256, 16, P-256, ES256,
      AES-CCM-16-64-128, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 4
Array: 24, -16, 16, 4, -8, 24, -16
Desc: ChaCha20/Poly1305, SHA-256, 16, X25519, EdDSA,
      ChaCha20/Poly1305, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 5
Array: 24, -16, 16, 1, -7, 24, -16
Desc: ChaCha20/Poly1305, SHA-256, 16, P-256, ES256,
      ChaCha20/Poly1305, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 6
Array: 1, -16, 16, 4, -7, 1, -16
Desc: A128GCM, SHA-256, 16, X25519, ES256,
      A128GCM, SHA-256
]]></artwork>
        <artwork><![CDATA[
Value: 24
Array: 3, -43, 16, 2, -35, 3, -43
Desc: A256GCM, SHA-384, 16, P-384, ES384,
      A256GCM, SHA-384
]]></artwork>
        <artwork><![CDATA[
Value: 25
Array: 24, -45, 16, 5, -8, 24, -45
Desc: ChaCha20/Poly1305, SHAKE256, 16, X448, EdDSA,
      ChaCha20/Poly1305, SHAKE256
]]></artwork>
      </section>
      <section anchor="method-types">
        <name>EDHOC Method Type Registry</name>
        <t>IANA has created a new registry entitled "EDHOC Method Type" under the new 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"/>.</t>
      </section>
      <section anchor="error-code-reg">
        <name>EDHOC Error Codes Registry</name>
        <t>IANA has created a new registry entitled "EDHOC Error Codes" under the new 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"/>.</t>
      </section>
      <section anchor="iana-ead">
        <name>EDHOC External Authorization Data Registry</name>
        <t>IANA has created a new registry entitled "EDHOC External Authorization Data" under the new 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">
        <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"/>, and the value of the 'kccs' header parameter is a CWT Claims Set (CCS), see <xref target="term"/>. The CWT/CCS must contain a COSE_Key in a 'cnf' claim <xref target="RFC8747"/>. The Value Registry for this item is empty and omitted from the table below.</t>
        <artwork><![CDATA[
+-----------+-------+----------------+---------------------------+
| Name      | Label | Value Type     | Description               |
+===========+=======+================+===========================+
| kcwt      | TBD1  | COSE_Messages  | A CBOR Web Token (CWT)    |
|           |       |                | containing a COSE_Key in  |
|           |       |                | a 'cnf' claim             |
+-----------+-------+----------------+---------------------------+
| kccs      | TBD2  | map / #6(map)  | A CWT Claims Set (CCS)    |
|           |       |                | containing a COSE_Key in  |
|           |       |                | a 'cnf' claim             |
+-----------+-------+----------------+---------------------------+
]]></artwork>
      </section>
      <section anchor="well-known">
        <name>The Well-Known URI Registry</name>
        <t>IANA has added the well-known URI "edhoc" to the "Well-Known URIs" registry 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">
        <name>Media Types Registry</name>
        <t>IANA has added the media types "application/edhoc+cbor-seq" and "application/cid-edhoc+cbor-seq" to the "Media Types" registry.</t>
        <section anchor="applicationedhoccbor-seq-media-type-registration">
          <name>application/edhoc+cbor-seq Media Type Registration</name>
          <ul spacing="normal">
            <li>Type name: application</li>
            <li>Subtype name: edhoc+cbor-seq</li>
            <li>Required parameters: N/A</li>
            <li>Optional parameters: N/A</li>
            <li>Encoding considerations: binary</li>
            <li>Security considerations: See Section 7 of this document.</li>
            <li>Interoperability considerations: N/A</li>
            <li>Published specification: [[this document]] (this document)</li>
            <li>Applications that use this media type: To be identified</li>
            <li>Fragment identifier considerations: N/A</li>
            <li>
              <t>Additional information:  </t>
              <ul spacing="normal">
                <li>Magic number(s): N/A</li>
                <li>File extension(s): N/A</li>
                <li>Macintosh file type code(s): N/A</li>
              </ul>
            </li>
            <li>Person &amp; email address to contact for further information: See "Authors' Addresses" section.</li>
            <li>Intended usage: COMMON</li>
            <li>Restrictions on usage: N/A</li>
            <li>Author: See "Authors' Addresses" section.</li>
            <li>Change Controller: IESG</li>
          </ul>
        </section>
        <section anchor="applicationcid-edhoccbor-seq-media-type-registration">
          <name>application/cid-edhoc+cbor-seq Media Type Registration</name>
          <ul spacing="normal">
            <li>Type name: application</li>
            <li>Subtype name: cid-edhoc+cbor-seq</li>
            <li>Required parameters: N/A</li>
            <li>Optional parameters: N/A</li>
            <li>Encoding considerations: binary</li>
            <li>Security considerations: See Section 7 of this document.</li>
            <li>Interoperability considerations: N/A</li>
            <li>Published specification: [[this document]] (this document)</li>
            <li>Applications that use this media type: To be identified</li>
            <li>Fragment identifier considerations: N/A</li>
            <li>
              <t>Additional information:  </t>
              <ul spacing="normal">
                <li>Magic number(s): N/A</li>
                <li>File extension(s): N/A</li>
                <li>Macintosh file type code(s): N/A</li>
              </ul>
            </li>
            <li>Person &amp; email address to contact for further information: See "Authors' Addresses" section.</li>
            <li>Intended usage: COMMON</li>
            <li>Restrictions on usage: N/A</li>
            <li>Author: See "Authors' Addresses" section.</li>
            <li>Change Controller: IESG</li>
          </ul>
        </section>
      </section>
      <section anchor="content-format">
        <name>CoAP Content-Formats Registry</name>
        <t>IANA has added the media types "application/edhoc+cbor-seq" and "application/cid-edhoc+cbor-seq" to the "CoAP Content-Formats" registry under the group name "Constrained RESTful Environments (CoRE) Parameters".</t>
        <figure anchor="fig-format-ids">
          <name>CoAP Content-Format IDs</name>
          <artwork><![CDATA[
+--------------------------------+----------+------+-------------------+
| Media Type                     | Encoding | ID   | Reference         |
+--------------------------------+----------+------+-------------------+
| application/edhoc+cbor-seq     | -        | TBD5 | [[this document]] |
| application/cid-edhoc+cbor-seq | -        | TBD6 | [[this document]] |
+--------------------------------+----------+------+-------------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="rt">
        <name>Resource Type (rt=) Link Target Attribute Values Registry</name>
        <t>IANA has added the resource type "core.edhoc" to the "Resource Type (rt=) Link Target Attribute Values" registry under the 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">
        <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-16.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-rats-eat.xml">
          <front>
            <title>The Entity Attestation Token (EAT)</title>
            <author fullname="Laurence Lundblade" initials="L." surname="Lundblade">
              <organization>Security Theory LLC</organization>
            </author>
            <author fullname="Giridhar Mandyam" initials="G." surname="Mandyam">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Jeremy O'Donoghue" initials="J." surname="O'Donoghue">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Carl Wallace" initials="C." surname="Wallace">
              <organization>Red Hound Software, Inc.</organization>
            </author>
            <date day="9" month="October" year="2022"/>
            <abstract>
              <t>An Entity Attestation Token (EAT) provides an attested claims set that describes state and characteristics of an entity, a device like a smartphone, IoT device, network equipment or such. This claims set is used by a relying party, server or service to determine how much it wishes to trust the entity. An EAT is either a CBOR Web Token (CWT) or JSON Web Token (JWT) with attestation-oriented claims.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-16"/>
        </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="NSA">
              <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">
      <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">
        <name>Deriving the OSCORE Security Context</name>
        <t>This section specifies how to use EDHOC output to derive the OSCORE security context.</t>
        <t>After successful processing of EDHOC message_3, Client and Server derive Security Context parameters for OSCORE as follows (see Section 3.2 of <xref target="RFC8613"/>):</t>
        <ul spacing="normal">
          <li>
            <t>The Master Secret and Master Salt are derived by using the EDHOC-Exporter interface, see <xref target="exporter"/>.  </t>
            <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><![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"/>. 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"/>.</t>
        <t>From then on, Client and Server retrieve the OSCORE protocol state using the Recipient ID, and optionally other transport information such as the 5-tuple.</t>
      </section>
      <section anchor="coap">
        <name>Transferring EDHOC over CoAP</name>
        <t>This section specifies one instance for how EDHOC can be transferred as an exchange of CoAP <xref target="RFC7252"/> messages. CoAP provides a reliable transport that can preserve packet ordering and handle message duplication. CoAP can also perform fragmentation and protect against denial-of-service attacks. The underlying CoAP transport should be used in reliable mode, in particular when fragmentation is used, to avoid, e.g.,  situations with hanging endpoints waiting for each other.</t>
        <t>By default, the CoAP client is the Initiator and the CoAP server is the Responder, but the roles SHOULD be chosen to protect the most sensitive identity, see <xref target="security"/>. Client applications can use the resource type "core.edhoc" to discover a server's EDHOC resource, i.e., where to send a request for executing the EDHOC protocol, see <xref target="rt"/>. According to this specification, EDHOC is transferred in POST requests and 2.04 (Changed) responses to the Uri-Path: "/.well-known/edhoc", see <xref target="well-known"/>. An application may define its own path that can be discovered, e.g., using a resource directory <xref target="RFC9176"/>.</t>
        <t>By default, the message flow is as follows:
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"/>.
   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"/>.</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"/>.</li>
        </ul>
        <t>The prepended identifiers are encoded in CBOR and thus self-delimiting. The integer representation of identifiers described in <xref target="bstr-repr"/> is used, when applicable. They are sent in front of the actual EDHOC message to keep track of messages in an EDHOC session, and only the part of the body following the identifier is used for EDHOC processing. In particular, the connection identifiers within the EDHOC messages are not impacted by the prepended identifiers.</t>
        <t>The application/edhoc+cbor-seq media type does not apply to 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"/>. In this case the CoAP Token enables correlation on the Initiator side, and the prepended C_R enables correlation on the Responder (server) side.</t>
        <figure anchor="fig-coap1">
          <name>Example of transferring EDHOC in CoAP when the Initiator is CoAP client. The optional message_4 is included in this example, without which that message needs no payload.</name>
          <artwork align="center"><![CDATA[
Client    Server
  |          |
  +--------->| Header: POST (Code=0.02)
  |   POST   | Uri-Path: "/.well-known/edhoc"
  |          | Content-Format: application/cid-edhoc+cbor-seq
  |          | Payload: true, EDHOC message_1
  |          |
  |<---------+ Header: 2.04 Changed
  |   2.04   | Content-Format: application/edhoc+cbor-seq
  |          | Payload: EDHOC message_2
  |          |
  +--------->| Header: POST (Code=0.02)
  |   POST   | Uri-Path: "/.well-known/edhoc"
  |          | Content-Format: application/cid-edhoc+cbor-seq
  |          | Payload: C_R, EDHOC message_3
  |          |
  |<---------+ Header: 2.04 Changed
  |   2.04   | Content-Format: application/edhoc+cbor-seq
  |          | Payload: EDHOC message_4
  |          |
]]></artwork>
        </figure>
        <t>The exchange in <xref target="fig-coap1"/> protects the client identity against active attackers and the server identity against passive attackers.</t>
        <t>An alternative exchange that protects the server identity against active attackers and the client identity against passive attackers is shown in <xref target="fig-coap2"/>. In this case the CoAP Token enables the Responder to correlate message_2 and message_3, and the prepended C_I enables correlation on the Initiator (server) side. If EDHOC message_4 is used, C_I is prepended, and it is transported with CoAP in the payload of a POST request with a 2.04 (Changed) response.</t>
        <figure anchor="fig-coap2">
          <name>Example of transferring EDHOC in CoAP when the Initiator is CoAP server.</name>
          <artwork align="center"><![CDATA[
Client    Server
  |          |
  +--------->| Header: POST (Code=0.02)
  |   POST   | Uri-Path: "/.well-known/edhoc"
  |          |
  |<---------+ Header: 2.04 Changed
  |   2.04   | Content-Format: application/edhoc+cbor-seq
  |          | Payload: EDHOC message_1
  |          |
  +--------->| Header: POST (Code=0.02)
  |   POST   | Uri-Path: "/.well-known/edhoc"
  |          | Content-Format: application/cid-edhoc+cbor-seq
  |          | Payload: C_I, EDHOC message_2
  |          |
  |<---------+ Header: 2.04 Changed
  |   2.04   | Content-Format: application/edhoc+cbor-seq
  |          | Payload: EDHOC message_3
  |          |
]]></artwork>
        </figure>
        <t>To protect against denial-of-service attacks, the CoAP server MAY respond to the first POST request with a 4.01 (Unauthorized) containing an Echo option <xref target="RFC9175"/>. This forces the Initiator to demonstrate its reachability at its apparent network address. If message fragmentation is needed, the EDHOC messages may be fragmented using the CoAP Block-Wise Transfer mechanism <xref target="RFC7959"/>.</t>
        <t>EDHOC does not restrict how error messages are transported with CoAP, as long as the appropriate error message can to be transported in response to a message that failed (see <xref target="error"/>). EDHOC error messages transported with CoAP are carried in the payload.</t>
        <section anchor="edhoc-oscore-over-coap">
          <name>Transferring EDHOC and OSCORE over CoAP</name>
          <t>When using EDHOC over CoAP 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"/>.</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"/>. That specification also contains conversion from OSCORE Sender/Recipient IDs to EDHOC connection identifiers, web-linking and target attributes for discovering of EDHOC resources.</t>
        </section>
      </section>
    </section>
    <section anchor="comrep">
      <name>Compact Representation</name>
      <t>This section defines a format for compact representation based on the Elliptic-Curve-Point-to-Octet-String Conversion defined in Section 2.3.3 of <xref target="SECG"/>.</t>
      <t>As described in Section 4.2 of <xref target="RFC6090"/> the x-coordinate of an elliptic curve public key is a suitable representative for the entire point whenever scalar multiplication is used as a one-way function. One example is ECDH with compact output, where only the x-coordinate of the computed value is used as the shared secret.</t>
      <t>In EDHOC, compact representation is used for the ephemeral public keys (G_X and G_Y), see <xref target="cose_key"/>. Using the notation from <xref target="SECG"/>, the output is an octet string of length ceil( (log2 q) / 8 ). See <xref target="SECG"/> for a definition of q, M, X, xp, and ~yp. The steps in Section 2.3.3 of <xref target="SECG"/> are replaced by:</t>
      <ol spacing="normal" type="1"><li>Convert the field element xp to an octet string X of length ceil( (log2 q) / 8 ) octets using the conversion routine specified in Section 2.3.5 of <xref target="SECG"/>.</li>
        <li>Output M = X</li>
      </ol>
      <t>The encoding of the point at infinity is not supported.</t>
      <t>Compact representation does not change any requirements on validation, see <xref target="crypto"/>. 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"/>.</t>
    </section>
    <section anchor="CBORandCOSE">
      <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"/>, CDDL <xref target="RFC8610"/>, COSE <xref target="RFC9052"/>, and HKDF <xref target="RFC5869"/>.</t>
      <section anchor="CBOR">
        <name>CBOR and CDDL</name>
        <t>The Concise Binary Object Representation (CBOR) <xref target="RFC8949"/> is a data format designed for small code size and small message size. CBOR builds on the JSON data model but extends it by e.g., encoding binary data directly without base64 conversion. In addition to the binary CBOR encoding, CBOR also has a diagnostic notation that is readable and editable by humans. The Concise Data Definition Language (CDDL) <xref target="RFC8610"/> provides a way to express structures for protocol messages and APIs that use CBOR. <xref target="RFC8610"/> also extends the diagnostic notation.</t>
        <t>CBOR data items are encoded to or decoded from byte strings using a type-length-value encoding scheme, where the three highest order bits of the initial byte contain information about the major type. CBOR supports several different types of data items, in addition to integers (int, uint), simple values, byte strings (bstr), and text strings (tstr), CBOR also supports arrays []  of data items, maps {} of pairs of data items, and sequences <xref target="RFC8742"/> of data items. Some examples are given below.</t>
        <t>The EDHOC specification sometimes use CDDL names in CBOR diagnostic notation as in e.g., &lt;&lt; ID_CRED_R, ? EAD_2 &gt;&gt;. This means that EAD_2 is optional and that ID_CRED_R and EAD_2 should be substituted with their values before evaluation. I.e., if ID_CRED_R = { 4 : h'' } and EAD_2 is omitted then &lt;&lt; ID_CRED_R, ? EAD_2 &gt;&gt; = &lt;&lt; { 4 : h'' } &gt;&gt;, which encodes to 0x43a10440. We also make use of the 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"/> and <xref target="RFC8610"/>. We recommend implementors to get used to CBOR by using the CBOR playground <xref target="CborMe"/>.</t>
        <artwork align="center"><![CDATA[
Diagnostic          Encoded              Type
------------------------------------------------------------------
1                   0x01                 unsigned integer
24                  0x1818               unsigned integer
-24                 0x37                 negative integer
-25                 0x3818               negative integer
true                0xf5                 simple value
h''                 0x40                 byte string
h'12cd'             0x4212cd             byte string
'12cd'              0x4431326364         byte string
"12cd"              0x6431326364         text string
{ 4 : h'cd' }       0xa10441cd           map
<< 1, 2, true >>    0x430102f5           byte string
[ 1, 2, true ]      0x830102f5           array
( 1, 2, true )      0x0102f5             sequence
1, 2, true          0x0102f5             sequence
------------------------------------------------------------------
]]></artwork>
      </section>
      <section anchor="cddl-definitions">
        <name>CDDL Definitions</name>
        <t>This sections compiles the CDDL definitions for ease of reference.</t>
        <sourcecode type="CDDL"><![CDATA[
suites = [ 2* int ] / int

ead = 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,
)
]]></sourcecode>
      </section>
      <section anchor="COSE">
        <name>COSE</name>
        <t>CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/> describes how to create and process signatures, message authentication codes, and encryption using CBOR. COSE builds on JOSE, but is adapted to allow more efficient processing in constrained devices. EDHOC makes use of COSE_Key, COSE_Encrypt0, and COSE_Sign1 objects in the message processing:</t>
        <ul spacing="normal">
          <li>ECDH ephemeral public keys of type EC2 or OKP in message_1 and message_2 consist of the COSE_Key parameter named 'x', see Section 7.1 and 7.2 of <xref target="RFC9053"/></li>
          <li>
            <t>The ciphertexts in message_3 and message_4 consist of a subset of the single recipient encrypted data object COSE_Encrypt0, which is described in Sections 5.2-5.3 of <xref target="RFC9052"/>. The ciphertext is computed over the plaintext and associated data, using an encryption key and an initialization vector. The associated data is an Enc_structure consisting of protected headers and externally supplied data (external_aad). COSE constructs the input to the AEAD <xref target="RFC5116"/> for message_i (i = 3 or 4, see <xref target="m3"/> and <xref target="m4"/>, respectively) as follows:  </t>
            <ul spacing="normal">
              <li>Secret key K = K_i</li>
              <li>Nonce N = IV_i</li>
              <li>Plaintext P for message_i</li>
              <li>Associated Data A = [ "Encrypt0", h'', TH_i ]</li>
            </ul>
          </li>
          <li>
            <t>Signatures in message_2 of method 0 and 2, and in message_3 of method 0 and 1, consist of a subset of the single signer data object COSE_Sign1, which is described in Sections 4.2-4.4 of <xref target="RFC9052"/>. The signature is computed over a Sig_structure containing payload, protected headers and externally supplied data (external_aad) using a private signature key and verified using the corresponding public signature key. For COSE_Sign1, the message to be signed is:  </t>
            <artwork><![CDATA[
 [ "Signature1", protected, external_aad, payload ]
]]></artwork>
            <t>
where protected, external_aad and payload are specified in <xref target="m2"/> and <xref target="m3"/>.</t>
          </li>
        </ul>
        <t>Different header parameters to identify X.509 or C509 certificates by reference are defined in <xref target="I-D.ietf-cose-x509"/> and <xref target="I-D.ietf-cose-cbor-encoded-cert"/>:</t>
        <ul spacing="normal">
          <li>
            <t>by a hash value with the 'x5t' or 'c5t' parameters, respectively:  </t>
            <ul spacing="normal">
              <li>ID_CRED_x = { 34 : COSE_CertHash }, for x = I or R,</li>
              <li>ID_CRED_x = { TBD3 : COSE_CertHash }, for x = I or R;</li>
            </ul>
          </li>
          <li>
            <t>or by a URI with the 'x5u' or 'c5u' parameters, respectively:  </t>
            <ul spacing="normal">
              <li>ID_CRED_x = { 35 : uri }, for x = I or R,</li>
              <li>ID_CRED_x = { TBD4 : uri }, for x = I or R.</li>
            </ul>
          </li>
        </ul>
        <t>When ID_CRED_x does not contain the actual credential, it may be very short, e.g., if the endpoints have agreed to use a key identifier parameter 'kid':</t>
        <ul spacing="normal">
          <li>ID_CRED_x = { 4 : kid_x }, where kid_x : kid, for x = I or R. For further optimization, see <xref target="id_cred"/>.</li>
        </ul>
        <t>Note that a COSE header map can contain several header parameters, for example { x5u, x5t } or { kid, kid_context }.</t>
        <t>ID_CRED_x MAY also identify the credential by value. For example, a certificate chain can be transported in ID_CRED_x with COSE header parameter c5c or x5chain, defined in <xref target="I-D.ietf-cose-cbor-encoded-cert"/> and <xref target="I-D.ietf-cose-x509"/> and credentials of type CWT and CCS can be transported with the COSE header parameters registered in <xref target="cwt-header-param"/>.</t>
      </section>
    </section>
    <section anchor="auth-validation">
      <name>Authentication Related Verifications</name>
      <t>EDHOC performs certain authentication related operations, see <xref target="auth-key-id"/>, but in general it is necessary to make additional verifications beyond EDHOC message processing. What verifications are needed depend on the deployment, in particular the trust model and the security policies, but most commonly it can be expressed in terms of verifications of credential content.</t>
      <t>EDHOC assumes the existence of mechanisms (certification authority or other trusted third party, pre-provisioning, etc.) for generating and distributing authentication credentials and other credentials, as well as the existence of trust anchors (CA certificates, trusted public keys, etc.). For example, a public key certificate or CWT may rely on a trusted third party whose public key is pre-provisioned, whereas a CCS or a self-signed certificate/CWT may be used when trust in the public key can be achieved by other means, or in the case of Trust on first use, see <xref target="tofu"/>.</t>
      <t>In this section we provide some examples of such verifications. These verifications are the responsibility of the application but may be implemented as part of an EDHOC library.</t>
      <section anchor="validating-auth-credential">
        <name>Validating the Authentication Credential</name>
        <t>The authentication credential may contain, in addition to the authentication key, other parameters that needs to be verified. For example:</t>
        <ul spacing="normal">
          <li>In X.509 and C509 certificates, signature keys typically have key usage "digitalSignature" and Diffie-Hellman public keys typically have key usage "keyAgreement" <xref target="RFC3279"/><xref target="RFC8410"/>.</li>
          <li>In X.509 and C509 certificates validity is expressed using Not After and Not Before. In CWT and CCS, the "exp" and "nbf" claims have similar meanings.</li>
        </ul>
      </section>
      <section anchor="identities">
        <name>Identities</name>
        <t>The application must decide on allowing a connection or not depending on the intended endpoint, and in particular whether it is a specific identity or in a set of identities. To prevent misbinding attacks, the identity of the endpoint is included in a MAC verified through the protocol. More details and examples are provided in this section.</t>
        <t>Policies for what connections to allow are typically set based on the identity of the other endpoint, and endpoints typically only allow connections from a specific identity or a small restricted set of identities. For example, in the case of a device connecting to a network, the network may only allow connections from devices which authenticate with certificates having a particular range of serial numbers and signed by a particular CA. Conversely, a device may only be allowed to connect to a network which authenticates with a particular public key.</t>
        <ul spacing="normal">
          <li>When a Public Key Infrastructure (PKI) is used with certificates, the identity is the subject whose unique name, e.g., a domain name, a Network Access Identifier (NAI), or an Extended Unique Identifier (EUI), is included in the endpoint's certificate.</li>
          <li>Similarly, when a PKI is used with CWTs, the identity is the subject identified by the relevant claim(s), such as 'sub' (subject).</li>
          <li>When PKI is not used (e.g., CCS, self-signed certificate/CWT) the identity is typically directly associated 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"/>. Each endpoint thus needs to know the specific authentication key/unique associated subject name, or set of public authentication keys/unique associated subject names, which it is allowed to communicate with.</li>
        </ul>
        <t>To prevent misbinding attacks in systems where an attacker can register public keys without proving knowledge of the private key, SIGMA <xref target="SIGMA"/> enforces a MAC to be calculated over the "identity". EDHOC follows SIGMA by calculating a MAC over the whole authentication credential, which in case of an X.509 or C509 certificate includes the "subject" and "subjectAltName" fields, and in the case of CWT or CCS includes the "sub" claim.</t>
        <t>(While the SIGMA paper only focuses on the identity, the same principle is true for other information such as policies associated to the public key.)</t>
      </section>
      <section anchor="cert-path">
        <name>Certification Path and Trust Anchors</name>
        <t>When a Public Key Infrastructure (PKI) is used with certificates, the trust anchor is a Certification Authority (CA) certificate. Each party needs at least one CA public key certificate, or just the CA public key. The certification path contains proof that the subject of the certificate owns the public key in the certificate. Only validated public-key certificates are to be accepted.</t>
        <t>Similarly, when a PKI is used with CWTs, each party needs to have at least one trusted third party public key as trust anchor to verify the end entity CWTs. The trusted third party public key can, e.g., be stored in a self-signed CWT or in a CCS.</t>
        <t>The signature of the authentication credential needs to be verified with the public key of the issuer. X.509 and C509 certificates includes the "Issuer" field. In CWT and CCS, the "iss" claim has a similar meaning. The public key is either a trust anchor or the public key in another valid and trusted credential in a certification path from trust anchor to authentication credential.</t>
        <t>Similar verifications as made with the authentication credential (see <xref target="validating-auth-credential"/>) are also needed for the other credentials in the certification path.</t>
        <t>When PKI is not used (CCS, self-signed certificate/CWT), the trust anchor is the authentication key of the other party, in which case there is no certification path.</t>
      </section>
      <section anchor="revocation">
        <name>Revocation Status</name>
        <t>The application may need to verify that the credentials are not revoked, see <xref target="impl-cons"/>. Some use cases may be served by short-lived credentials, for example, where the validity of the credential is on par with the interval between revocation checks. But, in general, credential lifetime and revocation checking are complementary measures to control credential status. Revocation information may be transported as External Authentication Data (EAD), see <xref target="ead-appendix"/>.</t>
      </section>
      <section anchor="tofu">
        <name>Unauthenticated Operation</name>
        <t>EDHOC might be used without authentication by allowing the Initiator or Responder to communicate with any identity except its own. Note that EDHOC without mutual authentication is vulnerable to man-in-the-middle attacks and therefore unsafe for general use. However, it is possible to later establish a trust relationship with an unknown or not-yet-trusted endpoint. Some examples:</t>
        <ul spacing="normal">
          <li>The EDHOC authentication credential can be verified out-of-band at a later stage.</li>
          <li>The EDHOC session key can be bound to an identity out-of-band at a later 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">
      <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"/>, this section contains examples and further details of how EAD may be used with an appropriate accompanying specification.</t>
      <ul spacing="normal">
        <li>One example is third party assisted authorization, requested with EAD_1, and an authorization artifact ("voucher", cf. <xref target="RFC8366"/>) returned in EAD_2, see <xref target="I-D.selander-ace-ake-authz"/>.</li>
        <li>Another example is remote attestation, requested in EAD_2, and an Entity Attestation Token (EAT, <xref target="I-D.ietf-rats-eat"/>) returned in EAD_3.</li>
        <li>A third example is certificate enrolment, where a Certificate Signing Request (CSR, <xref target="RFC2986"/>) is included EAD_3, and the issued public key certificate (X.509 <xref target="RFC5280"/>, C509 <xref target="I-D.ietf-cose-cbor-encoded-cert"/>) or a reference thereof is returned in EAD_4.</li>
      </ul>
      <t>External authorization data should be considered unprotected by EDHOC, and the protection of EAD is the responsibility of the security application (third party authorization, remote attestation, certificate enrolment, etc.). The security properties of the EAD fields (after EDHOC processing) are discussed in <xref target="sec-prop"/>.</t>
      <t>The content of the EAD field may be used in the EDHOC processing of the message in which they are contained. For example, authentication related information like assertions and revocation information, transported in EAD fields may provide input about trust anchors or validity of credentials relevant to the authentication processing. The EAD fields (like ID_CRED fields) are therefore made available to the application before the message is verified, see details of message processing in <xref target="asym"/>. In the first example above, a voucher in EAD_2 made available to the application can enable the Initiator to verify the identity or public key of the Responder before verifying the signature. An application allowing EAD fields containing authentication information thus may need to handle authentication related verifications associated with EAD processing.</t>
      <t>Conversely, the security application may need to wait for EDHOC message verification to complete. In the third example above, the validation of a CSR carried in EAD_3 is not started by the Responder before EDHOC has successfully verified message_3 and proven the possession of the private key of the Initiator.</t>
      <t>The security application may reuse EDHOC protocol fields which therefore need to be available to the application. For example, the security application may use the same crypto algorithms as in the EDHOC session and therefore needs access to the selected cipher suite (or the whole SUITES_I). The application may use the ephemeral public keys G_X and G_Y, as ephemeral keys or as nonces, see <xref target="I-D.selander-ace-ake-authz"/>.</t>
      <t>The processing of the EAD item (ead_label, ead_value) by the security application needs to be described in the specification where the ead_label is registered, see <xref target="iana-ead"/>, including the ead_value for each message and actions in case of errors. An application may support multiple security applications that make use of EAD, which may result in multiple EAD items in one EAD field, see <xref target="AD"/>. Any dependencies on security applications with previously registered EAD items needs to be documented, and the processing needs to consider their simultaneous use.</t>
      <t>Since data carried in EAD may not be protected, or be processed by the application before the EDHOC message is verified, special considerations need to be made such that it does not violate security and privacy requirements of the service which uses this data, see <xref target="unprot-data"/>. The content in an EAD item may impact the security properties provided by EDHOC. Security applications making use of the EAD items must perform the necessary security analysis.</t>
    </section>
    <section anchor="appl-temp">
      <name>Application Profile Example</name>
      <t>This appendix contains a rudimentary example of an application profile, see <xref target="applicability"/>.</t>
      <t>For use of EDHOC with application X the following assumptions are made:</t>
      <ol spacing="normal" type="1"><li>Transfer in CoAP as specified in <xref target="coap"/> with requests expected by the CoAP server (= Responder) at /app1-edh, no Content-Format needed.</li>
        <li>METHOD = 1 (I uses signature key, R uses static DH key.)</li>
        <li>
          <t>CRED_I is an IEEE 802.1AR IDevID encoded as a C509 certificate of type 0 <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.
          </t>
          <ul spacing="normal">
            <li>R acquires CRED_I out-of-band, indicated in EAD_1.</li>
            <li>ID_CRED_I = {4: h''} is a 'kid' with value empty CBOR byte string.</li>
          </ul>
        </li>
        <li>
          <t>CRED_R is a CCS of type OKP as specified in <xref target="auth-cred"/>.
          </t>
          <ul spacing="normal">
            <li>The CBOR map has parameters 1 (kty), -1 (crv), and -2 (x-coordinate).</li>
            <li>ID_CRED_R is {TBD2 : CCS}.   Editor's note: TBD2 is the COSE header parameter value of 'kccs', see <xref target="cwt-header-param"/></li>
          </ul>
        </li>
        <li>External authorization data is defined and processed as specified in <xref target="I-D.selander-ace-ake-authz"/>.</li>
        <li>EUI-64 is used as the identity of the endpoint (see example in <xref target="auth-cred"/>).</li>
        <li>No use of message_4: the application sends protected messages from R to I.</li>
      </ol>
    </section>
    <section anchor="duplication">
      <name>EDHOC Message Deduplication</name>
      <t>EDHOC by default assumes that message duplication is handled by the transport, in this section exemplified with CoAP.</t>
      <t>Deduplication of CoAP messages is described in Section 4.5 of <xref target="RFC7252"/>. This handles the case when the same Confirmable (CON) message is received multiple times due to missing acknowledgement on CoAP messaging layer. The recommended processing in <xref target="RFC7252"/> is that the duplicate message is acknowledged (ACK), but the received message is only processed once by the CoAP stack.</t>
      <t>Message deduplication is resource demanding and therefore not supported in all CoAP implementations. Since EDHOC is targeting constrained environments, it is desirable that EDHOC can optionally support transport layers which do not handle message duplication. Special care is needed to avoid issues with duplicate messages, see <xref target="proc-outline"/>.</t>
      <t>The guiding principle here is similar to the deduplication processing on 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"/>).</t>
    </section>
    <section anchor="transports-not-natively-providing-correlation">
      <name>Transports Not Natively Providing Correlation</name>
      <t>Protocols that do not natively provide full correlation between a series of messages can send the C_I and C_R identifiers along as needed.</t>
      <t>The transport over CoAP (<xref target="coap"/>) can serve as a blueprint for other server-client protocols:
The client prepends the C_x which the server selected (or, for message_1, the CBOR simple value <tt>true</tt> which is not a valid C_x) to any request message it sends.
The server does not send any such indicator, as responses are matched to request by the client-server protocol design.</t>
      <t>Protocols that do not provide any correlation at all can prescribe prepending of the peer's chosen C_x to all messages.</t>
      <!--
Protocols that can provide all the necessary correlation but do not have any short-lived component to it
may need ... no, they don't need anything special: after an error, the next thing is a message 1 again.
-->

</section>
    <section anchor="large-plaintext_2">
      <name>Long PLAINTEXT_2</name>
      <t>By design of encryption of PLAINTEXT_2, if the EDHOC hash algorithm is SHA-2 then HKDF-Expand is used which limits the length 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 PLAINTEXT_2 is expected to be much shorter than 8 kB for the intended use cases, it seems nevertheless prudent to provide an extended solution for the event that this should turn out to be a limitation.</t>
      <t>A potential work-around is to use a cipher suite with a different hash function. In particular, the use of KMAC removes all practical limitations in this respect.</t>
      <t>Another solution is to make use of multiple invocations of HKDF-Expand and negative values of info_label, as specified in the remainder of this section.</t>
      <t>Consider the PLAINTEXT_2 partitioned in parts P(i) of length equal to M = 255 * hash_length, except possibly the last part P(last) which has length &gt; 0 and &lt;= M.</t>
      <artwork><![CDATA[
PLAINTEXT_2 = P(0) | P(1) | ... | P(last)
]]></artwork>
      <t>where | indicates concatenation.</t>
      <t>The object is to define a matching KEYSTREAM_2 of the same length and perform the encryption in the same way as defined in <xref target="asym-msg2-proc"/>:</t>
      <artwork><![CDATA[
CIPHERTEXT_2 = PLAINTEXT_2 XOR KEYSTREAM_2
]]></artwork>
      <t>Define the keystream as:</t>
      <artwork><![CDATA[
KEYSTREAM_2 = OKM(0) | OKM(1)  | ... | OKM(last)
]]></artwork>
      <t>where</t>
      <artwork><![CDATA[
OKM(i) = EDHOC-KDF( PRK_2e, -i, TH_2, length(P(i)) )
]]></artwork>
      <t>Note that if length(PLAINTEXT_2) &lt;= M then P(0) = PLAINTEXT_2 and the definition of KEYSTREAM_2 = OKM(0) coincides with <xref target="fig-edhoc-kdf"/>.</t>
      <t>This describes the processing of the Responder when sending message_2. The Initiator makes the same calculations when receiving message_2, but interchanging PLAINTEXT_2 and CIPHERTEXT_2.</t>
      <t>An application profile may specify if it supports or not the method described in this appendix.</t>
    </section>
    <section anchor="keyupdate">
      <name>EDHOC-KeyUpdate</name>
      <t>To provide forward secrecy in an even more efficient way than re-running EDHOC, this section specifies the optional function EDHOC-KeyUpdate in terms of EDHOC-KDF and PRK_out.</t>
      <t>When EDHOC-KeyUpdate is called, a new PRK_out is calculated as a "hash" of the old PRK_out using the Expand function as illustrated by the following pseudocode. The change of PRK_out causes a change to PRK_exporter and keys derived using EDHOC-Exporter.</t>
      <artwork><![CDATA[
   EDHOC-KeyUpdate( context ):
      new PRK_out = EDHOC-KDF( old PRK_out, 11, context, hash_length )
      new PRK_exporter = EDHOC-KDF( new PRK_out, 10, h'', hash_length )
]]></artwork>
      <t>where hash_length denotes the output size in bytes of the EDHOC hash algorithm of the selected cipher suite.</t>
      <t>The EDHOC-KeyUpdate takes a context as input to enable binding of the updated PRK_out to some event that triggered the key update. The Initiator and the Responder need to agree on the context, which can, e.g., be a counter or a pseudorandom number such as a hash. To provide forward secrecy the old PRK_out and 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.</t>
      <t>An application using EDHOC-KeyUpdate needs to store PRK_out. Compromise of PRK_out leads to compromise of all keying material derived with the EDHOC-Exporter since the last invocation of the EDHOC-KeyUpdate function.</t>
      <t>While this key update method provides forward secrecy it does not give as strong security properties as re-running EDHOC. EDHOC-KeyUpdate can be used to meet cryptographic limits and provide partial protection against key leakage, but it provides significantly weaker security properties than re-running EDHOC with ephemeral Diffie-Hellman. Even with frequent use of EDHOC-KeyUpdate, compromise of one session key compromises all future session keys, and an attacker therefore only needs to perform static key exfiltration <xref target="RFC7624"/>, which is less complicated and has a lower risk profile than the dynamic case, see <xref target="sec-prop"/>.</t>
      <t>A similar method to do key update for OSCORE is KUDOS, see <xref target="I-D.ietf-core-oscore-key-update"/>.</t>
    </section>
    <section anchor="change-log">
      <name>Change Log</name>
      <t>RFC Editor: Please remove this appendix.</t>
      <ul spacing="normal">
        <li>
          <t>From -16 to -17  </t>
          <ul spacing="normal">
            <li>EDHOC-KeyUpdate moved to appendix</li>
            <li>Updated peer awareness properties based on SIGMA</li>
            <li>Clarify use of random connection identifiers</li>
            <li>Editorials related to appendix about messages with long PLAINTEXT_2</li>
            <li>Updated acknowledgments (have we forgotten someone else? please send email)</li>
          </ul>
        </li>
        <li>
          <t>From -15 to -16  </t>
          <ul spacing="normal">
            <li>TH_2 used as salt in the derivation of PRK_2e</li>
            <li>CRED_R/CRED_I included in TH_3/TH_4</li>
            <li>Distinguish label used in info, exporter or elsewhere</li>
            <li>
              <t>New appendix for optional handling arbitrarily large message_2
              </t>
              <ul spacing="normal">
                <li>info_label type changed to int to support this</li>
              </ul>
            </li>
            <li>Updated security considerations</li>
            <li>Implementation note about identifiers which are bstr/int</li>
            <li>Clarifications, especifically about compact representation</li>
            <li>Type bug fix in CDDL section</li>
          </ul>
        </li>
        <li>
          <t>From -14 to -15
          </t>
          <ul spacing="normal">
            <li>
              <t>Connection identifiers and key identifiers are now byte strings
              </t>
              <ul spacing="normal">
                <li>
                  <t>Represented as CBOR bstr in the EDHOC message
                  </t>
                  <ul spacing="normal">
                    <li>Unless they happen to encode a one-byte CBOR int</li>
                  </ul>
                </li>
                <li>More examples</li>
              </ul>
            </li>
            <li>
              <t>EAD updates and details
              </t>
              <ul spacing="normal">
                <li>Definition of EAD item</li>
                <li>Definition of critical / non-critical EAD item</li>
              </ul>
            </li>
            <li>New section in Appendix D: Unauthenticated Operation</li>
            <li>
              <t>Clarifications
              </t>
              <ul spacing="normal">
                <li>Lengths used in EDHOC-KDF</li>
                <li>
                  <t>Key derivation from PRK_out
                  </t>
                  <ul spacing="normal">
                    <li>EDHOC-KeyUpdate and EDHOC-Exporter</li>
                  </ul>
                </li>
                <li>Padding</li>
              </ul>
            </li>
            <li>
              <t>Security considerations
              </t>
              <ul spacing="normal">
                <li>When a change in a message is detected</li>
                <li>Confidentiality in case of active attacks</li>
                <li>Connection identifiers should be unpredictable</li>
                <li>Maximum length of message_2</li>
              </ul>
            </li>
            <li>Minor bugs</li>
          </ul>
        </li>
        <li>
          <t>From -13 to -14
          </t>
          <ul spacing="normal">
            <li>Merge of section 1.1 and 1.2</li>
            <li>Connection and key identifiers restricted to be byte strings</li>
            <li>Representation of byte strings as one-byte CBOR ints (-24..23)</li>
            <li>Simplified mapping between EDHOC and OSCORE identifiers</li>
            <li>
              <t>Rewrite of 3.5
              </t>
              <ul spacing="normal">
                <li>Clarification of authentication related operations performed by EDHOC</li>
                <li>Authentication related verifications, including old section 3.5.1, moved to new appendix D</li>
              </ul>
            </li>
            <li>
              <t>Rewrite of 3.8
              </t>
              <ul spacing="normal">
                <li>Move content about use of EAD to new appendix E</li>
                <li>ead_value changed to bstr</li>
              </ul>
            </li>
            <li>
              <t>EDHOC-KDF updated
              </t>
              <ul spacing="normal">
                <li>transcript_hash argument removed</li>
                <li>TH included in context argument</li>
                <li>label argument is now type uint, all labels replaced</li>
              </ul>
            </li>
            <li>
              <t>Key schedule updated
              </t>
              <ul spacing="normal">
                <li>New salts derived to avoid reuse of same key with expand and extract</li>
                <li>PRK_4x3m renamed PRK_4e3m</li>
                <li>K_4 and IV_4 derived from PRK_4e3m</li>
                <li>New PRK: PRK_out derived from PRK_4e3m and TH_4</li>
                <li>Clarified main output of EDHOC is the shared secret PRK_out</li>
                <li>Exporter defined by EDHOC-KDF and new PRK PRK_exporter derived from PRK_out</li>
                <li>Key update defined by Expand instead of Extract</li>
              </ul>
            </li>
            <li>All applications of EDHOC-KDF in one place</li>
            <li>
              <t>Update of processing
              </t>
              <ul spacing="normal">
                <li>EAD and ID_CRED passed to application when available</li>
                <li>identity verification and credential retrieval omitted in protocol description</li>
                <li>Transcript hash defined by plaintext messages instead of ciphertext</li>
                <li>Changed order of input to TH_2</li>
                <li>Removed general G_X checking against selfie-attacks</li>
              </ul>
            </li>
            <li>Support for padding of plaintext</li>
            <li>Updated compliance requirements</li>
            <li>
              <t>Updated security considerations
              </t>
              <ul spacing="normal">
                <li>Updated and more clear requirements on MAC length</li>
                <li>Clarification of key confirmation</li>
                <li>Forbid use of same key for signature and static DH</li>
              </ul>
            </li>
            <li>Updated appendix on message deduplication</li>
            <li>
              <t>Clarifications of
              </t>
              <ul spacing="normal">
                <li>connection identifiers</li>
                <li>cipher suites, including negotiation</li>
                <li>EAD</li>
                <li>Error messages</li>
              </ul>
            </li>
            <li>Updated media types</li>
            <li>Applicability template renamed application profile</li>
            <li>Editorials</li>
          </ul>
        </li>
        <li>
          <t>From -12 to -13
          </t>
          <ul spacing="normal">
            <li>no changes</li>
          </ul>
        </li>
        <li>
          <t>From -12:
          </t>
          <ul spacing="normal">
            <li>Shortened labels to derive OSCORE key and salt</li>
            <li>ead_value changed to bstr</li>
            <li>Removed general G_X checking against selfie-attacks</li>
            <li>Updated and more clear requirements on MAC length</li>
            <li>Clarifications from Kathleen, Stephen, Marco, Sean, Stefan,</li>
            <li>Authentication Related Verifications moved to appendix</li>
            <li>Updated MTI section and cipher suite</li>
            <li>Updated security considerations</li>
          </ul>
        </li>
        <li>
          <t>From -11 to -12:
          </t>
          <ul spacing="normal">
            <li>Clarified applicability to KEMs</li>
            <li>Clarified use of COSE header parameters</li>
            <li>Updates on MTI</li>
            <li>Updated security considerations</li>
            <li>New section on PQC</li>
            <li>Removed duplicate definition of cipher suites</li>
            <li>Explanations of use of COSE moved to Appendix C.3</li>
            <li>Updated internal references</li>
          </ul>
        </li>
        <li>
          <t>From -10 to -11:
          </t>
          <ul spacing="normal">
            <li>Restructured section on authentication parameters</li>
            <li>Changed UCCS to CCS</li>
            <li>Changed names and description of COSE header parameters for CWT/CCS</li>
            <li>Changed several of the KDF and Exporter labels</li>
            <li>Removed edhoc_aead_id from info (already in transcript_hash)</li>
            <li>Added MTI section</li>
            <li>EAD: changed CDDL names and added value type to registry</li>
            <li>Updated Figures 1, 2, and 3</li>
            <li>Some correction and clarifications</li>
            <li>Added core.edhoc to CoRE Resource Type registry</li>
          </ul>
        </li>
        <li>
          <t>From -09 to -10:
          </t>
          <ul spacing="normal">
            <li>SUITES_I simplified to only contain the selected and more preferred suites</li>
            <li>Info is a CBOR sequence and context is a bstr</li>
            <li>Added kid to UCCS example</li>
            <li>Separate header parameters for CWT and UCCS</li>
            <li>CWT Confirmation Method kid extended to bstr / int</li>
          </ul>
        </li>
        <li>
          <t>From -08 to -09:
          </t>
          <ul spacing="normal">
            <li>G_Y and CIPHERTEXT_2 are now included in one CBOR bstr</li>
            <li>MAC_2 and MAC_3 are now generated with EDHOC-KDF</li>
            <li>Info field "context" is now general and explicit in EDHOC-KDF</li>
            <li>Restructured Section 4, Key Derivation</li>
            <li>Added EDHOC MAC length to cipher suite for use with static DH</li>
            <li>More details on the use of CWT and UCCS</li>
            <li>Restructured and clarified Section 3.5, Authentication Parameters</li>
            <li>Replaced 'kid2' with extension of 'kid'</li>
            <li>EAD encoding now supports multiple ead types in one message</li>
            <li>Clarified EAD type</li>
            <li>Updated message sizes</li>
            <li>Replaced "perfect forward secrecy" with "forward secrecy"</li>
            <li>Updated security considerations</li>
            <li>Replaced prepended 'null' with 'true' in the CoAP transport of message_1</li>
            <li>Updated CDDL definitions</li>
            <li>Expanded on the use of COSE</li>
          </ul>
        </li>
        <li>
          <t>From -07 to -08:
          </t>
          <ul spacing="normal">
            <li>Prepended C_x moved from the EDHOC protocol itself to the transport mapping</li>
            <li>METHOD_CORR renamed to METHOD, corr removed</li>
            <li>Removed bstr_identifier and use bstr / int instead; C_x can now be int without any implied bstr semantics</li>
            <li>Defined COSE header parameter 'kid2' with value type bstr / int for use with ID_CRED_x</li>
            <li>Updated message sizes</li>
            <li>New cipher suites with AES-GCM and ChaCha20 / Poly1305</li>
            <li>Changed from one- to two-byte identifier of CNSA compliant suite</li>
            <li>Separate sections on transport and connection id with further sub-structure</li>
            <li>Moved back key derivation for OSCORE from draft-ietf-core-oscore-edhoc</li>
            <li>OSCORE and CoAP specific processing moved to new appendix</li>
            <li>Message 4 section moved to message processing section</li>
          </ul>
        </li>
        <li>
          <t>From -06 to -07:
          </t>
          <ul spacing="normal">
            <li>Changed transcript hash definition for TH_2 and TH_3</li>
            <li>Removed "EDHOC signature algorithm curve" from cipher suite</li>
            <li>New IANA registry "EDHOC Exporter Label"</li>
            <li>New application defined parameter "context" in EDHOC-Exporter</li>
            <li>Changed normative language for failure from MUST to SHOULD send error</li>
            <li>Made error codes non-negative and 0 for success</li>
            <li>Added detail on success error code</li>
            <li>Aligned terminology "protocol instance" -&gt;  "session"</li>
            <li>New appendix on compact EC point representation</li>
            <li>Added detail on use of ephemeral public keys</li>
            <li>Moved key derivation for OSCORE to draft-ietf-core-oscore-edhoc</li>
            <li>Additional security considerations</li>
            <li>Renamed "Auxililary Data" as "External Authorization Data"</li>
            <li>Added encrypted EAD_4 to message_4</li>
          </ul>
        </li>
        <li>
          <t>From -05 to -06:
          </t>
          <ul spacing="normal">
            <li>New section 5.2 "Message Processing Outline"</li>
            <li>Optional inital byte C_1 = null in message_1</li>
            <li>New format of error messages, table of error codes, IANA registry</li>
            <li>Change of recommendation transport of error in CoAP</li>
            <li>Merge of content in 3.7 and appendix C into new section 3.7 "Applicability Statement"</li>
            <li>Requiring use of deterministic CBOR</li>
            <li>New section on message deduplication</li>
            <li>New appendix containin all CDDL definitions</li>
            <li>New appendix with change log</li>
            <li>Removed section "Other Documents Referencing EDHOC"</li>
            <li>Clarifications based on review comments</li>
          </ul>
        </li>
        <li>
          <t>From -04 to -05:
          </t>
          <ul spacing="normal">
            <li>EDHOC-Rekey-FS -&gt; EDHOC-KeyUpdate</li>
            <li>Clarification of cipher suite negotiation</li>
            <li>Updated security considerations</li>
            <li>Updated test vectors</li>
            <li>Updated applicability statement template</li>
          </ul>
        </li>
        <li>
          <t>From -03 to -04:
          </t>
          <ul spacing="normal">
            <li>Restructure of section 1</li>
            <li>Added references to C509 Certificates</li>
            <li>Change in CIPHERTEXT_2 -&gt; plaintext XOR KEYSTREAM_2 (test vector not updated)</li>
            <li>"K_2e", "IV_2e" -&gt; KEYSTREAM_2</li>
            <li>Specified optional message 4</li>
            <li>EDHOC-Exporter-FS -&gt; EDHOC-Rekey-FS</li>
            <li>Less constrained devices SHOULD implement both suite 0 and 2</li>
            <li>Clarification of error message</li>
            <li>Added exporter interface test vector</li>
          </ul>
        </li>
        <li>
          <t>From -02 to -03:
          </t>
          <ul spacing="normal">
            <li>Rearrangements of section 3 and beginning of section 4</li>
            <li>Key derivation new section 4</li>
            <li>Cipher suites 4 and 5 added</li>
            <li>EDHOC-EXPORTER-FS - generate a new PRK_4x3m from an old one</li>
            <li>Change in CIPHERTEXT_2 -&gt; COSE_Encrypt0 without tag (no change to test vector)</li>
            <li>Clarification of error message</li>
            <li>New appendix C applicability statement</li>
          </ul>
        </li>
        <li>
          <t>From -01 to -02:
          </t>
          <ul spacing="normal">
            <li>New section 1.2 Use of EDHOC</li>
            <li>Clarification of identities</li>
            <li>New section 4.3 clarifying bstr_identifier</li>
            <li>Updated security considerations</li>
            <li>Updated text on cipher suite negotiation and key confirmation</li>
            <li>Test vector for static DH</li>
          </ul>
        </li>
        <li>
          <t>From -00 to -01:
          </t>
          <ul spacing="normal">
            <li>Removed PSK method</li>
            <li>Removed references to certificate by value</li>
          </ul>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors want to thank
<contact fullname="Christian Amsüss"/>,
<contact fullname="Alessandro Bruni"/>,
<contact fullname="Karthikeyan Bhargavan"/>,
<contact fullname="Carsten Bormann"/>,
<contact fullname="Timothy Claeys"/>,
<contact fullname="Baptiste Cottier"/>,
<contact fullname="Martin Disch"/>,
<contact fullname="Stephen Farrell"/>,
<contact fullname="Loïc Ferreira"/>,
<contact fullname="Theis Grønbech Petersen"/>,
<contact fullname="Felix Günther"/>,
<contact fullname="Dan Harkins"/>,
<contact fullname="Klaus Hartke"/>,
<contact fullname="Russ Housley"/>,
<contact fullname="Stefan Hristozov"/>,
<contact fullname="Marc Ilunga"/>,
<contact fullname="Charlie Jacomme"/>,
<contact fullname="Elise Klein"/>,
<contact fullname="Steve Kremer"/>,
<contact fullname="Alexandros Krontiris"/>,
<contact fullname="Ilari Liusvaara"/>,
<contact fullname="Kathleen Moriarty"/>,
<contact fullname="David Navarro"/>,
<contact fullname="Karl Norrman"/>,
<contact fullname="Salvador Pérez"/>,
<contact fullname="David Pointcheval"/>,
<contact fullname="Maïwenn Racouchot"/>,
<contact fullname="Eric Rescorla"/>,
<contact fullname="Michael Richardson"/>,
<contact fullname="Thorvald Sahl Jørgensen"/>,
<contact fullname="Jim Schaad"/>,
<contact fullname="Carsten Schürmann"/>,
<contact fullname="Ludwig Seitz"/>,
<contact fullname="Stanislav Smyshlyaev"/>,
<contact fullname="Valery Smyslov"/>,
<contact fullname="Peter van der Stok"/>,
<contact fullname="Rene Struik"/>,
<contact fullname="Vaishnavi Sundararajan"/>,
<contact fullname="Erik Thormarker"/>,
<contact fullname="Marco Tiloca"/>,
<contact fullname="Sean Turner"/>,
<contact fullname="Michel Veillette"/>,
and
<contact fullname="Mališa Vučinić"/>
for reviewing and commenting on intermediate versions of the draft. We are especially indebted to <contact fullname="Jim Schaad"/> for his continuous reviewing and implementation of different versions of the draft.</t>
      <t>Work on this document has in part been supported by the H2020 project SIFIS-Home (grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA9y92XbbWJYo+K6vQNsPJjNJWhwky86M6lZIcljpSSUpMiJW
dS1fiAQlpEmACYCSlY64q3+jn/p+Ra/70E+3/qS/pPd4JgCkHFPlbVWWQyKB
c/Y5Z589D/1+f6dKq0XyIjpZ3STLpIgX0XE6n6dJ/1WyWCzjLHp/mxTR0fuL
k6hzcvzq/VF3Z5ZPs3gJ78yKeF7106Sa9xfxx6SfzG7yaX/4bCe+uiqSWxgU
X9jZSVfFi6gq1mU12t19vjvaiYskfhFdnBzt3OXFx+siX69eRG8OX59E38Hf
aXYdfYOf7Uzj6kVUVrOdcn21TMsyzbPqfgUzn55cvtyZ5lmZZOW6pMGTHfhg
Bu++iNYA0MHOKn0RPY6msIR1mURxUcT3USedR/FiEd0nZTfKi+gmLm+im6RI
dqKoyqcv8Av4tcyLqkjmpfn7fun+CU/OklV18yIa7ezE6+omL17s9CPelG/+
4/8uYM6LZBFns6TAt9cFf+V8lhcA50mRTssyz6LDr+Ejs2nyKb4JUCQV7lR/
uD+JDnajC5j7402+WMK303ydVcU9fH2XzBJ8PlnG6eJFdJ0DBINSZvvfEhlw
MM2XBsy/5DdZdFYk6//4v6K3cVXJjGmWVmm8gKX+xYW8/uBvuoC/AXCDpUzW
DP9LWOI0KadxdBYv8uUVAO4B7Hz4m4I6VzgGK53SB3gnywtYSnqbvNiB185f
Ho2Gw+cv+Nfx6Jn5dW9vJL/uDYf7+uvoYFd/PdjXZ/fhFumvz/ftr2awZyMz
2LP90UR/fTY50F+f7+mzB8Nn+sDB+Nm++fW5jnAwGeoUB/vur2P99ZmZ4uDZ
ZGR/faa/Pp/obM93DWTwq47wfPhsD3897R8PiJ5M8zLpf9rbhdd20mxe28Ln
Bwro/vC5Wd9odGA3wP763C5q3/w6mZhfn4+fGZB2dw1IBnyAbt+Droirsp8A
cXI/JBJYJH8v659WRQw4EiywSPp5Sf8hullf/vQqL/pJBlQtmfWnSVG1DvAx
ue+vV7O4Svy579Lr/nRd3CJcqyIBalnBNgLZrD9WJvBgWt33V0UOeJ8vYILl
Ki5SwGPzdIHzzovr/iyp+mV6Xfbv0uqmn+VpaWZWstOHJfdx8Ugg/6HfxsXH
j3k/LqY3/TSrkiKDgaobYAdVfwnrXPSv1+kMbxSd9MVZ/2B3t7+3f4jvA+GN
i2u8ozdVtSpfPH06y9MB3O6nw93B/u7o4Om704vLwcXZQF4qxvwWc7jzBFa0
TLIZbUEEOAVUIi363wHw0WvYwZOyiq8WaXkDD1XRxRQZYhl9WyI/Ok7LaZFU
SfQmv4ZNqW6W0VFxv6ry6yJe3dzTPCXc+6REbGVoo+gRAvToRfToYpVMgaxG
Z2uYYMoACJAA122KnC0aP6LXlKHwEH35L5JmoMong+hr2EPiIQ1fvxlERzdE
nhq+PBxE5/k1/PrxvvWBv8bAZRfJbfMD54PoOAZo6VNCt+hwVaSLaLQ7PMAD
O06u4yvYhUUyHDYfGeAhHPwgjacFHR28OXy6P9xzT+p9FlU3CbCoFM9BEDPK
59FJNsVNx80CHIsu0ussrtZFAtBFJ2//un37/jKIzgYOlK378Ca5AeGnZSNf
D6JvYCBYf8G8o+GZdzTTxTIuquYH3sK3KGQs5Cx5O4+TabK8AokL92WH7sDJ
0TfNW3l3dwe3bXpN+wi/DPu3o8FqNne38qKCjYqLWUn4fgKS3TRF7HaRNxpG
HZglGnYdQN6CtITSGoFw+s3blht4l1wlyaBKpjcZnMogng7SxdP/erO+zp8C
fVjGfYCnBhMOF/WjSzjjJ/BH1gcY+28Pp08Am4D8xNMbELGiQzhIABWvSzIL
pVI8/tMKbycdPqLL6euT/pkQrzLqvMnh2oLsilerux0zXg2i10V8N/3H/Udn
F/6yzhLchjFuw6vXxy9X8SopHozZu09H+5Nw+Y+cvU+n0ckn5A4Gp4EQARIU
6S0RiRe0STix0KMHkIjmlfB5DndxIZc3yE+RiowefEtHw6fAjWtreY/SNRJI
PIESRK8IeFG0ArrKCDcb7e0Nn9PK4NS+57+u4hJO9PXJ24cRPAtuA90ZDXFF
R+8uWhA0Xq3KQVbGg+v89mkaI+cBOeIpoBkcwLKEj2Z9FnpRviifTuHZfrlO
q2QwnS/dtR4h9yiIjL+jw4FfDHE6XIDQTWzhAt/dvi4A2F3N+hq0IzygPVzO
u7yAFWej3ZY1FZ/SWzqX+KqEs9l9NhgOJ6NnLrQvcc8W0SFAeV+mJVFP1MYI
wXxOhwd1BEIB4GGawcGc5peAgrfpNCm3rwNooUDb/P1fgcytkQTB//2t7SEg
uF8XaxLWdUcuQMFSSjgirKUnhgcbaCEi7XVSwNnOE1IW48VgljxNsqckQC76
QA7SufDffj7vJ6r09mdMXm6YvPRzeJKFMJLNng73RweT8eSgYYf/6oxJu/xw
RXrr5nr7Uvv2ErY2vllEf/mP/w6bgbpw63PfFP/x37MroNLRWYJcq+3RowHS
mf/4fwrD/Pg03sGGKFsiRn8EsunbpH4WcBQotg6WyVPv7nz9/jw6W8T3qOtn
s+0rB0C+zkMohIYBAP1+H3S4kijnzs7lDSD4LJ+uCZ1LlLVg48svOIpeFCOv
uI9I6J1WRLAW6fVNdZfgvwRsKzNCkpd8mt7EgH0RSsSRQSz8rhzI1QPEvE1n
ANhyXa3hO2dQQJ4eXsQ74NUgSIKsOb3vERTwAjwCJAYF84QYhY4Hq0YhGqTt
GV3idRlfEzucOre5nCYZSKx5yUQ4ArWVLSLTGHlniaw2UXqARPr9xdH785NI
FQIcrEo+VXAg91GRMLWnvcMpp44c0eNjxo9Ja4EHeQlH+eEZfQwwZeUqL6oe
8Yt4NkuFkKKSE5XpPxIy2FwhG1lVfCSL/G7AJ75MZzOQ2XYeR6egjOezNe0G
/P04eptXwjJ3dt7G2T0+QdoFXknAj+waRAIgbN1olqwW+T1iSgnL+fs6BfGR
5Jd8AcIxHM4dcGXYCPj4Bo5+ARufFEQ/ALeCvU2y27TIMx7s82dRQX/6aUA0
dMY0FHb8Hlfkvgjj3OKhrGG6+L7swQfTxRp3LFomy7yAvSyrvIDj7OG5T5Gc
wXfTGJATzoS3dZXfJcWAJAQYO0PcuMUDo52+AW0PzrCqaOkIQrwo4aQ/3aRX
aWWBAcDLNa63jNZZkSxSQISE0T8vSzh9wOosWQCIshugRlZFOsVrcAWP3aWz
6obhmd1n8RIkmipf4V7eM2hoqkM7WxRPP2b53SKZXcOrFV5ZWBlMtoyu7mG1
LKem/8B1xlFBdwnOzr2EKyPd4XSA1vB2ATcflK7rTO4ASYL5pbuj+JHL30DI
NEqYCoxRB5G0p4e4N/rpJyAK8NYUtcOvU7hC99H7q7/BJoPC5urS8CZgvbyJ
hg56k9QTfGCKg+D9iV4l8QzJDlCYgtkTiN1Hr4701WejCbw6QHKWRFki6ylF
c7RrZ3JL6BAwbRe1YUYgDCWfOlxxks/0Ss9yogKfP9eNF4S8S7yjiO9w+khi
gcWVsJRyI/7jjcFZsjVxCjg7ovVw6dMVn5iuAXC8JFKFFx4wi29cOudLD/ed
iADSnSK9WoPSDfBf5/nM3sRpgkhDGEAnrHQlQsYN6FMu0crrQBLP0hxtdUuc
r0iAdOB7C6Dm2RT2Y01zwPfXS3OusPmzNdK/++kC30qq6QDkqRzWWESp3SLY
UdifGEmpoWK6Jrn6sHC6diBhMtVM4F3YS/fABAYmGnTTr9IFvAIEBN4ASoam
cticGC7aGgWdaJ4WyzvcdTb9AOvOl0kNEQgBCJ1g9HK9om2KifwkrFWv0Vyz
uPc30iWJQIOA9WRoGAYCkNwmGXM52Gd4aWHJD7CmnR2CwqBamS/WZHJibEZS
Y6hS8gnQCgAs4GYAtSDuIXcMVXuiBIA2jtbfQcYjFwYtiXBhHH4PegXct9he
b0DrezgsC0xSMElOVBHG9bCFDXEbIbBnnHyKl6sF8UiFSgcKRebzk4vL+XoB
oDoXosOcVO/3/nCM4Aqyw8F4tA1tUyDpCVkyENM1JloBp0d8VBgw7hXxVtgQ
uLGIrkhdPGZOd+bvIGkQG/e0ThRL+ER0JktglB8Qk8c5dB14uwENYcdmq5xY
B+I3CKgoNjxcQtKZQOAp8qVsSAmUJhHRp8LniRfGdLUWKhTMUDFOZqhSIIjN
w8JQ+XoxY8SHl5xd/hPuD1DfW5QTr2KfoCBtQ5EIyUWySmgZICfBxR9cD3rB
/SySqzwnIgx7OEc5AocsEgHc21lA7xJw5U/4KIwQ3+bpTEgPYi3MG5v7LZZu
QgG6JXzTlijSqDzhio14RSqrfFfpMhn8WgJxu/zbvO8s3iJIhHguZsE+V7xW
Zco1WbdBzmU2Ok1XeBtJJ4d9us5JV0cp+NCTnxVJ2LoAfxfxXbQigyuje+f8
7DV5/eyHRIlZfUuYR4lIWLKA6kgKhDkkv8MqVusKZ7gBVgWfk1p5D2/AUdi7
QfwQnZ6IsHQichAyYLJcgViEHJDmWoG4lRLJv8cxi2SeFAniZRETNYLRCQhL
omHjZkyVCYkMASD2lhgmiyzxBihsLwJeSlMB7lXIw4Q5CFNAMFmvmOUAExDB
CA6wYCKpjAMuT1+uKm5f5+wCttTXY5B0BJ8QDpcsDgWY5x7Q1b2z7BUJ+Eir
kYIhCMTTPdGBVsQXhBhLivS6IMhmacnSgxrWmvSonR1e8BKkn5KUIrj8KKVm
FqtZ3mFVAzihEkc2Yn7+TP/96SdmVGzKI3PmyacVfkSkHz13KFfxZDBN2axA
OXC6FgX3nDv2BuEQH14nqnZ9l1xFl/nHBJnkd5covH53GR0t4nQJwAJJ7Rwd
XcCn3w/2dp+LWoavKfejz+Eh+Lfr3QpYcpLAOvBI+wgKCqkMv9FneRFRfM3o
a6VzRm3Z2PmabPWxmsr4wtnVRejbd+VbEGXMEaWBnC/aiKfpWm2HYghAzUlE
fCYMTivSbfBtkDH7pD4B9swwOCAxJFgUOXSFwrEaXgjoul7EBesW+5cpSO68
i2/y8/i7w3dAjVi1zklUUEnPAF8RL3owUcV3le2mgwT4j0N/wvuW4dpZo6BB
atY9lAlV5bf8vbrJ4bOrdbogYkbShaP/AE25zRe3uJNPKtKgn4hxA6TqGeIM
KHugm6KYni9QE0NUycocfyFbw7Rax6DFlp7pwPAqX7NLlyQelwiYWCBEsWKR
D6HrfqHVIHqXo/KAZBmEDDh6T2ryJi10I4B0s7IUKiuwKHOYSBuvWLkBrI9W
MVyXKaGHoc6AuIeI0HBIC8PLU7QuwA3NM7oQOI3lF6Q/WGyGYyPJwP1MUJS3
F98WQVXGYKkyw03JxSeiVpCOHnocLfMr3IvVDUDRHbBxpF/lfTpjMiiJP6Jk
baoBAN4wYh5FskhuUQ+Cw0WtLEcEMWu6I0kMsRVOJ0vmcCVJ5iMu5Gv2KiLI
vuj2K9Wc4kgqi8FJo9RJexkblYmVkNKYAUA/AvUCRaKeiF5WNAaRDf4lrmPt
PXisKBzGCzRu3ONtRQGUjIIAdVqaU1vkuGdJsWT7HpughDNdID6esO5Q7uwc
kRud1S989fjyzUU0HIwjuOgzYKUfE1FnhpNncOnohp0cHb9i0dtqVtHpMUvg
wrIcPsgbQagH3LMQXQavs1wLAKRkAWL4dJ+fBlkopCMpscCZEvyHxwcgb/v8
eY5PIVdGsgmSUakKlON8CLi3Smp0rctyvVwx3qUYP8WrHuHLXwZML5K/AJ3R
ro8CBagUKZpDYLBg1YQDhibcsJEG3gYShZZywiafJ79oEWVoJBT8jVsaPwGc
TdlkkDUy6uhpI6dWLvScKLHMr2iJVN58VohK+ORjOnviqsY9oSHM2j1JNxyQ
4uBu48U60cE+7VVP3H03ATlw2Ds7/7X5Z+ern/ljjP/uj9jPjl+hz6o0n5rd
xU8bX+x7P82fNr4IO6i/wvqbP93p/8yfHUH+D0N3yvGzrb+aF0fui5M98+ve
gf423DXPDId75sWx++LwuR3bfvHMzvh89+ev8TKvgN/5P8Nds+LhyIA6Gu6b
Xyejn485baj4+UX02JAk9kN99ehkC0WC23J1Dxdk8AgYArG6fgx8Kvvq0TRB
xvjoJyL1x6paX5BmAMjIVtsCgwLRmqZ8wujg6IEtruMMZpkhG56DxAQk8gVc
sat4+pHdYnDT83W1AE5bCnS+hMhqVEBdPn9GLn2bJnfwOojIU9B6VKVUEQZ4
NJukdNk9XxPHUEuyZYhMYswEjnaGM2GcGawOCbyxKeALpHCZoAV8Mi7vl95j
us+ON8PKx1uXSWS1lejihMD38qK2A/SpI8GxSqac0jAq0eP1c4GK4CA2SgrN
Q3xkO4QelyAYpGQ8ZV3onG0KfARvQL5f4058fowCxE+MObiDgG7AoR69/fbi
8lGP/xu9e0+/n5/867en5yfH+PvFq8M3b8wv+sTFq/ffvjm2v9k3j96/fXvy
7phfhk+j4KO3hz884p159P7s8vT9u8M3jzimxjUikTWDdBiSEFcYDEeYrBtO
QsfXR2fRcMJMCMNcYYeZjw2fTVC4gVPmqfIMVDL+E87pHi0tScwS7wLNfStQ
1tDpBBPgEWUUpA3be078meXP5BNgV8WSFcA1j5egfsYFnxvZKmF/SxWjpqAa
BNASO3b8NqJJX5A1D00P4piZEDMl+aDUC288GorNHuNl06lVdPXLMX0J7J4E
Dp/tOwzfCvjqgTqOqzg6BgE6I93HYlHn6Pj4jTUx75L3ydiYUZ4jwfcT+Zx4
fTMcyy5kELlU0apIMC5ts2idtGOfP+P3KO99h0IkWWtIzkLrNGlrVd3QFS/Q
x8kPkyJ8jJIV3BByKpFyfiJWCJ7dDMCTiihYRpPBaDAk4PA3kQzN6bG7UTwS
QEfRRkfKhk9dEseb4PsIA8Gwiq+7pJQBhPDeI7ZD4jV/1BP6bc4dI7ZJMNp5
LMTjPRNyuOUOfVdjhiWLVj4NZgfp8yaflXWSvMGy/iKkmmQZaCWbapUUSduw
HtLQ3YFEUGeQBtHLdUEC7Syp4nRBINY5DV1yeqxlYSFqVXX+6dAf9CuRxa3j
Bgx2WeOlm38vW5UDZSKl2zo0xFm1QMOS4xREF1jMnnux4g2iN+lHiiS8Hakp
5Pm+WPc6x11V3RjrJhP4ytHdeg/mZmlpzS6xwqFHzes0O8p32ZjaGsyY+qKE
sQHD69AY/dNuFF/DhqKTjU1SwOcBGxO10CzMao1xAwkBnyAO+fbwqI+L6aPU
3Qho/9RzvAClJjLBktf1Mg7VhZ1TA+WX/5wn5SqnDJoftz36zYfvtz3y484f
f66ca3/+5cftsDzgx4zyzYcfekgOO6DvfzgClv8BiCrsfic6/xMeRyfSD2GF
+M8PUZf+T0b58y9f0h9/3RVF0eHJ4bFdz6ms59Rdz2mPV47HZtfzz3ZGzfoF
YLnqF192X4g7g/5NV28AugWM2ap2IHMjQyO6RJjgc7gQy7ZET4VV2SvWQRJA
EqhcnKhzTjY/19bcIu6jEQWDL+K6bzY6O3/9AfiFxP2QVxaT5IC2F74Hnumd
iiFCs7wHUBoBEvEHOnocDlFaY0nQENYMH27qKa8NAzqQoyKFW9zTWIxTLMfQ
dTEjBtzI9a2gEA/UUsUBmazJXLRxboPnHKSut5gg0I0Q+wurB/mKzdnAwpz4
C4zqcoATHLJHqxKiOdoGUPCewTUbRF3Nl+ic858wLtrGDV9Cp8kssaLzipS5
2nbh2W9cPFIuEEDpxksYFF5ynbB0xK9eu2DGDNva+RFHeDBVI8NjRJs3W67o
gCRQwBqbPRQGSN2AiSmmHyGeP5qvF4v+nEPUHjl8DSNaHHAapJ2CQ7asDxUe
L1/gjlzikYLOsarIygZb0JH/wkbqcnCB3ejy1QdgxPDvmP6dMLqgmuwr2Oxd
KV2Q/K00d+qI7nBs8AuFqxUGjGZVy0bRjfMvPM5mIGk9M1iNFWaVKhEQh5lB
cRgChUez7uv0Vs4Mbx8GNBln+2kUBEjdoQoYZYaKoPoZ0JGIxNlM5P5zGoZB
qEWUgEaEPu9ComIRAg6jiubrbGqxMIhToNHCkG+OrVswTG64Aj39lgRedm72
xCKBtv+FiY9d4UFm13xlaRz1/FrrvzX3ghanpA2oihdnRqeEuVCEgi6dsbhc
xQLXpQ2am1OcUaGIBFrrPzziXHfBok7JZ89Oa+BS14UjliJ6kk/eJG9yYABH
OSwwWM2wC6OqAEAzODdzRoqcfLEJiD6mwuBt0++YVMhkGNpDQbUts6prA/k2
J6t/nM2tZx4WOGfdZpnTFHax6Lst26PD3SlQlyHDg3O/JdDRmgushh+7MR+U
qc7xcBwdp7Fe6gY14dSL9KrAEL5SdBbWTnoNPh1WrJBJmPgSwVnn+hj5X9EM
yFQbbyprER8Oo+qpXYTVFfgln2OqBe6P+KiNh6+NxWAEU87RHIi75IFRvYS8
y05Qge/SNbiPhGC9XMIO/cO1XMCD+BwZC5ISXcVTHNGxhrKFJI2vsxytE+gT
FDSqmUKacnxJ3Xlsw4pPlEN8fmzMtGQj/CbJUKRhuc6kB9iQEzh7YfoFoOwS
o6MB0nsr73WMO6EXGQeB/XXcBZwF/EyyQGZw5IW4nTCb0SfCxeFZz5g6iA4X
C9+GzmxwkwmNBqKbFRqAJAxF/YjzRY7m7HSxWKPvmYOzAos9PmMFlraFwNW8
SwDSmC8CGWpZJE8wz9Cs5rLRXi52CQCJIlco05QzDxQJHOM7G5fZ8j0w7mDH
vB5YDHE4z9BlzOY8kpi0MZIg5HM2rlg4oY2tiK+LJGCNjiGyg5JZjySRrq6u
kXVFHSaV0xKDVg2xckZF3zIGTulNJDOVGsmT2UOYl86RUkzR2wTunQYBYdCG
y9UcZwEh0FzzKD5/XuJ7fXyPNuvSE5MRyu0KSjwnPz8KgobV2KukbENlBjze
s3YhBKdEJpLMkYtcJSySAKjoVQYFbcHRCNcJmcfY4e9POAg+mBAd52ASuCwY
p1CyUez3sKy8Pbl89R6Q5uLb08uTC1bVv+/hQQLXODz2/ZmiKf8eWnujP7UB
ll/XmtFmoGE96kNefACFBykxbs0owkA8wHQzyu9gn2l0F29Y0S/5CUZpsvT4
GzPmjRkbCw+P8nviy3jjU7/JvgQ/vE24DxNvHxpG+XM/+qX/91B8mWxZUZP1
i5iwOtfr7Nl3sLTw6G2WLw6uIiXq82N2H4g9jHW+KlkKjUIia6mCcBfkqf1l
eT3sIysm/1hK4gQpLYmkWM3vW9xA6vUQzw3HQbdEOBsr/xZ3NblNDQcjCQN2
pMVT8iLa7UUg5I1Yfhq7Sgw/QryvNF45lgXidgialsnpeCzdUkiQyi9BkP0R
Wlo6cJO7aiAU4wEKiCadWqZuMCawvqrRwbhjpEpT8oQkdJbOMbLmVOPqNeOX
yXC6iW+NDETeFXEILkULz+sShYlwZkbOOlLNb+FTqEZ61fwh3D7B3ks4pujH
qIFP/+ispIGG/JUis34MzwJT+Zs//EXQ2p9dGN6Lt1Jomz703hy2vukGdTW9
OWp5aPuc49Y3m+b8+TvURAfdi6j0sH4wHE3oYEO5hfQF+RiM3EA7ZmJ/M8Q2
TRZsWM74K6vLSAkUrCSQcFw8m/3JEy+xtRwl6qg2mJFrqSLnxVyDtpaQsz9L
7pQ4cejrkROl6oj6nx+DZG+sR8QK1L38ACtXhwRMEJ66xozFdM15HreTKQqL
8YXe/QEG3jYO6yoVaPzNiyLBMN+aLguLnsdTJAZxlYgVBbSH5BYYmOvyJoua
5mTyIMmnZMqZJ8KDjO0ElSmOyizXV6WkjTkaBOn8SpY42Dk14UZGXZK6X6Q1
Xd4kbTs4yx2sycIUwNW6WOVcPkehxhgZu2hliN6ybQ4x8t64LPNpGlc2vLlm
aGw5BjOrKtVpVop6gxF4GJ+CKQegFeZl5cWgaxochRDJjZgDRtpNKB28KG/Q
wtmAAOVac0ApfZJs/JwfgYaJ5XoZLZLsGri6+y7b+VGBx3xwQp/lCiOZkP1r
opXmkJEJYRC9yu+SWzS3kGXEXRzIZsZ+wZvvmMeS5ary9iK6+X//j/8T/mdY
KFpMKF8C0wnowc7up8luF4al8CiJqUHLx12OWEdWTY5vjC5zYcL4dp/e1qIN
dCclQ9kDl5MoMERD/WQ2hYhsmnyiptZc2TSMv58SkkTJAhIIfgdbpywZS3xQ
7ToJrgFa4xnImwkPIJ1jZCDHKKa6IBgtrqvIFy+YPFlbRUmp9Gnly5eaZ2BZ
NyAEWXAxKMVmssnNcC9p5uf7lhYPDBAMkx3bwnTeCtPIlkAwa/kVYDJAoOOs
lV4b/yaKj5lnFjFEwd5LITnGXlQyBadUEd8o1TwbBz/GM3IKyWrceyc7Eduq
EYpTDvlkj1amiQoDxrCgvgOg2deIvheMvj6DswhKNut4QVqP8whnJyJFQfqp
FMJD9ca75lq5VKxVhSUo5ijSsXwrU5pb7V1RGrY/mvSiwQBYy8hTJmCAvr7G
4XSUklQUcvyU3yM2ZTMZoqIHOOcgoaAGC14CFuC0+hou2icpFGPbZnO/ebK7
+6SH/xk+EZBvnoyfPYk6wqtungwP6IHhc/vA8OWTrvVK0Y6YFB8v59EhnTVT
Gr35IlSCYevwH7QgwGT0Af4zZGGZ5F79ZjTe8be+M6SZui8kvH+8b5/F10Y4
wC79Y0cZPmsUN92jUnHzPfz9tTlxjaiUlWwTNC9rB0NbNs1BbEs1MCBuwyrM
qrH6NAUuY4qWoinTBApnDV+jGyovDqL3ZBGt3QPnvDIuulVjpXB+L3NTsoEc
7zdPRsMniI4BHLufYLs7DZDYC9YfdXuc5IePT4aj4YAG3D1uHnD3eMuAw7E/
4O4xDwjY2zjgZDg84CfGrU+M5YnDr49awJqM8DvYGkANrDNEueopiEoUWlnU
yFztHuNVtiEpurgX0aHH0CVCMS7KRN5Rnm7iOinOyKU7OPzf1iTZrdD7MQNK
OK0oQkGIufA0LERQnww1ouwJpVU4yCETI01WedzNxzxVHyIvGJNDX7DFxHgX
VeRtllfCLcM6SoT3LD1KTcElV5bh+OwyukkWKy4cgcScSj3ckZOD0rM4RNaP
yNb47U6KU1D0VEFSOYx7eHaKjj1kByWHb3rbwzn+lOBXkg+d6ylJdLbNqff3
lJmg4ipHiNDnPD/lhQlv/Fa8rs0KH1EJUVZQ+VNGy5fTLSMCAhnmbLZpfyid
rRfWAWcyXEVxpOzuEkv6piuqZ4rJkcjJNG1wPBja8HCqvNJzhA/luCDsoAaG
kfGe7ICyy3044DgYkAQ0dvL0tsVmRZrMIQtok2ooS5dpYuXuASVMy8a6ix5E
F5R2G8pydiPTMsSQtJJU41uMZucU5qxpcK68oMKVMwZGhEjKAJVpjjDApnn6
3U8vX0YdlzLJifrGYvHOhmSd6NzLlw3aQLe2Bny/aREIwTYYkSF8EYyIivja
L4QM+QpnDBki+/mxtRWAHuNq7Kgcq45lTEKY5eDhroiWC6puQPWPSie+5QGZ
6/wSp82gbHxLydsmtsir+YUXPgcITs9IidaANL9OiY2DcQMtyLstsRz2WeJL
EquyIEqYuCp3j2XhbCY8Xs8Ga9X1nL+LhKL7EN+dT2drG+8CH3vlvvCDWbKE
C5cCXn8KrUFk4mZizTY+Z1H8agbUFgNdpMaUW8bGAUHNTVx95GcbtZ040S8y
aG8n4dbPrg6AIwsyE3WKnBKZ0QKCsJZujTGmSfZd1QF+mZ2NVV8/7c43vtko
DrXCudmOxOhmTvBebM7mKnECqj8M1bRmV0DVrihGy8RmLRO0pqbl0rAquyO2
hIEjmvYkrevwTJLAH2qPpGIQ9J5ckETjchwjnHwPTK2sfm8T6NMvPRbQbwzd
k4gPsVim2U0ihYe05ol7DvG0gPtOmYIBxKyImMh2pF9oJ2k1WWAdh4YIDMJj
zJxhqIS+zmxVvntTiQIhNAKThMgU+arA82jhNx2uW3EbpwsuSGNib72N6irv
8EAb+HGbalvnk1/F91ggsJRQTZvp+PnzNI9XKASJKkx1n9zcVyoP07JLNu76
w9C9PSZBlr0Agb/jzNZQ+PyYqgdh+nDqZMGpL1VLoZoCPlTgB+GqlTh5UvO8
djhOv0uOTcFscwexmoWtdSBBl1KTS8GQGnCl+GE1ry+Yhm8IBkQmhfbQwHh3
jrS1aOxFnl4hbwzKdLWlB3SCA0tnH0y1pa9toYzUm6K3LaehnggRzuPWdVJP
UH5Vka3dxCFp+Vin+JiI0C3bFATgnmh48aEXXkxZreLVODym6qe6pVQla8vi
8H7e5VRBN3T2j7A0yNQLysOPx/Jxl8tO/4FIfOsMXGAZJSy5iTbM2a0k7gTf
vT08Yl9cOWifQJIoNi7OJO8aI2wYSWN9flJ+7gGhthxby1aWloNzF8bWF8Rh
dPyApp64MgZZ2B4YXkzSoRU2t6CtlSUAF4HXpLPYkcqVu8gsjd5AI++6BW0I
02W4lKvWiKSDyhmbbsMgR4rKJpfONKF48033O+o4IWHmnne9aViUm06pIk/e
tA+IHibesm2L4BhtcSsSOzC2oLG6TS0m3I5io9DrVecqLwFJHW2cQ5tyGLyo
Gm6oRoOs04K4qcTsU1k/jYO0QSuvJFAldmrNOjm0WG7t6OiiNgq9EKOWPe9L
9L5T+Obp0XeXbCJJ56IHa9y+X3MxWLxA4FYIItsLldzpqdMirphgRABk1ggW
QCxCeFNsgOWSpUjXDZjRkWpwNkGNUlca0nPgja6xxQbbtzFAKfSGNVgzDn8g
gcEm/BilqCFdTmUltLUTWQ+B8auZ6SOt4LXujYlz9ggIJW1UdMaGmEo0kE7c
Gvg8aKPfD5+K775X3M++zJa6xpW2FefichZt89iNDSexXzQO7BGUOTmLy6pp
OFHZ7Tcka3I8vzX0N8HRQtT87dS4aC+WbUO9Lc/w9qT0UxyelBuyTNTHhnmJ
s2a/sKWPG5JB3VG+EVnrmw/15EgkjA2luFp2JLDnCwW6WFN1SW4jBkTjFLgR
01MmvKa0CJDGTr1uZ/fLZnsyzeZPoimWKDF5HFijzkmUjU0ZUrcAivrqw9hB
R3YTYkeANV5oL6eoJsb2FIjNp/Nz0mY1iGFB1QgzW6p1S2VW3m4rtrPBWYuI
N5w8Vw4ZHexSUZiGr7e0A5RaMqZgKZWKqxeWKesF5eRyuYw/mQXSZ4xxYlRW
GA3I8fU2mY3O5ZPx64jVPkq4WgUvHzE0WCeXv8PyHmTIFiVFpV8532a528h1
gcxPJm6XLNskG8++nmo1DawWcsfUhimYRRf4n41+AFFmCTp7sZAC8BLj7kOh
KkYTF7UcNKxfRMY9CViV4jk1Z6Irt7UZ+E5pWU6FJyshEh5zkUBT3rDnrNtN
F9141D2nlE8DuJsXLtWpKCTFNYK0I1bH0eZt2Jj6zu6wOhIZiVDhSWZdY5PG
xpoGpNM512RHPx3XY3e/366OoQacT6frQqS92LZEoLCZPLPHRbhBngxS2z2N
tST3BgG9SD6lUxONx9noDEda+BlyZuiyrTaSlEYKCiKhgcJc9I2qZtxQJbKn
V5pDba5YKj4+sfET3sOeH5ZcsG3VIx8MVI1YNIOETx05FOUBhPOLgFAGxxZY
1CCaoFgDO7rG1jZEzn7G8KiWsPGzbRpsZW1mQVWCLAzv4o/JzAyjfVjWIJVh
yS8+EZQH7E3XS+QUCptxIAwaM+fpJ9M1R2EjgWD30+Fw9wD+H71WhyZqio3o
lvxzFaCrBNTpF35UzecwnGbzz1OAGruIjaIX0aPJqL+32x8P+y9f9k9e9sfP
+uNRf/z8US98qVxf4UsH8NKD53sKgg73Kxs+/LWnujtPpZYovjsM4Wl882Nl
XsLFSZjTtpfSmbzUx5kmD5ppWtzqSzzT1TAeJ0Af9neTg4PZOD6Y7U1Gw+Fs
+nxvvnv1HMOPnn566lVHHc/no9295OrZ8PlwNNufXR3MJ/H8+cHubAS/j+Mn
9PRPO/j/P4XhShKc1Fji1pUjTXPI9qwVcXecfHva35+YQlgDSRF6bNxYVj7z
BU4VzYBL2qIsjg32VFo2eNzGhla6ZvBxqCd8kfVRCvB8WUEYh428cMvMnHtt
4LCLkfXYNEaDigtnSzmcyNmgFqUBNvg8qHizHRQvWPZLQDndAgoW+lBAPhG/
djWEbXIrW4VI78VIeeOJYDERybIX9u3X6WkfHOmmpbZz1zSWVjaLO+k7EgxJ
3FPxOIEggybdK0ILrMZOpbzdcPhFmn0sB61uhS/MAShNOMkGu7uE7PsVPxyP
yhfrTuTUNZl1WAA0bAphTbstZbr9rHD19jZoXZ1msaTbpILVnm0QJaTTBjw6
vav6DFifANPE+Uba1/y8g8NN5aPctS/jlaltimjOsawa5d+8S+1oghY9vS/W
qtcwAMr29d23uenqryVJu24sZx8bflbXajwTVMsxOw60T80ElKxPiVh/nME5
Wks8FpKbn+WqDIgHFF9+1OfXH9Wnt+1fPu1V8ljPTeU00WJB1XpX/gVqXFbU
j6fS+AIiiYivZiqjxRhovLl7qkeJG99GZL1ownlN8NpW9R0B4srvBhCP13yK
vgLpaDwBSYKEH5S6X+EgEl2H35+SztxzAEL8R5UIZNAWQBrr2RMwvrraAAzC
Ag/BXz9ptBD/SR+HYIntmNfMcmuDViyCeRCMxha2mO+XVgLyI0J7NkIMrqdY
1RbxVNfpxeGhyICPz0xVXy6lusD8GnRwmYogDxMpNPugls/D9erMrpEs7+94
KTtgbC31WFc/PDhM5fIi4KzTAc0TLnJKRTR3j/gEb568fPkk+kl5raNLktIx
wShA4tBtgYI0ALfKkaDBQetUGBbOU0lnhobpMLQvw+NunW80dOfD50P4dCcl
zu+w5DgZn1A4WrsWj/bSAU3gKPXHEOLIp0VYLHk3FMgqwVG3pvGwGxqkNl16
FSUPDS5Dv8VNMkUl8orJoqFL5OMjmjnHmMGB2zoV8+Sw9hVZcmwhOpfkK8HC
OdVt+yTi9ksmOJFjo8V/YJM5Wcq65yYuwcTS4A+P4pYcd1SGxuELpdkQr/aX
kW0KE4ZJdh1jRyIpSSZ29xHNkyTgc/Eo8Y+QCY/xWtJg2Y1EHeAp+xX9eIcq
WnlOJrfEUyy1CClJnviiU7DHBAc9Ikpl+syXj7hkO316slikK+o1uy5uE/iK
s3WxPFhYAElc0YdHkt7IdZwcdxa2SJWynpYuSbsChmZDcXO35RLXSwcxADvw
lOzWA41pTTXaeRpFkJOL0d4+xxYcHV8cMq5evDrsw8e96BC7RuCXhycXffid
vTInM9YXVbGY4tKjZIbV+kr6auDslovt1oDG7ayyfH1940kzglEw7JIzPOHz
xb3j5mI5yO6iJXkVfBKXVXSgiZaHNaHbbrZr494q8HBxQ8mKcwo5msrXfulB
GwNhu/hRyqxdPvcMTyxHqHsouQYZxhZQLQfa5FJIHSwMbUMn2RRE0bXE5kly
e+f1yduuG3d5lpdV/1/XcVatAYPcpneds3896kbwPNacjb1YY3HT7qp+vfo7
sTqJYA3CcdsWQHomcWEnuCAMIpOZhr1Rb9yVtlXo4qeG19wkPA7K2lO5SBvf
SJvoZ8aHJUPgojU5VI0ACTICt3P9C3pQKMIANmFr3XEW5cOa5T3PzZ6KLvbb
OGu9CBuKXxD3B9BH4CFOofitQzJaa2hJS1SLK9YzmdE9troLsyFpclvlxQPK
+tZ7K9I2SMtEZk1+2IOllhSExqjGYtMXhvZ4uzB4CNuovHBFSzKcuESsM2RH
NR+T3F//2CFn2gcn6pjaGV3zXEssQ8dSCPtsA2phOVYnwqoGo/tlAOnOCdbs
83bEOPEsQY/JomK1MpbCFvFVsjCX0iU0/JLLBUWxJmJnbie5dbjbspdIxuqV
iJLs10Lb0/IqzawhMmCZXPXVZTiSHsbeH25AyoEL7mopZYzK7dkGgu5a3WdL
rFFXH6JJGeQNyO4tVq0LlS4paa+PicL90Qj/GWqtxJZpSR5dYK0Qw9pOD98d
qkhyj5YPfrKvH1Fb7JTQLhWPmlRp5JYUM+r+QngdqZAlk+32ATLTRw4FhKOj
tz1joSJDJLVZdSxm2A2TNcWwRS4rftQ/0jZ4n8dTSse3ko1M0x/u9/cnKJHQ
eTZ8WjSHBJ2enJyAOvz2f/8DSJGzZCDW9j8Ea+NWJ2PGKY68K7AriV7SDszR
v0qrrlPy94bzEXGW9ksWdQBAfHHQtKUTmnbP2dajmxj+N9pt2NeaOdJTXkyn
H1yCQOusoGyYP9oPzvMbPM+U6fg1F00FzSzrt00K17Py6CR2ivUafbuyAR4n
LgrbwC7ujeCxcYKmTRvxro326ltE85vcCG9/VP69RgSklCohIPAmUI8MW9cG
i4O7V4Y3Wmy8VGiL7rFd4cDfXADT0zwa9IyjdyCA89Og78AfpqimW96be7h0
sPgm1WODG6z2M8pV9ABkeZGrqDs0UDpu6p7T9yo8EY1pD2kTO4EvJ9p0tLZg
t1rKlYkS0fBW2BkyTnv7C0hrBAzTaJvyXzRgNCzW8cXjDkx1TWvP9R82XbpV
ajOr6GmN2WTmlphNpD0Xyl4m2D+ohUf5WoiaST0O0mu17raIanuKTvQ6vU2k
B0zyqQ/fajSY03yew9c06BVtox9AppAwsOZuD4bCdZw2EV3JWmkyxVGFX1WL
WTfknrSmDEi+hDfYHsv8uWUg5AnTG3RT0dY79XxJn27vUBGXjlfeqlEjZOLv
X59hFDigkuRnmyZXz6TF1TOnwZV2DruitvOUJe/WVXzyyTNeZm4rDbZa+gaC
KISo17Z2dAuomEQJII6yiusaRBhZY9TX1M+wF80JeeqTey/qqDJG2PvoK+Cw
CzhHE+ZABm0VmUiudo9ZO3ttXxUbZTamngBb7AIKHh7/5LeEoFqESVRwpmyR
iqsFwbb9o2xbQXasmoLlbpl3U1i/mQOIC5C9aWIcNHXZrhz/r6Yk2RVoxgYX
wfRC8a3yGbPdxqk6vbnYv2wJG0ocxwaG1OP5VYmvBfe0FlHF7Rq0MB0nwXgC
ZZBh16HSwVImV4rC8n8mmDFxSPaOfBWjGY8g020ZiBqAj5hUAjHXl1J3XKMx
uVtdV5merN91lNFEVYKlsUEA/EBaApwa/Er42XVrdTbEtFCbvB0UHb+Khn+I
OiDKmWGiF3iYPfmI0f0FhUb1drpenMTOYSN6iCNk03GpWUvL81FgWkldzR1A
jM5pzcEWJHHHkXNa95VqqqYVG+00sjXO4j68Ri5PNhByIplX0zxIzy1BripU
dqFjc9enUJeO3mMPxBghE8+QbTPwJDrfGRCvk2hSmsrNa3BKmpkJNC/BCC1m
5UE7DSv4BDhsJHp63c13YgVexxOVS3RE2DSOOUUBBAVN+bvXYpoxFeHMeYap
xvC8PTWus9hcxABtZ7asH28+PGpQhjFCi0iWNnjUDl96MDtJ0saJCUw/fvho
diS7vq+iXev4sC7OU87u1VogkpNFocq6pS7ymhoJ8GB+ja13OZi5/jABZuQu
14WhscJwglRtgTHdbcRu8prVBDxLSxwqzdbIxg697aqhBBwvUKGZCKa+gdEt
ucllY/Bt3iEjYJpLuCbB805WMhPDfdtuh7gnABia6nZIRmMk1Y1w6gyQJhZU
0qdmMZ6kSHGRbKwlBbTWQgOOvI+tXwHeT1KgwNNbz4p8jjUHPz/2Q51tpIlI
GHq5faPKlamasF45FQhaYpNBBqcyPnYIOSSVcZHU3hTkLWDLS5jRDqRST5Bq
dfi2G7ehAklyRA2CGBYS72whPhHpyV/HR+AA02H6JSndTcWjwxRIo60Noh+S
BggcL8nHDKmxE38kKKIhQ+y4Cqr80WGlPmKqU5kUYsUGbVDELmv14YBIk9yi
zSXgKH5SKsOH/cp6niBMrm60mgOLHlLdTc1CYHqB1HWqlQZq7UTIWc9JnlL6
zlSsxVT0hk4nXpa5m+uhWSmcjS9xBpifr3OJmVKR9tsi7Z/FWLSvwLIcaPrq
vyQS9CejrGD2vgT8XtoENrxjroQYQGnyts1hSIOKokhJojflD1zh0VpFuKWZ
OR6v6kgJp1FKvI1fgGbuF7xVNttSXcCaYHU7rFztLx7O9LARyTtc/f1PNSTf
GQ8MCalnR/rpO5rNwQFRf4rq2VO6kJUzopvJwjEuLk5anX2TtR8lLM7rclM6
HWNH1p4+A2ucDLiweC0Sylue05PBRH3pIp1SAzt77F4jiVGcL9vUhRYpXkeX
xP79gVNnRjTK0klBsnnjemEtePR9yt2VnlEyh+1ZUN6g6V66rDzVnBpJT58j
1expjYskK8km1NJBzqEEtolcLWbVM70YlJsYK1kTRTT3UEPs6oFxFlUCIz4b
24EczhD2ualO69FGrYwdeEZA44G9Edun2oP86g+hQYjDi+4KoAx99Tar6cGE
rE6RT4q6m6qwCvMhz6DuifUEgVZW4TQNxif6IKjQbad8ydJnyD12impDGhPx
0TO4St2NJMQDaTnHckl+txRKII9+SqZgQ/sagDMo5GaTzeMUkW0aCyODu25G
63EB9nmizIwiC+9u7n1pYU72OFlgyIFlhfIC7RG6jyS5QgogxGXiJrGhYOBX
PKlcgcHNcJcdkKqbD9yI6C4u3RUhDuIiAB9fcH3RekkML3Ledg37MCbIaBcR
PJJ2nO0kvPPcu145AaxRHIuZ2QpxHFliKadLk6/unax+yZ0P9kuDtN1D6nKW
11VO8SFMjqx0JMlrNnnQr99Ihj8OskXgF6WVgRp26g6vKG6IF/7aFHeubNgC
hGyYy/TbRheWSevzvlAQbGkcLdNPXA8MBBTE+FeXl2eeBsxiAks01Y3mRKcs
XjCJYTGuqdqXY5HaRB3J2qSdSfOskS/4lYCc8pkuNVXZBm1WgYhniBidLQcn
Shl5oetoUIPbeBOXVn9xGrEnEtLmzidULxtEHd+1YLRP/LpxPZatSNzdTUzd
UBk9EpttMrJ56Pad7eNbWLaMPx50tSqMozpqdkJcmFjtRiqpTqwKHZR+b2fx
VnfSOQddU7kOjjDEoLfMG/EpPGpqXqHMQTEUsRpdqJEb2/DWaXnjlpRekg2f
KIOx+jSAakuUByzCzRVWXhGGJKalDnmlwqT4OqTWjq8CGBfmt+dMBTbIUMi7
0EeCjSMx5uTYNvr9/BhrZsFxc9NI00LEr9B3ZrQl1YuJJJ58wp6UVR9wp3/y
acWcHVPOD/afA6cPKkf4oRbKa5p7A9L+UPClbe/t9Oyx2ptoUqXI/WrNE8jQ
f5jwr5orIXDSF/ibMTY6ZcooLM+CIL3I8Z1V8RF+o3ACPTRaRK1/OZdWpWRd
6l2ESIwgz9daUk4DXCh4maFNbSNzmXqefkpmfXHHg8KOZAFzIMpkPculmy3t
UAeA7PJc9Z5IaBnlZXszkBXTNr21/m+C++3hkRToQ1qD4JBxm50jYbPjzvvX
b2V6AARpMV4Y8RDYDG5HALYScqCrhmtjoqrF2qSWhDbnZZJe2kJBXHWlyStJ
It+f/5d+PzqkUvAgECnVsVFH5fQGxOBFooYZikrGMV5yg07xmP11PU2zdDqi
SgeXXx+/ALJ5V6RSwlBH7/f/hfMG9Xw/P1ZkFEtH4zGW3bAhZR3tvQ7F0r2Y
h/a9B+4P6vYwfPSVPtoBFXsBbO709duo2/rWDkeysIDRePanePZkl4fhvDwp
Y/LHecm5oZ5+E/pLMrXsT3CajWRjUzdsCuBJ5xtoTslBv5Jj37QPsD2v4Db0
G79zqNuDZnp9QtHEmyZ7DfcMHnI+7kUUlPzoUdR94CT0/LZJ4CFvkr3hSCah
EymSsrKb61PTqhFXkSyOgD3jf8fJiCM68Y9JMl7+SRwuSE59HSxsjU1X5LGM
1nwv5Ev34hveYgMUCTtN/gfhovH4YuN7k6+Bu+Jl1tu2ctbP3tBZ7psP3/8Q
dUAcxxJzpi2dusJ/QC78zYcfOKLTc+s56Rj7gyAhQ+t8q+GSJrkmr0PQGb5n
WWam+hkqWABEWjrReu3liIxE57y2wlhyreYnqQgmseoQU0LUnSMAUqgDhb/3
bHxCw0YJaxSGIdBJCvZ8nfF2cDjxs8nBTz9tJlw05Ffyfif6gVrEEm7rR9/3
aPc3ELKNy5JkAJUNiR6RnI5fIkWwte0FG2OTtbCV5uLjQFfgFvZlng6hZI/X
tQFmczfwhm24HXQBnfvhAXcaqgMOcqiTcUM9NKEtZhqHgVwcvrmkD3El599j
M1piF3jVzHcuXCoiEOUwTY9JDiMxDN6jgQR7GpCrfv84h/z7Hl9Avo3nUcdb
8sZCXQ3R5d3ezg4p1s6qGWyXYCGl23Ao+PW2Q3FcRT/3UGia8FDwQzyU0x/q
hxLCZQ6FT7LtWE5/+KJj4QzgH3ouXTzlY3Hrqf38Y5F1K+BaE0xEXRL2jXCL
oheth49roxjbdwzsXF7w9K9lz0g4pbQ/83YPV4Wym5NaaiZ3q6BowyXx8jGs
m+kHwISnq6N1cJ4emQg0mEQy33oat9vV6hpfyQTOO85DWyQ+fDrof4LL8sJg
GkJV6LWvKFDFwmgjVbS4qsapRArPi2hNjwSBK4K5UfRHdzjTX5e/0UFTLQ3E
H2uuAQMufwE5xx3VBISdHaqjYzGlroTh45uEcbmKBgj16jkx9GQzmxYpdpSK
qRkZk3/4d0wXBH6ZNMgLZUOC7ucXElHz1aMpqCfUX6klabfp0RYJfMXBML+3
AN6KnVYOb3/kl4njm6Y2Urnz9ZufLZNvm4nkgYaZ5CK+gccO/sDv9Fyhysml
SSsU3GrSNcUFC6E3AYHabcvivNTRb0JtwzlwnR9kxr5zmQSWkqJfNmzMJrzB
8YHSNg3P9mjKbwxKLjZmIOHp3LaNI9kfahu7TaZUgW/TcC+xjzj1LPIyzBAM
u6nWftTOWkzBwaC+mmOcaKPHr09+uLg8Pzl8+2HENN1jBSRJRZjCyCSFfkyO
/wdD7a04FrWPMvRGcY+8uwOISgBEzQOw7DAy3AhHWcZTeR/e7O7AQ07Vp5YR
xkoV6cfBiu7O6V/dAVren3jvW2SQHSChYcPre97r9R0Yt8/PIte+3YGxtwNj
GEFNiRtHeEYgTBpBgGc2bSEPcOANEG7hZOv7z7333S1sQ1FtG2hIj5bleu1d
FBWPzKyDLV0DVdDGPfv8WKyvwNxbRW74vufK2+2Gh7qCuslIay3jfv5RKAca
GIwQjS5A7C5LXrHKj29yd+NEHu2FrmzyH9nmNxW6N3RPYEj8VacZRB2/aDvs
6ix6RO88YvpDHMUYAlJqLmwej/3MyKCMvC0cotNrwYPYlJrC2P7i1uTECauh
+O7LkxPdFpyW0p+4IlHd8eBWY0B5pcnE7+0a2UaSYmnDComxqUkKgMVISapk
jlnViTVBpJ6d5vNneIYfMf2MgplIleBT3dl5HZB5dYm6Oym2ZN9cazUEZwnw
7xzTyBWgODAtoFzvv9RRWFp0AVEF3IvuIgymD2x5353eCAP+Wyx3O+G+KMmH
XWfMMt/QK262po7Wp9EAJ2CGmkjvJrEHOwyPW1E/5tk3Pu1uQaMinK83GdK9
1+tElO7/cBc7xWLrWI9+b9G53Ie55Hf5P/6bQ6VIyjK50z9X3BIVoA13utEq
Tgu/kqfFUorWvdKKMFyhhmhW+3BhpDXfkrvciXsXomi7mYdUEC8RZQRzSZYb
CYknp40UUuEyIEC2KJwg1tp6VHlUMkwoEe0uvq+HfVA1ekfQ9HI4ncnkMlOX
LjFDO9n6OdDDUkPWGYHxBc9xKzZn6r5eKwFlKxkxf/BlansKQSYc6ZfzRLuY
G8ftS5tLRqTQOpA+Pya5MyCuKpqWbhaaQOB17XJcUXDnV+hhxHZ7fvxqIOhS
Qz7khIcZNWBGJbuIp4kTCm5iIYq1cFc/nNvUO1vEH5M+v01rPmyItvUKBpvE
HYxEoXbQlNXEiTn0wYU80TOl6EfEng5t7SGsm7kU9YHBI23K5nOF+d4DNC9g
CErQc0jT23r8G3YwGbKFif4+YTzctSE/mAOGcgDKKFdSxIcDZmwhFxNQ3Jya
YcJducaQeB0y64h1C8RIOY92yDpcSXjDfF2v5p8DqESVP4Er9kTYfz3QIHrP
qfkk9oHMJpn6IcLKx6WLoUEymuZ0vVRnZJbcPQUKkRPyamyFH/dEec5UD4sM
QR+TZBU0wgu6BjqVZp3Y416oBgK/raYDSwTpMBHtqgBoexGcJDwTq+nOTG2U
DaRXXg4Wd15tConq1Gq7a0iDXDjeUSVi2i+tPTw9bIJmcoRNpqB51/jenDxi
N1OVJuaSQsFieQOsy49IT63UPY5sI1I5jWellq4wZotD+Y8pcj9qDtxHSfgK
I4E0fD+IxLmHJ2OprUeNKimBs4eROT0OTZylHITTtO2wP6NBdO4Wqg07Uoab
09Dr09JJEXjM4eitdwLmB5JTy/FSWR5MaByNU3F/md58PUkTqqPgtEgQ48I0
dZMaYfQXqnslfM0W5z823U0vpLvpEmjutdRO+vx5louqMFbYnU6s2jiLbMKJ
y4bEAid4hvKAt5eGJfU4iNJ9rhRPoKBVhrfANOoNDyTAUuPcce70nMxHYYsA
BK9ni5v2aivQWPGePw+KNU4WmNNGxj8ZkIso1zk0Y4Wc1fekE1Wa2gobHvfe
2Tk28k6awTTZ1IqiJCYp6K7YZ696ynF5QngHkVP2xNkuE7SqxlZvZMzoigtm
6xhQSKKfoz46A6nPHF9XN7fGA9MXtE9hKCZe+WV+yxF2uAUYAsnIUHLJuRtK
nAWskQg0psGS2tLQDxh+F0GhTzdxmRIsxLa533D96hp4Gu/wpd7QO20EYF80
Cr72yjUQJS5MCPdMq/jTKTvf2roKXizgEDjycii2mZeelOg+EsT97+zYBp+2
3UDkCV5hTnWYGN3gbLKDsseJA/ett8nUvHihlUJ2KJbAcT8d0bekYT7FYkSD
wWiMn/+vlGSChfCxlO5Od2dH6mR8Ff1bNPoDzhD9O7yCTqi6JkeeEIGm35w6
F6bMYU8HAy+6GIv4vl7Sg5m07zneUjuEaQfVuQwSODKga2R5Yx2E3xW7GClE
PEjBuHnKAy0wYkSNZ5mjYuIjYgAhqiUXXOm1P14tk0RHIYpdr1XCUdQU8+K+
KUGNrqhPfkEnrcXRUsReJ6GBhFSWwIUpKQNyen8PR+HFCLmJAGEcNLxxRIeH
DWeJsYku35ia5lZ8auuMWySuelhSLKRGSjrlWd3eWnGpJclMy2jDDmvN5Kkf
KuF5f1MIsb6JqVZiFbPod+ZJri4RQIcLuSKJEvwUFsdhQoDBSGgPtXfZi5P4
A2Yssh7kogUaLlM3udBxaDYmHnEgQzRnTohB4i9stqOFiZgWIwHIAeUmtO3Z
YHZmFHc2l9tU0+WCoGFpHZsSbGFojoR22jHSxQsvsG5JV0upWGuEBrDLTTTl
CEzoOCzrlvoiJ77uTnSYJJ6r9WKRVF2px4l18xuIEenBOUkULrWIKAa/1Qhl
0tldJVJXI9tSi5FRiKlqpsh9DVl0NSmK67DSR2SUHrkKm0x6rvwnJAQm2NvU
GdhSOMlp/VYpb3axngqrt+NYc6ZeFC85SwbvSucK5B8Rb5YpyX6AekndBIMy
gBtYZLO9Kbq5uE5m3UHrPUDhTcow0jk2pxDa9pp13uMe6lbEQ3kDaC7HoFMG
VBCPiTRXbJNqQ+fKSxuTCSSIfcmXM3Z7Ig2iNxyvqGY5v9JRbksP0dNEjW7y
nOrlNfdeP5K4J/bTpDZJyndFq2RHQ54Q9/IJYIPFSpmcY7kKu3XVyR4Ta3s1
2ok1FtioEWu3rxoSa1WRWon1cRKsxRfqaL1/dZIE248tdW9WrDhO2mqK97iF
EHrvcfeYubA4SjswtVMz1kURJYweqg2THYsJaRWHx27OiRQKuQ/lC1byegEx
Eo4ivYXYregRp6t4+tErsRZ4pIySqvdM9ZjGgiANIvsIRfbRRpF95Ijso1Bk
H/0WIvtIRPZvPvzw4ej07NXJ+eXJ95cfRp5oft4gmjcFiBHq1Ubqqw0LKZ+t
lYrBiA5b3STZmVOURivO6AMS9s7/5xL2HkQMfFygSLJmYhBKbqOQGPxnkPIf
fkVSfv7FpPwItmQteUBB0B9F1mBYWweh7OHwPfjDUMpu1JWqsa86XRNp+8W+
PeLjjVPbKmbKSehqKVXh7B6hgPSW6yMPLr6Lzt4axD825X1gwj2NMa0KFoCd
7u9N9RIP+cwQ3jZyzFFcar1HDkmWah4aZwR7+uc/26ITGsKkf7EiP4r+5V88
ofLnRsObUu6wE1j4Yogm3nG3pyzFiXjyztApfr35/B4In9fgPIBpF2EatcFE
D+lB/xrhe1xf2O0Y13fvkd+nDUeRtmzoUZubcwpKhciYZkDueEKVrazoTsy6
tTlaSMS9gHJvFsaQB6vAIlX8dmh0oaf7IS8+8CWAg6NffgMEaZ6NaKgZ5YmU
QjQ9jdg1GOVUV6bnXPjWBrKTIO/JIf1NJXg3YZyaw9tSBxqOXslcU0V7pjB4
Dzqui5TjvTLy5t6myZ0ttE7R1iz00EPkz4a5uy92mMhYr+pXkUedkAzxI4pr
H2Iq7ggPtdItGVPKPX3FiEB00hV30A1jszCu7t1II47vNgSde+imGVZ94N46
tyR2JPFS95maAQYbpgFgusqzN4en72R2kOYA5DMu02OX+zSU3xqwza61u2NK
lZ/OnVGMGdBUoaj1mWaBzr7i9u46x95dhOpiRkz8XlN1z7lZai8Ut4L6No54
xRRCO/bw14acDezKaI+4nOd/qYp18l9CKRr1FDwVOjwbW6dpCTfY/q4uh6wz
fAld0wq7nJIyUzeOOGSp2tqsFjhcS55wznygE7hY+JWHFd8D0XbmbdB2R7+G
tisqy0Ntk6NmS2So3Nbk2UC5HTUpt5s8ufZCfpELVyMmSIDFKiqX+cdEYhb2
+tWaYpg0urTgKicztET4Bc4YPlgDRnB4h9be6B6Qo4cuOLkCPdI1MSmV5hIk
JYSmwd+6fbJYeu7Yt7tyy7fq2z5B73MuV6iD/yF6f/WA9qtcd+28u63RrLUj
utB0sLiJdPBiN79nwmjgnPaMH1brggV2r2KP4mFjdYO2s3qQVaJm5/79rBJ1
s8QYzRLjjWaJsaOKjkOzxPi3MEuMxSzhXI9xW1HlB9EafwmONr3NDzKu+0E2
6pZj0i1ZhnBIsAoUv6lyOf4Nlcvain65kjmqKZnjJo7oapljX8s81TQR/Ysl
mLFomU2+i1+mH4za1Mzxz1QzHwrgVjVi2AbUb65nnn65nnm6Uc88/UV6ptMv
Y5OeOf4SPXPnN0akGgMbq6JpI61+PQxpnu23VTRHv4ui6Zz9z1A0t6qNp1vU
xmZC1KQ2jl3KFwdBvbzHzaVLymhvMOLOTYNxsMG9sNZX0A5q8w7b0wkSPV/j
uph7NCVuUjogipekGInQ7M/c7fnanMNGxr/eSd08edJ4Nngw8jimPlIBBITZ
byXv8JyaWj121Opxz0GHB6jVY4sLRq329erTL9erTz29+vSfSK8WxXr8uynW
noSoZIwxW/oQz/3r9RAHwUSFuHHPx1Xe/d9UiJv8ukIcrVbtUSZlMFQjwnJQ
QRgCSnoYeyl5P65qJpUBtyXTNaRiNlghxuJM8jJDNhgcxtbg8IeI1d6KfY1N
nr0O6eJHnhbqrMTJNdrs/dqgNw8kK7YWZ4IxHCsAAnPzqEdvLYO0vqkA+CJg
/RgRW6vrOeF+F07ehV/TzyTi+jPYkp5wuu8vjt6fn1ivZT2cR6vll1gRGjaA
JL27OOXyigjB1NSFphZ3ncOj111O+arH0mqZmG1e0PHDAiBqWlpgIxr/k9uI
zjfZiGz5b+s8NcLCry4lbMJ9J8LdsmiPkIS1TwYgCzebqsauRatutjptNluN
/zPMVqfbzFanv47Zavy7m63G1mz1T0NAD+fIOWy9e3OHw5Ae5Eqih4QZ/1oh
tversqxeEwnHIWr5ZdItbdbSgoDSyP7J45fqlsIJWgon7cmqlh+ZSlvvzy5P
3787fEM1EzgcjIo4IIbNU6e4doZwLxb3HmnF5XLSbGMDhwc0bqgzQ1MzJpkF
hNCp/cBEnFFEOGPHyf2gFN8uVaOGW7bI77kjCguFksj1q/Sd6Dl7qsfkR+Pp
p9xM8fIutxI60CVi8A6InGZnS21R771MG+I2tE7hpJsa7uoaBpg0950psx48
QSP7S7UHI0t1QrBNlR+/n5w0zuD0Gq4MbTelnpscJPaJkxiQFSndyvimmg3d
E8dKPAkN3ZPfwtA9qRu6J22G7ofIS/4KviBqbNJm5w6tE/88ZonJFrPE5Oeb
JSa/i1liYswSEzVLTLaYJTy7xMSxS0zUzjAxhQdZFZ/8Hqq47W3OIHxJGkuA
/A/W4QPdcfKFuuPky5zVk4c5q2vXKFBEJv/kishGZ/X/jIrIZKsiMmlWRGqq
x+Q3iVD/T/QFtwnakxAySawtEon+94UWtEk4EU8iD9t+DR8DcU+VB04jMJ2R
Kq7q4pSW+UgBwo+lpskrTM/lmim80JaKVEyzba9bL7fFS9E2Vfy9Ug2k/3Dd
g8W92WCbtVQOIqcWifO5Lb6lFZiMBoEP9fGhfiGd0i9JVuTaJYAgH9OMe3HS
o5K/jNuRTwEWrQwZplUDJKRq4QV3ktbFLws05fo6kTwwGVfulMnaMpVSRO8x
SwoepTRrqSKAbSywlANtb9DB0alXw8P0pPzPeqV7GzQPV7lOEd87rwHQEVYB
gqQq9GuWpSjp3Brjan19jU9iuL4k4ZUf09UKb8fcqxXRo0AnvhrS8NU0mcCh
1tL5RIshlFIMgasFmAIuVA1BKu6UDmim4wa5t6ix+Rz40QJOiy6co9XUyyTQ
t6ruOffVYw2s9Zu+NmJixLjBqp50p8m4MyVU5gq7Vw/bkQG64112qUQw7ddr
W5MhrI9Qy3HrUTUyQTT/8WV6fVNxq7yb+Dbhuh6kKQCqorZXVUDrEmvzNmvF
k0WwudMRVi6ruN1efZN2nHpE/vRyQXRC6ddsqmTEXEdtxQ2j8HpiC10eImiz
jM1H5b5oz2N6YBHfS3kotwOZY5IB+QAeoMdKrUytfceSjHhMgPKSw4owe5Vd
NPkEGTiumV/7FVUVHpDVlJPz8w9H749PbG4/fnL67uV7+AR2KtRZTEVKooC6
/1KVsuFosBKlk0tkpuu7aaO1NHNMvBFLGLWi3jV1Xrm6z5SbOWPmLOO8pPF0
TAtrpGTSHLtrMkzlZAcCCK1SAXF6gw20mSudCwGH15sPG8/agj7QLh9LkJtn
mg/TaEzZyoaUDNntpY+pslczf6L4HK+Fd20tysOMzOwXxN35Y9/8OL82/t36
88edH+3B/mi3lrqb/gjCJjvEEJoNPz/u/PEr8+P82vh36w/CIj+7MDfedWeK
6IJRZxMcAsuvtC/yM4S5K/T5ObB8m1lFhs/t94FlBHNLhrGB5Tvq39hs3f0N
YGmnKIzYSk8CXK9jd3OltDoFIuOnHP7Ojh0X+9WzaCFlGVlkWlCgW2ClpCah
QkgMCZIyjSWHCmUz1EeYZmnPyxx72TJIaoeEr1AXXGPnau0ADQAt8uuI+t0N
7B1ikzjXekNk1n6pJpyqp/Z9IlhopOOqu8DyV4lTNsTtUK9VBXUHwjqScel1
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
T9Dkkxww2vOx4mOjuz8A57Wwad0STpuQhX30AYb+qFIjWg4DDui77DQ5odit
1vZ3J21xM6591UdgKV3FcpuDYmmb350k2yMykh9nc6oY3Ta4qmw2xpwpHCU8
9wS+49hlPFQp+SpwSO9fU+Um+OvRYHL2KBlgczKuL9e/1BaYl9smnSmcZz7P
yJePkfficR7n83nm8LY5Zg6IZ4pw2f7m/VU3/Pyq9G/li7qfXzU+JW9x3+jn
k9DoJxktMTD+wrOc+OdT41fPw8+vSv9Wvqj7wVHgzusoTl7srOK/tLz7WlEG
Ptgii2KFCGgUn/yYSv+6L2Tz2ALr9+/hTcQ7XVqLP8aOIMW6tejjv+P0MnmS
fPG0Bb+0ZS1qiPf/s7WIxExkfniUvgMu331NcaXvjvY848N4hS5FnHqWx2XF
yeVt39ObTSpN0tTwjWbc8P28rvw8nM4uNUygNjebCbWPH3INVFrwGXDcbLZJ
VR3xq/ji0QIAraK9mfzwux9+N/dlAX74/Q+/x3eOKEM8ShncpKr2tEb7GJFF
h7eIpXD4mKS2+sWh70nKgOvQeYye0Cx+NTgF6aDI/r5JTCp6YJAPu+WHdE3d
YMJ60kX2RbK8EzcHnQI9hpOnD3EDNn0DtJSL03n4Mm6Rl00qbIYiaGwUg+8O
LsWXW/Md3F1TrZ3gHBibgpBLXdcDf21SMKeGWX5pwEm6oUQxFEZHLmTJHCq3
IcM4xNzo4iIbxtgiS+gECxm5j9rYwpYHxtUSFTyisPubVC4sAJ5lQ3z15Szl
pA4X+rJknFvBMe4JtAEq5uNkPz3PB5JnQEROL+E3LzEdBp2KEwxIj7/bTweI
11RcJGcER4O7jJJqeAqWh8pGJP8pwZIUI8taZwSoeTpg96bmM0dHBzepybIn
iApbEuwKBFsI/q9uE3lTCQkU1OuD/f2Dt0xXKKBJ2geCvfADuhzU7gM7EUax
HTGK42+q56V65v4YZ6ba6n+cm/84N/++zw1n3G6zJtx9SaOP1SX5iif257wc
60Z2v4bloguOdo9PEOHDhUgVIAhOj3bbXmm7Q22oF7wqv9a9gqKq4zl1P58C
D/iU7O3QJ6YYLxEV/8AR3SFU8Ii6YXAgXG/AP7+LucDvf0/y7z3cttzQ0yUN
/dGm5nfw42byBdpsmGS7mNBGFpXndSQFC180OcwCThwnzdCOtWbz5+3kTT75
kJxg5M082ZrDgTzFMnbfchS/OyazJUdjpm0Sd2lizb9eSbD+ud3+ic4AbJiY
0f0o6fMovICNUjovftGodqlYTgYzbzUEzsfFnJG/SdA3Lp+sKcEzF6jc8+VE
hhdfA8yD2Ke1JknM+ZI78pyqX1MApyQ7JohXkmExRUlAtpo31I5PWRhNpxT/
eYbgeVJPjK1bHILMsVBsySvsfU414nokjFcML4VGuYAoRo0jJiZaIzGGb74Y
ZlQ3jubCRcAIfsjhYhI0Z4xVFtuqGLQEbsbHqABb6obAUysOkLf2UbIdDxun
5RPsBheZYB0MNCftTDOiNSE+WP6osCQiQrG5TJsNueoeyizTZBiqPhuhtuJE
J8HGw8HqSvUGipsKgDbLX9aZLFZANuVhCcrB9BJ0ek5IolnVrUoWi3M8kFk2
yq4wiBp10wTRJrBFOnc4UeHkIgFpWF3G5UlwjcjqR8G4Z7aWvC8ckE1DkLFL
lGMYTQ82czemzEAM6YBylYx8ae8YkR/6EigZWjPKur8yIsGak0C6JDOS8SCG
9c1wTpqz5Gj3OsMY4FCJDXPRJAN0mAn5cRupBZ/irmJGjlTYFdxrjpC2oP8A
eRDMlQGRxbfOyT0cJ6vxtRzzDC3jYkWGg0LynAz8VyvpVB9y2DLDjkRxB+Oe
QUQYQVOii4Pp9ZA/8LUB99vI09PpFXHNbpeCPykA8J1CmkrMFk7+RIBYOAmU
bq6PXyg6C0FqMHgfpxHGmYEEnSJFP7XNSi4DUYR8GVUWdsjo0ph2G4c1FmFo
CuIjaeM4X2nZdJht6fbjF1L6djC/6YbMNZ2RsmwNfrUJIaMRvECOTA6TdN2V
ZxkK2y4oGwnvQqndInUd47Jkax1gmrSThJ/OqDbSTWUqnkVgAphsXiHMGC5a
j6e11guFTST3h5g0HrwoEJAB/ULYntx1HNV3euuqi8Ql2gMirFrpNTCUXFaJ
w/uOQz55+MOa3auOq+ZLGGLHEu0XROUr9OxqnG5lYxiU1w/p7+LRo6S1crO+
0hYYULL5k0mbYP/Eg4dtvCCccEwd7iRMTO8/ZLel+HVXZ6Cl8ettKwvncrQI
t3zrQWHsli8WYaYiYhbc8KfVURWwNDosqiVMnPRZHfhncHljyg3VKEVCRwSr
01STuiXsvTpnK7ssI0jslZBGUx1Tb3lEBQju8d4/LxFbK1np4J7V7UDbv44E
nNS8vhq/7peqvTyago9Lactkxyub+rDchCWbqn1hvkW1L8wviaswus5/RmLE
MoqKk1TPfKbEH9Bbh2dTk3ZRnuXkLh5Oa7MnmbMUQM8sE9qrJm4KD8VIeiXx
jnvpURF6IfLf2ym9WvuEQ2Dw3kBexaV5oEeSB7pXv+zl7FBE0IKFtlxoaFcK
fXJgwCCXMu7qx8Q0oFkRStvntWuEf7l01so6zT1zgLWuXkgKseYuIJIrqCyA
ak3u7i9vYIdKTfDh1rvJYRzw7YTYHrKuExLJquOIUialL0uJYOyocFkdwYV+
SS3s7bB0Mb0MmE5kPwslnL0cZRn20MhGd76AM8HyhopIs5Cg64WlwTS9XC5W
SIYYYdVY6TehH04ic1B4yRIkPAYk7RMEa4Dso6+sSColaDGgZZgfCatcPJej
jQXROJnOhlxIh/O7JsORS2BZuDR2hspTZDtFFzwTi2qoIVYGeR0aMmJRRkZE
EiaTApM89RCGHBQAzd+1eSEEKOXSuxJpJF7GwxF+QxU/06tpDr9xWjSI7fOF
SOEkguIqxxicWAVCtHCX6Ap04IUBOmcOQrB8mOyweczC8okMRcNn01FmQK0B
qNgh55L1E7PJHBi8YA87hFk6e8gj9AR5i7mHTLzbWkR4fDjiVIb+qChZY1zV
mFkW0AhVBZYUNkod9RKkKzvAY57NqfgO6JWCszpN6kqa1IFGIhUcHgjqEAH+
4pr3eyvrSYvt0MO2Qk5kBg7wbpZ3D9P5xWbSfNILjmi2UTZ1WM6D/ZmgT/01
iDgKbBCygl4IBR5OGqaFygpmRnkLSzeTlR/maA+YolFPgCqfEissk5meScIH
zwsn9W82YpWC4OsV+py59u1oiomgmGvn1yrcYwECE/5q2G7bKKkGDqMfxp31
k+hiizEd86JB4wigXXwCZBP00FRGKaRJW9bR7ylheEb3W4POrD7Binq84/bW
CHE0Zygf1rxTRWCi/ZdLtos71yWmDhsCLZQ0t7tnntjM8dXKGifVNb5vt2gM
e2UFcj1wOcYOVXiRMsKm5oX/EXakupQFQdZPzxnLEQ1vSh89E9xqxsRMXdpx
b61Hgy01TS0Uy17tY3L8hK81B+KpswyI/qkNwpIoGYjTbVR4BjOuc0GqdEvE
FS68TBckgk6wW9ArkqUvrXOVHALQUjsIXRSof8JwETX8R1ffaRkWP8MLuDlS
oCfdG1oaxGRDhuvKuM7NmaaQlq6mICgSmnmQCh9b2V3V+WhXrQBSTRMO6rZK
ebIONWvgpgciNBGQwF8VWczlFGS3tLhWzRvmzOnSAjyn6cQYuxrvmoLGRYMB
bXYxHt+6AXXcJlFmsKjYf4tosH+L9oSzDYxZNAh9tyuMpyJaEuoGt4gKxSUP
0H2EnIaLlT7mKWdLV9hV1wmMGCsQk+4mKF4OXbj9i5d/rzzCviunqq96pYcM
+mLIhUNCS8VS0AKHMDrrDql+7NyFR3PYbQw/Fsp0crtqcBRGfVrMZwRYBoKw
MUC1OeMdDWIiNS/R1XJmYfpcM56U2sF8YWggetCBaj5k2aXU3AhlpQvBZS4p
cBEqkSIz4u+n0+Gtc5KUFlY1YbtXnZGwpmzK0gonhhyRlU2lalwGKk0HDiSk
dtdkR+/w1gaXuytbiLqqXB3hZBZ/3ZgTjJ57RdnQUgcuA2i7wh6pN6CWyvOy
DEV8Ky/KgfN6imKuYYyOI1WzCdJHYbeBc9C4Wrj5MPP1OnXd8Oje0UBgoC0+
sG1q6Q7bl0jp8MNqbiMK7vwEfwYf9NefJAx8k2WDFuZhPF/prfTb8hp9jL/e
LeOWOil5qTfv2a/y24csKmwSKnanJKKsVif06dfBl24TIhFOJDh5hT66b3gP
HFpJcP33vMqELFYSR/8SF3m9PKhlR0BDKOj0avTEbmAH86rlBS8XPNF2PUZV
mZ1WzreM2n5iwZmr7zl/v9lAFbBeBawA1CHOuMlUBeRe8zNOADg2emm7VInm
eROxTrNZU8Dofa2+iFHF9WVVANd6QmpEKVcRM7akMkH5hUrJMilREEpthCEx
qrAfxrJWlw5j2birldPqOXb/oRw75rCRQB8kIS6kZw62Oha+97A7IGbhd2pf
2KYXIblflivNqKVyFl9e96nnIoQuMWb8hd8ofxEMqObq+ffE5ffKXL7m1vp/
v8iVq+chXL7/R+PyfETvZcLV8mNLLdPVOjPoI+VzZ7WvzvIZtFF3Xtd7K6tJ
691Eobjw0PrsnklUqsbVpxGN3dWnCbMtVadBk+PPqlCDvMtsiGUrOd5oGn9S
0iMEVFZfoUgfVWhohV4gXmH3O6zhYCEkARiXHRZfbXxFaiO3bQrETEKOyRUS
l4Bk/34d2yRfEuGhpeabnE0vZwRgGVuX0AorGHqupZLhKNh46B48S3PMhW1J
QAO2R6CpNVa+ZXyd6tilQMXZsMTjJdWmxo+Ed4U4tLxLaYk9UtDLeCfKjigy
uqtTTghuqV+udlpsdZPjFWznAdC61kbIjdjj6huYE6wnvsq21ltMb8OG4+fJ
jFhXhrYO7ZE8dKX+ODQqNvAKTD8cyJWk9SIdUvIErE3bG0pFduHmBDdX8OBT
LMsiSJXRuWiTtXWD2uWSfyBZipOS8uOjHoSJ1PWA5EZZz5MQD8M9fchuuQza
nKyBgttbCibWyLl4KcNGsRVzKYNXR0cp6B6P6paiAp5RpR4Fma9Qayg+ihRx
PU1miOTfhXN9WcTFqEngM9x5pmgmbBoUsz/c3CgHj0x8wj0L7xEnS1bkqH/i
Pb5cYPYO9zyI+Nlpd5RPPqj3c87xz6nGP0uYkvhwovAtNdoXDKi3PSUrC5BX
ZMJCl/AY5MGyU5jdRmiI5AXXNaY2SmawKOhD68F3qR589xBdld35tHswmGfz
7jFFLCGJ6Bq5MmihusBab40978e729/wXpfMa/rsuosge7ry1QrX/UxuYPPI
UYccV6z6MaK+qwdO9lYMBiHHrZ/cVQhGwU2ZScgiXfVUE6IYpOjYRTjiPPjd
XBBJik71LlVDsspDB5PM7EjwKAHbE2vW9eVoPvVZmu2uPCk2unkUfd8zKUlR
tXLyOkgk45Kt9EY/mrUhJoT1KpIWFlfnyui/bYcDWlDEEx6SUF8b7lABGcWz
oBvK17gELTKixRTpQyLaXO3FQZaPWklrND3vJ3/fTp4kz5K22nu5LQkrJzrK
1SwLbGO/k3zfSW4uWcn5L7eXAsg/zy6LO6lNImOlqMvpLSVUrfaEaF0xSiAp
riBzcykVaqJJfH/PNPhpBz/sWQewqDn6bSPe5Ie8UTogKD0nB7yi+8nz5HtR
6jWdRlGaOciZoklwvW4NRt2KCTQa2/XEEcBCWSnH+GZXSIdSsgjDX3zhQhdU
xkbDgYK5WaQ2luu4yoK9myizmeciO9L52Drc4yD+PdRDb/1xcFHvHJ2Dk+Uz
AVsvEPzhvvkxm00lmG3JSQjchsOIBoS6IoE3fG1aPIziRIvYjXsiC021grkQ
ivDR01vVv6mA6jw4NQR7nCI7V25W+kmLpRPcTfr7h08/fEq+R6j0d1JEu3bk
6MihvA4L/D0FbnUGonddbVTbVK2ArOkNkvzB8xAiqaegVvAcwF9yKPCU5uMc
uCOGjYlvieCyea7n5jUs76O4ZpbyqDnKIBQhRQEzhcPmbcJMsWXCWhe1o2ll
SZidRiDogq6uQ1KatVPFcegY2vTi4KhD+DrMTwhcxAoNfPwCv4fP8WO9Sq2e
DRnxaqoQRDVh0F9MhbZTWLQcg4VIWEfflNTYW/8KGSdB/GhI2gp9gkPRQjyG
a0LRi1yO49nTrxSgx3xd1IyMW+x/wN8GqCK9oGRbxWQpyQstfKHthyToxwju
IyTO2T9yqBl+m0RdSnEgpHKG5BadhvITJKp5kWNihogSvzk+eMsNc/FqjEGi
vNUhVdA61aK+xuM4TZhf4aAVgTRGKylKKU/XHY+tFEsjnxg3QaPRdjuybCjm
Mbz4ME/PJ1OCLLYLLiTfpEMSJHCm2VCkChjsxWKcTgqTkWmtCRNpJ1xdb4Ae
F7goLdygtt9oHz2H8gSGGdwQc0k4a4xK8jAib1xBgm2gyDwTy0UmpOWoeZqe
Li/50KuTxLsBl4JWGJFoYmcqDImC5vkvrqMY4tRD4UZ0uHX5Zuwyj7YtLAYo
cFi41gWX/84YY7+QWEDYpQBRpdBV1JNC7fhYSeDfErw2Tv8O5RroXehNLr3C
yi6E0HBO3cWEHJsrRex4ghG3cIHR9CCuYZw/edaD1x3R0/0KtNAp3BZ7r8df
a835i0BpNrYU8fsKzCL8fVIe0DgFYebjZ8pAS/NZZcB02gQJvTCQIQzNjB4E
Xo0XRlQikNPxFEXoJAQGR7oPXjTzfJwVTFXIVTDjsjDHet1R4QoxfHh//Wtf
BP1vuAx68vXXVXh8/gY+Mz+JlXWwFhKtm96P6iTBqufzhZlA2PkrqXan2RmW
dZW6wswX6N7Nz1y7z5OPyXqySSkZn10vOBzBXyKxY9l0oAH4yrfx9dcd8dzw
8SFtcOVmfS1dXVlfX+kl32VMCB6InsTmAVzrM4rRLW7Hp3DOmz88bna4+qet
a9J/nOQcYZGSWoyKLwH9zyQ6RKlXChamoQ5KSb1FVwUtkZCH3pLhCsBHHC+h
sVtuWXzHSXVerZkuySzeYoefYIXxc1LTod3t0+lsP6MrbJnZdidQmf3sCleK
fjChuHFfhvX9P43VpPoDQlr148VELkNZ7kZ/ve7N1Werz+57s1vz6srN2peV
DyfZeerh4uDNjbo3q31W3qQS0pU3z6rNea7XQAqvvrW+UvnQMUd4abU/GD4q
v9THT5e+VPMOvrS+trrWf7r2dL32pSa+1Cy/9LT6kmPRDT272N1ne4kO62o0
QODJDTjrqwQCS+sHx5+HtbayutKPFs8P63f+nd9rD8+qL9GN0Gj5x9v6eOXh
xC6AhnvezfuuN/4IJ+UOT8tSTwhKqniVBMmoiO1TXBskV3drwL3khyUkvpBq
eJKJH/MPeqnBEP7AnX8nDBMW/gn+22hgYZrnyerjpAXKNfzxnkpJAA0gW5WP
WHrZTPBa7zTajUaI/XtO7+3vnrw62AkvHb/bO9k9fr8Hn3DX+CGaU7SNhLy0
/BeMBM58r9dfw8/5MlmF76DnqLO+dPbN+9++3947fLV7JNVhfKNHNY26Ntak
Dff+Wt3E1qvPrfvn2M7LzxhoqU3f4Eo30XpAL6CoJs/jr+VV1sTIMBUxqWyS
vIVNeKoywEtQbVgXezDApNehqsnDjEyq6SNUxS+UtLU4xjJwLl3sLIZloT+J
DiMRnAYb9J7fwJ+cbYFq1TC9FNABqu4n17BlVrus3TyuIiP1gS0UHkSIQmUI
Be5jzfG9rMNK0Gvf4zKtSnq+AXyGMGPtlEwxZL2sNxOivIKhdbvbFIJ/8Jri
CcIJ8TEQfQYnKMxfYPCCISMWBcth8ujmEQsghvbU46a+dKZgLkmr+Yqc74dk
VPgRrEUjWPcjkOqFNhqxzczMei+7iUuNUjSvVXlBWbzL603XRbLR63c31PZo
pNcrDVnrl5L4Si40ssJozSMu/14U00Ge6nAsh2PiqU4rVJIhi3QmDd++ovQO
7rjUlFhnYU7vTcvUhRKzovis4QUpPMfkLhC9GI2+oPhuabCl37xP02FbDgDT
7kKDe/KJZLPjH5S3ypaM1dWnYvDVXctB9wLuQZkO6yqYjtdMJh2vo0HE5zC2
o7wUTFh4rAm9uEKvobXX73P+/O0Upey38NHet/rZoa38YTwS/norrB8p91vw
8g+/S5pKFU3J8T15BWNHGJjHxJWkNLajzj5H9pKDi3PH+xKv4ym4/Mxq5wFk
THLlrEq5dO7vJdt1INv13not2Yb61xWqTXGeMRFpuIF4aDt/GCmZeUErEoXB
KOlrucnI5j6TqAkaCbOv6E3OPPYL5NkhO+9VUheKwh/Yc9vY1aabWyfxw+6Y
f/r3/CpbPpY8zfePvEBR47HvctwPlM/5qjtm0SgjGpMuJt7GWyn1ixMtl/xF
9cxkqAhkqOwuLbLuDbxtQ4i/Io+umIq62MHnz3SDYEoxZ2yzNGUG8Uc3G/NH
OKRHA/wlDDw+0HqIVe++IWV9DaUS2jQsWPwKm//MxW3x+z1s9qhT++bJi521
+9/9axw6/EKjRwxXP+yFDnvxs4e9gYLNLP8Zg11f9oZWkAtvuHJvbCdzOQbA
AYkW0hHFNGjReqxLTYVuNT0wVyQcTUPlwsaIzjBUUJKU/aohmSBc4o8+5MNH
7MSJJoKzgK/gr89q/eM/6ePK1OhMKsYgGoTGcpnpHQDv4ozoDIRKkamvkEoY
yejX0dVQK2DlpHSiSocfE9jhDvxnnlCV6488QhyuSqvYa5gfwVegKcdOG3Ee
W3AkIqL9EshBWq2nGCVih2ih0Be7Ddwkw9IPNgY43JsNaqlz1zGuOau1Z9od
9zCdIPkh4jRJldvHdQMPKWV1442w5xlcoIxT/5ljG0oVMRTt2NcXx+qBKJt3
g5PxswZ7SaJ4QatNQO1xezNpL1RtVSKjFoHUu/kQxQyuN214ahwZNMlQXEan
goJ9uUKwV9EQT7NbjN6Ls3181s13SMPxO5REwz5UTp5T7wn8NZrejinLKk5D
J6s6Vs0Vv0oI1BZ/4eV0hBqGlP6kZG605VEgQm6Zw+J9kAiyDBcQi7hHo8PY
pUDmEsOD3moJ0imKxVh0+OwG91oqdlp0XpG0whkgayRHLCLq2swgErgC8Pwi
nw25HDZet1mXPCbo6iEnDldDxoOs1XVFExwSut4pZ4CXFThH1ZRIRT26Tzu+
7nllHrzM6WSAYKSgZ25FN2vHhu7UJhlohRW4gBXPFfDGhlOG7HqG5W4J4aZm
RYCnIj5dHPYSLZKkpyE+H/JJOLJTzqsfnXVFvnEdP9FeFfyAw19pvhp450bM
JCNlkynTi1eS7PuaF2z5hLByVNYZZ8NBrIvCEJzm07MFnXwNxteYpetMfWTs
/zZ3Bsa3od8+ok0SWIus5jjNQyaxhh/UYCTR0eD5m4GbI280x85S8Ub56Swl
FHM0T3wrHEgE0BLz2g7H5eMXV/Zol1hNoDvx2S6lVhqa3GsVv9W8+uYHtAdY
TXoTEJHfGLCbq9ceUeempIOyCEn8vixDdmKRusDrQQqjk/iANMLwfM1hfp7P
05HJzgyRWyrY4s0My5uCX7dQLsGtabKystb/Ei4s9lWsk6/i/sFzYIrEygSu
xzoEyBYJw6nhu/jXC3IokXfZ3X+sNfzbP/wjNPBv//Df6WP4a3J6hn8NuCwD
Q+dx2IQ6bih+D+lmjyMsMFH64xe5/fG5khjJVUeGoBhgBe0J245YNXJxhrB/
XIBXY1Hk3rBQBZXwTOuMkUyIVviKS81jFMJA+ESniWifYby9hOLcqTp4Ms6L
05y7jwLbQzOxtFlOiEpBttoOat38YjZdnF9IKg17wXvJ/pShkdJ8pAql83Ma
gGEesxNY9kO5BwMcali/IljliGcYEeKEo4jI8lz4lMWrG6Tp0BBdt9yD71YQ
AGpXPJXQCo1ap9i/yvrHQFox200VgFK7ZKiTVIP1eXs0ch+ZzF3DFDOkWBQc
yxEtLzplQPyivwc6mym0EOMNCPQl76LcSaSAuVe2tzRUryDEKpuRDRYvIhyv
xDvxoKNZ1gy40NQJ11XgQsRFSNlKGT5+gHXZgAWczdJg8mgdvt5rx8CSJXHA
k4uA8BQLttDw/b2Y5H+/YPR9VchggtMxiq38YZq8lUlsUXay8A1Sw1pvt/Y4
Lhzvphs56O+4Tf/c7jt8rpJ9GA7io8IPvcdmLAv3upaVeL0Xzxb44T2zDGD4
mg1uILPEI1sFRlgI+tUjeOtR0pJ322ETpGPkb9S5BLQTG75DnmlXh2an0eKJ
nIF06VUaH3WSv6r4deFI1kvUFwwog23JrusicYQFI9XyMCL5cc6rr4zVrDw8
JS+D8e5S6BQM1QtsJauy71kHt1T22ExIFyVNXcInRFC6W5rEx1FRDIbBJatr
CosbVaSSieaf7KYUXiF3B+E7mDSD2XHcinLSak9PZOGXrASdJGGwsnY1hRPv
aaQwgyvfpZ4zjcfwrrHLnqSILbs6KT71tqCwrJpYx3RiCnUkP2mAnOIg48KM
suG5BZyoPZVkxOO9b/a3MEQS/wXVP5tILhhfxSwmwpFBDhl5LJpKhE31Sikk
LDd5emuv8TWAzdnbwP1Gd5CcrWEE5LPUpqlsjXlPU7ZDijHIX1ujOVY6awpa
tElB/rZ0VFtpsckMCzat9d0FFdPA0GCa6mWKQIN0F51NB4siK8qygmBC42mD
1Z8McskVIN/9mWm+dZCAqrzXMCp3X7XZUxqp1pg9KjjLKEBuidb68QtcuS4i
h2lW1x98yXm9WCrrRUPZMi0fdOZ2dNXwoWadlg8zQWqnpC1mcP0v0ZTpsP4d
dksWJ/+YuNyiERBQmiX1wNlQ9G7PeDQJw+vj15OirP0q1fhZHODui35nBoBu
acyij05Zdx5klxyf/+CbNisvlcJzR0tWZy3wV0ERb1eM4Z2R9EqXC/bJS3lP
i8CKVHhB38l8OlNp3l8Pcri4cOL2sQQhBj1SdfKlKnCd4hpsjm48GklaFIts
1rtTFYyOOehve/QOqnDEJpZqfdC26XkSRFzS83jlYvuMJAem8QZIbk5MYOmE
WQKRFN+QsgluRWgta+icIZdKm7x0YQMFlo0nmIs7dB6c5Xsjyat3GDg+t4n4
yW7ukkSCWOVNc5UTplNTH0hFIrxXFqxnVA+W90iz4ktJwSLYKzqZ1g+Ty61c
TeXT4zlQOTLfmX1Wp+mnt5a4YYdSmFRkuhSoJWzsAxr6xEkCwmgX/cUoLFEI
MHpvcLyWVU2JoSQskheoOyIYusgAeuYF2xC4bVYT5ZKODunCu9QsBzU7zK7Q
FwLaS5ZNkjBvTkkB1vJiwbZsMbB3fJOj/IwCkYn0y++SQDHLJMKVkl9mt3jw
CvK6S+mq2dR7wQisdwG9uk3x962sj/dnAP1HlYkdkVAsQGt3a8fy5bJ02NVa
BeLI+CLhjHzVOYfJgbocsNAB2j3VZzGm+h9mexURrkSZp7fB9oNrHFL10YcW
Q5TEoibldoWUnhu8ehRDtJcEfxoPRrsfL8iTWBoFbPbVYoQ7Rni/6ASZdPNJ
Fx7qjvMhovmqACuC/YxDsheTIj3LnMV+hLPtJa9AQL7KLPX6cgqKkDSNMufM
4z3LAVb4lOIiv9QJQvtc2pMtYd3bbN5Vnqk6Qykw3ooTiPtiKXsThc5uHQ9b
T25IHiiM85xqc4Q2Fe3PWc1PKQ6aMwyDtWdpi3NusWI/T1onBy/ftbVVjcD2
bEMdoOWkZGYgxNsVG5QUQRkMXF3QsqRg6x0LItMNguhJfi07kJK96YnzTIkD
itmk5becT6fD4IwCTXmIUoqUpRndevqjpzLXl1neiFuJ/eg6RyMC1qjLBheT
6Wh6bomLBXu40XpFkgUe+5mUfJmF73BxJ4NbnxF2V5Xzj19Ep9vBfcLyAZUs
BHoxVHKJUnU48J3y00lq9UljwR0YIkPCYkUwyuqdwFDumdR/tYxztK4o6yJY
aW0rjaajvs+h8a9SPKAC82GQluR/VVPqt3Y459c5a0y0DsZYmLN69NVaCytD
GOTQeORrkhPscTWw5M/4EvgWpRH5DAayC5WSrr1kioYUOvXR1DuueBPXgMHo
246G0MXLhDbBM8xVbIGsdzUFVYyEQrihzjTLau3pU5RpZhkIr+J1p+QQvQ/Q
sQ7ySIosuZsOsm76ISOh6EdxUmyJhOdmMcvGeBQQQLiYV0YdepAx7zLr2AqP
a1ns3a2TjnfuA7kU3QxxFqojXuPRyBK60Xg1KJvAbcrOZzFFOA0vs0BcAbsA
cez4qMML1f/qGS2UNz5StwEliwT14TKPaIvld44Y7D/jHEn+5N4gh3YiNco0
3IluI7SfF5V1WKeyZLWnhk5LSEDSulvoNJqEGDc4gq6ukPos1D1zRlQvIme9
O7Lu2FM50kDaZYqu0suSXRMn9EkUF0DVU8liKSOgU8/VtFopecHKUKEsxSNC
xUItmwQAj37nSwNqlciASrPRqY9QROOKRY4hBbl7rtCqwmtKbsvOsjgPL+VR
UhUwCJw23YOxdOke7ZRjctza4CzUNc2xrZKUGIUHaAq87LCX380IXm9y9jEi
J6VtoRlIfJB82FY3twhadLGnV8BxVUSrOLv5wWiZCxNvmIU5nl2NXeF9T4vb
scHoKT6VchDKs0f/hfBP418PGN8gVfy9kqAbGyu8r6yq/weJWKbLb6r0bJaH
Cs6+Cdlu3T2aVkke9vXQ0CTtlTgpb7GEMsvqthn49ILylIA4DsENtpRf+N6x
ooQD/NVt9N2KtkCJgraR8VUgG2k6oIElwx1wfORxp4ivGwIFKGUOBbiyGzwm
Qjcw3F20oamMHYf143ETsAFUEBT5vGLR1o88jvjJXWs1y0LZNcu0toqCwnfk
YOm6nt5NviW2dOdWaV0MEsAZWyMqFVnEbFInHmtWYjdl/6Ch/dfVYmpNvf1d
s5fkYlg2tvp0EAcaQ0FT4SnOFpkxSgRmKj9QJjq5yGruAbo259k4aVnSVick
a7WVvmpX2JsMo+h37yjiR4OhI+SG5T5m0Yws6SQFWYoiBIPDTV/kmGcr4WJ5
RCixie7lnBpcWKC20IfkiysWUf0EJaTHpxTDcqn3hMm7QOB8TDLQhnRBaSSo
ihmb0ymifI+Duk0UwH/A9YSWDEIURKtX4AI9Q2fRXkiNW8Usncc7b49ahdM5
pXiD1gSTSCcZdEO2A7RcolhHAlrMiJgRcpVRF32PId7WV+BOSy7HmG/GVyRS
DwdBumLunkXQNUduHMaSmId4bVgoApANy0ksDrjYoIzBo6Ihw0XyxpKLiYsF
U3oQ7xrLol38yNKORA4TIHk9Sbg0jNIeHx0nEFoYjUq1vQDlV9JKyRznEtrD
llPgktZtIgXZgmfdzNPRLShsEvrr9uFwNqWq9QrX+fEL7LgLLV9WioOa+gnC
PhxINQl6ePf4iF1y4+ZmFgh/kse5MNh0ZkfKrGJRE9+LT9/CsTD69TK2r2w2
Gqu9gFKp2KLVMjBc9EXrnEhdISt1K1Tq8UFbz8OV2kaT0RMY2yoC23XQJl1C
7WOLe6/R72kK6/NkNWntMSlFwXyd5Eg+RZVikOy8Eg/jWk8DATiJbG93dzd5
ttLvrW4dgUSaXe3tGHQIx5yW3bQaR77yEN2Nis8kj2E06UBsOxqHEGxlyIKH
YlwVAWRVX9Qg+j1MSFgnnAZBt6GkBV5rwStZUolzvacRD7kF0cocMP2xuo0+
XIHzO/AYUsOYnXDB4aQajwk78GF+2+4kXfhtMLsSJJFuP2l5cLh2L04VodF8
PHmxgxnBMCY47EmyC3rGFKv7AH/JNhP6VrTN+vQBnjlM59GHwaB4ZPhelaD8
xkYvuUsxpswyKVMe0mmZCGqwGJcLAE+hn3d73acGca0x2EvDB8ntZCaL0gbA
sn2JxkU9xpYZullh+QWh5ARV3sx35Ek7Qoa+xwyKecG+3Ag7mStYBwzK/WWm
/VA01cXHO2x33wIWiSWNwY68KaGdckAjljkjI6K5QaVMcTworeMXiooshV7c
sBxArvcnmC08oiJESoTyMCi0AqcBxW9MsnBr++Bt29+XVujIpA9GlxEs0nHO
F346sCgVsiNPJ37Q+MQovc1mWoLSqlxXNNJQqzAvgutM1yPSdl2fw6S1tf26
7cri2bDD8xTfEYibUkkjvow+D1h+pY1hVtrZUIAtG6cS6ROL8R63j+7s0Uhw
2yOQN8T3IbEnVKcjHFEGkQtZ49nkKp9Nqfh5od4VBPMSz01w+AyoajznsIyC
6BkKI9Lqqz4kld/vqtx4rMJRKk5SdvhqUUS2+IncWNkcUxdwsbvA7EcwG1MQ
zhc5p3ZaHI16YtUBLwpQvP5er6gnrk0yFMq+h0HFIiADD749OHGCtbrqrdSm
cKkJZo5Fryv90puYRXZqeWyhw+prWkqp44Kb2Sw/zyk6WIxJViRN4l/pwC5m
M8EWcDVLGSsN69mnhWioFZInSF+caSQvj1k0RoKZhApy1aJkwjuotgJj+cVT
inanyaUihJxjQENcJgopESUhLopWqaSEqrlo5YRzh0vFuSVGMJbzWNvfNVl5
tfIupsVzwCjoNJxmlLkraVAp5lQaIB27azUce9cmUgtCkvi5RWVly5NxiBUy
s3sXxPlWCaoxP6vrCPHf8xsFY9eJaFKVqKM5+tPJ0aWYaiEQnFAxp8DLCcib
5fr6sHTXqLuQ1xici5y/rCxwxGBrMp10o51oIz7F8ZYTWFtFetsJOfPQJ6bM
e5MHgVWsUSww6BRvtvbeChoKsmRYTRj4jzh55P2vxdq09y3+MgummQ7GV2n4
bWpRq2TeYBNSBKpWpmE9SrzZumfljeCtNTKzfCNjA2ch7AR4VV44XE86gTqs
vW9p8AH693pKlh88vG3Kj4OjMC+7/GxY2p/HHuQRep7wAWMIpFw7MYRrQ0wU
4NazKddPhluELno0qp/VUIWFX0bVeEmN8e3Tkf1++9XW229237/Ze7l7sre/
yyJgkGGeOdQQlgTa5OU90WYLSup5m3LWNiqZV3yhbIeqLI3GoWGM0wrLlTfR
t9T4jybLqJyLRrtQ/VpxrJjkhdesHVyEBeJS3UdxNTstNKAqG+1NuIoD6n5L
tca2tIw42KR4nYJkj+xu7mJLWW3sWhE+md8m+2ui0nyiNWD2cbnWo1kVW1gJ
0ONlrN5TqNBQKKiOm8S1QR9tjoS4tZIWRu1zFst7Yr+l/s2CwmV/J7dsYBEl
EMeUFg6gn9Xw+eCChQ/tIird2JWmjdQZ77S3jAh07+n6dFuP1/hoZBWvScD2
2MBqq86oBqsUWsZF5sQjfxp//Vfdbrl3ble6hsdjc0pEg4t5kNGueKBRsBew
6+kkY+9TPm+Yx6DX68FbUj9hOJ08EhRhaGB+YW54TAhIJUOODZiaRHRDBS9R
FC9cjYtVrn7Sa3S7X+NJfIP0HfhwH9SmEYqvXcPAed//LNWIFVfYwd7AX+7l
0l1OsBNmPsdxgMAG6jTxfoTQ7e7eXFLgtwbXElVSdUimekGjwgwAA4bx9ZUD
UBAsXn9jA9Ry7PQ9v6fecfeRKuGhYfxLsNKndwxeADuFVN2NVrpaSeqjaW48
pZC1usaqI6AHAmT7Wp8sH6G+1ji9yceLsXvL7xm8wZNfQ7CyZ6tPV/h1is9E
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
u5ICAA==

-->

</rfc>
