<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.6 (Ruby 2.7.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-edhoc-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.4 -->
  <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-04"/>
    <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="July" day="11"/>
    <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 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 represented 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 represented 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 represented 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 see <xref section="3.9" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, associated with the used EDHOC resource.</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 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>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 represented 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 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 following applies, 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 represented 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="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, represented 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 MUST 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 represented 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 represented 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="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 MAY occur multiple times, with each occurrence specifying a different authentication credential type. 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"/>.</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"/> defines 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 <xref section="7.4" sectionFormat="of" target="RFC8613"/>).</t>
      <t>TODO: more considerations</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>
        <t>[</t>
        <t>The CoAP option numbers 13 and 21 are both consistent with the properties of the EDHOC Option defined in <xref target="edhoc-option"/>, and they both allow 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 CoAP request, the EDHOC option would be encoded with a maximum delta of 4 or 12, depending on its option number being 13 or 21.</li>
        </ul>
        <t>At the time of writing, the CoAP option numbers 13 and 21 are both unassigned in the "CoAP Option Numbers" registry, as first available and consistent option numbers for the EDHOC option.</t>
        <t>This document suggests 21 (TBD21) as option number to be assigned to the new EDHOC option, since both 13 and 21 are consistent for the use case in question, but different use cases or protocols may make better use of the option number 13.</t>
        <t>]</t>
        <artwork align="center"><![CDATA[
+--------+-------+------------+
| Number | Name  | Reference  |
+--------+-------+------------+
| TBD21  | EDHOC | [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-15.txt">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="10" month="July" 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-15"/>
        </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">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="10" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50%.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-04"/>
        </reference>
      </references>
    </references>
    <section anchor="sec-document-updates">
      <name>Document Updates</name>
      <t>RFC Editor: Please remove this section.</t>
      <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>
