<?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-05" 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-05"/>
    <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="October" day="24"/>
    <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</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                                        OSCORE Sec Ctx
  Derivation                                            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>'ead_1', 'ead_2', 'ead_3' and 'ead_4', 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.  </t>
          <ul spacing="normal">
            <li>It MAY occur multiple times, with its presence denoting support from the server for the respective external authorization data.</li>
            <li>Each occurrence specifies a value 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"/>, thus denoting support from the server for that particular type of external authorization data.</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>
  </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-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="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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

-->

</rfc>
