<?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  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-edhoc-08" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="Using EDHOC with CoAP and OSCORE">Using EDHOC with CoAP and OSCORE</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-edhoc-08"/>
    <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="Höglund" fullname="Rikard Höglund">
      <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="Göran Selander">
      <organization>Ericsson</organization>
      <address>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <date year="2023" month="August" day="08"/>
    <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 details 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 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 details 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 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 influences 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 a 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"/>, OSCORE <xref target="RFC8613"/>, and EDHOC <xref target="I-D.ietf-lake-edhoc"/>.</t>
      </section>
    </section>
    <section anchor="overview">
      <name>EDHOC Overview</name>
      <t>This section is not normative and summarizes what is specified in <xref target="I-D.ietf-lake-edhoc"/>, in particular its Appendix A.2. Thus, it provides a baseline for the enhancements in the subsequent sections.</t>
      <t>The EDHOC protocol specified in <xref target="I-D.ietf-lake-edhoc"/> 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, forward message flow of EDHOC consists in the CoAP client acting as Initiator and the CoAP server acting as Responder. Alternatively, the two roles can be reversed, as per the reverse message flow of EDHOC. 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 <em>EDHOC resource</em> 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 can be set to application/cid-edhoc+cbor-seq.</t>
      <t>This triggers the EDHOC execution 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 can 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 can 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 EDHOC resource addressed (see <xref section="3.9" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
      <figure anchor="fig-non-combined">
        <name>EDHOC and OSCORE run sequentially. 
The optional message_4 is included in this example, without which that message needs no payload.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="736" width="544" viewBox="0 0 544 736" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 64,64 L 64,256" fill="none" stroke="black"/>
              <path d="M 64,288 L 64,544" fill="none" stroke="black"/>
              <path d="M 64,592 L 64,720" fill="none" stroke="black"/>
              <path d="M 488,64 L 488,384" fill="none" stroke="black"/>
              <path d="M 488,464 L 488,720" fill="none" stroke="black"/>
              <path d="M 80,96 L 208,96" fill="none" stroke="black"/>
              <path d="M 336,96 L 472,96" fill="none" stroke="black"/>
              <path d="M 80,192 L 208,192" fill="none" stroke="black"/>
              <path d="M 336,192 L 472,192" fill="none" stroke="black"/>
              <path d="M 80,304 L 208,304" fill="none" stroke="black"/>
              <path d="M 336,304 L 472,304" fill="none" stroke="black"/>
              <path d="M 80,480 L 208,480" fill="none" stroke="black"/>
              <path d="M 336,480 L 472,480" fill="none" stroke="black"/>
              <path d="M 80,608 L 200,608" fill="none" stroke="black"/>
              <path d="M 336,608 L 472,608" fill="none" stroke="black"/>
              <path d="M 80,672 L 200,672" fill="none" stroke="black"/>
              <path d="M 344,672 L 472,672" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="480,608 468,602.4 468,613.6" fill="black" transform="rotate(0,472,608)"/>
              <polygon class="arrowhead" points="480,304 468,298.4 468,309.6" fill="black" transform="rotate(0,472,304)"/>
              <polygon class="arrowhead" points="480,96 468,90.4 468,101.6" fill="black" transform="rotate(0,472,96)"/>
              <polygon class="arrowhead" points="88,672 76,666.4 76,677.6" fill="black" transform="rotate(180,80,672)"/>
              <polygon class="arrowhead" points="88,480 76,474.4 76,485.6" fill="black" transform="rotate(180,80,480)"/>
              <polygon class="arrowhead" points="88,192 76,186.4 76,197.6" fill="black" transform="rotate(180,80,192)"/>
              <g class="text">
                <text x="36" y="36">CoAP</text>
                <text x="84" y="36">client</text>
                <text x="452" y="36">CoAP</text>
                <text x="500" y="36">server</text>
                <text x="28" y="52">(EDHOC</text>
                <text x="100" y="52">Initiator)</text>
                <text x="428" y="52">(EDHOC</text>
                <text x="500" y="52">Responder)</text>
                <text x="240" y="100">EDHOC</text>
                <text x="296" y="100">Request</text>
                <text x="120" y="116">Header:</text>
                <text x="172" y="116">0.02</text>
                <text x="220" y="116">(POST)</text>
                <text x="128" y="132">Uri-Path:</text>
                <text x="252" y="132">"/.well-known/edhoc"</text>
                <text x="152" y="148">Content-Format:</text>
                <text x="340" y="148">application/cid-edhoc+cbor-seq</text>
                <text x="124" y="164">Payload:</text>
                <text x="184" y="164">true,</text>
                <text x="232" y="164">EDHOC</text>
                <text x="296" y="164">message_1</text>
                <text x="240" y="196">EDHOC</text>
                <text x="300" y="196">Response</text>
                <text x="152" y="212">Header:</text>
                <text x="204" y="212">2.04</text>
                <text x="264" y="212">(Changed)</text>
                <text x="184" y="228">Content-Format:</text>
                <text x="356" y="228">application/edhoc+cbor-seq</text>
                <text x="156" y="244">Payload:</text>
                <text x="216" y="244">EDHOC</text>
                <text x="280" y="244">message_2</text>
                <text x="24" y="276">EDHOC</text>
                <text x="100" y="276">verification</text>
                <text x="240" y="308">EDHOC</text>
                <text x="296" y="308">Request</text>
                <text x="120" y="324">Header:</text>
                <text x="172" y="324">0.02</text>
                <text x="220" y="324">(POST)</text>
                <text x="128" y="340">Uri-Path:</text>
                <text x="252" y="340">"/.well-known/edhoc"</text>
                <text x="152" y="356">Content-Format:</text>
                <text x="340" y="356">application/cid-edhoc+cbor-seq</text>
                <text x="124" y="372">Payload:</text>
                <text x="180" y="372">C_R,</text>
                <text x="224" y="372">EDHOC</text>
                <text x="288" y="372">message_3</text>
                <text x="416" y="404">EDHOC</text>
                <text x="492" y="404">verification</text>
                <text x="488" y="420">+</text>
                <text x="444" y="436">OSCORE</text>
                <text x="488" y="436">Sec</text>
                <text x="520" y="436">Ctx</text>
                <text x="468" y="452">Derivation</text>
                <text x="240" y="484">EDHOC</text>
                <text x="300" y="484">Response</text>
                <text x="152" y="500">Header:</text>
                <text x="204" y="500">2.04</text>
                <text x="264" y="500">(Changed)</text>
                <text x="184" y="516">Content-Format:</text>
                <text x="356" y="516">application/edhoc+cbor-seq</text>
                <text x="156" y="532">Payload:</text>
                <text x="216" y="532">EDHOC</text>
                <text x="280" y="532">message_4</text>
                <text x="28" y="564">OSCORE</text>
                <text x="72" y="564">Sec</text>
                <text x="104" y="564">Ctx</text>
                <text x="52" y="580">Derivation</text>
                <text x="236" y="612">OSCORE</text>
                <text x="296" y="612">Request</text>
                <text x="120" y="628">Header:</text>
                <text x="172" y="628">0.02</text>
                <text x="220" y="628">(POST)</text>
                <text x="124" y="644">Payload:</text>
                <text x="228" y="644">OSCORE-protected</text>
                <text x="316" y="644">data</text>
                <text x="236" y="676">OSCORE</text>
                <text x="300" y="676">Response</text>
                <text x="232" y="692">Header:</text>
                <text x="284" y="692">2.04</text>
                <text x="344" y="692">(Changed)</text>
                <text x="236" y="708">Payload:</text>
                <text x="340" y="708">OSCORE-protected</text>
                <text x="428" y="708">data</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
  CoAP client                                         CoAP server
(EDHOC Initiator)                                 (EDHOC Responder)
       |                                                    |
       |                                                    |
       | ----------------- EDHOC Request -----------------> |
       |   Header: 0.02 (POST)                              |
       |   Uri-Path: "/.well-known/edhoc"                   |
       |   Content-Format: application/cid-edhoc+cbor-seq   |
       |   Payload: true, EDHOC message_1                   |
       |                                                    |
       | <---------------- EDHOC Response------------------ |
       |       Header: 2.04 (Changed)                       |
       |       Content-Format: application/edhoc+cbor-seq   |
       |       Payload: EDHOC message_2                     |
       |                                                    |
EDHOC verification                                          |
       |                                                    |
       | ----------------- EDHOC Request -----------------> |
       |   Header: 0.02 (POST)                              |
       |   Uri-Path: "/.well-known/edhoc"                   |
       |   Content-Format: application/cid-edhoc+cbor-seq   |
       |   Payload: C_R, EDHOC message_3                    |
       |                                                    |
       |                                         EDHOC verification
       |                                                    +
       |                                            OSCORE Sec Ctx
       |                                             Derivation
       |                                                    |
       | <---------------- EDHOC Response------------------ |
       |       Header: 2.04 (Changed)                       |
       |       Content-Format: application/edhoc+cbor-seq   |
       |       Payload: EDHOC message_4                     |
       |                                                    |
OSCORE Sec Ctx                                              |
 Derivation                                                 |
       |                                                    |
       | ---------------- OSCORE Request -----------------> |
       |   Header: 0.02 (POST)                              |
       |   Payload: OSCORE-protected data                   |
       |                                                    |
       | <--------------- OSCORE Response ----------------- |
       |                 Header: 2.04 (Changed)             |
       |                 Payload: OSCORE-protected data     |
       |                                                    |
]]></artwork>
        </artset>
      </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 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 message exchange with the first OSCORE transaction, thus minimizing the number of round trips between the two peers.</t>
      <t>This approach can be used only if the default, forward message flow of EDHOC is used, i.e., when the client acts as Initiator and the server acts as Responder. That is, it cannot be used in the case with reversed roles as per the reverse message flow of EDHOC.</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>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="544" width="552" viewBox="0 0 552 544" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 64,64 L 64,240" fill="none" stroke="black"/>
              <path d="M 64,320 L 64,528" fill="none" stroke="black"/>
              <path d="M 496,64 L 496,384" fill="none" stroke="black"/>
              <path d="M 496,464 L 496,528" fill="none" stroke="black"/>
              <path d="M 80,80 L 216,80" fill="none" stroke="black"/>
              <path d="M 344,80 L 480,80" fill="none" stroke="black"/>
              <path d="M 80,176 L 216,176" fill="none" stroke="black"/>
              <path d="M 344,176 L 480,176" fill="none" stroke="black"/>
              <path d="M 80,336 L 184,336" fill="none" stroke="black"/>
              <path d="M 384,336 L 480,336" fill="none" stroke="black"/>
              <path d="M 80,480 L 200,480" fill="none" stroke="black"/>
              <path d="M 344,480 L 480,480" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="488,336 476,330.4 476,341.6" fill="black" transform="rotate(0,480,336)"/>
              <polygon class="arrowhead" points="488,80 476,74.4 476,85.6" fill="black" transform="rotate(0,480,80)"/>
              <polygon class="arrowhead" points="88,480 76,474.4 76,485.6" fill="black" transform="rotate(180,80,480)"/>
              <polygon class="arrowhead" points="88,176 76,170.4 76,181.6" fill="black" transform="rotate(180,80,176)"/>
              <g class="text">
                <text x="36" y="36">CoAP</text>
                <text x="84" y="36">client</text>
                <text x="460" y="36">CoAP</text>
                <text x="508" y="36">server</text>
                <text x="28" y="52">(EDHOC</text>
                <text x="100" y="52">Initiator)</text>
                <text x="436" y="52">(EDHOC</text>
                <text x="508" y="52">Responder)</text>
                <text x="248" y="84">EDHOC</text>
                <text x="304" y="84">Request</text>
                <text x="120" y="100">Header:</text>
                <text x="172" y="100">0.02</text>
                <text x="220" y="100">(POST)</text>
                <text x="128" y="116">Uri-Path:</text>
                <text x="252" y="116">"/.well-known/edhoc"</text>
                <text x="152" y="132">Content-Format:</text>
                <text x="340" y="132">application/cid-edhoc+cbor-seq</text>
                <text x="124" y="148">Payload:</text>
                <text x="184" y="148">true,</text>
                <text x="232" y="148">EDHOC</text>
                <text x="296" y="148">message_1</text>
                <text x="248" y="180">EDHOC</text>
                <text x="308" y="180">Response</text>
                <text x="160" y="196">Header:</text>
                <text x="224" y="196">Changed</text>
                <text x="284" y="196">(2.04)</text>
                <text x="192" y="212">Content-Format:</text>
                <text x="364" y="212">application/edhoc+cbor-seq</text>
                <text x="164" y="228">Payload:</text>
                <text x="224" y="228">EDHOC</text>
                <text x="288" y="228">message_2</text>
                <text x="24" y="260">EDHOC</text>
                <text x="100" y="260">verification</text>
                <text x="64" y="276">+</text>
                <text x="36" y="292">OSCORE</text>
                <text x="80" y="292">Sec</text>
                <text x="112" y="292">Ctx</text>
                <text x="68" y="308">Derivation</text>
                <text x="216" y="340">EDHOC</text>
                <text x="248" y="340">+</text>
                <text x="284" y="340">OSCORE</text>
                <text x="344" y="340">Request</text>
                <text x="120" y="356">Header:</text>
                <text x="172" y="356">0.02</text>
                <text x="220" y="356">(POST)</text>
                <text x="124" y="372">Payload:</text>
                <text x="184" y="372">EDHOC</text>
                <text x="248" y="372">message_3</text>
                <text x="296" y="372">+</text>
                <text x="372" y="372">OSCORE-protected</text>
                <text x="460" y="372">data</text>
                <text x="424" y="404">EDHOC</text>
                <text x="500" y="404">verification</text>
                <text x="496" y="420">+</text>
                <text x="444" y="436">OSCORE</text>
                <text x="488" y="436">Sec</text>
                <text x="520" y="436">Ctx</text>
                <text x="484" y="452">Derivation</text>
                <text x="236" y="484">OSCORE</text>
                <text x="300" y="484">Response</text>
                <text x="256" y="500">Header:</text>
                <text x="308" y="500">2.04</text>
                <text x="368" y="500">(Changed)</text>
                <text x="260" y="516">Payload:</text>
                <text x="364" y="516">OSCORE-protected</text>
                <text x="452" y="516">data</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" 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>
        </artset>
      </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 composed of the following two parts combined together in a single CoAP message:</t>
      <ul spacing="normal">
        <li>The OSCORE Request from <xref target="fig-non-combined"/>, which is also in this case sent to a protected resource, with the correct CoAP method and options intended for accessing that resource.</li>
        <li>
          <t>EDHOC data consisting of the pair (C_R, EDHOC message_3) required for completing the EDHOC session. Note that, as specified in <xref target="client-processing"/>, C_R is transported in the OSCORE Option of the OSCORE Request rather than in the CoAP payload of the EDHOC + OSCORE request.  </t>
          <t>
