<?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.14 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-edhoc-06" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.2 -->
  <front>
    <title abbrev="Profiling EDHOC for CoAP and OSCORE">Profiling EDHOC for CoAP and OSCORE</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-edhoc-06"/>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization>Ericsson</organization>
      <address>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="R." surname="Hoeglund" fullname="Rikard Hoeglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <author initials="S." surname="Hristozov" fullname="Stefan Hristozov">
      <organization>Fraunhofer AISEC</organization>
      <address>
        <email>stefan.hristozov@eriptic.com</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Goeran Selander">
      <organization>Ericsson</organization>
      <address>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <date year="2022" month="November" day="23"/>
    <area>Internet</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <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>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  Constrained RESTful Environments Working Group mailing list (core@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/core-wg/oscore-edhoc"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>Ephemeral Diffie-Hellman Over COSE (EDHOC) <xref target="I-D.ietf-lake-edhoc"/> is a lightweight authenticated key exchange protocol, especially intended for use in constrained scenarios. In particular, EDHOC messages can be transported over the Constrained Application Protocol (CoAP) <xref target="RFC7252"/> and used for establishing a Security Context for Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/>.</t>
      <t>This document profiles this use of the EDHOC protocol, and specifies a number of additional and optional mechanisms. These especially include an optimization approach, that combines the EDHOC execution with the first subsequent OSCORE transaction (see <xref target="edhoc-in-oscore"/>). This allows for a minimum number of round trips necessary to setup the OSCORE Security Context and complete an OSCORE transaction, e.g., when an IoT device gets configured in a network for the first time.</t>
      <t>This optimization is desirable, since the number of protocol round trips impacts on the minimum number of flights, which in turn can have a substantial impact on the latency of conveying the first OSCORE request, when using certain radio technologies.</t>
      <t>Without this optimization, it is not possible, not even in theory, to achieve the minimum number of flights. This optimization makes it possible also in practice, since the last message of the EDHOC protocol can be made relatively small (see <xref section="1.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), thus allowing additional OSCORE-protected CoAP data within target MTU sizes.</t>
      <t>Furthermore, this document defines a number of parameters corresponding to different information elements of an EDHOC application profile (see <xref target="web-linking"/>). These can be specified as target attributes in the link to an EDHOC resource associated with that application profile, thus enabling an enhanced discovery of such resource for CoAP clients.</t>
      <section anchor="terminology">
        <name>Terminology</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>The reader is expected to be familiar with terms and concepts defined in CoAP <xref target="RFC7252"/>, CBOR <xref target="RFC8949"/>, CBOR sequences <xref target="RFC8742"/>, OSCORE <xref target="RFC8613"/> and EDHOC <xref target="I-D.ietf-lake-edhoc"/>.</t>
      </section>
    </section>
    <section anchor="overview">
      <name>EDHOC Overview</name>
      <t>The EDHOC protocol allows two peers to agree on a cryptographic secret, in a mutually-authenticated way and by using Diffie-Hellman ephemeral keys to achieve forward secrecy. The two peers are denoted as Initiator and Responder, as the one sending or receiving the initial EDHOC message_1, respectively.</t>
      <t>After successful processing of EDHOC message_3, both peers agree on a cryptographic secret that can be used to derive further security material, and especially to establish an OSCORE Security Context <xref target="RFC8613"/>. The Responder can also send an optional EDHOC message_4 to achieve key confirmation, e.g., in deployments where no protected application message is sent from the Responder to the Initiator.</t>
      <t><xref section="A.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/> specifies how to transfer EDHOC over CoAP. That is, the EDHOC data (referred to as "EDHOC messages") are transported in the payload of CoAP requests and responses. The default message flow consists in the CoAP client acting as Initiator and the CoAP server acting as Responder. Alternatively, the two roles can be reversed. In the rest of this document, EDHOC messages are considered to be transferred over CoAP.</t>
      <t><xref target="fig-non-combined"/> shows a CoAP client and a CoAP server running EDHOC as Initiator and Responder, respectively. That is, the client sends a POST request to a reserved EDHOC resource at the server, by default at the Uri-Path "/.well-known/edhoc". The request payload consists of the CBOR simple value "true" (0xf5) concatenated with EDHOC message_1, which also includes the EDHOC connection identifier C_I of the client encoded as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. The Content-Format of the request may be set to application/cid-edhoc+cbor-seq.</t>
      <t>This triggers the EDHOC exchange at the server, which replies with a 2.04 (Changed) response. The response payload consists of EDHOC message_2, which also includes the EDHOC connection identifier C_R of the server encoded as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. The Content-Format of the response may be set to application/edhoc+cbor-seq.</t>
      <t>Finally, the client sends a POST request to the same EDHOC resource used earlier to send EDHOC message_1. The request payload consists of the EDHOC connection identifier C_R encoded as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, concatenated with EDHOC message_3. The Content-Format of the request may be set to application/cid-edhoc+cbor-seq.</t>
      <t>After this exchange takes place, and after successful verifications as specified in the EDHOC protocol, the client and server can derive an OSCORE Security Context, as defined in <xref section="A.1" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. After that, they can use OSCORE to protect their communications as per <xref target="RFC8613"/>.</t>
      <t>The client and server are required to agree in advance on certain information and parameters describing how they should use EDHOC. These are specified in an application profile associated with the used EDHOC resource (see <xref section="3.9" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
      <figure anchor="fig-non-combined">
        <name>EDHOC and OSCORE run sequentially. The optional message_4 is included in this example, without which that message needs no payload.</name>
        <artwork align="center"><![CDATA[
   CoAP client                                         CoAP server
(EDHOC Initiator)                                   (EDHOC Responder)
        |                                                    |
        |                                                    |
        | ----------------- EDHOC Request -----------------> |
        |   Header: 0.02 (POST)                              |
        |   Uri-Path: "/.well-known/edhoc"                   |
        |   Content-Format: application/cid-edhoc+cbor-seq   |
        |   Payload: true, EDHOC message_1                   |
        |                                                    |
        | <---------------- EDHOC Response------------------ |
        |       Header: 2.04 (Changed)                       |
        |       Content-Format: application/edhoc+cbor-seq   |
        |       Payload: EDHOC message_2                     |
        |                                                    |
EDHOC verification                                           |
        |                                                    |
        | ----------------- EDHOC Request -----------------> |
        |   Header: 0.02 (POST)                              |
        |   Uri-Path: "/.well-known/edhoc"                   |
        |   Content-Format: application/cid-edhoc+cbor-seq   |
        |   Payload: C_R, EDHOC message_3                    |
        |                                                    |
        |                                           EDHOC verification
        |                                                    +
        |                                             OSCORE Sec Ctx
        |                                               Derivation
        |                                                    |
        | <---------------- EDHOC Response------------------ |
        |       Header: 2.04 (Changed)                       |
        |       Content-Format: application/edhoc+cbor-seq   |
        |       Payload: EDHOC message_4                     |
        |                                                    |
OSCORE Sec Ctx                                               |
  Derivation                                                 |
        |                                                    |
        | ---------------- OSCORE Request -----------------> |
        |   Header: 0.02 (POST)                              |
        |   Payload: OSCORE-protected data                   |
        |                                                    |
        | <--------------- OSCORE Response ----------------- |
        |                 Header: 2.04 (Changed)             |
        |                 Payload: OSCORE-protected data     |
        |                                                    |
]]></artwork>
      </figure>
      <t>As shown in <xref target="fig-non-combined"/>, this purely-sequential flow where EDHOC is run first and then OSCORE is used takes three round trips to complete.</t>
      <t><xref target="edhoc-in-oscore"/> defines an optimization for combining EDHOC with the first subsequent OSCORE transaction. This 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>
    </section>
    <section anchor="edhoc-in-oscore">
      <name>EDHOC Combined with OSCORE</name>
      <t>This section defines an optimization for combining the EDHOC exchange with the first subsequent OSCORE transaction, thus minimizing the number of round trips between the two peers.</t>
      <t>This approach can be used only if the default EDHOC message flow is used, i.e., when the client acts as Initiator and the server acts as Responder, while it cannot be used in the case with reversed roles.</t>
      <t>When running the purely-sequential flow of <xref target="overview"/>, the client has all the information to derive the OSCORE Security Context already after receiving EDHOC message_2 and before sending EDHOC message_3.</t>
      <t>Hence, the client can potentially send both EDHOC message_3 and the subsequent OSCORE Request at the same time. On a semantic level, this requires sending two REST requests at once, as in <xref target="fig-combined"/>.</t>
      <figure anchor="fig-combined">
        <name>EDHOC and OSCORE combined.</name>
        <artwork align="center"><![CDATA[
   CoAP client                                          CoAP server
(EDHOC Initiator)                                    (EDHOC Responder)
        |                                                     |
        | ------------------ EDHOC Request -----------------> |
        |   Header: 0.02 (POST)                               |
        |   Uri-Path: "/.well-known/edhoc"                    |
        |   Content-Format: application/cid-edhoc+cbor-seq    |
        |   Payload: true, EDHOC message_1                    |
        |                                                     |
        | <----------------- EDHOC Response------------------ |
        |        Header: Changed (2.04)                       |
        |        Content-Format: application/edhoc+cbor-seq   |
        |        Payload: EDHOC message_2                     |
        |                                                     |
EDHOC verification                                            |
        +                                                     |
  OSCORE Sec Ctx                                              |
    Derivation                                                |
        |                                                     |
        | ------------- EDHOC + OSCORE Request -------------> |
        |   Header: 0.02 (POST)                               |
        |   Payload: EDHOC message_3 + OSCORE-protected data  |
        |                                                     |
        |                                            EDHOC verification
        |                                                     +
        |                                             OSCORE Sec Ctx
        |                                                Derivation
        |                                                     |
        | <--------------- OSCORE Response ------------------ |
        |                    Header: 2.04 (Changed)           |
        |                    Payload: OSCORE-protected data   |
        |                                                     |
]]></artwork>
      </figure>
      <t>To this end, the specific approach defined in this section consists of sending a single EDHOC + OSCORE request, which conveys the pair (C_R, EDHOC message_3) within an OSCORE-protected CoAP message.</t>
      <t>That is, the EDHOC + OSCORE request is in practice the OSCORE Request from <xref target="fig-non-combined"/>, as still sent to a protected resource and with the correct CoAP method and options intended for accessing that resource. At the same time, the EDHOC + OSCORE request also transports the pair (C_R, EDHOC message_3) required for completing the EDHOC exchange. Note that, as specified in <xref target="client-processing"/>, C_R is not transported precisely in the request payload.</t>
      <t>Since EDHOC message_3 may be too large to be included in a CoAP Option, e.g., if conveying a protected large public key certificate chain as ID_CRED_I (see <xref section="3.5.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>) or if conveying protected External Authorization Data as EAD_3 (see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), EDHOC message_3 has to be transported in the CoAP payload of the EDHOC + OSCORE request.</t>
      <t>The rest of this section specifies how to transport the data in the EDHOC + OSCORE request and their processing order. In particular, the use of this approach is explicitly signalled by including an EDHOC Option (see <xref target="edhoc-option"/>) in the EDHOC + OSCORE request. The processing of the EDHOC + OSCORE request is specified in <xref target="client-processing"/> for the client side and in <xref target="server-processing"/> for the server side.</t>
      <section anchor="edhoc-option">
        <name>EDHOC Option</name>
        <t>This section defines the EDHOC Option. The option is used in a CoAP request, to signal that the request payload conveys both an EDHOC message_3 and OSCORE-protected data, combined together.</t>
        <t>The EDHOC Option has the properties summarized in <xref target="fig-edhoc-option"/>, which extends Table 4 of <xref target="RFC7252"/>. The option is Critical, Safe-to-Forward, and part of the Cache-Key. The option MUST occur at most once and is always empty. If any value is sent, the value is simply ignored. The option is intended only for CoAP requests and is of Class U for OSCORE <xref target="RFC8613"/>.</t>
        <figure anchor="fig-edhoc-option">
          <name>The EDHOC Option.</name>
          <artwork align="center"><![CDATA[
+-------+---+---+---+---+-------+--------+--------+---------+
| No.   | C | U | N | R | Name  | Format | Length | Default |
+-------+---+---+---+---+-------+--------+--------+---------+
| TBD21 | x |   |   |   | EDHOC | Empty  |   0    | (none)  |
+-------+---+---+---+---+-------+--------+--------+---------+
       C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable
]]></artwork>
        </figure>
        <t>Note to RFC Editor: Following the registration of the CoAP Option Number 21 as per <xref target="iana-coap-options"/>, please replace "TBD21" with "21" in the figure above. Then, please delete this paragraph.</t>
        <t>The presence of this option means that the message payload contains also EDHOC data, that must be extracted and processed as defined in <xref target="server-processing"/>, before the rest of the message can be processed.</t>
        <t><xref target="fig-edhoc-opt"/> shows the format of a CoAP message containing both the EDHOC data and the OSCORE ciphertext, using the newly defined EDHOC option for signalling.</t>
        <figure anchor="fig-edhoc-opt">
          <name>CoAP message for EDHOC and OSCORE combined - signalled with the EDHOC Option.</name>
          <artwork align="center"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|Ver| T |  TKL  |      Code     |          Message ID           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Token (if any, TKL bytes) ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OSCORE Option                                 | EDHOC Option  |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Other Options (if any) ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|1 1 1 1 1 1 1 1| Payload
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
      </section>
      <section anchor="client-processing">
        <name>Client Processing</name>
        <t>The client prepares an EDHOC + OSCORE request as follows.</t>
        <ol spacing="normal" type="1"><li>Compose EDHOC message_3 as per <xref section="5.4.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</li>
          <li>
            <t>Encrypt the original CoAP request as per <xref section="8.1" sectionFormat="of" target="RFC8613"/>, using the new OSCORE Security Context established after receiving EDHOC message_2.  </t>
            <t>
Note that the OSCORE ciphertext is not computed over EDHOC message_3, which is not protected by OSCORE. That is, the result of this step is the OSCORE Request as in <xref target="fig-non-combined"/>.</t>
          </li>
          <li>
            <t>Build a CBOR sequence <xref target="RFC8742"/> composed of two CBOR byte strings in the following order.  </t>
            <ul spacing="normal">
              <li>The first CBOR byte string is the EDHOC message_3 resulting from step 1.</li>
              <li>The second CBOR byte string has as value the OSCORE ciphertext of the OSCORE-protected CoAP request resulting from step 2.</li>
            </ul>
          </li>
          <li>
            <t>Compose the EDHOC + OSCORE request, as the OSCORE-protected CoAP request resulting from step 2, where the payload is replaced with the CBOR sequence built at step 3.  </t>
            <t>
Note that the new payload includes EDHOC message_3, but it does not include the EDHOC connection identifier C_R. As the client is the EDHOC Initiator, C_R is the OSCORE Sender ID of the client, which is already specified as 'kid' in the OSCORE Option of the request from step 2, hence of the EDHOC + OSCORE request.</t>
          </li>
          <li>
            <t>Signal the usage of this approach, by including the new EDHOC Option defined in <xref target="edhoc-option"/> into the EDHOC + OSCORE request.  </t>
            <t>
The application/cid-edhoc+cbor-seq media type does not apply to this message, whose media type is unnamed.</t>
          </li>
          <li>Send the EDHOC + OSCORE request to the server.</li>
        </ol>
        <t>With the same server, the client SHOULD NOT have multiple simultaneous outstanding interactions (see <xref section="4.7" sectionFormat="of" target="RFC7252"/>) such that: they consist of an EDHOC + OSCORE request; and their EDHOC data pertain to the EDHOC session with the same connection identifier C_R.</t>
        <section anchor="client-blockwise">
          <name>Supporting Block-wise</name>
          <t>If Block-wise <xref target="RFC7959"/> is supported, the client may fragment the original CoAP request before protecting it with OSCORE, as defined in <xref section="4.1.3.4.1" sectionFormat="of" target="RFC8613"/>. In such a case, the OSCORE processing in step 2 of <xref target="client-processing"/> is performed on each inner block of the original CoAP request, and the following also applies.</t>
          <t>The client takes the additional following step between steps 2 and 3 of <xref target="client-processing"/>.</t>
          <t>A. If the OSCORE-protected request from step 2 conveys a non-first inner block of the original CoAP request (i.e., the Block1 Option processed at step 2 had NUM different than 0), then the client skips the following steps and sends the OSCORE-protected request to the server. In particular, the client MUST NOT include the EDHOC Option in the OSCORE-protected request.</t>
          <t>The client takes the additional following step between steps 3 and 4 of <xref target="client-processing"/>.</t>
          <t>B. If the size of the built CBOR sequence exceeds MAX_UNFRAGMENTED_SIZE (see <xref section="4.1.3.4.2" sectionFormat="of" target="RFC8613"/>), the client MUST stop processing the request and MUST abort the Block-wise transfer. Then, the client can continue by switching to the purely sequential workflow shown in <xref target="fig-non-combined"/>. That is, the client first sends EDHOC message_3 prepended by the EDHOC Connection Identifier C_R encoded as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, and then sends the OSCORE-protected CoAP request once the EDHOC execution is completed.</t>
          <t>Further considerations and guidelines about the use of Block-wise together with the EDHOC + OSCORE request are provided in <xref target="block-wise-performance"/>.</t>
        </section>
      </section>
      <section anchor="server-processing">
        <name>Server Processing</name>
        <t>In order to process a request containing the EDHOC option, i.e., an EDHOC + OSCORE request, the server MUST perform the following steps.</t>
        <ol spacing="normal" type="1"><li>Check that the EDHOC + OSCORE request includes the OSCORE option and that the request payload is a CBOR sequence composed of two CBOR byte strings. If this is not the case, the server MUST stop processing the request and MUST reply with a 4.00 (Bad Request) error response.</li>
          <li>Extract EDHOC message_3 from the payload of the EDHOC + OSCORE request, as the first CBOR byte string in the CBOR sequence.</li>
          <li>Take the value of 'kid' from the OSCORE option of the EDHOC + OSCORE request (i.e., the OSCORE Sender ID of the client), and use it as the EDHOC connection identifier C_R.</li>
          <li>
            <t>Retrieve the correct EDHOC session by using the connection identifier C_R from step 3.  </t>
            <t>
If the application profile used in the EDHOC session specifies that EDHOC message_4 shall be sent, the server MUST stop the EDHOC processing and consider it failed, as due to a client error.  </t>
            <t>
Otherwise, perform the EDHOC processing on the EDHOC message_3 extracted at step 2 as per <xref section="5.4.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, based on the protocol state of the retrieved EDHOC session.  </t>
            <t>
The application profile used in the EDHOC session is the same one associated with the EDHOC resource where the server received the request conveying EDHOC message_1 that started the session. This is relevant in case the server provides multiple EDHOC resources, which may generally refer to different application profiles.</t>
          </li>
          <li>Establish a new OSCORE Security Context associated with the client as per <xref section="A.1" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, using the EDHOC output from step 4.</li>
          <li>Extract the OSCORE ciphertext from the payload of the EDHOC + OSCORE request, as the value of the second CBOR byte string in the CBOR sequence.</li>
          <li>Rebuild the OSCORE-protected CoAP request, as the EDHOC + OSCORE request where the payload is replaced with the OSCORE ciphertext extracted at step 6. Then, remove the EDHOC option.</li>
          <li>
            <t>Decrypt and verify the OSCORE-protected CoAP request rebuilt at step 7, as per <xref section="8.2" sectionFormat="of" target="RFC8613"/>, by using the OSCORE Security Context established at step 5.  </t>
            <t>
If the decrypted request includes an EDHOC option but it does not include an OSCORE option, the server MUST stop processing the request and MUST reply with a 4.00 (Bad Request) error response.</t>
          </li>
          <li>Deliver the CoAP request resulting from step 8 to the application.</li>
        </ol>
        <t>If steps 4 (EDHOC processing) and 8 (OSCORE processing) are both successfully completed, the server MUST reply with an OSCORE-protected response (see <xref section="5.4.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>). The usage of EDHOC message_4 as defined in <xref section="5.5" sectionFormat="of" target="I-D.ietf-lake-edhoc"/> is not applicable to the approach defined in this document.</t>
        <t>If step 4 (EDHOC processing) fails, the server discontinues the protocol as per <xref section="5.4.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/> and responds with an EDHOC error message with error code 1, formatted as defined in <xref section="6.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. In particular, the CoAP response conveying the EDHOC error message MUST have Content-Format set to application/edhoc+cbor-seq defined in <xref section="9.9" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
        <t>If step 4 (EDHOC processing) is successfully completed but step 8 (OSCORE processing) fails, the same OSCORE error handling as defined in <xref section="8.2" sectionFormat="of" target="RFC8613"/> applies.</t>
        <section anchor="server-blockwise">
          <name>Supporting Block-wise</name>
          <t>If Block-wise <xref target="RFC7959"/> is supported, the server takes the additional following step before any other in <xref target="server-processing"/>.</t>
          <t>A. If Block-wise is present in the request, then process the Outer Block options according to <xref target="RFC7959"/>, until all blocks of the request have been received (see <xref section="4.1.3.4" sectionFormat="of" target="RFC8613"/>).</t>
        </section>
      </section>
      <section anchor="example">
        <name>Example of EDHOC + OSCORE Request</name>
        <t><xref target="fig-edhoc-opt-2"/> shows an example of EDHOC + OSCORE Request. In particular, the example assumes that:</t>
        <ul spacing="normal">
          <li>The used OSCORE Partial IV is 0, consistently with the first request protected with the new OSCORE Security Context.</li>
          <li>
            <t>The OSCORE Sender ID of the client is 0x01.  </t>
            <t>
As per <xref section="3.3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, this straightforwardly corresponds to the EDHOC connection identifier C_R 0x01.  </t>
            <t>
As per <xref section="3.3.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, when using the purely-sequential flow shown in <xref target="fig-non-combined"/>, the same C_R with value 0x01 would be encoded on the wire as the CBOR integer 1 (0x01 in CBOR encoding), and prepended to EDHOC message_3 in the payload of the second EDHOC request.</t>
          </li>
          <li>The EDHOC option is registered with CoAP option number 21.</li>
        </ul>
        <figure anchor="fig-edhoc-opt-2">
          <name>Example of CoAP message with EDHOC and OSCORE combined.</name>
          <artwork align="center"><![CDATA[
o  OSCORE option value: 0x090001 (3 bytes)

o  EDHOC option value: - (0 bytes)

o  EDHOC message_3: 0x52d5535f3147e85f1cfacd9e78abf9e0a81bbf (19 bytes)

o  OSCORE ciphertext: 0x612f1092f1776f1c1668b3825e (13 bytes)

From there:

o  Protected CoAP request (OSCORE message):

   0x44025d1f               ; CoAP 4-byte header
     00003974               ; Token
     39 6c6f63616c686f7374  ; Uri-Host Option: "localhost"
     63 090001              ; OSCORE Option
     c0                     ; EDHOC Option
     ff 52d5535f3147e85f1cfacd9e78abf9e0a81bbf
        4d612f1092f1776f1c1668b3825e
   (57 bytes)
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="use-of-ids">
      <name>Use of EDHOC Connection Identifiers with OSCORE</name>
      <t><xref section="3.3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/> defines the straightforward mapping from an EDHOC connection identifier to an OSCORE Sender/Recipient ID. That is, an EDHOC identifier and the corresponding OSCORE Sender/Recipient ID are both byte strings with the same value.</t>
      <t>Therefore, the conversion from an OSCORE Sender/Recipient ID to an EDHOC identifier is equally straightforward. In particular, at step 3 of <xref target="server-processing"/>, the value of 'kid' in the OSCORE Option of the EDHOC + OSCORE request is both the server's Recipient ID (i.e., the client's Sender ID) as well as the EDHOC Connection Identifier C_R of the server.</t>
      <section anchor="oscore-edhoc-message-processing">
        <name>Additional Processing of EDHOC Messages</name>
        <t>Compared to what is specified in <xref section="5" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, the client and server MUST perform the additional message processing specified in the rest of this section.</t>
        <section anchor="initiator-processing-of-message-1">
          <name>Initiator Processing of Message 1</name>
          <t>The Initiator selects C_I as follows. If the Initiator possibly performs multiple EDHOC executions concurrently, the following sequence of steps MUST be atomic.</t>
          <ol spacing="normal" type="1"><li>The Initiator initializes a set ID_SET as the empty set.</li>
            <li>
              <t>The Initiator selects an available OSCORE Recipient ID, namely ID*, which is not included in ID_SET. Consistently with the requirements in <xref section="3.3" sectionFormat="of" target="RFC8613"/>, when selecting ID*:  </t>
              <ul spacing="normal">
                <li>The Initiator MUST NOT select a Recipient ID as ID* if this is currently used in a Recipient Context within a Security Context where the ID Context has zero-length.</li>
                <li>The Initiator SHOULD select ID* only among the Recipient IDs which are currently not used in the sets of all its Recipient Contexts.</li>
              </ul>
            </li>
            <li>If ID* is already used as EDHOC Connection Identifier C_I, the Initiator adds ID* to ID_SET and moves back to step 2. Otherwise, it moves to step 4.</li>
            <li>The Initiator sets ID* as a "not available" OSCORE Recipient ID, and uses it as its EDHOC connection identifier C_I.</li>
          </ol>
        </section>
        <section anchor="responder-processing-of-message-2">
          <name>Responder Processing of Message 2</name>
          <t>The Responder selects C_R as follows. If the Responder possibly performs multiple EDHOC executions concurrently, the following sequence of steps MUST be atomic.</t>
          <ol spacing="normal" type="1"><li>The Responder initializes a set ID_SET as the empty set.</li>
            <li>
              <t>The Responder selects an available OSCORE Recipient ID, namely ID*, which is not included in ID_SET. Consistently with the requirements in <xref section="3.3" sectionFormat="of" target="RFC8613"/>, when selecting ID*:  </t>
              <ul spacing="normal">
                <li>The Responder MUST NOT select a Recipient ID as ID* if this is currently used in a Recipient Context within a Security Context where the ID Context has zero-length.</li>
                <li>The Responder SHOULD select ID* only among the Recipient IDs which are currently not used in the sets of all its Recipient Contexts.</li>
              </ul>
            </li>
            <li>If ID* is already used as EDHOC Connection Identifier C_R, the Responder adds ID* to ID_SET and moves back to step 2. Otherwise, it moves to step 5.</li>
            <li>If ID* is equal to the EDHOC Connection Identifier C_I specified in EDHOC message_1 (i.e., after its decoding as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), then the Responder adds ID* to ID_SET and moves back to step 2. Otherwise, it moves to step 5.</li>
            <li>The Responder sets ID* as a "not available" OSCORE Recipient ID, and uses it as its EDHOC connection identifier C_R.</li>
          </ol>
        </section>
        <section anchor="initiator-processing-of-message-2">
          <name>Initiator Processing of Message 2</name>
          <t>If the following condition holds, the Initiator MUST discontinue the protocol and reply with an EDHOC error message with error code 1, formatted as defined in <xref section="6.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
          <ul spacing="normal">
            <li>The EDHOC Connection Identifier C_I is equal to the EDHOC Connection Identifier C_R specified in EDHOC message_2 (i.e., after its decoding as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>).</li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="app-statements">
      <name>Extension and Consistency of Application Profiles</name>
      <t>The application profile referred by the client and server can include the information elements introduced below, in accordance with the specified consistency rules.</t>
      <t>If the server supports the EDHOC + OSCORE request within an EDHOC execution started at a certain EDHOC resource, then the application profile associated with that resource:</t>
      <ul spacing="normal">
        <li>MUST NOT specify that EDHOC message_4 shall be sent.</li>
        <li>SHOULD explicitly specify support for the EDHOC + OSCORE request.</li>
      </ul>
    </section>
    <section anchor="web-linking">
      <name>Web Linking</name>
      <t><xref section="9.10" sectionFormat="of" target="I-D.ietf-lake-edhoc"/> registers the resource type "core.edhoc", which can be used as target attribute in a web link <xref target="RFC8288"/> to an EDHOC resource, e.g., using a link-format document <xref target="RFC6690"/>. This enables clients to discover the presence of EDHOC resources at a server, possibly using the resource type as filter criterion.</t>
      <t>At the same time, the application profile associated with an EDHOC resource provides a number of information describing how the EDHOC protocol can be used through that resource. While a client may become aware of the application profile through several means, it would be convenient to obtain its information elements upon discovering the EDHOC resources at the server. This might aim at discovering especially the EDHOC resources whose associated application profile denotes a way of using EDHOC which is most suitable to the client, e.g., with EDHOC cipher suites or authentication methods that the client also supports or prefers.</t>
      <t>That is, it would be convenient that a client discovering an EDHOC resource contextually obtains relevant pieces of information from the application profile associated with that resource. The resource discovery can occur by means of a direct interaction with the server, or instead by means of the CoRE Resource Directory <xref target="RFC9176"/>, where the server may have registered the links to its resources.</t>
      <t>In order to enable the above, this section defines a number of parameters, each of which can be optionally specified as a target attribute with the same name in the link to the respective EDHOC resource, or as filter criteria in a discovery request from the client. When specifying these parameters in a link to an EDHOC resource, the target attribute rt="core.edhoc" MUST be included, and the same consistency rules defined in <xref target="app-statements"/> for the corresponding information elements of an application profile MUST be followed.</t>
      <t>The following parameters are defined.</t>
      <ul spacing="normal">
        <li>'method', specifying an authentication method supported by the server. This parameter MUST specify a single value, which is taken from the 'Value' column of the "EDHOC Method Type" registry defined in <xref section="9.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. This parameter MAY occur multiple times, with each occurrence specifying a different authentication method.</li>
        <li>'csuite', specifying an EDHOC cipher suite supported by the server. This parameter MUST specify a single value, which is taken from the 'Value' column of the "EDHOC Cipher Suites" registry defined in <xref section="9.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. This parameter MAY occur multiple times, with each occurrence specifying a different cipher suite.</li>
        <li>'cred-t', specifying a type of authentication credential supported by the server. This parameter MUST specify a single value, and possible values are: "x509", for X.509 certificate <xref target="RFC5280"/>; "c509", for C509 certificate <xref target="I-D.ietf-cose-cbor-encoded-cert"/>; "cwt" for CWT <xref target="RFC8392"/>; "ccs" for CWT Claims Set (CCS) <xref target="RFC8392"/>. This parameter MAY occur multiple times, with each occurrence specifying a different authentication credential type.</li>
        <li>
          <t>'idcred-t', specifying the type of identifiers supported by the server for identifying authentication credentials. This parameter MUST specify a single value, which is taken from the 'Label' column of the "COSE Headers Parameters" registry <xref target="COSE.Header.Parameters"/>. This parameter MAY occur multiple times, with each occurrence specifying a different type of identifier for authentication credentials.  </t>
          <t>
Note that the values in the 'Label' column of the "COSE Headers Parameters" registry are strongly typed. On the contrary, Link Format is weakly typed and thus does not distinguish between, for instance, the string value "-10" and the integer value -10. Thus, if responses in Link Format are returned, string values which look like an integer are not supported. Therefore, such values MUST NOT be used in the 'idcred-t' parameter.</t>
        </li>
        <li>
          <t>'ead1', 'ead2', 'ead3' and 'ead4', specifying, if present, that the server supports the use of External Authorization Data EAD_1, EAD_2, EAD_3 and EAD_4, respectively (see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>). For each of these parameters, the following applies, with 1 &lt;= x &lt;= 4.  </t>
          <ul spacing="normal">
            <li>It MAY occur multiple times, and each occurrence of 'eadx' denotes that the server supports an EAD item for the EAD_x field of EDHOC message_x.</li>
            <li>Each occurrence of 'eadx' specifies an ead_label, whose value is taken from the 'Label' column of the "EDHOC External Authorization Data" registry defined in <xref section="9.5" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. This denotes that the server supports the EAD item with that ead_label for the EAD_x field.</li>
          </ul>
        </li>
        <li>'comb-req', specifying, if present, that the server supports the EDHOC + OSCORE request defined in <xref target="edhoc-in-oscore"/>. A value MUST NOT be given to this parameter and any present value MUST be ignored by parsers.</li>
      </ul>
      <t>The example in <xref target="fig-web-link-example"/> shows how a client discovers two EDHOC resources at a server, obtaining information elements from the respective application profiles. The Link Format notation from <xref section="5" sectionFormat="of" target="RFC6690"/> is used.</t>
      <figure anchor="fig-web-link-example">
        <name>The Web Link.</name>
        <artwork align="center"><![CDATA[
REQ: GET /.well-known/core

RES: 2.05 Content
    </sensors/temp>;osc,
    </sensors/light>;if="sensor",
    </edhoc/resA>;rt="core.edhoc";csuite="0";csuite="2";method="0";
    cred-t="c509";cred-t="ccs";idcred-t="4";comb-req,
    </edhoc/resB>;rt="core.edhoc";csuite="0";csuite="2";method="0";
    method="3";cred-t="c509";cred-t="x509";idcred-t="34"
]]></artwork>
      </figure>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The same security considerations from OSCORE <xref target="RFC8613"/> and EDHOC <xref target="I-D.ietf-lake-edhoc"/> hold for this document. In addition, the following considerations also apply.</t>
      <t><xref target="client-processing"/> specifies that a client SHOULD NOT have multiple outstanding EDHOC + OSCORE requests pertaining to the same EDHOC session. Even if a client did not fulfill this requirement, it would not have any impact in terms of security. That is, the server would still not process different instances of the same EDHOC message_3 more than once in the same EDHOC session (see <xref section="5.1" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), and would still enforce replay protection of the OSCORE-protected request (see Sections <xref target="RFC8613" section="7.4" sectionFormat="bare"/> and <xref target="RFC8613" section="8.2" sectionFormat="bare"/> of <xref target="RFC8613"/>).</t>
      <t>With reference to the purely sequential workflow in <xref target="fig-non-combined"/>, the OSCORE request might have to undergo access control checks at the server, before being actually executed for accesing the target protected resource. The same MUST hold when the optimized workflow in <xref target="fig-combined"/> is used, i.e., when using the EDHOC + OSCORE request.</t>
      <t>That is, the rebuilt OSCORE-protected application request from step 7 in <xref target="server-processing"/> MUST undergo the same access control checks that would be performed on a traditional OSCORE-protected application request sent individually as shown in <xref target="fig-non-combined"/>.</t>
      <t>To this end, validated information to perform access control checks (e.g., an access token issued by a trusted party) has to be available at the server latest before starting to process the rebuilt OSCORE-protected application request. Such information may have been provided to the server separately before starting the EDHOC execution altogether, or instead as External Authorization Data during the EDHOC execution (see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>).</t>
      <t>Thus, a successful completion of the EDHOC protocol and the following derivation of the OSCORE Security Context at the server do not play a role in determining whether the rebuilt OSCORE-protected request is authorized to access the target protected resource at the server.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with
the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-coap-options">
        <name>CoAP Option Numbers Registry</name>
        <t>IANA is asked to enter the following option number to the "CoAP Option Numbers" registry within the "CoRE Parameters" registry group.</t>
        <artwork align="center"><![CDATA[
+--------+-------+------------+
| Number | Name  | Reference  |
+--------+-------+------------+
| TBD21  | EDHOC | [RFC-XXXX] |
+--------+-------+------------+
]]></artwork>
        <t>Note to RFC Editor: Following the registration of the CoAP Option Number 21, please replace "TBD21" with "21" in the table above. Then, please delete this paragraph and all the following text within the present <xref target="iana-coap-options"/>.</t>
        <t>[</t>
        <t>The CoAP option number 21 is consistent with the properties of the EDHOC Option defined in <xref target="edhoc-option"/>, and it allows the EDHOC Option to always result in an overall size of 1 byte. This is because:</t>
        <ul spacing="normal">
          <li>The EDHOC option is always empty, i.e., with zero-length value; and</li>
          <li>Since the OSCORE Option with option number 9 is always present in the EDHOC + OSCORE request, the EDHOC Option is encoded with a delta equal to at most 12.</li>
        </ul>
        <t>Therefore, this document suggests 21 (TBD21) as option number to be assigned to the new EDHOC Option. Although the currently unassigned option number 13 would also work well for the same reasons in the use case in question, different use cases or protocols may make a better use of the option number 13. Hence the preference for the option number 21, and why it is <em>not</em> necessary to register additional option numbers than 21.</t>
        <t>]</t>
      </section>
      <section anchor="iana-target-attributes">
        <name>Target Attributes Registry</name>
        <t>IANA is asked to register the following entries in the "Target Attributes" registry within the "CoRE Parameters" registry group.</t>
        <artwork><![CDATA[
Attribute Name: method
Brief Description: A supported authentication method for EDHOC
Change Controller: IESG
Reference: [RFC-XXXX]

Attribute Name: csuite
Brief Description: A supported cipher suite for EDHOC
Change Controller: IESG
Reference: [RFC-XXXX]

Attribute Name: cred-t
Brief Description: A supported type of
                   authentication credential for EDHOC
Change Controller: IESG
Reference: [RFC-XXXX]

Attribute Name: idcred-t
Brief Description: A supported type of
                   authentication credential identifier for EDHOC
Change Controller: IESG
Reference: [RFC-XXXX]

Attribute Name: ead1
Brief Description: A supported EDHOC EAD_1 item
Change Controller: IESG
Reference: [RFC-XXXX]

Attribute Name: ead2
Brief Description: A supported EDHOC EAD_2 item
Change Controller: IESG
Reference: [RFC-XXXX]

Attribute Name: ead3
Brief Description: A supported EDHOC EAD_3 item
Change Controller: IESG
Reference: [RFC-XXXX]

Attribute Name: ead4
Brief Description: A supported EDHOC EAD_4 item
Change Controller: IESG
Reference: [RFC-XXXX]

Attribute Name: comb-req
Brief Description: Hint: support for the EDHOC+OSCORE request
Change Controller: IESG
Reference: [RFC-XXXX]
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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="RFC6690" target="https://www.rfc-editor.org/info/rfc6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links.  Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type.  "RESTful" refers to the Representational State Transfer (REST) architecture.  A well-known URI is defined as a default entry point for requesting the links hosted by a server.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC7252" target="https://www.rfc-editor.org/info/rfc7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <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="RFC7959" target="https://www.rfc-editor.org/info/rfc7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby">
              <organization/>
            </author>
            <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">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <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="RFC8288" target="https://www.rfc-editor.org/info/rfc8288">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <date month="October" year="2017"/>
            <abstract>
              <t>This specification defines a model for the relationships between resources on the Web ("links") and the type of those relationships ("link relation types").</t>
              <t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8288"/>
          <seriesInfo name="DOI" value="10.17487/RFC8288"/>
        </reference>
        <reference anchor="RFC8613" target="https://www.rfc-editor.org/info/rfc8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson">
              <organization/>
            </author>
            <author fullname="F. Palombini" initials="F." surname="Palombini">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <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="RFC8742" target="https://www.rfc-editor.org/info/rfc8742">
          <front>
            <title>Concise Binary Object Representation (CBOR) Sequences</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <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="RFC8949" target="https://www.rfc-editor.org/info/rfc8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <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="RFC9176" target="https://www.rfc-editor.org/info/rfc9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss">
              <organization/>
            </author>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="M. Koster" initials="M." surname="Koster">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok">
              <organization/>
            </author>
            <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-lake-edhoc" target="https://www.ietf.org/archive/id/draft-ietf-lake-edhoc-17.txt">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="12" month="October" year="2022"/>
            <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>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-17"/>
        </reference>
        <reference anchor="COSE.Header.Parameters" target="https://www.iana.org/assignments/cose/cose.xhtml#header-parameters">
          <front>
            <title>COSE Header Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <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="RFC8392" target="https://www.rfc-editor.org/info/rfc8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <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="I-D.ietf-cose-cbor-encoded-cert" target="https://www.ietf.org/archive/id/draft-ietf-cose-cbor-encoded-cert-04.txt">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund" initials="J." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="10" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50%.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-04"/>
        </reference>
      </references>
    </references>
    <section anchor="block-wise-performance">
      <name>Considerations on Using Block-wise</name>
      <t>This section provides guidelines and recommendations for clients supporting both the EDHOC + OSCORE request defined in this document as well as Block-wise <xref target="RFC7959"/>.</t>
      <t>The following especially considers a client that may perform only "inner" Block-wise, but not "outer" Block-wise operations. That is, the considered client does not (further) split an OSCORE-protected request like an intermediary (e.g., a proxy) might do. This is the typical case for OSCORE endpoints (see <xref section="4.1.3.4" sectionFormat="of" target="RFC8613"/>).</t>
      <t>The rest of this section refers to the following notation.</t>
      <ul spacing="normal">
        <li>SIZE_APP: the size in bytes of the application data to be included in a CoAP request. When Block-wise is used, this is referred to as the "body" to be fragmented into blocks.</li>
        <li>SIZE_EDHOC: the size in bytes of EDHOC message_3, if this is sent as part of the EDHOC + OSCORE request. Otherwise, the size of EDHOC message_3 plus the size in bytes of the EDHOC Connection Identifier C_R, encoded as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</li>
        <li>SIZE_MTU: the maximum amount of transmittable bytes before having to use Block-wise. This is, for example, 64 KiB as maximum datagram size when using UDP, or 1280 bytes as the maximum size for an IPv6 MTU.</li>
        <li>SIZE_OH: the size in bytes of the overall overhead due to all the communication layers underlying the application. This takes into account also the overhead introduced by the OSCORE processing.</li>
        <li>LIMIT = (SIZE_MTU - SIZE_OH): the practical maximum size in bytes to be considered by the application before using Block-wise.</li>
        <li>SIZE_BLOCK: the size in bytes of inner blocks.</li>
        <li>ceil(): the ceiling function.</li>
      </ul>
      <section anchor="block-wise-performance-pre-req">
        <name>Pre-requirements</name>
        <t>Before sending an EDHOC + OSCORE request, the client has to perform the following checks. Note that, while the client is able to fragment the application data, it cannot fragment the EDHOC + OSCORE request or the EDHOC message_3 added therein.</t>
        <ul spacing="normal">
          <li>
            <t>If inner Block-wise is not used, hence SIZE_APP &lt;= LIMIT, the client must verify whether all the following conditions hold:  </t>
            <ul spacing="normal">
              <li>COND1: SIZE_EDHOC &lt;= LIMIT</li>
              <li>COND2: (SIZE_APP + SIZE_EDHOC) &lt;= LIMIT</li>
            </ul>
          </li>
          <li>
            <t>If inner Block-wise is used, the client must verify whether all the following conditions hold:  </t>
            <ul spacing="normal">
              <li>COND3: SIZE_EDHOC &lt;= LIMIT</li>
              <li>COND4: (SIZE_BLOCK + SIZE_EDHOC) &lt;= LIMIT</li>
            </ul>
          </li>
        </ul>
        <t>In either case, if not all the corresponding conditions hold, the client should not send the EDHOC + OSCORE request. Instead, the client can continue by switching to the purely sequential workflow shown in <xref target="fig-non-combined"/>. That is, the client first sends EDHOC message_3 prepended by the EDHOC Connection Identifier C_R encoded as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, and then sends the OSCORE-protected CoAP request once the EDHOC execution is completed.</t>
      </section>
      <section anchor="effectively-using-block-wise">
        <name>Effectively Using Block-Wise</name>
        <t>In order to avoid further fragmentation at lower layers when sending an EDHOC + OSCORE request, the client has to use inner Block-wise if <em>any</em> of the following conditions holds:</t>
        <ul spacing="normal">
          <li>COND5: SIZE_APP &gt; LIMIT</li>
          <li>COND6: (SIZE_APP + SIZE_EDHOC) &gt; LIMIT</li>
        </ul>
        <t>In particular, consistently with <xref target="block-wise-performance-pre-req"/>, the used SIZE_BLOCK has to be such that the following condition also holds:</t>
        <ul spacing="normal">
          <li>COND7: (SIZE_BLOCK + SIZE_EDHOC) &lt;= LIMIT</li>
        </ul>
        <t>Note that the client might still use Block-wise due to reasons different from exceeding the size indicated by LIMIT.</t>
        <t>If <em>both</em> the conditions COND5 and COND6 hold, the use of Block-wise results in the following number of round trips for completing both the EDHOC execution and the first OSCORE-protected exchange.</t>
        <ul spacing="normal">
          <li>If the original workflow shown in <xref target="fig-non-combined"/> is used, the number of round trips RT_ORIG is equal to 1 + ceil(SIZE_EDHOC / SIZE_BLOCK) + ceil(SIZE_APP / SIZE_BLOCK).</li>
          <li>If the optimized workflow shown in <xref target="fig-combined"/> is used, the number of round trips RT_COMB is equal to 1 + ceil(SIZE_APP / SIZE_BLOCK).</li>
        </ul>
        <t>It follows that RT_COMB &lt; RT_ORIG, i.e., the optimized workflow always yields a lower number of round trips.</t>
        <t>Instead, the conveniency of using the optimized workflow becomes questionable if <em>both</em> the following conditions hold:</t>
        <ul spacing="normal">
          <li>COND8: SIZE_APP &lt;= LIMIT</li>
          <li>COND9: (SIZE_APP + SIZE_EDHOC) &gt; LIMIT</li>
        </ul>
        <t>That is, since SIZE_APP &lt;= LIMIT, using Block-wise would not be required when using the original workflow, provided that SIZE_EDHOC &lt;= LIMIT still holds.</t>
        <t>At the same time, using the combined workflow is in itself what actually triggers the use of blockwise, since (SIZE_APP + SIZE_EDHOC) &gt; LIMIT.</t>
        <t>Therefore, the following round trips are experienced by the client.</t>
        <ul spacing="normal">
          <li>The original workflow shown in <xref target="fig-non-combined"/> and run without using Block-wise results in a number of round trips RT_ORIG equal to 3.</li>
          <li>The optimized workflow shown in <xref target="fig-combined"/> and run using Block-wise results in a number of round trips RT_COMB equal to 1 + ceil(SIZE_APP / SIZE_BLOCK).</li>
        </ul>
        <t>It follows that RT_COMB &gt;= RT_ORIG, i.e., the optimized workflow might still be not worse than the original workflow in terms of round trips. This is the case only if the used SIZE_BLOCK is such that ceil(SIZE_APP / SIZE_BLOCK) is equal to 2, i.e., the EDHOC + OSCORE request is fragmented into only 2 inner blocks. However, even in such a case, there would be no advantage in terms or round trips compared to the original workflow, while still requiring the client and server to perform the processing due to using the EDHOC + OSCORE request and Block-wise transferring.</t>
        <t>Therefore, if both the conditions COND8 and COND9 hold, the client should not send the EDHOC + OSCORE request. Instead, the client SHOULD continue by switching to the purely sequential workflow shown in <xref target="fig-non-combined"/>. That is, the client first sends EDHOC message_3 prepended by the EDHOC Connection Identifier C_R encoded as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, and then sends the OSCORE-protected CoAP request once the EDHOC execution is completed.</t>
      </section>
    </section>
    <section anchor="sec-document-updates">
      <name>Document Updates</name>
      <t>RFC Editor: Please remove this section.</t>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>Extended figure on EDHOC sequential workflow.</li>
          <li>Revised naming of target attributes.</li>
          <li>Clarified semantics of target attributes 'eadx'.</li>
          <li>Registration of target attributes.</li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>Clarifications on Web Linking parameters.</li>
          <li>Added security considerations.</li>
          <li>Revised IANA considerations to focus on the CoAP option number 21.</li>
          <li>Guidelines on using Block-wise moved to an appendix.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>Renamed "applicability statement" to "application profile".</li>
          <li>Use the latest Content-Formats.</li>
          <li>Use of SHOULD NOT for multiple simultaneous outstanding interactions.</li>
          <li>No more special conversion from OSCORE ID to EDHOC ID.</li>
          <li>Considerations on using Block-wise.</li>
          <li>Wed Linking signaling of multiple supported EAD labels.</li>
          <li>Added security considerations.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>Clarifications on transporting EDHOC message_3 in the CoAP payload.</li>
          <li>At most one simultaneous outstanding interaction as an EDHOC + OSCORE request with the same server for the same session with connection identifier C_R.</li>
          <li>The EDHOC option is removed from the EDHOC + OSCORE request after processing the EDHOC data.</li>
          <li>Added explicit constraints when selecting a Recipient ID as C_X.</li>
          <li>Added processing steps for when Block-wise is used.</li>
          <li>Improved error handling on the server.</li>
          <li>Improved section on Web Linking.</li>
          <li>Updated figures; editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>New title, abstract and introduction.</li>
          <li>Restructured table of content.</li>
          <li>Alignment with latest format of EDHOC messages.</li>
          <li>Guideline on ID conversions based on application profile.</li>
          <li>Clarifications, extension and consistency on application profile.</li>
          <li>Section on web-linking.</li>
          <li>RFC8126 terminology in IANA considerations.</li>
          <li>Revised Appendix "Checking CBOR Encoding of Numeric Values".</li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>Improved background overview of EDHOC.</li>
          <li>Added explicit rules for converting OSCORE Sender/Recipient IDs to EDHOC connection identifiers following the removal of bstr_identifier from EDHOC.</li>
          <li>Revised section organization.</li>
          <li>Recommended number for EDHOC option changed to 21.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Esko Dijk"/>, <contact fullname="Klaus Hartke"/>, <contact fullname="David Navarro"/>, <contact fullname="Jim Schaad"/> and <contact fullname="Mališa Vučinić"/> for their feedback and comments.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
FgOopfZasFvk+Bdvnu7NAhsdIHxLC4up3bQEZ6siwluy0Zo07ZASjEtGH83T
ImTnpUudBY0APbVzzAiXejmmJlTIIts5WzKl5arE/nC9awW2SYjh7+ArPIh5
SX3z7EWcuHV/YXzpGF5KjrLfH904T9M8/whqxkfK6jVzRHTXaeXQmNRRE6Sm
ylQZxBr1tb7njl4cpjAhAeCHQET470j+3fiGdom/bgb0RZuTFLqeO+Y2l4fU
fy1r2Yf9+oY9+mfUk+59dBMx/LYZ3rF5r65+A4S21Ufrilw9iiEZjkIdQ/X7
Z+oG/2+TEbqvjqslJEW35tYoCkPyALqbb6xZthBSKMr3D0Et11PnNYHt34Ae
q9O4mU98Y1Z1tHBSV4OD6X5R/CFFsjMl8LYd2mqciWdfcop3y/vFsXZhXXdC
SaDCYHK2md1bG+hE0OfT8z7o/F+KxQscdy3NDbwbLwZqX8DsU+MFIHJmGxM4
dk2XNWa3NjPVexMNBe5Wh2ILXimNGe0yMm3an/Gg9U0iqEn6RL9Lw6bme7mX
upfYpl5oUFjM8Uyy1vobspx9Jgin7ZnjtaQM6y0znRRbk/lOjv55T/1wdKaC
FvUI/g58d0q9ibdMGjeFtn7/HUC3zIvyO0Ci2fdP4bB6tS9S9NB8/zSZPOvy
R13zBB3xd7DR/e+f1ky6p6yhP+uuu19H3aesw9OnNAYz32estz21f4Gi9dRw
5mfdTfhGELYx8/Mvndn8veFNGyyCtE5vFRub3SUZbXU081vqGafu8mQ1P0Dp
lRIzWks3DXmiVmxM+PIl19dT1Ee4hF8rgalXJo+nLhfqhc6mz8ItdZ9r6+1Q
K36M7uwE4jf/aOc0penN4RWte/fk2jK7I+Qt2B/M0XlMGsNknk4SupDEXcTB
d2xbFxw+RutCLpRMZ9GY0+M1ZgZQl2o+jVrRu7BLHoObPEsLJ8qhd5qk0ais
b8vbgNelmBsAojcNxZkJFjf22izOWVyEJznJ/hI1srKxNFm8tS1CXKrcwo4P
4bylejLY5NqkenMD0xyGvJ4km+/uNrA0ebsmfNiRTCcGA88xAHuRSyds1ofR
q47l5WXjTnGunjjXpPiMxXnKYSe/o7Y1pdif1WzZzUydToerZpC+7PU9cmsR
OlIbG/QuZW+7/adeNdnaWDnoB8ale41j80VRsy3Jk8Wdgmk/BqoWB9vBS3Ru
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

-->

</rfc>