Since EDHOC message_3 may be too large to be included in a CoAP Option, e.g., if conveying a 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 large External Authorization Data as EAD_3 (see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), EDHOC message_3 has instead to be transported in the CoAP payload of the EDHOC + OSCORE request, as prepended to the payload of the OSCORE Request.</t>
        </li>
      </ul>
      <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 MUST be empty. If any value is sent, the recipient MUST ignore it. (Future documents may update the definition of the option, by expanding its semantics and specifying admitted values.) The option is intended only for CoAP requests and is of Class U for OSCORE <xref target="RFC8613"/>.</t>
        <table align="center" anchor="fig-edhoc-option">
          <name>The EDHOC Option. 
C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable</name>
          <thead>
            <tr>
              <th align="left">No.</th>
              <th align="left">C</th>
              <th align="left">U</th>
              <th align="left">N</th>
              <th align="left">R</th>
              <th align="left">Name</th>
              <th align="left">Format</th>
              <th align="left">Length</th>
              <th align="left">Default</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD21</td>
              <td align="left">x</td>
              <td align="left"> </td>
              <td align="left"> </td>
              <td align="left"> </td>
              <td align="left">EDHOC</td>
              <td align="left">Empty</td>
              <td align="left">0</td>
              <td align="left">(none)</td>
            </tr>
          </tbody>
        </table>
        <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 also contains EDHOC data, which 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 an example of a CoAP message transported over UDP and containing both the EDHOC data and the OSCORE ciphertext, using the newly defined EDHOC option for signalling.</t>
        <figure anchor="fig-edhoc-opt">
          <name>Example of CoAP message transported over UDP, combining EDHOC data and OSCORE data as 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) ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Observe Option| 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>Establish the new OSCORE Security Context and use it to encrypt the original CoAP request as per <xref section="8.1" sectionFormat="of" target="RFC8613"/>.  </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 COMB_PAYLOAD as the concatenation of EDHOC_MSG_3 and OSCORE_PAYLOAD in this order: COMB_PAYLOAD = EDHOC_MSG_3 | OSCORE_PAYLOAD, where | denotes byte string concatenation and:  </t>
            <ul spacing="normal">
              <li>EDHOC_MSG_3 is the binary encoding of EDHOC message_3 resulting from step 1. As per <xref section="5.4.1" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, EDHOC message_3 consists of one CBOR data item CIPHERTEXT_3, which is a CBOR byte string. Therefore, EDHOC_MSG_3 is the binary encoding of CIPHERTEXT_3.</li>
              <li>OSCORE_PAYLOAD is 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 COMB_PAYLOAD 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>
        <t>(An exception might apply for clients that operate under particular time constraints over particularly unreliable networks, thus raising the chances to promptly complete the EDHOC execution with the server through multiple, simultaneous EDHOC + OSCORE requests. As discussed in <xref target="security-considerations"/>, this does not have any impact in terms of security.)</t>
        <section anchor="client-blockwise">
          <name>Supporting Block-wise</name>
          <t>If Block-wise <xref target="RFC7959"/> is supported, the client may fragment the first application CoAP request before protecting it as an original message with OSCORE, as defined in <xref section="4.1.3.4.1" sectionFormat="of" target="RFC8613"/>.</t>
          <t>In such a case, the OSCORE processing in step 2 of <xref target="client-processing"/> is performed on each inner block of the first application CoAP request, and the following also applies.</t>
          <ul spacing="normal">
            <li>
              <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 first application 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>
            </li>
            <li>
              <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 COMB_PAYLOAD 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 abandon 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>
            </li>
          </ul>
          <t>The performance advantage of using the EDHOC + OSCORE request can be lost when used in combination with Block-wise transfers that rely on specific parameter values and block sizes.</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 has the format defined at step 3 of <xref target="client-processing"/> for COMB_PAYLOAD. 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 COMB_PAYLOAD of the EDHOC + OSCORE request, as the first element EDHOC_MSG_3 (see step 3 of <xref target="client-processing"/>).</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 COMB_PAYLOAD of the EDHOC + OSCORE request, as the second element OSCORE_PAYLOAD (see step 3 of <xref target="client-processing"/>).</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>
When the decrypted request is checked for any critical CoAP options (as it is during regular CoAP processing), the presence of an EDHOC option MUST be regarded as an unprocessed critical option, unless it is processed by some further mechanism.</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.3" 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"/>. The server MUST NOT establish a new OSCORE Security Context from the present EDHOC session with the client, hence the CoAP response conveying the EDHOC error message is not protected with OSCORE. As per <xref section="8.5" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, the server has to make sure that the error message does not reveal sensitive information. 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 transported over UDP. In particular, the example assumes that:</t>
        <ul spacing="normal">
          <li>The OSCORE Partial IV in use 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>
        <t>Note to RFC Editor: Please delete the last bullet point in the previous list, since, at the time of publication, the CoAP option number will be in fact registered.</t>
        <t>This results in the following components shown in <xref target="fig-edhoc-opt-2"/>:</t>
        <ul spacing="normal">
          <li>OSCORE option value: 0x090001 (3 bytes)</li>
          <li>EDHOC option value: - (0 bytes)</li>
          <li>EDHOC message_3: 0x52d5535f3147e85f1cfacd9e78abf9e0a81bbf (19 bytes)</li>
          <li>OSCORE ciphertext: 0x612f1092f1776f1c1668b3825e (13 bytes)</li>
        </ul>
        <figure anchor="fig-edhoc-opt-2">
          <name>Example of CoAP message transported over UDP, combining EDHOC data and OSCORE data as signalled with the EDHOC Option.</name>
          <artwork type="~" align="center"><![CDATA[
Protected CoAP request (OSCORE message):

   0x44025d1f               ; CoAP 4-byte header
     00003974               ; Token
     93 090001              ; OSCORE Option
     c0                     ; EDHOC Option
     ff 52d5535f3147e85f1cfacd9e78abf9e0a81bbf
        612f1092f1776f1c1668b3825e
   (46 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) and the EDHOC Connection Identifier C_R of the server.</t>
      <section anchor="oscore-edhoc-message-processing">
        <name>Additional Processing of EDHOC Messages</name>
        <t>When using EDHOC to establish an OSCORE Security Context, the client and server MUST perform the following additional steps during an EDHOC execution, thus extending <xref section="5" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
        <section anchor="initiator-processing-of-message-1">
          <name>Initiator Processing of Message 1</name>
          <t>The Initiator selects an EDHOC Connection Identifier C_I as follows.</t>
          <t>The Initiator MUST choose a C_I that is neither used in any current EDHOC session as this peer's EDHOC Connection Identifier, nor the Recipient ID in a current OSCORE Security Context where the ID Context is not present.</t>
          <t>The chosen C_I SHOULD NOT be the Recipient ID of any current OSCORE Security Context. Note that, unless the two peers concurrently use alternative methods to establish OSCORE Security Contexts, this allows the Responder to always omit the 'kid context' in the OSCORE Option of its messages sent to the Initiator, when protecting those with an OSCORE Security Context where C_I is the Responder's OSCORE Sender ID (see <xref section="6.1" sectionFormat="of" target="RFC8613"/>).</t>
        </section>
        <section anchor="responder-processing-of-message-2">
          <name>Responder Processing of Message 2</name>
          <t>The Responder selects an EDHOC Connection Identifier C_R as follows.</t>
          <t>The Responder MUST choose a C_R that is neither used in any current EDHOC session as this peer's EDHOC Connection Identifier, nor is equal to the EDHOC Connection Identifier C_I specified in the EDHOC message_1 of the present EDHOC session (i.e., after its decoding as per <xref section="3.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), nor is the Recipient ID in a current OSCORE Security Context where the ID Context is not present.</t>
          <t>The chosen C_R SHOULD NOT be the Recipient ID of any current OSCORE Security Context. Note that, for a reason analogous to the one given above with C_I, this allows the Initiator to always omit the 'kid context' in the OSCORE Option of its messages sent to the Responder, when protecting those with an OSCORE Security Context where C_R is the Initiator's OSCORE Sender ID (see <xref section="6.1" sectionFormat="of" target="RFC8613"/>).</t>
        </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 below, according to 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 SHOULD explicitly specify support for the EDHOC + OSCORE request.</t>
      <t>In case the application profile indicates that the server supports the optional EDHOC message_4 (see <xref section="5.5" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), the client has to bear in mind that the usage of EDHOC message_4 is not applicable to the optimized workflow based on the EDHOC + OSCORE request (see <xref target="server-processing"/>).</t>
    </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 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>'ed-i', specifying, if present, that the server supports the EDHOC Initiator role, hence the reverse message flow of EDHOC. A value MUST NOT be given to this parameter and any present value MUST be ignored by the recipient.</li>
        <li>'ed-r', specifying, if present, that the server supports the EDHOC Responder role, hence the forward message flow of EDHOC. A value MUST NOT be given to this parameter and any present value MUST be ignored by the recipient.</li>
        <li>'ed-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 an authentication method.</li>
        <li>'ed-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 cipher suite.</li>
        <li>'ed-cred-t', specifying a type of authentication credential supported by the server. This parameter MUST specify a single value, which is taken from the 'Value' column of the "EDHOC Authentication Credential Types" Registry defined in <xref target="iana-edhoc-auth-cred-types"/> of this document. This parameter MAY occur multiple times, with each occurrence specifying a type of authentication credential.</li>
        <li>
          <t>'ed-idcred-t', specifying a type of identifier 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 Header Parameters" registry <xref target="COSE.Header.Parameters"/>. This parameter MAY occur multiple times, with each occurrence specifying a type of identifier for authentication credentials.  </t>
          <t>
Note that the values in the 'Label' column of the "COSE Header 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 'ed-idcred-t' parameter.</t>
        </li>
        <li>'ed-ead', specifying the support of the server for an External Authorization Data (EAD) item (see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>). This parameter MUST specify a single value, which is taken from the 'Label' column of the "EDHOC External Authorization Data" registry defined in <xref section="9.5" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. This parameter MAY occur multiple times, with each occurrence specifying the ead_label of an EAD item that the server supports.</li>
        <li>'ed-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 the recipient.</li>
      </ul>
      <t>(Future documents may update the definition of the parameters 'ed-i', 'ed-r', and 'ed-comb-req', by expanding their semantics and specifying admitted values.)</t>
      <t>The example in <xref target="fig-web-link-example"/> shows how a client discovers one EDHOC resource at a server, obtaining information elements from the respective application profile. 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,
    </.well-known/edhoc>;rt=core.edhoc;ed-csuite=0;ed-csuite=2;
        ed-method=0;ed-cred-t=1;ed-cred-t=3;ed-idcred-t=4;
        ed-i;ed-r;ed-comb-req
]]></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>When using the optimized workflow in Figure 2, a minimum of 128-bit security against online brute force attacks is achieved after the client receives and successfully verifies the first OSCORE-protected response (see <xref section="8.1" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>). As an example, if EDHOC is used with method 3 (see <xref section="3.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>) and cipher suite 2 (see <xref section="3.6" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), then the following holds.</t>
      <ul spacing="normal">
        <li>The Initiator is authenticated with 128-bit security against online attacks. This is the sum of the 64-bit MACs in EDHOC message_3 and of the MAC in the AEAD of the first OSCORE-protected CoAP request, as rebuilt at step 7 of <xref target="server-processing"/>.</li>
        <li>The Responder is authenticated with 128-bit security against online attacks. This is the sum of the 64-bit MACs in EDHOC message_2 and of the MAC in the AEAD of the first OSCORE-protected CoAP response.</li>
      </ul>
      <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 accessing 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 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>
        <table align="center">
          <name>Registrations in CoAP Option Numbers Registry</name>
          <thead>
            <tr>
              <th align="left">Number</th>
              <th align="left">Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD21</td>
              <td align="left">EDHOC</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
          </tbody>
        </table>
        <t>Note to RFC Editor: Following the registration of the CoAP Option Number 21, please replace "TBD21" with "21" in the table above. Then, please delete this paragraph and all the following text within the present <xref target="iana-coap-options"/>.</t>
        <t>[</t>
        <t>The CoAP option number 21 is consistent with the properties of the EDHOC Option defined in <xref target="edhoc-option"/>, and it allows the EDHOC Option to always result in an overall size of 1 byte. This is because:</t>
        <ul spacing="normal">
          <li>The EDHOC option is always empty, i.e., with zero-length value; and</li>
          <li>Since the OSCORE Option with option number 9 is always present in the EDHOC + OSCORE request, the EDHOC Option is encoded with a delta equal to at most 12.</li>
        </ul>
        <t>Therefore, this document suggests 21 (TBD21) as option number to be assigned to the new EDHOC Option. Although the currently unassigned option number 13 would also work well for the same reasons in the use case in question, different use cases or protocols may make a better use of the option number 13. Hence the preference for the option number 21, and why it is <em>not</em> necessary to register additional option numbers than 21.</t>
        <t>]</t>
      </section>
      <section anchor="iana-target-attributes">
        <name>Target Attributes Registry</name>
        <t>IANA is asked to register the following entries in the "Target Attributes" registry within the "CoRE Parameters" registry group, as per <xref target="I-D.ietf-core-target-attr"/>.
For all entries, the Change Controller is IESG, and the reference is [RFC-XXXX].</t>
        <table align="center">
          <name>Registrations in Target Attributes Registry</name>
          <thead>
            <tr>
              <th align="left">Attribute Name:</th>
              <th align="left">Brief Description:</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ed-i</td>
              <td align="left">Hint: support for the EDHOC Initiator role</td>
            </tr>
            <tr>
              <td align="left">ed-r</td>
              <td align="left">Hint: support for the EDHOC Responder role</td>
            </tr>
            <tr>
              <td align="left">ed-method</td>
              <td align="left">A supported authentication method for EDHOC</td>
            </tr>
            <tr>
              <td align="left">ed-csuite</td>
              <td align="left">A supported cipher suite for EDHOC</td>
            </tr>
            <tr>
              <td align="left">ed-cred-t</td>
              <td align="left">A supported type of authentication credential for EDHOC</td>
            </tr>
            <tr>
              <td align="left">ed-idcred-t</td>
              <td align="left">A supported type of authentication credential identifier for EDHOC</td>
            </tr>
            <tr>
              <td align="left">ed-ead</td>
              <td align="left">A supported External Authorization Data (EAD) item for EDHOC</td>
            </tr>
            <tr>
              <td align="left">ed-comb-req</td>
              <td align="left">Hint: support for the EDHOC+OSCORE request</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="iana-edhoc-auth-cred-types">
        <name>EDHOC Authentication Credential Types Registry</name>
        <t>IANA is requested to create a new "EDHOC Authentication Credential Types" registry within the "Ephemeral Diffie-Hellman Over COSE (EDHOC)" registry group defined in <xref target="I-D.ietf-lake-edhoc"/>.</t>
        <t>The registry uses the "Expert Review" registration procedure <xref target="RFC8126"/>. Expert Review guidelines are provided in <xref target="review"/>.</t>
        <t>The columns of this registry are:</t>
        <ul spacing="normal">
          <li>
            <t>Value: This field contains the value used to identify the type of authentication credential. These values MUST be unique. The value can be an unsigned integer or a negative integer. Different ranges of values use different registration policies <xref target="RFC8126"/>:  </t>
            <ul spacing="normal">
              <li>Integer values from -24 to 23 are designated as "Standards Action With Expert Review".</li>
              <li>Integer values from -65536 to -25 and from 24 to 65535 are designated as "Specification Required".</li>
              <li>Integer values smaller than -65536 and greater than 65535 are marked as "Private Use".</li>
            </ul>
          </li>
          <li>Description: This field contains a short description of the type of authentication credential.</li>
          <li>Reference: This field contains a pointer to the public specification for the type of authentication credential.</li>
        </ul>
        <t>Initial entries in this registry are as listed in <xref target="pre-reg"/>.</t>
        <table align="center" anchor="pre-reg">
          <name>Initial Entries in the "EDHOC Authentication Credential Types" Registry</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">CBOR Web Token (CWT) containing a COSE_Key in a 'cnf' claim</td>
              <td align="left">
                <xref target="RFC8392"/></td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">CWT Claims Set (CCS) containing a COSE_Key in a 'cnf' claim</td>
              <td align="left">
                <xref target="RFC8392"/></td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">X.509 certificate</td>
              <td align="left">
                <xref target="RFC5280"/></td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">C509 certificate</td>
              <td align="left">
                <xref target="I-D.ietf-cose-cbor-encoded-cert"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="review">
        <name>Expert Review Instructions</name>
        <t>The IANA registry established in this document is defined as "Expert Review". This section gives some general guidelines for what the experts should be looking for; but they are being designated as experts for a reason, so they should be given substantial latitude.</t>
        <t>Expert reviewers should take into consideration the following points:</t>
        <ul spacing="normal">
          <li>Clarity and correctness of registrations. Experts are expected to check the clarity of purpose and use of the requested entries. Experts need to make sure that registered identifiers indicate a type of authentication credential whose format and encoding is clearly defined in the corresponding specification. Identifiers of types of authentication credentials that do not meet these objective of clarity and completeness must not be registered.</li>
          <li>Point squatting should be discouraged. Reviewers are encouraged to get sufficient information for registration requests to ensure that the usage is not going to duplicate one that is already registered and that the point is likely to be used in deployments. The zones tagged as "Private Use" are intended for testing purposes and closed environments. Code points in other ranges should not be assigned for testing.</li>
          <li>Specifications are required for the "Standards Action With Expert Review" range of point assignment. Specifications should exist for "Specification Required" ranges, but early assignment before a specification is available is considered to be permissible. When specifications are not provided, the description provided needs to have sufficient information to identify what the point is being used for.</li>
          <li>Experts should take into account the expected usage of fields when approving point assignment. The fact that there is a range for Standards Track documents does not mean that a Standards Track document cannot have points assigned outside of that range. The length of the encoded value should be weighed against how many code points of that length are left, the size of device it will be used on, and the number of code points left that encode to that size.</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <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">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC8288">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <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">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="I-D.ietf-lake-edhoc">
          <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="7" month="July" year="2023"/>
            <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-20"/>
        </reference>
        <reference anchor="I-D.ietf-core-target-attr">
          <front>
            <title>CoRE Target Attributes Registry</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="23" month="July" year="2023"/>
            <abstract>
              <t>   The Constrained RESTful Environments (CoRE) specifications apply Web
   technologies to constrained environments.  One important such
   technology is Web Linking (RFC 8288), which CoRE specifications use
   as the basis for a number of discovery protocols, such as the Link
   Format (RFC 6690) in CoAP's Resource Discovery Protocol (Section 7.2
   of RFC7252) and the Resource Directory (RD, RFC 9176).

   Web Links can have target attributes, the names of which are not
   generally coordinated by the Web Linking specification (Section 2.2
   of RFC 8288).  This document introduces an IANA registry for
   coordinating names of target attributes when used in CoRE.  It
   updates the RD Parameters IANA Registry created by RFC 9176 to
   coordinate with this registry.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-target-attr-05"/>
        </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>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="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"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert">
          <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="7" month="July" year="2023"/>
            <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-06"/>
        </reference>
      </references>
    </references>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>Fixes and clarifications from the Shepherd's review.</li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>Changed document title.</li>
          <li>The client creates the OSCORE Security Context after creating EDHOC message_3.</li>
          <li>Revised selection of EDHOC connection identifiers.</li>
          <li>Use of "forward message flow" and "reverse message flow".</li>
          <li>The payload of the combined request is not a CBOR sequence anymore.</li>
          <li>EDHOC error messages from the server are not protected with OSCORE.</li>
          <li>More future-proof error handling on the server side.</li>
          <li>Target attribute names prefixed by "ed-".</li>
          <li>Defined new target attributes "ed-i" and "ed-r".</li>
          <li>Defined single target attribute "ed-ead" signaling supported EAD items.</li>
          <li>Security consideration on the minimally achieved 128-bit security.</li>
          <li>Defined and used the "EDHOC Authentication Credential Types" Registry.</li>
          <li>High-level sentence replacing the appendix on Block-wise performance.</li>
          <li>Revised examples.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>Extended figure on EDHOC sequential workflow.</li>
          <li>Revised naming of target attributes.</li>
          <li>Clarified semantics of target attributes 'eadx'.</li>
          <li>Registration of target attributes.</li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>Clarifications on Web Linking parameters.</li>
          <li>Added security considerations.</li>
          <li>Revised IANA considerations to focus on the CoAP option number 21.</li>
          <li>Guidelines on using Block-wise moved to an appendix.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>Renamed "applicability statement" to "application profile".</li>
          <li>Use the latest Content-Formats.</li>
          <li>Use of SHOULD NOT for multiple simultaneous outstanding interactions.</li>
          <li>No more special conversion from OSCORE ID to EDHOC ID.</li>
          <li>Considerations on using Block-wise.</li>
          <li>Wed Linking signaling of multiple supported EAD labels.</li>
          <li>Added security considerations.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>Clarifications on transporting EDHOC message_3 in the CoAP payload.</li>
          <li>At most one simultaneous outstanding interaction as an EDHOC + OSCORE request with the same server for the same session with connection identifier C_R.</li>
          <li>The EDHOC option is removed from the EDHOC + OSCORE request after processing the EDHOC data.</li>
          <li>Added explicit constraints when selecting a Recipient ID as C_X.</li>
          <li>Added processing steps for when Block-wise is used.</li>
          <li>Improved error handling on the server.</li>
          <li>Improved section on Web Linking.</li>
          <li>Updated figures; editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>New title, abstract and introduction.</li>
          <li>Restructured table of content.</li>
          <li>Alignment with latest format of EDHOC messages.</li>
          <li>Guideline on ID conversions based on application profile.</li>
          <li>Clarifications, extension and consistency on application profile.</li>
          <li>Section on web-linking.</li>
          <li>RFC8126 terminology in IANA considerations.</li>
          <li>Revised Appendix "Checking CBOR Encoding of Numeric Values".</li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>Improved background overview of EDHOC.</li>
          <li>Added explicit rules for converting OSCORE Sender/Recipient IDs to EDHOC connection identifiers following the removal of bstr_identifier from EDHOC.</li>
          <li>Revised section organization.</li>
          <li>Recommended number for EDHOC option changed to 21.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Esko Dijk"/>, <contact fullname="Klaus Hartke"/>, <contact fullname="John Preuß Mattsson"/>, <contact fullname="David Navarro"/>, <contact fullname="Jim Schaad"/>, and <contact fullname="Mališa Vučinić"/> for their feedback and comments.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
