<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.7) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lake-edhoc-impl-cons-04" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="Implementation Considerations for EDHOC">Implementation Considerations for Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-impl-cons-04"/>
    <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>
    <date year="2025" month="July" day="07"/>
    <area>Security</area>
    <workgroup>LAKE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 61?>

<t>This document provides considerations for guiding the implementation of the authenticated key exchange protocol Ephemeral Diffie-Hellman Over COSE (EDHOC).</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Lightweight Authenticated Key Exchange Working Group mailing list (lake@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/lake/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/lake-wg/edhoc-impl-cons"/>.</t>
    </note>
  </front>
  <middle>
    <?line 65?>

<section anchor="intro">
      <name>Introduction</name>
      <t>Ephemeral Diffie-Hellman Over COSE (EDHOC) <xref target="RFC9528"/> is a lightweight authenticated key exchange protocol, especially intended for use in constrained scenarios.</t>
      <t>During the development of EDHOC, a number of side topics were raised and discussed, as emerging from reviews of the protocol latest design and from implementation activities. These topics were identified as strongly pertaining to the implementation of EDHOC rather than to the protocol in itself. Hence, they are not discussed in <xref target="RFC9528"/>, which rightly focuses on specifying the actual protocol.</t>
      <t>At the same time, implementors of an application using the EDHOC protocol or of an "EDHOC library" enabling its use cannot simply ignore such topics and will have to take them into account throughout their implementation work.</t>
      <t>In order to prevent multiple, independent re-discoveries and assessments of those topics, as well as to facilitate and guide implementation activities, this document collects such topics and discusses them through considerations about the implementation of EDHOC. At a high-level, the topics in question are summarized below.</t>
      <ul spacing="normal">
        <li>
          <t>Handling of completed EDHOC sessions when they become invalid and of application keys derived from an EDHOC session when those become invalid. This topic is discussed in <xref target="sec-session-handling"/>.</t>
        </li>
        <li>
          <t>Enforcement of different trust policies, with respect to learning new authentication credentials during an execution of EDHOC. This topic is discussed in <xref target="sec-trust-models"/>.</t>
        </li>
        <li>
          <t>Branched-off side processing of incoming EDHOC messages, with particular reference to: i) fetching and validation of authentication credentials; and ii) processing of External Authorization Data (EAD) items, which in turn might play a role in the fetching and validation of authentication credentials. This topic is discussed in <xref target="sec-message-side-processing"/>.</t>
        </li>
        <li>
          <t>Effectively using EDHOC over the Constrained Application Protocol (CoAP) <xref target="RFC7252"/> in combination with Block-wise transfers for CoAP <xref target="RFC7959"/>, possibly together with the optimized EDHOC execution workflow defined in <xref target="RFC9668"/>. This topic is discussed in <xref target="sec-block-wise"/>.</t>
        </li>
      </ul>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The reader is expected to be familiar with terms and concepts related to the EDHOC protocol <xref target="RFC9528"/>, (CoAP) <xref target="RFC7252"/>, and Block-wise transfers for CoAP <xref target="RFC7959"/>.</t>
      </section>
    </section>
    <section anchor="sec-session-handling">
      <name>Handling of Invalid EDHOC Sessions and Application Keys</name>
      <t>This section considers the most common situation where, given a certain peer, only the application at that peer has visibility and control of both:</t>
      <ul spacing="normal">
        <li>
          <t>The EDHOC sessions at that peer; and</t>
        </li>
        <li>
          <t>The application keys for that application at that peer, including the knowledge of whether they have been derived from an EDHOC session, i.e., by means of the EDHOC_Exporter interface after the successful completion of an execution of EDHOC (see <xref section="4.2" sectionFormat="of" target="RFC9528"/>).</t>
        </li>
      </ul>
      <t>Building on the above, the following expands on three relevant cases concerning the handling of EDHOC sessions and application keys, in the event that any of those becomes invalid.</t>
      <t>To provide more concrete guidance, the following also considers the case where "applications keys" stands for the keying material and parameters that compose a Security Context for the security protocol Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/>, i.e., when specifically those application keys are derived from an EDHOC session (see <xref section="A.1" sectionFormat="of" target="RFC9528"/>).</t>
      <t>Nevertheless, the same considerations are applicable if EDHOC is used to derive other application keys, e.g., when used to key different security protocols than OSCORE or to provide the application with secure values that are bound to an EDHOC session.</t>
      <section anchor="sec-session-invalid">
        <name>EDHOC Sessions Become Invalid</name>
        <t>The application at a peer P may have learned that a completed EDHOC session S has to be invalidated. When S is marked as invalid, the application at P purges S and deletes each set of application keys (e.g., the OSCORE Security Context) that was generated from S.</t>
        <t>Then, the application runs a new execution of the EDHOC protocol with the other peer. Upon successfully completing the EDHOC execution, the two peers derive and install a new set of application keys from this latest EDHOC session.</t>
        <t>The flowchart in <xref target="fig-flowchart-session-invalid"/> shows the handling of an EDHOC session that has become invalid.</t>
        <figure anchor="fig-flowchart-session-invalid">
          <name>Handling of an EDHOC Session that Has Become Invalid.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="80" width="552" viewBox="0 0 552 80" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 72,48 L 88,48" fill="none" stroke="black"/>
                <path d="M 312,48 L 328,48" fill="none" stroke="black"/>
                <path d="M 392,48 L 408,48" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="416,48 404,42.4 404,53.6" fill="black" transform="rotate(0,408,48)"/>
                <polygon class="arrowhead" points="336,48 324,42.4 324,53.6" fill="black" transform="rotate(0,328,48)"/>
                <polygon class="arrowhead" points="96,48 84,42.4 84,53.6" fill="black" transform="rotate(0,88,48)"/>
                <g class="text">
                  <text x="32" y="36">Invalid</text>
                  <text x="124" y="36">Delete</text>
                  <text x="168" y="36">the</text>
                  <text x="208" y="36">EDHOC</text>
                  <text x="264" y="36">session</text>
                  <text x="360" y="36">Rerun</text>
                  <text x="444" y="36">Derive</text>
                  <text x="488" y="36">and</text>
                  <text x="24" y="52">EDHOC</text>
                  <text x="112" y="52">and</text>
                  <text x="144" y="52">the</text>
                  <text x="208" y="52">application</text>
                  <text x="276" y="52">keys</text>
                  <text x="360" y="52">EDHOC</text>
                  <text x="448" y="52">install</text>
                  <text x="496" y="52">new</text>
                  <text x="32" y="68">session</text>
                  <text x="128" y="68">derived</text>
                  <text x="180" y="68">from</text>
                  <text x="212" y="68">it</text>
                  <text x="464" y="68">application</text>
                  <text x="532" y="68">keys</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
Invalid     Delete the EDHOC session      Rerun     Derive and
EDHOC   --> and the application keys  --> EDHOC --> install new
session     derived from it                         application keys
]]></artwork>
          </artset>
        </figure>
        <t>An EDHOC session may have become invalid, for example, because an authentication credential CRED_X may have expired, or because the peer P may have learned from a trusted source that CRED_X has been revoked. This effectively invalidates CRED_X, and therefore also invalidates any EDHOC session where CRED_X was used as authentication credential associated with either peer in the session (i.e., P itself or the other peer). In such a case, the application at P has to additionally delete CRED_X and any stored, corresponding credential identifier.</t>
      </section>
      <section anchor="sec-keys-invalid">
        <name>Application Keys Become Invalid</name>
        <t>The application at a peer P may have learned that a set of application keys is not safe to use anymore. When such a set is specifically an OSCORE Security Context, the application may have learned that from the used OSCORE library or from an OSCORE layer that takes part to the communication stack.</t>
        <t>A current set SET of application keys shared with another peer can become unsafe to use, for example, due to the following reasons:</t>
        <ul spacing="normal">
          <li>
            <t>SET has reached a pre-determined expiration time;</t>
          </li>
          <li>
            <t>SET has been established to use for a now elapsed amount of time, according to enforced application policies; or</t>
          </li>
          <li>
            <t>Some elements of SET have been used enough times to approach cryptographic limits that should not be passed, e.g., according to the properties of the security algorithms specifically used. With particular reference to an OSCORE Security Context, such limits are discussed in <xref target="I-D.ietf-core-oscore-key-limits"/>.</t>
          </li>
        </ul>
        <t>When this happens, the application at the peer P proceeds as follows.</t>
        <ol spacing="normal" type="1"><li>
            <t>If the following conditions both hold, then the application moves to Step 2. Otherwise, it moves to Step 3.  </t>
            <ul spacing="normal">
              <li>
                <t>Let us define S as the EDHOC session from which the peer P has derived SET or the eldest SET's ancestor set of application keys. Then, since the completion of S with the other peer, the application at P has received from the other peer at least one message protected with any set of application keys derived from S. That is, P has persisted S (see <xref section="5.4.2" sectionFormat="of" target="RFC9528"/>).</t>
              </li>
              <li>
                <t>The peer P supports a key update protocol, as an alternative to performing a new execution of EDHOC with the other peer. When SET is an OSCORE Security Context, the key update protocol supported by the peer P can be KUDOS <xref target="I-D.ietf-core-oscore-key-update"/>.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The application at P runs the key update protocol mentioned at Step 1 with the other peer, in order to update SET. When SET is an OSCORE Security Context, the application at P can run the key update protocol KUDOS with the other peer.  </t>
            <t>
If the key update protocol terminates successfully, the updated application keys are installed and no further actions are taken. Otherwise, the application at P moves to Step 3.</t>
          </li>
          <li>
            <t>The application at the peer P performs the following actions:  </t>
            <ul spacing="normal">
              <li>
                <t>It deletes SET.</t>
              </li>
              <li>
                <t>It deletes the EDHOC session from which SET was generated, or from which the eldest SET's ancestor set of application keys was generated before any key update occurred (e.g., by means of the EDHOC_KeyUpdate interface defined in <xref section="H" sectionFormat="of" target="RFC9528"/> or other key update methods).</t>
              </li>
              <li>
                <t>It runs a new execution of the EDHOC protocol with the other peer. Upon successfully completing the EDHOC execution, the two peers derive and install a new set of application keys from this latest EDHOC session.</t>
              </li>
            </ul>
          </li>
        </ol>
        <t>The flowchart in <xref target="fig-flowchart-keys-invalid"/> shows the handling of a set of application keys that has become invalid. In particular, it assumes such a set to be an OSCORE Security Context and the key update protocol to be KUDOS.</t>
        <figure anchor="fig-flowchart-keys-invalid">
          <name>Handling of a Set of Application Keys that Has Become Invalid.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="608" width="568" viewBox="0 0 568 608" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 24,64 L 24,96" fill="none" stroke="black"/>
                <path d="M 24,192 L 24,224" fill="none" stroke="black"/>
                <path d="M 24,304 L 24,336" fill="none" stroke="black"/>
                <path d="M 24,400 L 24,432" fill="none" stroke="black"/>
                <path d="M 24,512 L 24,544" fill="none" stroke="black"/>
                <path d="M 240,176 L 240,272" fill="none" stroke="black"/>
                <path d="M 312,176 L 312,480" fill="none" stroke="black"/>
                <path d="M 472,176 L 472,208" fill="none" stroke="black"/>
                <path d="M 144,128 L 176,128" fill="none" stroke="black"/>
                <path d="M 408,128 L 440,128" fill="none" stroke="black"/>
                <path d="M 96,272 L 240,272" fill="none" stroke="black"/>
                <path d="M 96,480 L 312,480" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="480,208 468,202.4 468,213.6" fill="black" transform="rotate(90,472,208)"/>
                <polygon class="arrowhead" points="448,128 436,122.4 436,133.6" fill="black" transform="rotate(0,440,128)"/>
                <polygon class="arrowhead" points="320,176 308,170.4 308,181.6" fill="black" transform="rotate(270,312,176)"/>
                <polygon class="arrowhead" points="248,176 236,170.4 236,181.6" fill="black" transform="rotate(270,240,176)"/>
                <polygon class="arrowhead" points="184,128 172,122.4 172,133.6" fill="black" transform="rotate(0,176,128)"/>
                <polygon class="arrowhead" points="32,544 20,538.4 20,549.6" fill="black" transform="rotate(90,24,544)"/>
                <polygon class="arrowhead" points="32,432 20,426.4 20,437.6" fill="black" transform="rotate(90,24,432)"/>
                <polygon class="arrowhead" points="32,336 20,330.4 20,341.6" fill="black" transform="rotate(90,24,336)"/>
                <polygon class="arrowhead" points="32,224 20,218.4 20,229.6" fill="black" transform="rotate(90,24,224)"/>
                <polygon class="arrowhead" points="32,96 20,90.4 20,101.6" fill="black" transform="rotate(90,24,96)"/>
                <g class="text">
                  <text x="32" y="36">Invalid</text>
                  <text x="112" y="36">application</text>
                  <text x="180" y="36">keys</text>
                  <text x="156" y="116">NO</text>
                  <text x="16" y="132">Are</text>
                  <text x="48" y="132">the</text>
                  <text x="212" y="132">Delete</text>
                  <text x="256" y="132">the</text>
                  <text x="320" y="132">application</text>
                  <text x="472" y="132">Rerun</text>
                  <text x="48" y="148">application</text>
                  <text x="116" y="148">keys</text>
                  <text x="204" y="148">keys</text>
                  <text x="240" y="148">and</text>
                  <text x="272" y="148">the</text>
                  <text x="312" y="148">EDHOC</text>
                  <text x="368" y="148">session</text>
                  <text x="472" y="148">EDHOC</text>
                  <text x="44" y="164">persisted?</text>
                  <text x="48" y="212">YES</text>
                  <text x="428" y="244">Derive</text>
                  <text x="472" y="244">and</text>
                  <text x="520" y="244">install</text>
                  <text x="12" y="260">Is</text>
                  <text x="48" y="260">KUDOS</text>
                  <text x="108" y="260">NO</text>
                  <text x="416" y="260">new</text>
                  <text x="480" y="260">application</text>
                  <text x="548" y="260">keys</text>
                  <text x="44" y="276">supported?</text>
                  <text x="48" y="324">YES</text>
                  <text x="16" y="372">Run</text>
                  <text x="56" y="372">KUDOS</text>
                  <text x="16" y="468">Has</text>
                  <text x="56" y="468">KUDOS</text>
                  <text x="108" y="468">NO</text>
                  <text x="44" y="484">succeeded?</text>
                  <text x="48" y="532">YES</text>
                  <text x="32" y="580">Install</text>
                  <text x="80" y="580">the</text>
                  <text x="128" y="580">updated</text>
                  <text x="48" y="596">application</text>
                  <text x="116" y="596">keys</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
Invalid application keys

  |
  |
  v
                  NO
Are the          ----> Delete the application     ----> Rerun
application keys       keys and the EDHOC session       EDHOC
persisted?
                             ^        ^                   |
  |                          |        |                   |
  | YES                      |        |                   v
  v                          |        |
                             |        |           Derive and install
Is KUDOS    NO               |        |           new application keys
supported? ------------------+        |
                                      |
  |                                   |
  | YES                               |
  v                                   |
                                      |
Run KUDOS                             |
                                      |
  |                                   |
  |                                   |
  v                                   |
                                      |
Has KUDOS   NO                        |
succeeded? ---------------------------+

  |
  | YES
  v

Install the updated
application keys
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="sec-keys-token-invalid">
        <name>Application Keys or Bound Access Rights Become Invalid</name>
        <t>The following considers two peers that use the ACE framework for authentication and authorization in constrained environments <xref target="RFC9200"/> and specifically the EDHOC and OSCORE profile of ACE defined in <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>.</t>
        <t>When doing so, one of the two peers acts as ACE resource server (RS) hosting protected resources. The other peer acts as ACE client and requests an access token from an ACE authorization server (AS) that is in trust relationship with the RS. The access token specifies access rights for accessing protected resources at the RS as well as the public authentication credential of the client, namely AUTH_CRED_C.</t>
        <t>After that, C uploads the access token to the RS, by means of an EAD item included in an EDHOC message during the EDHOC execution (see below). Alternatively, the AS can upload the access token to the RS on behalf of the client, as per the alternative Short Distribution Chain (SDC) workflow defined in <xref target="I-D.ietf-ace-workflow-and-params"/>.</t>
        <t>Consistent with the EDHOC and OSCORE profile of ACE, the two peers run EDHOC in order to specifically derive an OSCORE Security Context as their shared set of application keys (see <xref section="A.1" sectionFormat="of" target="RFC9528"/>). At the RS, the access token is bound to the successfully completed EDHOC session and to the established OSCORE Security Context.</t>
        <t>After that, the peer acting as ACE client can access the protected resources hosted at the other peer acting as RS, according to the access rights specified in the access token. The communications between the two peers are protected by means of the established OSCORE Security Context.</t>
        <t>Later on, the application at one of the two peers P may have learned that the established OSCORE Security Context CTX is not safe to use anymore, e.g., from the used OSCORE library or from an OSCORE layer that takes part to the communication stack. The reasons that make CTX not safe to use anymore are the same ones discussed in <xref target="sec-keys-invalid"/> when considering a set of application keys in general, plus the event where the access token bound to CTX becomes invalid (e.g., it has expired or it has been revoked).</t>
        <t>When this happens, the application at the peer P proceeds as follows.</t>
        <ol spacing="normal" type="1"><li>
            <t>If the following conditions both hold, then the application moves to Step 2. Otherwise, it moves to Step 3:  </t>
            <ul spacing="normal">
              <li>
                <t>The access token is still believed to be valid. That is, it has not expired yet and the peer P is not aware that it has been revoked.</t>
              </li>
              <li>
                <t>Let us define S as the EDHOC session from which the peer P has derived CTX or the eldest CTX's ancestor OSCORE Security Context. Then, since the completion of S with the other peer, the application at P has received from the other peer at least one message protected with any set of application keys derived from S. That is, P has persisted S (see <xref section="5.4.2" sectionFormat="of" target="RFC9528"/>).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>If the peer P supports the key update protocol KUDOS <xref target="I-D.ietf-core-oscore-key-update"/>, then P runs KUDOS with the other peer, in order to update CTX. If the execution of KUDOS terminates successfully, the updated OSCORE Security Context is installed and no further actions are taken.  </t>
            <t>
If the execution of KUDOS does not terminate successfully or if the peer P does not support KUDOS altogether, then the application at P moves to Step 3.</t>
          </li>
          <li>
            <t>The application at the peer P performs the following actions.  </t>
            <ul spacing="normal">
              <li>
                <t>If the access token is not believed to be valid anymore, the peer P deletes all the EDHOC sessions associated with the access token as well as the OSCORE Security Context derived from each of those sessions.      </t>
                <t>
Note that, when specifically considering the EDHOC and OSCORE profile of ACE, an access token is associated with at most one EDHOC session (see <xref section="4.2" sectionFormat="of" target="I-D.ietf-ace-edhoc-oscore-profile"/>).      </t>
                <t>
If the peer P acted as ACE client, then P obtains from the ACE AS a new access token, which is uploaded to the other peer acting as ACE RS.      </t>
                <t>
Finally, the application at P moves to Step 4.</t>
              </li>
              <li>
                <t>If the access token is valid while the OSCORE Security Context CTX is not, then the peer P deletes CTX.      </t>
                <t>
After that, the peer P deletes the EDHOC session from which CTX was generated, or from which the eldest CTX's ancestor OSCORE Security Context was generated before any key update occurred (e.g., by means of KUDOS or other key update methods).      </t>
                <t>
Finally, the application at P moves to Step 4.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The peer P runs a new execution of the EDHOC protocol with the other peer. Upon successfully completing the EDHOC execution, the two peers derive and install a new OSCORE Security Context from this latest EDHOC session.  </t>
            <t>
At the RS, the access token is bound to this latest EDHOC session and the newly established OSCORE Security Context.</t>
          </li>
        </ol>
        <t>The flowchart in <xref target="fig-flowchart-keys-token-invalid"/> shows the handling of an access token or of a set of application keys that have become invalid, when using the EDHOC and OSCORE profile of the ACE framework.</t>
        <figure anchor="fig-flowchart-keys-token-invalid">
          <name>Handling of an Access Token or of a Set of Application Keys that Have Become Invalid.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="912" width="576" viewBox="0 0 576 912" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 24,96 L 24,128" fill="none" stroke="black"/>
                <path d="M 24,224 L 24,288" fill="none" stroke="black"/>
                <path d="M 24,368 L 24,400" fill="none" stroke="black"/>
                <path d="M 24,496 L 24,528" fill="none" stroke="black"/>
                <path d="M 24,608 L 24,640" fill="none" stroke="black"/>
                <path d="M 24,704 L 24,736" fill="none" stroke="black"/>
                <path d="M 24,816 L 24,848" fill="none" stroke="black"/>
                <path d="M 264,496 L 264,576" fill="none" stroke="black"/>
                <path d="M 336,496 L 336,784" fill="none" stroke="black"/>
                <path d="M 504,208 L 504,448" fill="none" stroke="black"/>
                <path d="M 560,160 L 560,576" fill="none" stroke="black"/>
                <path d="M 112,160 L 144,160" fill="none" stroke="black"/>
                <path d="M 336,160 L 352,160" fill="none" stroke="black"/>
                <path d="M 456,160 L 472,160" fill="none" stroke="black"/>
                <path d="M 536,160 L 560,160" fill="none" stroke="black"/>
                <path d="M 144,448 L 184,448" fill="none" stroke="black"/>
                <path d="M 456,448 L 504,448" fill="none" stroke="black"/>
                <path d="M 96,576 L 264,576" fill="none" stroke="black"/>
                <path d="M 96,784 L 336,784" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="568,576 556,570.4 556,581.6" fill="black" transform="rotate(90,560,576)"/>
                <polygon class="arrowhead" points="512,208 500,202.4 500,213.6" fill="black" transform="rotate(270,504,208)"/>
                <polygon class="arrowhead" points="480,160 468,154.4 468,165.6" fill="black" transform="rotate(0,472,160)"/>
                <polygon class="arrowhead" points="360,160 348,154.4 348,165.6" fill="black" transform="rotate(0,352,160)"/>
                <polygon class="arrowhead" points="344,496 332,490.4 332,501.6" fill="black" transform="rotate(270,336,496)"/>
                <polygon class="arrowhead" points="272,496 260,490.4 260,501.6" fill="black" transform="rotate(270,264,496)"/>
                <polygon class="arrowhead" points="192,448 180,442.4 180,453.6" fill="black" transform="rotate(0,184,448)"/>
                <polygon class="arrowhead" points="152,160 140,154.4 140,165.6" fill="black" transform="rotate(0,144,160)"/>
                <polygon class="arrowhead" points="32,848 20,842.4 20,853.6" fill="black" transform="rotate(90,24,848)"/>
                <polygon class="arrowhead" points="32,736 20,730.4 20,741.6" fill="black" transform="rotate(90,24,736)"/>
                <polygon class="arrowhead" points="32,640 20,634.4 20,645.6" fill="black" transform="rotate(90,24,640)"/>
                <polygon class="arrowhead" points="32,528 20,522.4 20,533.6" fill="black" transform="rotate(90,24,528)"/>
                <polygon class="arrowhead" points="32,400 20,394.4 20,405.6" fill="black" transform="rotate(90,24,400)"/>
                <polygon class="arrowhead" points="32,288 20,282.4 20,293.6" fill="black" transform="rotate(90,24,288)"/>
                <polygon class="arrowhead" points="32,128 20,122.4 20,133.6" fill="black" transform="rotate(90,24,128)"/>
                <g class="text">
                  <text x="32" y="36">Invalid</text>
                  <text x="92" y="36">access</text>
                  <text x="144" y="36">token</text>
                  <text x="44" y="52">specifying</text>
                  <text x="140" y="52">AUTH_CRED_C,</text>
                  <text x="12" y="68">or</text>
                  <text x="56" y="68">invalid</text>
                  <text x="136" y="68">application</text>
                  <text x="204" y="68">keys</text>
                  <text x="124" y="148">NO</text>
                  <text x="12" y="164">Is</text>
                  <text x="40" y="164">the</text>
                  <text x="180" y="164">Delete</text>
                  <text x="224" y="164">the</text>
                  <text x="284" y="164">associated</text>
                  <text x="388" y="164">Obtain</text>
                  <text x="432" y="164">and</text>
                  <text x="504" y="164">Rerun</text>
                  <text x="28" y="180">access</text>
                  <text x="80" y="180">token</text>
                  <text x="176" y="180">EDHOC</text>
                  <text x="236" y="180">sessions</text>
                  <text x="288" y="180">and</text>
                  <text x="388" y="180">upload</text>
                  <text x="424" y="180">a</text>
                  <text x="504" y="180">EDHOC</text>
                  <text x="24" y="196">still</text>
                  <text x="84" y="196">believed</text>
                  <text x="168" y="196">the</text>
                  <text x="232" y="196">application</text>
                  <text x="300" y="196">keys</text>
                  <text x="376" y="196">new</text>
                  <text x="420" y="196">access</text>
                  <text x="12" y="212">to</text>
                  <text x="36" y="212">be</text>
                  <text x="76" y="212">valid?</text>
                  <text x="184" y="212">derived</text>
                  <text x="236" y="212">from</text>
                  <text x="280" y="212">those</text>
                  <text x="384" y="212">token</text>
                  <text x="48" y="276">YES</text>
                  <text x="16" y="324">The</text>
                  <text x="80" y="324">application</text>
                  <text x="148" y="324">keys</text>
                  <text x="16" y="340">are</text>
                  <text x="48" y="340">not</text>
                  <text x="88" y="340">valid</text>
                  <text x="144" y="340">anymore</text>
                  <text x="16" y="436">Are</text>
                  <text x="48" y="436">the</text>
                  <text x="156" y="436">NO</text>
                  <text x="48" y="452">application</text>
                  <text x="116" y="452">keys</text>
                  <text x="220" y="452">Delete</text>
                  <text x="264" y="452">the</text>
                  <text x="328" y="452">application</text>
                  <text x="396" y="452">keys</text>
                  <text x="432" y="452">and</text>
                  <text x="44" y="468">persisted?</text>
                  <text x="208" y="468">the</text>
                  <text x="268" y="468">associated</text>
                  <text x="336" y="468">EDHOC</text>
                  <text x="392" y="468">session</text>
                  <text x="48" y="516">YES</text>
                  <text x="12" y="564">Is</text>
                  <text x="48" y="564">KUDOS</text>
                  <text x="124" y="564">NO</text>
                  <text x="44" y="580">supported?</text>
                  <text x="452" y="612">Derive</text>
                  <text x="496" y="612">and</text>
                  <text x="544" y="612">install</text>
                  <text x="48" y="628">YES</text>
                  <text x="424" y="628">new</text>
                  <text x="488" y="628">application</text>
                  <text x="556" y="628">keys</text>
                  <text x="16" y="676">Run</text>
                  <text x="56" y="676">KUDOS</text>
                  <text x="16" y="772">Has</text>
                  <text x="56" y="772">KUDOS</text>
                  <text x="124" y="772">NO</text>
                  <text x="44" y="788">succeeded?</text>
                  <text x="48" y="836">YES</text>
                  <text x="32" y="884">Install</text>
                  <text x="80" y="884">the</text>
                  <text x="128" y="884">updated</text>
                  <text x="48" y="900">application</text>
                  <text x="116" y="900">keys</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
Invalid access token
specifying AUTH_CRED_C,
or invalid application keys

  |
  |
  v
              NO
Is the       ----> Delete the associated --> Obtain and --> Rerun ---+
access token       EDHOC sessions and        upload a       EDHOC    |
still believed     the application keys      new access              |
to be valid?       derived from those        token            ^      |
  |                                                           |      |
  |                                                           |      |
  |                                                           |      |
  | YES                                                       |      |
  v                                                           |      |
                                                              |      |
The application keys                                          |      |
are not valid anymore                                         |      |
                                                              |      |
  |                                                           |      |
  |                                                           |      |
  v                                                           |      |
                                                              |      |
Are the           NO                                          |      |
application keys -----> Delete the application keys and ------+      |
persisted?              the associated EDHOC session                 |
                                                                     |
  |                             ^        ^                           |
  | YES                         |        |                           |
  v                             |        |                           |
                                |        |                           |
Is KUDOS      NO                |        |                           |
supported? ---------------------+        |                           v
                                         |
  |                                      |           Derive and install
  | YES                                  |         new application keys
  v                                      |
                                         |
Run KUDOS                                |
                                         |
  |                                      |
  |                                      |
  v                                      |
                                         |
Has KUDOS     NO                         |
succeeded? ------------------------------+

  |
  | YES
  v

Install the updated
application keys
]]></artwork>
          </artset>
        </figure>
      </section>
    </section>
    <section anchor="sec-trust-models">
      <name>Trust Policies for Learning New Authentication Credentials</name>
      <t>A peer P relies on authentication credentials associated with other peers, in order to authenticate those peers when running EDHOC with them.</t>
      <t>There are different ways for P to acquire an authentication credential CRED associated with another peer. For example, CRED can be supplied to P out-of-band by a trusted provider.</t>
      <t>Alternatively, CRED can be specified by the other peer during the EDHOC execution with P. This can rely on EDHOC message_2 or message_3, whose respective ID_CRED_R and ID_CRED_I field can specify CRED by value, or instead a URI or other external reference where CRED can be retrieved from (see <xref section="3.5.3" sectionFormat="of" target="RFC9528"/>).</t>
      <t>Also during the EDHOC execution, an External Authorization Data (EAD) field might include an EAD item that specifies CRED by value or reference. This is the case, e.g., for the EAD items defined by the EDHOC and OSCORE profile of the ACE framework <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>. In particular, they can be used for transporting (a reference to) an access token, which in turn specifies by value or by reference the public authentication credential associated with the EDHOC peer acting as ACE client.</t>
      <t>When obtaining a new credential CRED, the peer P has to validate it before storing it. The validation steps to perform depend on the specific type of CRED (e.g., a public key certificate <xref target="RFC5280"/><xref target="I-D.ietf-cose-cbor-encoded-cert"/>) and can rely on (the authentication credential associated with) a trusted third party acting as a trust anchor.</t>
      <t>Upon retrieving a new CRED through the processing of a received EDHOC message and following the successful validation of CRED, the peer P stores CRED only if it assesses CRED to also be trusted, while it must not store CRED otherwise.</t>
      <t>An exception applies for the two unauthenticated operations described in <xref section="D.5" sectionFormat="of" target="RFC9528"/>, where a trust relationship with an unknown or not-yet-trusted endpoint is established later. In such a case, CRED is verified out-of-band at a later stage, or an EDHOC session key is bound to an identity out-of-band at a later stage.</t>
      <t>When processing a received EDHOC message M that specifies an authentication credential CRED, the peer P can enforce one of the trust policies LEARNING and NO-LEARNING specified in <xref target="sec-policy-learning"/> and <xref target="sec-policy-no-learning"/>, in order to determine whether to trust CRED.</t>
      <t>Irrespective of the adopted trust policy, P actually uses CRED only if it is determined to be fine to use in the context of the ongoing EDHOC session, also depending on the specific identity of the other peer (see Sections <xref target="RFC9528" section="3.5" sectionFormat="bare"/> and <xref target="RFC9528" section="D.2" sectionFormat="bare"/> of <xref target="RFC9528"/>). If this is not the case, P aborts the EDHOC session with the other peer.</t>
      <t>If P stores CRED, then P will consider CRED as valid and trusted until CRED possibly becomes invalid, e.g., because it expires or because P gains knowledge that it has been revoked.</t>
      <t>When storing CRED, the peer P should generate the authentication credential identifier(s) corresponding to CRED and store them as associated with CRED. For example, if CRED is a public key certificate, an identifier of CRED can be the hash of the certificate. In general, P should generate and associate with CRED one corresponding identifier for each type of authentication credential identifier that P supports and that is compatible with CRED.</t>
      <t>In future executions of EDHOC with the other peer associated with CRED, this allows such other peer to specify CRED by reference, e.g., by indicating its credential identifier as ID_CRED_R/ID_CRED_I in the EDHOC message_2 or message_3 addressed to the peer P. In turn, this allows P to retrieve CRED from its local storage.</t>
      <section anchor="sec-policy-learning">
        <name>Trust Policy LEARNING</name>
        <t>When enforcing the LEARNING policy, the peer P trusts CRED even if P is not already storing CRED at message reception time.</t>
        <t>That is, upon receiving M, the peer P performs the following steps.</t>
        <ol spacing="normal" type="1"><li>
            <t>P retrieves CRED, as specified by reference or by value in the ID_CRED_I/ID_CRED_R field of M or in the value of an EAD item of M.</t>
          </li>
          <li>
            <t>P checks whether CRED is already being stored and if it is still valid. In such a case, P trusts CRED and can continue the EDHOC execution. Otherwise, P moves to Step 3.</t>
          </li>
          <li>
            <t>P attempts to validate CRED. If the validation process is not successful, P aborts the EDHOC session with the other peer. Otherwise, P trusts and stores CRED, and can continue the EDHOC execution.</t>
          </li>
        </ol>
      </section>
      <section anchor="sec-policy-no-learning">
        <name>Trust Policy NO-LEARNING</name>
        <t>When enforcing the NO-LEARNING policy, the peer P trusts CRED only if P is already storing CRED at message reception time, unless in cases where situation-specific exceptions apply and are deliberately enforced (see below).</t>
        <t>That is, upon receiving M, the peer P continues the execution of EDHOC only if both the following conditions hold:</t>
        <ul spacing="normal">
          <li>
            <t>P currently stores CRED, as specified by reference or by value in the ID_CRED_I/ID_CRED_R field of M or in the value of an EAD item of M; and</t>
          </li>
          <li>
            <t>CRED is still valid, i.e., P believes CRED to not be expired or revoked.</t>
          </li>
        </ul>
        <t>Exceptions may apply and be actually enforced in cases where, during an EDHOC execution, P obtains additional information that allows it to trust and successfully validate CRED, even though CRED is not already stored upon receiving M.</t>
        <t>Such exceptions typically rely on a trusted party that vouches for CRED, e.g., in the cases discussed in <xref target="sec-trust-models-specific"/>. From the point of view of the peer P, the trusted party might have been involved in the background, so that the vouching information about CRED is conveyed within an EDHOC message received during the EDHOC session (e.g., transported by an EAD item). Alternatively, P might directly interact with the trusted party for retrieving the vouching information about CRED, e.g., after having received M and before continuing the EDHOC execution.</t>
        <t>If the peer P admits such an exception and actually enforces it on an authentication credential CRED, then P effectively handles CRED according to the trust policy "LEARNING" specified in <xref target="sec-policy-learning"/>. When doing so, P still attempts to validate CRED and aborts the EDHOC session in case of failed validation.</t>
      </section>
      <section anchor="sec-trust-models-specific">
        <name>Enforcement of Trust Policies in Specific Scenarios</name>
        <t>The following subsections discuss how an EDHOC peer enforces the trust policies LEARNING and NO-LEARNING in specific scenarios.</t>
        <section anchor="sec-trust-models-ace-prof">
          <name>In the EDHOC and OSCORE Profile of ACE</name>
          <t>As discussed in <xref target="sec-keys-token-invalid"/>, two EDHOC peers can be using the ACE framework <xref target="RFC9200"/> and specifically the EDHOC and OSCORE profile of ACE defined in <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>.</t>
          <t>In this case, one of the two EDHOC peers, namely PEER_RS, acts as ACE resource server (RS). Instead, the other EDHOC peer, namely PEER_C, acts as ACE client and obtains from an ACE authorization server (AS) an access token for accessing protected resources at PEER_RS. The AS and PEER_RS are in a trust relationship.</t>
          <t>Together with other information, the access token specifies (by value or by reference) the public authentication credential AUTH_CRED_C associated with PEER_C that PEER_C is going to use when running EDHOC with PEER_RS. Note that AUTH_CRED_C will be used as either CRED_I or CRED_R in EDHOC, depending on whether the two peers use the EDHOC forward message flow (i.e., PEER_C is the EDHOC Initiator) or the EDHOC reverse message flow (i.e., PEER_C is the EDHOC Responder), respectively (see <xref section="A.2" sectionFormat="of" target="RFC9528"/>).</t>
          <t>When the AS issues the first access token that specifies AUTH_CRED_C and is intended to be uploaded to PEER_RS, it is expected that the access token specifies AUTH_CRED_C by value and that PEER_RS is not currently storing AUTH_CRED_C, but instead will obtain it and learn it upon receiving the access token.</t>
          <t>Although the AS can upload the access token to PEER_RS on behalf of PEER_C as per the alternative SDC workflow defined in <xref target="I-D.ietf-ace-workflow-and-params"/>, the access token is typically uploaded to PEER_RS by PEER_C through a dedicated EAD item, when running EDHOC with PEER_RS. Consequently, PEER_RS has to learn AUTH_CRED_C as a new authentication credential during an EDHOC session with PEER_C.</t>
          <t>At least for its EDHOC resource used for exchanging the EDHOC messages of the EDHOC session in question, this requires PEER_RS to:</t>
          <ul spacing="normal">
            <li>
              <t>Enforce the trust policy "LEARNING"; or</t>
            </li>
            <li>
              <t>If enforcing the trust policy "NO-LEARNING", additionally enforce an overriding exception when an incoming EDHOC message includes an EAD item conveying (a reference to) a valid access token issued by a trusted AS.  </t>
              <t>
That is, through a successful verification of the access token, PEER_RS is able to trust AUTH_CRED_C (if found valid), even though it did not already store AUTH_CRED_C upon receiving the EDHOC message with the EAD item.</t>
            </li>
          </ul>
        </section>
        <section anchor="sec-trust-models-ela">
          <name>In the Lightweight Authorization using EDHOC (ELA) Procedure</name>
          <t>When the execution of EDHOC embeds the ELA procedure defined in <xref target="I-D.ietf-lake-authz"/>, the EDHOC peer U receives an EDHOC message_2 (message_3) where ID_CRED_R (ID_CRED_I) specifies by value the authentication credential CRED associated with the other peer V.</t>
          <t>In the same EDHOC message, an EAD item specifies a voucher issued by a trusted enrollment server W. The voucher is an assertion to U that W has authorized V and has endorsed CRED.</t>
          <t>Through a successful verification of the voucher, U is able to trust CRED (if found valid), even though it did not already store CRED upon receiving the EDHOC message.</t>
          <t>Therefore, if U enforces the trust policy "NO-LEARNING", it can additionally enforce an overriding exception when an incoming EDHOC message includes an EAD item conveying a valid voucher issued by a trusted enrollment server.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-message-side-processing">
      <name>Side Processing of Incoming EDHOC Messages</name>
      <t>This section describes an approach that EDHOC peers can use upon receiving EDHOC messages, in order to fetch/validate authentication credentials and to process External Authorization Data (EAD) items.</t>
      <t>As per <xref section="9.1" sectionFormat="of" target="RFC9528"/>, the EDHOC protocol provides a transport mechanism for conveying EAD items, but specifications defining those items have to set the ground for "agreeing on the surrounding context and the meaning of the information passed to and from the application".</t>
      <t>The approach described in this section aims to help implementors navigate the surrounding context mentioned above, irrespective of the specific EAD items conveyed in the EDHOC messages. In particular, the described approach takes into account the following points:</t>
      <ul spacing="normal">
        <li>
          <t>The fetching and validation of the authentication credential associated with the other peer relies on ID_CRED_I in EDHOC message_2, or on ID_CRED_R in EDHOC message_3, or on the value of an EAD item. When this occurs upon receiving EDHOC message_2 or message_3, the decryption of the EDHOC message has to be completed first.  </t>
          <t>
The validation of the authentication credential might depend on using the value of an EAD item, which in turn has to be validated first. For instance, an EAD item within the EAD_2 field of EDHOC message_2 may contain a voucher to be used for validating the authentication credential associated with the Responder (see <xref target="I-D.ietf-lake-authz"/>).</t>
        </li>
        <li>
          <t>Some EAD items may be processed only after having successfully verified the EDHOC message, i.e., after a successful verification of the Signature_or_MAC field in EDHOC message_2 or message_3.  </t>
          <t>
For instance, an EAD item within the EAD_3 field of EDHOC message_3 may contain a Certificate Signing Request (CSR) <xref target="RFC2986"/>. Hence, such an EAD item can be processed only once the recipient peer has attained proof that the other peer possesses its private key.</t>
        </li>
      </ul>
      <t>In order to conveniently handle such processing, the application can prepare in advance a "side-processor object" (SPO), which takes care of the operations above during the EDHOC execution.</t>
      <t>In particular, the application provides EDHOC with the SPO before starting an EDHOC execution, during which EDHOC will temporarily transfer control to the SPO at the right point in time, in order to perform the required side-processing of an incoming EDHOC message.</t>
      <t>Furthermore, the application has to instruct the SPO about how to prepare any EAD item such that: it has to be included in an outgoing EDHOC message; and it is independent of the processing of other EAD items included in incoming EDHOC messages. This includes, for instance, the preparation of padding EAD items.</t>
      <t>At the right point in time during the processing of an incoming EDHOC message M at the peer P, EDHOC invokes the SPO and provides it with the following input:</t>
      <ul spacing="normal">
        <li>
          <t>When M is EDHOC message_2 or message_3, an indication of whether this invocation is happening before or after the message verification (i.e., before or after having verified the Signature_or_MAC field).</t>
        </li>
        <li>
          <t>The full set of information related to the current EDHOC session. This especially includes the selected cipher suite and the ephemeral Diffie-Hellman public keys G_X and G_Y that the two peers have exchanged in the EDHOC session.</t>
        </li>
        <li>
          <t>The authentication credentials that the peer P stores as associated with other peers.</t>
        </li>
        <li>
          <t>All the decrypted information elements retrieved from M.</t>
        </li>
        <li>
          <t>The EAD items included in M.  </t>
          <ul spacing="normal">
            <li>
              <t>Note that EDHOC might do some preliminary work on M before invoking the SPO, in order to provide the SPO only with actually relevant EAD items. This requires the application to additionally provide EDHOC with the ead_labels of the EAD items that the peer P recognizes (see <xref section="3.8" sectionFormat="of" target="RFC9528"/>).      </t>
              <t>
With such information available, EDHOC can early abort the current session in case M includes any EAD item which is both critical and not recognized by the peer P.      </t>
              <t>
If no such EAD items are found, EDHOC can remove any padding EAD item (see <xref section="3.8.1" sectionFormat="of" target="RFC9528"/>), as well as any EAD item which is neither critical nor recognized (since the SPO is going to ignore it anyway). This results in EDHOC providing the SPO only with EAD items that will be recognized and that require actual processing.</t>
            </li>
            <li>
              <t>Note that, after having processed the EAD items, the SPO might actually need to store them throughout the whole EDHOC execution, e.g., in order to refer to them also when processing later EDHOC messages in the current EDHOC session.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>The SPO performs the following tasks on an incoming EDHOC message M:</t>
      <ul spacing="normal">
        <li>
          <t>The SPO fetches and/or validates the authentication credential CRED associated with the other peer, based on a dedicated EAD item of M or on the ID_CRED field of M (for EDHOC message_2 or message_3).</t>
        </li>
        <li>
          <t>The SPO processes the EAD items conveyed in the EAD field of M.</t>
        </li>
        <li>
          <t>The SPO stores the results of the performed operations and makes such results available to the application.</t>
        </li>
        <li>
          <t>When the SPO has completed its side processing and transfers control back to EDHOC, the SPO provides EDHOC with the produced EAD items to include in the EAD field of the next outgoing EDHOC message. The production of such EAD items can be triggered, e.g., by:  </t>
          <ul spacing="normal">
            <li>
              <t>The consumption of EAD items included in M.</t>
            </li>
            <li>
              <t>The execution of instructions that the SPO has received from the application, concerning EAD items to produce irrespective of other EAD items included in M.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>In the following, <xref target="sec-message-side-processing-m1"/> to <xref target="sec-message-side-processing-m2-m3"/> describe more in detail the actions performed by the SPO on the different incoming EDHOC messages. Then, <xref target="sec-consistency-checks-auth-creds"/> describes further special handling of incoming EDHOC messages, as to consistency checks concerning authentication credentials in particular situations.</t>
      <t>After completing the EDHOC execution, control is transferred back to the application. In particular, the application is provided with the overall outcome of the EDHOC execution (i.e., successful completion or failure), together with possible specific results produced by the SPO throughout the EDHOC execution (e.g., due to the processing of EAD items).</t>
      <t>After that, the application might need to perform follow-up actions, depending on the outcome of the EDHOC execution. For example, the SPO might have preliminarily filled application-level data structures, as a result of processing EAD items. In case of successful EDHOC execution, the application might need to finalize such data structures. Instead, in case of unsuccessful EDHOC execution, the application might need to clean-up or amend such data structures, or even roll back what the SPO did, unless the SPO already performed such actions before control was transferred back to the application.</t>
      <section anchor="sec-message-side-processing-m1">
        <name>EDHOC message_1</name>
        <t>During the processing of an incoming EDHOC message_1, EDHOC invokes the SPO only once, after the Responder peer has successfully decoded the message and accepted the selected cipher suite.</t>
        <t>If the EAD_1 field is present, the SPO processes the EAD items included therein.</t>
        <t>Once all such EAD items have been processed, the SPO transfers control back to EDHOC. When doing so, the SPO also provides EDHOC with any produced EAD items to include in the EAD field of the next outgoing EDHOC message.</t>
        <t>Then, EDHOC resumes its execution and advances its protocol state.</t>
        <t>Future extensions of EDHOC or external security applications integrated into EDHOC might require a processing of EDHOC message_1 that is more advanced than the currently expected one. In particular, an EAD item conveyed in EDHOC message_1 might specify the authentication credential CRED associated with the Initiator (by value or by reference), as wrapped in a cryptographically protected "envelope". In such a case, the processing of an incoming EDHOC message_1 shares similarities with that of an incoming EDHOC message_2 or message_3 (see <xref target="sec-message-side-processing-m2-m3"/>), as it is further elaborated in <xref target="sec-message-side-processing-m1-advanced"/>.</t>
      </section>
      <section anchor="sec-message-side-processing-m4">
        <name>EDHOC message_4</name>
        <t>During the processing of an incoming EDHOC message_4, EDHOC invokes the SPO only once, after the Initiator peer has successfully decrypted the message.</t>
        <t>If the EAD_4 field is present, the SPO processes the EAD items included therein.</t>
        <t>Once all such EAD items have been processed, the SPO transfers control back to EDHOC, which resumes its execution and advances its protocol state.</t>
      </section>
      <section anchor="sec-message-side-processing-m2-m3">
        <name>EDHOC message_2 and message_3</name>
        <t>The following refers to "message_X" as an incoming EDHOC message_2 or message_3, and to "message verification" as the verification of Signature_or_MAC_X in message_X.</t>
        <t>During the processing of a message_X, EDHOC invokes the SPO two times:</t>
        <ul spacing="normal">
          <li>
            <t>Right after message_X has been decrypted and before its verification starts. Following this invocation, the SPO performs the actions described in <xref target="sec-pre-verif"/>.</t>
          </li>
          <li>
            <t>Right after message_X has been successfully verified. Following this invocation, the SPO performs the actions described in <xref target="sec-post-verif"/>.</t>
          </li>
        </ul>
        <t>The flowcharts in <xref target="sec-m2-m3-flowcharts"/> show the high-level interaction between the core EDHOC processing and the SPO, as well as the different steps taken for processing an incoming message_X.</t>
        <section anchor="sec-pre-verif">
          <name>Pre-Verification Side Processing</name>
          <t>The pre-verification side processing occurs in two sequential phases, namely PHASE_1 (see <xref target="sec-pre-verif-phase-1"/>) and PHASE_2 (see <xref target="sec-pre-verif-phase-2"/>).</t>
        </section>
        <section anchor="sec-pre-verif-phase-1">
          <name>PHASE_1</name>
          <t>During PHASE_1, the SPO at the recipient peer P determines CRED, i.e., the authentication credential associated with the other peer to be used in the ongoing EDHOC session. In particular, the SPO performs the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The SPO determines CRED based on ID_CRED_X or on an EAD item in message_X.  </t>
              <t>
Those may specify CRED by value or by reference, including a URI or other external reference where CRED can be retrieved from.  </t>
              <t>
If CRED is already installed, the SPO moves to Step 2. Otherwise, the SPO moves to Step 3.</t>
            </li>
            <li>
              <t>The SPO determines if the stored CRED is currently valid, e.g., by verifying that CRED has not expired and has not been revoked.  </t>
              <t>
Performing such a validation may require the SPO to first process an EAD item included in message_X. For example, it can be an EAD item in EDHOC message_2 that confirms or revokes the validity of CRED_R specified by ID_CRED_R, as the result of an OCSP process <xref target="RFC6960"/>.  </t>
              <t>
In case CRED is determined to be valid, the SPO moves to Step 9. Otherwise, the SPO moves to Step 11.</t>
            </li>
            <li>
              <t>The SPO attempts to retrieve CRED via ID_CRED_X or an EAD item considered at Step 1. Then, the SPO moves to Step 4.</t>
            </li>
            <li>
              <t>If the retrieval of CRED has succeeded, the SPO moves to Step 5. Otherwise, the SPO moves to Step 11.</t>
            </li>
            <li>
              <t>If the enforced trust policy for new authentication credentials is "NO-LEARNING" and P does not admit any exceptions that are acceptable to enforce for message_X (see <xref target="sec-policy-no-learning"/>), the SPO moves to Step 11. Otherwise, the SPO moves to Step 6.</t>
            </li>
            <li>
              <t>If this step has been reached, the peer P is not already storing the retrieved CRED and, at the same time, it enforces either the trust policy "LEARNING" or the trust policy "NO-LEARNING" while also enforcing an exception acceptable for message_X (see <xref target="sec-policy-no-learning"/>).  </t>
              <t>
Consistently, the SPO determines if CRED is currently valid, e.g., by verifying that CRED has not expired and has not been revoked. Then, the SPO moves to Step 7.  </t>
              <t>
Validating CRED may require the SPO to first process an EAD item included in message_X. For example, it can be an EAD item in EDHOC message_2 that: i) specifies a voucher for validating CRED_R as a CWT Claims Set (CCS) <xref target="RFC8392"/> transported by value in ID_CRED_R (see <xref target="I-D.ietf-lake-authz"/>); or instead ii) an OCSP response <xref target="RFC6960"/> for validating CRED_R as a public key certificate transported by value or reference in ID_CRED_R.</t>
            </li>
            <li>
              <t>If CRED has been determined valid, the SPO moves to Step 8. Otherwise, the SPO moves to Step 11.</t>
            </li>
            <li>
              <t>The SPO stores CRED as a valid and trusted authentication credential associated with the other peer, together with corresponding authentication credential identifiers (see <xref target="sec-trust-models"/>). Then, the SPO moves to Step 9.</t>
            </li>
            <li>
              <t>The SPO checks if CRED is fine to use in the context of the ongoing EDHOC session, also depending on the specific identity of the other peer (see Sections <xref target="RFC9528" section="3.5" sectionFormat="bare"/> and <xref target="RFC9528" section="D.2" sectionFormat="bare"/> of <xref target="RFC9528"/>).  </t>
              <t>
If this is the case, the SPO moves to Step 10. Otherwise, the SPO moves to Step 11.</t>
            </li>
            <li>
              <t>P uses CRED as authentication credential associated with the other peer in the ongoing EDHOC session.  </t>
              <t>
Then, PHASE_1 ends and the pre-verification side processing moves to the next PHASE_2 (see <xref target="sec-pre-verif-phase-2"/>).</t>
            </li>
            <li>
              <t>The SPO has not found a valid authentication credential associated with the other peer that can be used in the ongoing EDHOC session. Therefore, the EDHOC session with the other peer is aborted.</t>
            </li>
          </ol>
        </section>
        <section anchor="sec-pre-verif-phase-2">
          <name>PHASE_2</name>
          <t>During PHASE_2, the SPO processes any EAD item included in message_X such that both the following conditions hold:</t>
          <ul spacing="normal">
            <li>
              <t>The EAD item has <em>not</em> been already processed during PHASE_1.</t>
            </li>
            <li>
              <t>The EAD item can be processed before performing the verification of message_X.</t>
            </li>
          </ul>
          <t>Once all such EAD items have been processed, the SPO transfers control back to EDHOC, which either aborts the ongoing EDHOC session or continues the processing of message_X with its corresponding message verification.</t>
        </section>
        <section anchor="sec-post-verif">
          <name>Post-Verification Side Processing</name>
          <t>During the post-verification side processing, the SPO processes any EAD item included in message_X such that the processing of that EAD item had to wait for completing the successful message verification.</t>
          <t>The late processing of such EAD items is typically due to the fact that a pre-requirement has to be fulfilled first.</t>
          <t>For example, the recipient peer P has to have first verified that the other peer does possess the private key corresponding to the public key specified by CRED, i.e., the authentication credential associated with the other peer that was determined during the pre-verification side processing (see <xref target="sec-pre-verif"/>). This requirement is fulfilled after a successful verification of message_X.</t>
          <t>Once all such EAD items have been processed, the SPO transfers control back to EDHOC. When doing so, the SPO also provides EDHOC with any produced EAD items to include in the EAD field of the next outgoing EDHOC message.</t>
          <t>Then, EDHOC resumes its execution and advances its protocol state.</t>
        </section>
        <section anchor="sec-m2-m3-flowcharts">
          <name>Flowcharts</name>
          <t>The flowchart in <xref target="fig-flowchart-spo-high-level"/> shows the high-level interaction between the core EDHOC processing and the SPO, with particular reference to an incoming EDHOC message_2 or message_3.</t>
          <figure anchor="fig-flowchart-spo-high-level">
            <name>High-Level Interaction Between the Core EDHOC Processing and the Side-Processor Object (SPO), for EDHOC message_2 and message_3.</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="832" width="576" viewBox="0 0 576 832" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 8,128 L 8,384" fill="none" stroke="black"/>
                  <path d="M 8,512 L 8,816" fill="none" stroke="black"/>
                  <path d="M 24,176 L 24,224" fill="none" stroke="black"/>
                  <path d="M 24,560 L 24,768" fill="none" stroke="black"/>
                  <path d="M 56,96 L 56,168" fill="none" stroke="black"/>
                  <path d="M 64,288 L 64,336" fill="none" stroke="black"/>
                  <path d="M 120,176 L 120,224" fill="none" stroke="black"/>
                  <path d="M 144,344 L 144,552" fill="none" stroke="black"/>
                  <path d="M 160,176 L 160,224" fill="none" stroke="black"/>
                  <path d="M 176,232 L 176,280" fill="none" stroke="black"/>
                  <path d="M 184,288 L 184,336" fill="none" stroke="black"/>
                  <path d="M 224,288 L 224,336" fill="none" stroke="black"/>
                  <path d="M 240,344 L 240,552" fill="none" stroke="black"/>
                  <path d="M 248,560 L 248,768" fill="none" stroke="black"/>
                  <path d="M 296,176 L 296,224" fill="none" stroke="black"/>
                  <path d="M 296,560 L 296,608" fill="none" stroke="black"/>
                  <path d="M 336,344 L 336,552" fill="none" stroke="black"/>
                  <path d="M 392,288 L 392,336" fill="none" stroke="black"/>
                  <path d="M 400,176 L 400,224" fill="none" stroke="black"/>
                  <path d="M 416,232 L 416,552" fill="none" stroke="black"/>
                  <path d="M 488,608 L 488,640" fill="none" stroke="black"/>
                  <path d="M 536,176 L 536,224" fill="none" stroke="black"/>
                  <path d="M 536,560 L 536,608" fill="none" stroke="black"/>
                  <path d="M 568,128 L 568,384" fill="none" stroke="black"/>
                  <path d="M 568,512 L 568,816" fill="none" stroke="black"/>
                  <path d="M 8,128 L 48,128" fill="none" stroke="black"/>
                  <path d="M 64,128 L 568,128" fill="none" stroke="black"/>
                  <path d="M 24,176 L 120,176" fill="none" stroke="black"/>
                  <path d="M 160,176 L 296,176" fill="none" stroke="black"/>
                  <path d="M 400,176 L 536,176" fill="none" stroke="black"/>
                  <path d="M 128,192 L 152,192" fill="none" stroke="black"/>
                  <path d="M 24,224 L 120,224" fill="none" stroke="black"/>
                  <path d="M 160,224 L 296,224" fill="none" stroke="black"/>
                  <path d="M 400,224 L 536,224" fill="none" stroke="black"/>
                  <path d="M 64,288 L 184,288" fill="none" stroke="black"/>
                  <path d="M 224,288 L 392,288" fill="none" stroke="black"/>
                  <path d="M 64,336 L 184,336" fill="none" stroke="black"/>
                  <path d="M 224,336 L 392,336" fill="none" stroke="black"/>
                  <path d="M 8,384 L 136,384" fill="none" stroke="black"/>
                  <path d="M 152,384 L 232,384" fill="none" stroke="black"/>
                  <path d="M 248,384 L 328,384" fill="none" stroke="black"/>
                  <path d="M 344,384 L 408,384" fill="none" stroke="black"/>
                  <path d="M 424,384 L 568,384" fill="none" stroke="black"/>
                  <path d="M 8,512 L 136,512" fill="none" stroke="black"/>
                  <path d="M 152,512 L 232,512" fill="none" stroke="black"/>
                  <path d="M 248,512 L 328,512" fill="none" stroke="black"/>
                  <path d="M 344,512 L 408,512" fill="none" stroke="black"/>
                  <path d="M 424,512 L 568,512" fill="none" stroke="black"/>
                  <path d="M 24,560 L 248,560" fill="none" stroke="black"/>
                  <path d="M 296,560 L 536,560" fill="none" stroke="black"/>
                  <path d="M 296,608 L 480,608" fill="none" stroke="black"/>
                  <path d="M 496,608 L 536,608" fill="none" stroke="black"/>
                  <path d="M 256,640 L 312,640" fill="none" stroke="black"/>
                  <path d="M 432,640 L 480,640" fill="none" stroke="black"/>
                  <path d="M 24,768 L 248,768" fill="none" stroke="black"/>
                  <path d="M 8,816 L 568,816" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="424,232 412,226.4 412,237.6" fill="black" transform="rotate(270,416,232)"/>
                  <polygon class="arrowhead" points="344,552 332,546.4 332,557.6" fill="black" transform="rotate(90,336,552)"/>
                  <polygon class="arrowhead" points="248,344 236,338.4 236,349.6" fill="black" transform="rotate(270,240,344)"/>
                  <polygon class="arrowhead" points="184,280 172,274.4 172,285.6" fill="black" transform="rotate(90,176,280)"/>
                  <polygon class="arrowhead" points="160,192 148,186.4 148,197.6" fill="black" transform="rotate(0,152,192)"/>
                  <polygon class="arrowhead" points="152,552 140,546.4 140,557.6" fill="black" transform="rotate(90,144,552)"/>
                  <polygon class="arrowhead" points="64,168 52,162.4 52,173.6" fill="black" transform="rotate(90,56,168)"/>
                  <circle cx="248" cy="640" r="6" class="opendot" fill="white" stroke="black"/>
                  <circle cx="488" cy="608" r="6" class="opendot" fill="white" stroke="black"/>
                  <circle cx="488" cy="640" r="6" class="opendot" fill="white" stroke="black"/>
                  <g class="text">
                    <text x="36" y="36">Incoming</text>
                    <text x="24" y="52">EDHOC</text>
                    <text x="88" y="52">message_X</text>
                    <text x="12" y="68">(X</text>
                    <text x="32" y="68">=</text>
                    <text x="48" y="68">2</text>
                    <text x="68" y="68">or</text>
                    <text x="92" y="68">3)</text>
                    <text x="404" y="148">Core</text>
                    <text x="448" y="148">EDHOC</text>
                    <text x="516" y="148">processing</text>
                    <text x="60" y="196">Decode</text>
                    <text x="204" y="196">Retrieve</text>
                    <text x="256" y="196">the</text>
                    <text x="440" y="196">Advance</text>
                    <text x="488" y="196">the</text>
                    <text x="72" y="212">message_X</text>
                    <text x="204" y="212">protocol</text>
                    <text x="264" y="212">state</text>
                    <text x="444" y="212">protocol</text>
                    <text x="504" y="212">state</text>
                    <text x="104" y="308">Decrypt</text>
                    <text x="260" y="308">Verify</text>
                    <text x="124" y="324">CIPHERTEXT_X</text>
                    <text x="308" y="324">Signature_or_MAC_X</text>
                    <text x="496" y="420">.................</text>
                    <text x="108" y="436">Divert</text>
                    <text x="208" y="436">Get</text>
                    <text x="300" y="436">Divert</text>
                    <text x="384" y="436">Get</text>
                    <text x="432" y="436">:</text>
                    <text x="456" y="436">EAD</text>
                    <text x="496" y="436">items</text>
                    <text x="560" y="436">:</text>
                    <text x="212" y="452">back</text>
                    <text x="388" y="452">back</text>
                    <text x="432" y="452">:</text>
                    <text x="456" y="452">for</text>
                    <text x="488" y="452">the</text>
                    <text x="524" y="452">next</text>
                    <text x="560" y="452">:</text>
                    <text x="432" y="468">:</text>
                    <text x="464" y="468">EDHOC</text>
                    <text x="520" y="468">message</text>
                    <text x="560" y="468">:</text>
                    <text x="496" y="484">:...............:</text>
                    <text x="44" y="580">a)</text>
                    <text x="96" y="580">Retrieval</text>
                    <text x="152" y="580">and</text>
                    <text x="348" y="580">Processing</text>
                    <text x="404" y="580">of</text>
                    <text x="100" y="596">validation</text>
                    <text x="156" y="596">of</text>
                    <text x="200" y="596">CRED_X;</text>
                    <text x="376" y="596">post-verification</text>
                    <text x="464" y="596">EAD</text>
                    <text x="504" y="596">items</text>
                    <text x="44" y="612">b)</text>
                    <text x="80" y="612">Trust</text>
                    <text x="148" y="612">assessment</text>
                    <text x="68" y="628">of</text>
                    <text x="112" y="628">CRED_X;</text>
                    <text x="44" y="644">c)</text>
                    <text x="100" y="644">Processing</text>
                    <text x="156" y="644">of</text>
                    <text x="348" y="644">Shared</text>
                    <text x="400" y="644">state</text>
                    <text x="124" y="660">pre-verification</text>
                    <text x="72" y="676">EAD</text>
                    <text x="112" y="676">items</text>
                    <text x="404" y="676">......................</text>
                    <text x="320" y="692">:</text>
                    <text x="380" y="692">Instructions</text>
                    <text x="456" y="692">about</text>
                    <text x="488" y="692">:</text>
                    <text x="40" y="708">-</text>
                    <text x="64" y="708">(a)</text>
                    <text x="96" y="708">and</text>
                    <text x="128" y="708">(c)</text>
                    <text x="168" y="708">might</text>
                    <text x="212" y="708">have</text>
                    <text x="320" y="708">:</text>
                    <text x="344" y="708">EAD</text>
                    <text x="384" y="708">items</text>
                    <text x="420" y="708">to</text>
                    <text x="488" y="708">:</text>
                    <text x="60" y="724">to</text>
                    <text x="96" y="724">occur</text>
                    <text x="132" y="724">in</text>
                    <text x="180" y="724">parallel</text>
                    <text x="320" y="724">:</text>
                    <text x="392" y="724">unconditionally</text>
                    <text x="488" y="724">:</text>
                    <text x="40" y="740">-</text>
                    <text x="64" y="740">(b)</text>
                    <text x="112" y="740">depends</text>
                    <text x="156" y="740">on</text>
                    <text x="184" y="740">the</text>
                    <text x="320" y="740">:</text>
                    <text x="360" y="740">produce</text>
                    <text x="408" y="740">for</text>
                    <text x="440" y="740">the</text>
                    <text x="488" y="740">:</text>
                    <text x="68" y="756">used</text>
                    <text x="112" y="756">trust</text>
                    <text x="164" y="756">policy</text>
                    <text x="320" y="756">:</text>
                    <text x="348" y="756">next</text>
                    <text x="392" y="756">EDHOC</text>
                    <text x="448" y="756">message</text>
                    <text x="488" y="756">:</text>
                    <text x="404" y="772">:....................:</text>
                    <text x="444" y="804">Side-Processor</text>
                    <text x="532" y="804">Object</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
Incoming
EDHOC message_X
(X = 2 or 3)

      |
      |
+-----|---------------------------------------------------------------+
|     |                                         Core EDHOC processing |
|     v                                                               |
| +-----------+    +----------------+            +----------------+   |
| | Decode    |--->| Retrieve the   |            | Advance the    |   |
| | message_X |    | protocol state |            | protocol state |   |
| +-----------+    +----------------+            +----------------+   |
|                    |                             ^                  |
|                    |                             |                  |
|                    v                             |                  |
|      +--------------+    +--------------------+  |                  |
|      | Decrypt      |    | Verify             |  |                  |
|      | CIPHERTEXT_X |    | Signature_or_MAC_X |  |                  |
|      +--------------+    +--------------------+  |                  |
|                |           ^           |         |                  |
|                |           |           |         |                  |
+----------------|-----------|-----------|---------|------------------+
                 |           |           |         |
                 |           |           |         | .................
          Divert |      Get  |    Divert |    Get  | : EAD items     :
                 |      back |           |    back | : for the next  :
                 |           |           |         | : EDHOC message :
                 |           |           |         | :...............:
                 |           |           |         |
+----------------|-----------|-----------|---------|------------------+
|                |           |           |         |                  |
|                v           |           v         |                  |
| +---------------------------+     +-----------------------------+   |
| | a) Retrieval and          |     | Processing of               |   |
| |    validation of CRED_X;  |     | post-verification EAD items |   |
| | b) Trust assessment       |     +-----------------------o-----+   |
| |    of CRED_X;             |                             |         |
| | c) Processing of          o-------- Shared state -------o         |
| |    pre-verification       |                                       |
| |    EAD items              |        ......................         |
| |                           |        : Instructions about :         |
| | - (a) and (c) might have  |        : EAD items to       :         |
| |   to occur in parallel    |        : unconditionally    :         |
| | - (b) depends on the      |        : produce for the    :         |
| |   used trust policy       |        : next EDHOC message :         |
| +---------------------------+        :....................:         |
|                                                                     |
|                                               Side-Processor Object |
+---------------------------------------------------------------------+
]]></artwork>
            </artset>
          </figure>
          <t>The flowchart in <xref target="fig-flowchart-spo-low-level"/> shows the different steps taken for processing an incoming EDHOC message_2 and message_3.</t>
          <figure anchor="fig-flowchart-spo-low-level">
            <name>Processing Steps for EDHOC message_2 and message_3.</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="2416" width="568" viewBox="0 0 568 2416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 8,512 L 8,1408" fill="none" stroke="black"/>
                  <path d="M 8,1456 L 8,1584" fill="none" stroke="black"/>
                  <path d="M 8,1936 L 8,2176" fill="none" stroke="black"/>
                  <path d="M 16,144 L 16,176" fill="none" stroke="black"/>
                  <path d="M 16,240 L 16,288" fill="none" stroke="black"/>
                  <path d="M 16,352 L 16,384" fill="none" stroke="black"/>
                  <path d="M 16,1760 L 16,1792" fill="none" stroke="black"/>
                  <path d="M 16,2352 L 16,2400" fill="none" stroke="black"/>
                  <path d="M 24,560 L 24,640" fill="none" stroke="black"/>
                  <path d="M 24,752 L 24,800" fill="none" stroke="black"/>
                  <path d="M 24,912 L 24,992" fill="none" stroke="black"/>
                  <path d="M 24,1248 L 24,1376" fill="none" stroke="black"/>
                  <path d="M 24,1504 L 24,1552" fill="none" stroke="black"/>
                  <path d="M 24,1984 L 24,2032" fill="none" stroke="black"/>
                  <path d="M 24,2096 L 24,2144" fill="none" stroke="black"/>
                  <path d="M 88,96 L 88,136" fill="none" stroke="black"/>
                  <path d="M 88,184 L 88,232" fill="none" stroke="black"/>
                  <path d="M 88,296 L 88,344" fill="none" stroke="black"/>
                  <path d="M 88,392 L 88,416" fill="none" stroke="black"/>
                  <path d="M 88,496 L 88,552" fill="none" stroke="black"/>
                  <path d="M 88,648 L 88,744" fill="none" stroke="black"/>
                  <path d="M 88,808 L 88,904" fill="none" stroke="black"/>
                  <path d="M 88,1000 L 88,1240" fill="none" stroke="black"/>
                  <path d="M 88,1384 L 88,1496" fill="none" stroke="black"/>
                  <path d="M 88,1560 L 88,1632" fill="none" stroke="black"/>
                  <path d="M 88,1712 L 88,1752" fill="none" stroke="black"/>
                  <path d="M 88,1800 L 88,1840" fill="none" stroke="black"/>
                  <path d="M 88,1920 L 88,1976" fill="none" stroke="black"/>
                  <path d="M 88,2040 L 88,2088" fill="none" stroke="black"/>
                  <path d="M 88,2152 L 88,2224" fill="none" stroke="black"/>
                  <path d="M 88,2304 L 88,2344" fill="none" stroke="black"/>
                  <path d="M 152,2352 L 152,2400" fill="none" stroke="black"/>
                  <path d="M 168,752 L 168,800" fill="none" stroke="black"/>
                  <path d="M 168,1760 L 168,1792" fill="none" stroke="black"/>
                  <path d="M 176,144 L 176,176" fill="none" stroke="black"/>
                  <path d="M 176,240 L 176,288" fill="none" stroke="black"/>
                  <path d="M 176,352 L 176,384" fill="none" stroke="black"/>
                  <path d="M 176,1248 L 176,1376" fill="none" stroke="black"/>
                  <path d="M 192,912 L 192,992" fill="none" stroke="black"/>
                  <path d="M 200,560 L 200,640" fill="none" stroke="black"/>
                  <path d="M 224,144 L 224,384" fill="none" stroke="black"/>
                  <path d="M 248,560 L 248,640" fill="none" stroke="black"/>
                  <path d="M 248,752 L 248,944" fill="none" stroke="black"/>
                  <path d="M 248,976 L 248,1280" fill="none" stroke="black"/>
                  <path d="M 296,688 L 296,744" fill="none" stroke="black"/>
                  <path d="M 296,1152 L 296,1184" fill="none" stroke="black"/>
                  <path d="M 296,1248 L 296,1376" fill="none" stroke="black"/>
                  <path d="M 320,952 L 320,1144" fill="none" stroke="black"/>
                  <path d="M 320,1192 L 320,1240" fill="none" stroke="black"/>
                  <path d="M 344,752 L 344,944" fill="none" stroke="black"/>
                  <path d="M 368,560 L 368,640" fill="none" stroke="black"/>
                  <path d="M 384,2096 L 384,2144" fill="none" stroke="black"/>
                  <path d="M 392,1984 L 392,2032" fill="none" stroke="black"/>
                  <path d="M 408,752 L 408,864" fill="none" stroke="black"/>
                  <path d="M 416,560 L 416,640" fill="none" stroke="black"/>
                  <path d="M 416,1936 L 416,2176" fill="none" stroke="black"/>
                  <path d="M 432,648 L 432,688" fill="none" stroke="black"/>
                  <path d="M 432,1040 L 432,1088" fill="none" stroke="black"/>
                  <path d="M 480,1504 L 480,1552" fill="none" stroke="black"/>
                  <path d="M 512,648 L 512,744" fill="none" stroke="black"/>
                  <path d="M 512,872 L 512,1032" fill="none" stroke="black"/>
                  <path d="M 512,1096 L 512,1144" fill="none" stroke="black"/>
                  <path d="M 528,560 L 528,640" fill="none" stroke="black"/>
                  <path d="M 544,752 L 544,864" fill="none" stroke="black"/>
                  <path d="M 544,1040 L 544,1088" fill="none" stroke="black"/>
                  <path d="M 544,1152 L 544,1184" fill="none" stroke="black"/>
                  <path d="M 544,1248 L 544,1376" fill="none" stroke="black"/>
                  <path d="M 560,512 L 560,1408" fill="none" stroke="black"/>
                  <path d="M 560,1456 L 560,1584" fill="none" stroke="black"/>
                  <path d="M 16,144 L 176,144" fill="none" stroke="black"/>
                  <path d="M 200,144 L 224,144" fill="none" stroke="black"/>
                  <path d="M 16,176 L 176,176" fill="none" stroke="black"/>
                  <path d="M 16,240 L 176,240" fill="none" stroke="black"/>
                  <path d="M 224,256 L 248,256" fill="none" stroke="black"/>
                  <path d="M 16,288 L 176,288" fill="none" stroke="black"/>
                  <path d="M 16,352 L 176,352" fill="none" stroke="black"/>
                  <path d="M 16,384 L 176,384" fill="none" stroke="black"/>
                  <path d="M 200,384 L 224,384" fill="none" stroke="black"/>
                  <path d="M 8,512 L 80,512" fill="none" stroke="black"/>
                  <path d="M 96,512 L 560,512" fill="none" stroke="black"/>
                  <path d="M 24,560 L 200,560" fill="none" stroke="black"/>
                  <path d="M 248,560 L 368,560" fill="none" stroke="black"/>
                  <path d="M 416,560 L 528,560" fill="none" stroke="black"/>
                  <path d="M 208,592 L 240,592" fill="none" stroke="black"/>
                  <path d="M 376,592 L 408,592" fill="none" stroke="black"/>
                  <path d="M 24,640 L 200,640" fill="none" stroke="black"/>
                  <path d="M 248,640 L 368,640" fill="none" stroke="black"/>
                  <path d="M 416,640 L 528,640" fill="none" stroke="black"/>
                  <path d="M 296,688 L 432,688" fill="none" stroke="black"/>
                  <path d="M 24,752 L 168,752" fill="none" stroke="black"/>
                  <path d="M 248,752 L 344,752" fill="none" stroke="black"/>
                  <path d="M 408,752 L 544,752" fill="none" stroke="black"/>
                  <path d="M 176,768 L 240,768" fill="none" stroke="black"/>
                  <path d="M 352,768 L 400,768" fill="none" stroke="black"/>
                  <path d="M 24,800 L 168,800" fill="none" stroke="black"/>
                  <path d="M 408,864 L 544,864" fill="none" stroke="black"/>
                  <path d="M 24,912 L 192,912" fill="none" stroke="black"/>
                  <path d="M 200,928 L 240,928" fill="none" stroke="black"/>
                  <path d="M 248,944 L 344,944" fill="none" stroke="black"/>
                  <path d="M 200,976 L 248,976" fill="none" stroke="black"/>
                  <path d="M 24,992 L 192,992" fill="none" stroke="black"/>
                  <path d="M 432,1040 L 544,1040" fill="none" stroke="black"/>
                  <path d="M 432,1088 L 544,1088" fill="none" stroke="black"/>
                  <path d="M 296,1152 L 544,1152" fill="none" stroke="black"/>
                  <path d="M 296,1184 L 544,1184" fill="none" stroke="black"/>
                  <path d="M 24,1248 L 176,1248" fill="none" stroke="black"/>
                  <path d="M 296,1248 L 544,1248" fill="none" stroke="black"/>
                  <path d="M 248,1280 L 288,1280" fill="none" stroke="black"/>
                  <path d="M 24,1376 L 176,1376" fill="none" stroke="black"/>
                  <path d="M 296,1376 L 544,1376" fill="none" stroke="black"/>
                  <path d="M 8,1408 L 80,1408" fill="none" stroke="black"/>
                  <path d="M 96,1408 L 560,1408" fill="none" stroke="black"/>
                  <path d="M 8,1456 L 80,1456" fill="none" stroke="black"/>
                  <path d="M 96,1456 L 560,1456" fill="none" stroke="black"/>
                  <path d="M 24,1504 L 480,1504" fill="none" stroke="black"/>
                  <path d="M 24,1552 L 480,1552" fill="none" stroke="black"/>
                  <path d="M 8,1584 L 80,1584" fill="none" stroke="black"/>
                  <path d="M 96,1584 L 560,1584" fill="none" stroke="black"/>
                  <path d="M 16,1760 L 168,1760" fill="none" stroke="black"/>
                  <path d="M 16,1792 L 168,1792" fill="none" stroke="black"/>
                  <path d="M 8,1936 L 80,1936" fill="none" stroke="black"/>
                  <path d="M 96,1936 L 416,1936" fill="none" stroke="black"/>
                  <path d="M 24,1984 L 392,1984" fill="none" stroke="black"/>
                  <path d="M 24,2032 L 392,2032" fill="none" stroke="black"/>
                  <path d="M 24,2096 L 384,2096" fill="none" stroke="black"/>
                  <path d="M 24,2144 L 384,2144" fill="none" stroke="black"/>
                  <path d="M 8,2176 L 80,2176" fill="none" stroke="black"/>
                  <path d="M 96,2176 L 416,2176" fill="none" stroke="black"/>
                  <path d="M 16,2352 L 152,2352" fill="none" stroke="black"/>
                  <path d="M 16,2400 L 152,2400" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="520,1144 508,1138.4 508,1149.6" fill="black" transform="rotate(90,512,1144)"/>
                  <polygon class="arrowhead" points="520,1032 508,1026.4 508,1037.6" fill="black" transform="rotate(90,512,1032)"/>
                  <polygon class="arrowhead" points="520,744 508,738.4 508,749.6" fill="black" transform="rotate(90,512,744)"/>
                  <polygon class="arrowhead" points="416,592 404,586.4 404,597.6" fill="black" transform="rotate(0,408,592)"/>
                  <polygon class="arrowhead" points="360,768 348,762.4 348,773.6" fill="black" transform="rotate(180,352,768)"/>
                  <polygon class="arrowhead" points="328,1240 316,1234.4 316,1245.6" fill="black" transform="rotate(90,320,1240)"/>
                  <polygon class="arrowhead" points="328,952 316,946.4 316,957.6" fill="black" transform="rotate(270,320,952)"/>
                  <polygon class="arrowhead" points="304,744 292,738.4 292,749.6" fill="black" transform="rotate(90,296,744)"/>
                  <polygon class="arrowhead" points="248,928 236,922.4 236,933.6" fill="black" transform="rotate(0,240,928)"/>
                  <polygon class="arrowhead" points="248,768 236,762.4 236,773.6" fill="black" transform="rotate(0,240,768)"/>
                  <polygon class="arrowhead" points="248,592 236,586.4 236,597.6" fill="black" transform="rotate(0,240,592)"/>
                  <polygon class="arrowhead" points="208,976 196,970.4 196,981.6" fill="black" transform="rotate(180,200,976)"/>
                  <polygon class="arrowhead" points="96,2344 84,2338.4 84,2349.6" fill="black" transform="rotate(90,88,2344)"/>
                  <polygon class="arrowhead" points="96,2224 84,2218.4 84,2229.6" fill="black" transform="rotate(90,88,2224)"/>
                  <polygon class="arrowhead" points="96,2088 84,2082.4 84,2093.6" fill="black" transform="rotate(90,88,2088)"/>
                  <polygon class="arrowhead" points="96,1976 84,1970.4 84,1981.6" fill="black" transform="rotate(90,88,1976)"/>
                  <polygon class="arrowhead" points="96,1840 84,1834.4 84,1845.6" fill="black" transform="rotate(90,88,1840)"/>
                  <polygon class="arrowhead" points="96,1752 84,1746.4 84,1757.6" fill="black" transform="rotate(90,88,1752)"/>
                  <polygon class="arrowhead" points="96,1632 84,1626.4 84,1637.6" fill="black" transform="rotate(90,88,1632)"/>
                  <polygon class="arrowhead" points="96,1496 84,1490.4 84,1501.6" fill="black" transform="rotate(90,88,1496)"/>
                  <polygon class="arrowhead" points="96,1240 84,1234.4 84,1245.6" fill="black" transform="rotate(90,88,1240)"/>
                  <polygon class="arrowhead" points="96,904 84,898.4 84,909.6" fill="black" transform="rotate(90,88,904)"/>
                  <polygon class="arrowhead" points="96,744 84,738.4 84,749.6" fill="black" transform="rotate(90,88,744)"/>
                  <polygon class="arrowhead" points="96,552 84,546.4 84,557.6" fill="black" transform="rotate(90,88,552)"/>
                  <polygon class="arrowhead" points="96,344 84,338.4 84,349.6" fill="black" transform="rotate(90,88,344)"/>
                  <polygon class="arrowhead" points="96,232 84,226.4 84,237.6" fill="black" transform="rotate(90,88,232)"/>
                  <polygon class="arrowhead" points="96,136 84,130.4 84,141.6" fill="black" transform="rotate(90,88,136)"/>
                  <g class="text">
                    <text x="52" y="36">Incoming</text>
                    <text x="40" y="52">EDHOC</text>
                    <text x="104" y="52">message_X</text>
                    <text x="28" y="68">(X</text>
                    <text x="48" y="68">=</text>
                    <text x="64" y="68">2</text>
                    <text x="84" y="68">or</text>
                    <text x="108" y="68">3)</text>
                    <text x="52" y="164">Decode</text>
                    <text x="120" y="164">message_X</text>
                    <text x="60" y="260">Retrieve</text>
                    <text x="112" y="260">the</text>
                    <text x="280" y="260">(Core</text>
                    <text x="328" y="260">EDHOC</text>
                    <text x="400" y="260">Processing)</text>
                    <text x="60" y="276">protocol</text>
                    <text x="120" y="276">state</text>
                    <text x="56" y="372">Decrypt</text>
                    <text x="128" y="372">message_X</text>
                    <text x="40" y="452">Control</text>
                    <text x="120" y="452">transferred</text>
                    <text x="180" y="452">to</text>
                    <text x="24" y="468">the</text>
                    <text x="100" y="468">side-processor</text>
                    <text x="188" y="468">object</text>
                    <text x="252" y="532">Pre-verification</text>
                    <text x="340" y="532">side</text>
                    <text x="404" y="532">processing</text>
                    <text x="488" y="532">(PHASE_1)</text>
                    <text x="44" y="580">1.</text>
                    <text x="76" y="580">Does</text>
                    <text x="136" y="580">ID_CRED_X</text>
                    <text x="220" y="580">NO</text>
                    <text x="268" y="580">3.</text>
                    <text x="316" y="580">Retrieve</text>
                    <text x="436" y="580">4.</text>
                    <text x="460" y="580">Is</text>
                    <text x="488" y="580">the</text>
                    <text x="44" y="596">or</text>
                    <text x="68" y="596">an</text>
                    <text x="96" y="596">EAD</text>
                    <text x="132" y="596">item</text>
                    <text x="276" y="596">CRED</text>
                    <text x="312" y="596">via</text>
                    <text x="464" y="596">retrieval</text>
                    <text x="56" y="612">point</text>
                    <text x="92" y="612">to</text>
                    <text x="116" y="612">an</text>
                    <text x="160" y="612">already</text>
                    <text x="296" y="612">ID_CRED_X</text>
                    <text x="348" y="612">or</text>
                    <text x="436" y="612">of</text>
                    <text x="468" y="612">CRED</text>
                    <text x="60" y="628">stored</text>
                    <text x="112" y="628">CRED?</text>
                    <text x="268" y="628">an</text>
                    <text x="296" y="628">EAD</text>
                    <text x="332" y="628">item</text>
                    <text x="472" y="628">successful?</text>
                    <text x="452" y="676">NO</text>
                    <text x="536" y="676">YES</text>
                    <text x="112" y="724">YES</text>
                    <text x="188" y="756">NO</text>
                    <text x="384" y="756">YES</text>
                    <text x="44" y="772">2.</text>
                    <text x="68" y="772">Is</text>
                    <text x="100" y="772">this</text>
                    <text x="140" y="772">CRED</text>
                    <text x="272" y="772">11.</text>
                    <text x="312" y="772">Abort</text>
                    <text x="428" y="772">5.</text>
                    <text x="452" y="772">Is</text>
                    <text x="480" y="772">the</text>
                    <text x="516" y="772">used</text>
                    <text x="56" y="788">still</text>
                    <text x="108" y="788">valid?</text>
                    <text x="272" y="788">the</text>
                    <text x="312" y="788">EDHOC</text>
                    <text x="440" y="788">trust</text>
                    <text x="492" y="788">policy</text>
                    <text x="288" y="804">session</text>
                    <text x="476" y="804">"NO-LEARNING",</text>
                    <text x="448" y="820">without</text>
                    <text x="496" y="820">any</text>
                    <text x="460" y="836">acceptable</text>
                    <text x="464" y="852">exceptions?</text>
                    <text x="112" y="884">YES</text>
                    <text x="396" y="900">Here</text>
                    <text x="432" y="900">the</text>
                    <text x="468" y="900">used</text>
                    <text x="532" y="900">NO</text>
                    <text x="212" y="916">NO</text>
                    <text x="400" y="916">trust</text>
                    <text x="452" y="916">policy</text>
                    <text x="492" y="916">is</text>
                    <text x="44" y="932">9.</text>
                    <text x="68" y="932">Is</text>
                    <text x="100" y="932">this</text>
                    <text x="140" y="932">CRED</text>
                    <text x="424" y="932">"LEARNING",</text>
                    <text x="484" y="932">or</text>
                    <text x="52" y="948">good</text>
                    <text x="84" y="948">to</text>
                    <text x="112" y="948">use</text>
                    <text x="140" y="948">in</text>
                    <text x="168" y="948">the</text>
                    <text x="432" y="948">"NO-LEARNING"</text>
                    <text x="64" y="964">context</text>
                    <text x="108" y="964">of</text>
                    <text x="140" y="964">this</text>
                    <text x="412" y="964">together</text>
                    <text x="468" y="964">with</text>
                    <text x="56" y="980">EDHOC</text>
                    <text x="116" y="980">session?</text>
                    <text x="388" y="980">an</text>
                    <text x="444" y="980">overriding</text>
                    <text x="416" y="996">exception</text>
                    <text x="452" y="1060">6.</text>
                    <text x="500" y="1060">Validate</text>
                    <text x="460" y="1076">CRED</text>
                    <text x="112" y="1124">YES</text>
                    <text x="340" y="1124">NO</text>
                    <text x="316" y="1172">7.</text>
                    <text x="340" y="1172">Is</text>
                    <text x="372" y="1172">CRED</text>
                    <text x="420" y="1172">valid?</text>
                    <text x="344" y="1220">YES</text>
                    <text x="48" y="1268">10.</text>
                    <text x="100" y="1268">Continue</text>
                    <text x="148" y="1268">by</text>
                    <text x="316" y="1268">8.</text>
                    <text x="352" y="1268">Store</text>
                    <text x="396" y="1268">CRED</text>
                    <text x="428" y="1268">as</text>
                    <text x="464" y="1268">valid</text>
                    <text x="504" y="1268">and</text>
                    <text x="80" y="1284">considering</text>
                    <text x="148" y="1284">this</text>
                    <text x="340" y="1284">trusted.</text>
                    <text x="52" y="1300">CRED</text>
                    <text x="84" y="1300">as</text>
                    <text x="112" y="1300">the</text>
                    <text x="92" y="1316">authentication</text>
                    <text x="324" y="1316">Pair</text>
                    <text x="364" y="1316">CRED</text>
                    <text x="404" y="1316">with</text>
                    <text x="468" y="1316">consistent</text>
                    <text x="76" y="1332">credential</text>
                    <text x="348" y="1332">credential</text>
                    <text x="444" y="1332">identifiers,</text>
                    <text x="512" y="1332">for</text>
                    <text x="76" y="1348">associated</text>
                    <text x="140" y="1348">with</text>
                    <text x="324" y="1348">each</text>
                    <text x="384" y="1348">supported</text>
                    <text x="444" y="1348">type</text>
                    <text x="476" y="1348">of</text>
                    <text x="48" y="1364">the</text>
                    <text x="88" y="1364">other</text>
                    <text x="132" y="1364">peer</text>
                    <text x="348" y="1364">credential</text>
                    <text x="440" y="1364">identifier.</text>
                    <text x="252" y="1476">Pre-verification</text>
                    <text x="340" y="1476">side</text>
                    <text x="404" y="1476">processing</text>
                    <text x="488" y="1476">(PHASE_2)</text>
                    <text x="64" y="1524">Process</text>
                    <text x="112" y="1524">the</text>
                    <text x="144" y="1524">EAD</text>
                    <text x="184" y="1524">items</text>
                    <text x="228" y="1524">that</text>
                    <text x="268" y="1524">have</text>
                    <text x="304" y="1524">not</text>
                    <text x="340" y="1524">been</text>
                    <text x="400" y="1524">processed</text>
                    <text x="456" y="1524">yet</text>
                    <text x="48" y="1540">and</text>
                    <text x="84" y="1540">that</text>
                    <text x="120" y="1540">can</text>
                    <text x="148" y="1540">be</text>
                    <text x="200" y="1540">processed</text>
                    <text x="268" y="1540">before</text>
                    <text x="328" y="1540">message</text>
                    <text x="412" y="1540">verification</text>
                    <text x="40" y="1668">Control</text>
                    <text x="120" y="1668">transferred</text>
                    <text x="188" y="1668">back</text>
                    <text x="20" y="1684">to</text>
                    <text x="48" y="1684">the</text>
                    <text x="84" y="1684">core</text>
                    <text x="128" y="1684">EDHOC</text>
                    <text x="196" y="1684">processing</text>
                    <text x="52" y="1780">Verify</text>
                    <text x="120" y="1780">message_X</text>
                    <text x="200" y="1780">(Core</text>
                    <text x="248" y="1780">EDHOC</text>
                    <text x="320" y="1780">processing)</text>
                    <text x="40" y="1876">Control</text>
                    <text x="120" y="1876">transferred</text>
                    <text x="180" y="1876">to</text>
                    <text x="24" y="1892">the</text>
                    <text x="100" y="1892">side-processor</text>
                    <text x="188" y="1892">object</text>
                    <text x="248" y="1956">Post-verification</text>
                    <text x="364" y="1956">processing</text>
                    <text x="64" y="2004">Process</text>
                    <text x="112" y="2004">the</text>
                    <text x="144" y="2004">EAD</text>
                    <text x="184" y="2004">items</text>
                    <text x="228" y="2004">that</text>
                    <text x="268" y="2004">have</text>
                    <text x="300" y="2004">to</text>
                    <text x="324" y="2004">be</text>
                    <text x="72" y="2020">processed</text>
                    <text x="140" y="2020">(also)</text>
                    <text x="192" y="2020">after</text>
                    <text x="248" y="2020">message</text>
                    <text x="332" y="2020">verification</text>
                    <text x="52" y="2116">Make</text>
                    <text x="88" y="2116">all</text>
                    <text x="120" y="2116">the</text>
                    <text x="168" y="2116">results</text>
                    <text x="212" y="2116">of</text>
                    <text x="240" y="2116">the</text>
                    <text x="272" y="2116">EAD</text>
                    <text x="332" y="2116">processing</text>
                    <text x="72" y="2132">available</text>
                    <text x="124" y="2132">to</text>
                    <text x="160" y="2132">build</text>
                    <text x="200" y="2132">the</text>
                    <text x="236" y="2132">next</text>
                    <text x="280" y="2132">EDHOC</text>
                    <text x="336" y="2132">message</text>
                    <text x="40" y="2260">Control</text>
                    <text x="120" y="2260">transferred</text>
                    <text x="188" y="2260">back</text>
                    <text x="20" y="2276">to</text>
                    <text x="48" y="2276">the</text>
                    <text x="84" y="2276">core</text>
                    <text x="128" y="2276">EDHOC</text>
                    <text x="196" y="2276">processing</text>
                    <text x="56" y="2372">Advance</text>
                    <text x="104" y="2372">the</text>
                    <text x="184" y="2372">(Core</text>
                    <text x="232" y="2372">EDHOC</text>
                    <text x="304" y="2372">processing)</text>
                    <text x="60" y="2388">protocol</text>
                    <text x="120" y="2388">state</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
  Incoming
  EDHOC message_X
  (X = 2 or 3)

          |
          |
          v
 +-------------------+  ---+
 | Decode message_X  |     |
 +-------------------+     |
          |                |
          |                |
          v                |
 +-------------------+     |
 | Retrieve the      |     +--- (Core EDHOC Processing)
 | protocol state    |     |
 +-------------------+     |
          |                |
          |                |
          v                |
 +-------------------+     |
 | Decrypt message_X |     |
 +-------------------+  ---+
          |
          |

 Control transferred to
 the side-processor object

          |
+---------|----------------------------------------------------------+
|         |            Pre-verification side processing (PHASE_1)    |
|         v                                                          |
| +---------------------+     +--------------+     +-------------+   |
| | 1. Does ID_CRED_X   | NO  | 3. Retrieve  |     | 4. Is the   |   |
| | or an EAD item      |---->| CRED via     |---->| retrieval   |   |
| | point to an already |     | ID_CRED_X or |     | of CRED     |   |
| | stored CRED?        |     | an EAD item  |     | successful? |   |
| +---------------------+     +--------------+     +-------------+   |
|         |                                          |         |     |
|         |                                          | NO      | YES |
|         |                         +----------------+         |     |
|         |                         |                          |     |
|         | YES                     |                          |     |
|         v                         v                          v     |
| +-----------------+ NO      +-----------+   YES +----------------+ |
| | 2. Is this CRED |-------->| 11. Abort |<------| 5. Is the used | |
| | still valid?    |         | the EDHOC |       | trust policy   | |
| +-----------------+         | session   |       | "NO-LEARNING", | |
|         |                   |           |       | without any    | |
|         |                   |           |       | acceptable     | |
|         |                   |           |       | exceptions?    | |
|         |                   |           |       +----------------+ |
|         | YES               |           |                    |     |
|         v                   |           |    Here the used   | NO  |
| +--------------------+ NO   |           |    trust policy is |     |
| | 9. Is this CRED    |----->|           |    "LEARNING", or  |     |
| | good to use in the |      +-----------+    "NO-LEARNING"   |     |
| | context of this    |               ^       together with   |     |
| | EDHOC session?     |<-----+        |       an overriding   |     |
| +--------------------+      |        |       exception       |     |
|         |                   |        |                       |     |
|         |                   |        |                       v     |
|         |                   |        |             +-------------+ |
|         |                   |        |             | 6. Validate | |
|         |                   |        |             | CRED        | |
|         |                   |        |             +-------------+ |
|         |                   |        |                       |     |
|         | YES               |        | NO                    |     |
|         |                   |        |                       v     |
|         |                   |     +------------------------------+ |
|         |                   |     | 7. Is CRED valid?            | |
|         |                   |     +------------------------------+ |
|         |                   |        |                             |
|         |                   |        | YES                         |
|         v                   |        v                             |
| +------------------+        |     +------------------------------+ |
| | 10. Continue by  |        |     | 8. Store CRED as valid and   | |
| | considering this |        +-----| trusted.                     | |
| | CRED as the      |              |                              | |
| | authentication   |              | Pair CRED with consistent    | |
| | credential       |              | credential identifiers, for  | |
| | associated with  |              | each supported type of       | |
| | the other peer   |              | credential identifier.       | |
| +------------------+              +------------------------------+ |
|         |                                                          |
+---------|----------------------------------------------------------+
          |
          |
+---------|----------------------------------------------------------+
|         |            Pre-verification side processing (PHASE_2)    |
|         v                                                          |
| +--------------------------------------------------------+         |
| | Process the EAD items that have not been processed yet |         |
| | and that can be processed before message verification  |         |
| +--------------------------------------------------------+         |
|         |                                                          |
+---------|----------------------------------------------------------+
          |
          |
          v

 Control transferred back
 to the core EDHOC processing

          |
          |
          v
 +------------------+
 | Verify message_X | (Core EDHOC processing)
 +------------------+
          |
          |
          v

 Control transferred to
 the side-processor object

          |
+---------|----------------------------------------+
|         |           Post-verification processing |
|         v                                        |
| +---------------------------------------------+  |
| | Process the EAD items that have to be       |  |
| | processed (also) after message verification |  |
| +---------------------------------------------+  |
|         |                                        |
|         |                                        |
|         v                                        |
| +--------------------------------------------+   |
| | Make all the results of the EAD processing |   |
| | available to build the next EDHOC message  |   |
| +--------------------------------------------+   |
|         |                                        |
+---------|----------------------------------------+
          |
          |
          v

 Control transferred back
 to the core EDHOC processing

          |
          |
          v
 +----------------+
 | Advance the    | (Core EDHOC processing)
 | protocol state |
 +----------------+
]]></artwork>
            </artset>
          </figure>
        </section>
      </section>
      <section anchor="sec-consistency-checks-auth-creds">
        <name>Consistency Checks of Authentication Credentials from ID_CRED and EAD Items</name>
        <t>Typically, an EDHOC peer specifies its associated authentication credential (by value or by reference) only in the ID_CRED field of EDHOC message_2 (if acting as Responder) or EDHOC message_3 (if acting as Initiator).</t>
        <t>In addition to that, there may be cases where an EDHOC peer provides the authentication credential also in an EAD item. In particular, such an EAD item can specify a cryptographically protected "envelope" (by value or by reference), which in turn specifies the authentication credential (by value or by reference).</t>
        <t>A case in point is the EDHOC and OSCORE profile of the ACE framework <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>, where the envelope in question is an access token issued to the ACE client. In such a case, the ACE client can rely on an EAD item specifying the access token by value, or instead on a different EAD item specifying a session identifier as a reference to such access token. In either case, the access token specifies the authentication credential (by value or by reference) associated with the client.</t>
        <t>During an EDHOC session, an EDHOC peer P1 might therefore receive the authentication credential CRED associated with the other EDHOC peer P2 as specified by two items:</t>
        <ul spacing="normal">
          <li>
            <t>ITEM_A: the ID_CRED field specifying CRED. If P2 acts as Initiator (Responder), then ITEM_A is the ID_CRED_I (ID_CRED_R) field.</t>
          </li>
          <li>
            <t>ITEM_B: the envelope specified in an EAD item within an EDHOC message sent by P2.</t>
          </li>
        </ul>
        <t>As part of the process where P1 validates CRED during the EDHOC session, P1 must check that both ITEM_A and ITEM_B specify the same authentication credential, and it must abort the EDHOC session if such a consistency check fails.</t>
        <t>The consistency check is successful only if one of the following conditions hold and it fails otherwise:</t>
        <ul spacing="normal">
          <li>
            <t>If both ITEM_A and ITEM_B specify an authentication credential by value, then both ITEM_A and ITEM_B specify the same value.</t>
          </li>
          <li>
            <t>If one among ITEM_A and ITEM_B specifies an authentication credential by value VALUE while the other one specifies an authentication credential by reference REF, then REF is a valid reference for VALUE.</t>
          </li>
          <li>
            <t>If ITEM_A specifies an authentication credential by reference REF_A and ITEM_B specifies an authentication credential by reference REF_B, then REF_A or REF_B allows to retrieving the value VALUE of an authentication credential from a local or remote storage, such that both REF_A and REF_B are a valid reference for VALUE.</t>
          </li>
        </ul>
        <t>The peer P1 performs the consistency check above as soon as it has both ITEM_A and ITEM_B available. If P1 acts as Responder, that is the case when processing the incoming EDHOC message_3. If P1 acts as Initiator, that is the case when processing the incoming EDHOC message_2 or message_4, i.e., whichever of the two messages includes ITEM_B in an EAD item of its EAD field.</t>
      </section>
    </section>
    <section anchor="sec-block-wise">
      <name>Using EDHOC over CoAP with Block-Wise</name>
      <t><xref section="A.2" sectionFormat="of" target="RFC9528"/> specifies how to transfer EDHOC over CoAP <xref target="RFC7252"/>. In such a case, the EDHOC messages (possibly prepended by an EDHOC connection identifier) are transported in the payload of CoAP requests and responses, according to the EDHOC forward message flow or the EDHOC reverse message flow. Furthermore, <xref section="A.1" sectionFormat="of" target="RFC9528"/> specifies how to derive an OSCORE Security Context <xref target="RFC8613"/> from an EDHOC session.</t>
      <t>Building on that, <xref target="RFC9668"/> further details the use of EDHOC with CoAP and OSCORE. In particular, it specifies an optimization approach for the EDHOC forward message flow that combines the EDHOC execution with the first subsequent OSCORE transaction. This is achieved by means of an "EDHOC + OSCORE request", i.e., a single CoAP request message that conveys both EDHOC message_3 of the ongoing EDHOC session and the OSCORE-protected application data, where the latter is protected with the OSCORE Security Context derived from that EDHOC session.</t>
      <t>This section provides guidelines and recommendations for CoAP endpoints supporting Block-wise transfers for CoAP <xref target="RFC7959"/> and specifically for CoAP clients supporting the EDHOC + OSCORE request defined in <xref target="RFC9668"/>. The use of Block-wise transfers can be desirable, e.g., for EDHOC messages that include a large ID_CRED_I or ID_CRED_R, or that include a large EAD field.</t>
      <t>The following especially considers a CoAP endpoint that may perform only "inner" Block-wise, but not "outer" Block-wise operations (see <xref section="4.1.3.4" sectionFormat="of" target="RFC8613"/>). That is, the considered CoAP endpoint does not (further) split an OSCORE-protected message like an intermediary (e.g., a proxy) might do. This is the typical case for CoAP endpoints using OSCORE (see <xref section="4.1.3.4" sectionFormat="of" target="RFC8613"/>).</t>
      <section anchor="notation">
        <name>Notation</name>
        <t>The rest of this section refers to the following notation:</t>
        <ul spacing="normal">
          <li>
            <t>SIZE_BODY: the size in bytes of the data to be transmitted with CoAP. When Block-wise is used, such data is referred to as the "body" to be fragmented into blocks, each of which to be transmitted in one CoAP message.  </t>
            <t>
With the exception of EDHOC message_3, the considered body can also be an EDHOC message, possibly prepended by an EDHOC connection identifier encoded as per <xref section="3.3" sectionFormat="of" target="RFC9528"/>.  </t>
            <t>
When specifically using the EDHOC + OSCORE request, the considered body is the application data to be protected with OSCORE, (whose first block is) to be sent together with EDHOC message_3 as part of the EDHOC + OSCORE request.</t>
          </li>
          <li>
            <t>SIZE_EDHOC_M3: the size in bytes of EDHOC message_3, if this is sent as part of the EDHOC + OSCORE request. Otherwise, the size in bytes of EDHOC message_3, plus, if included, the size in bytes of a prepended EDHOC connection identifier encoded as per <xref section="3.3" sectionFormat="of" target="RFC9528"/>.</t>
          </li>
          <li>
            <t>SIZE_MTU: the maximum amount of transmittable bytes before having to use Block-wise. This is, for example, 64 KiB as maximum datagram size when using UDP, or 1280 bytes as the maximum size for an IPv6 MTU.</t>
          </li>
          <li>
            <t>SIZE_OH: the size in bytes of the overall overhead due to all the communication layers underlying the application. This takes into account also the overhead introduced by the OSCORE processing.</t>
          </li>
          <li>
            <t>LIMIT = (SIZE_MTU - SIZE_OH): the practical maximum size in bytes to be considered by the application before using Block-wise.</t>
          </li>
          <li>
            <t>SIZE_BLOCK: the size in bytes of inner blocks.</t>
          </li>
          <li>
            <t>ceil(): the ceiling function.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-block-wise-pre-req">
        <name>Pre-requirements for the EDHOC + OSCORE Request</name>
        <t>Before sending an EDHOC + OSCORE request, a CoAP client has to perform the following checks. Note that, while the CoAP client is able to fragment the plain application data before any OSCORE processing, it cannot fragment the EDHOC + OSCORE request or the EDHOC message_3 added therein.</t>
        <ul spacing="normal">
          <li>
            <t>If inner Block-wise is not used, hence SIZE_BODY &lt;= LIMIT, the CoAP client must verify whether all the following conditions hold:  </t>
            <ul spacing="normal">
              <li>
                <t>COND1: SIZE_EDHOC_M3 &lt;= LIMIT</t>
              </li>
              <li>
                <t>COND2: (SIZE_BODY + SIZE_EDHOC_M3) &lt;= LIMIT</t>
              </li>
            </ul>
          </li>
          <li>
            <t>If inner Block-wise is used, the CoAP client must verify whether all the following conditions hold:  </t>
            <ul spacing="normal">
              <li>
                <t>COND3: SIZE_EDHOC_M3 &lt;= LIMIT</t>
              </li>
              <li>
                <t>COND4: (SIZE_BLOCK + SIZE_EDHOC_M3) &lt;= LIMIT</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>In either case, if not all the corresponding conditions hold, the CoAP client should not send the EDHOC + OSCORE request. Instead, the CoAP client can continue by switching to the purely sequential, original EDHOC workflow (see <xref section="A.2.1" sectionFormat="of" target="RFC9528"/>). That is, the CoAP client first sends EDHOC message_3 prepended by the EDHOC Connection Identifier C_R encoded as per <xref section="3.3" sectionFormat="of" target="RFC9528"/> and then sends the OSCORE-protected CoAP request once the EDHOC execution is completed.</t>
      </section>
      <section anchor="effectively-using-block-wise">
        <name>Effectively Using Block-Wise</name>
        <t>In order to avoid further fragmentation at lower layers when sending an EDHOC + OSCORE request, the CoAP client has to use inner Block-wise if <em>any</em> of the following conditions holds:</t>
        <ul spacing="normal">
          <li>
            <t>COND5: SIZE_BODY &gt; LIMIT</t>
          </li>
          <li>
            <t>COND6: (SIZE_BODY + SIZE_EDHOC_M3) &gt; LIMIT</t>
          </li>
        </ul>
        <t>In particular, consistently with <xref target="sec-block-wise-pre-req"/>, the SIZE_BLOCK used has to be such that the following condition also holds:</t>
        <ul spacing="normal">
          <li>
            <t>COND7: (SIZE_BLOCK + SIZE_EDHOC_M3) &lt;= LIMIT</t>
          </li>
        </ul>
        <t>Note that the CoAP client might still use Block-wise due to reasons different from exceeding the size indicated by LIMIT.</t>
        <t>The following shows the number of round trips for completing both the EDHOC execution and the first OSCORE-protected exchange, under the assumption that the exchange of EDHOC message_1 and EDHOC message_2 does not result in using Block-wise.</t>
        <t>If <em>both</em> the conditions COND5 and COND6 hold, the use of Block-wise results in the following number of round trips experienced by the CoAP client.</t>
        <ul spacing="normal">
          <li>
            <t>If the original EDHOC execution workflow is used (see <xref section="A.2.1" sectionFormat="of" target="RFC9528"/>), the number of round trips RT_ORIG is equal to 1 + ceil(SIZE_EDHOC_M3 / SIZE_BLOCK) + ceil(SIZE_BODY / SIZE_BLOCK).</t>
          </li>
          <li>
            <t>If the optimized EDHOC execution workflow is used (see <xref section="3" sectionFormat="of" target="RFC9668"/>), the number of round trips RT_COMB is equal to 1 + ceil(SIZE_BODY / SIZE_BLOCK).</t>
          </li>
        </ul>
        <t>It follows that RT_COMB &lt; RT_ORIG, i.e., the optimized EDHOC execution workflow always yields a lower number of round trips.</t>
        <t>Instead, the convenience of using the optimized EDHOC execution workflow becomes questionable if <em>both</em> the following conditions hold:</t>
        <ul spacing="normal">
          <li>
            <t>COND8: SIZE_BODY &lt;= LIMIT</t>
          </li>
          <li>
            <t>COND9: (SIZE_BODY + SIZE_EDHOC_M3) &gt; LIMIT</t>
          </li>
        </ul>
        <t>That is, since SIZE_BODY &lt;= LIMIT, using Block-wise would not be required when using the original EDHOC execution workflow, provided that SIZE_EDHOC_M3 &lt;= LIMIT still holds.</t>
        <t>At the same time, using the combined workflow is in itself what actually triggers the use of Block-wise, since (SIZE_BODY + SIZE_EDHOC_M3) &gt; LIMIT.</t>
        <t>Therefore, the following round trips are experienced by the CoAP client.</t>
        <ul spacing="normal">
          <li>
            <t>The original EDHOC execution workflow run without using Block-wise results in a number of round trips RT_ORIG equal to 3.</t>
          </li>
          <li>
            <t>The optimized EDHOC execution workflow run using Block-wise results in a number of round trips RT_COMB equal to 1 + ceil(SIZE_BODY / SIZE_BLOCK).</t>
          </li>
        </ul>
        <t>It follows that RT_COMB &gt;= RT_ORIG, i.e., the optimized EDHOC execution workflow might still be not worse than the original EDHOC execution workflow in terms of round trips. This is the case only if the SIZE_BLOCK used is such that ceil(SIZE_BODY / SIZE_BLOCK) is equal to 2, i.e., the plain application data is fragmented into only 2 inner blocks, and thus the EDHOC + OSCORE request is followed by only one more request message transporting the last block of the body.</t>
        <t>However, even in such a case, there would be no advantage in terms or round trips compared to the original workflow, while still requiring the CoAP client and the CoAP server to perform the processing due to using the EDHOC + OSCORE request and Block-wise transferring.</t>
        <t>Therefore, if both the conditions COND8 and COND9 hold, the CoAP client should not send the EDHOC + OSCORE request. Instead, the CoAP client should continue by switching to the original EDHOC execution workflow. That is, the CoAP client first sends EDHOC message_3 prepended by the EDHOC Connection Identifier C_R encoded as per <xref section="3.3" sectionFormat="of" target="RFC9528"/> and then sends the OSCORE-protected CoAP request once the EDHOC execution is completed.</t>
      </section>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>This document provides considerations for implementations of the EDHOC protocol. The security considerations compiled in <xref section="9" sectionFormat="of" target="RFC9528"/> and in <xref section="7" sectionFormat="of" target="RFC9668"/> apply. The compliance requirements for implementations that are listed in <xref section="8" sectionFormat="of" target="RFC9528"/> also apply.</t>
      <t>It is foreseeable that the EDHOC protocol will be extended (e.g., as to new cipher suites, new methods, and new types of authentication credentials) and that external security applications will be integrated into EDHOC by embedding the transport of their data in EDHOC EAD items. For implementations that support such extensions and external applications, the related security considerations and compliance requirements also apply.</t>
      <section anchor="assessing-the-correctness-of-implementations">
        <name>Assessing the Correctness of Implementations</name>
        <t>Tools relying on fuzz testing such as EDHOC-Fuzzer <xref target="EDHOC-Fuzzer"/> can help assess the correctness of implementations of the EDHOC protocol and of external security applications integrated into EDHOC.</t>
        <t>Such tools help finding and amending implementation errors especially related to the following points:</t>
        <ul spacing="normal">
          <li>
            <t>Non-conformance with the protocol specification (e.g., unintended deviations in performing the protocol steps), which can be a potential source of security vulnerabilities in addition to performance deficiencies.</t>
          </li>
          <li>
            <t>Presence of inappropriate states and state transitions in the modeling of the EDHOC execution, e.g., states that are impossible to reach and traverse or that are not part of the protocol specification (which is a particular case of non-conformance).  </t>
            <t>
These states and transitions should be amended or removed, in order to reduce the memory footprint and code complexity and to simplify the implementation, thus reducing the risks of bugs and related security vulnerabilities.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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="RFC9528">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <date month="March" year="2024"/>
            <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 Object Security for Constrained RESTful Environments (OSCORE) security context. By reusing CBOR Object Signing and Encryption (COSE) for cryptography, Concise Binary Object Representation (CBOR) for encoding, and Constrained Application Protocol (CoAP) for transport, the additional code size can be kept very low.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9528"/>
          <seriesInfo name="DOI" value="10.17487/RFC9528"/>
        </reference>
        <reference anchor="RFC9668">
          <front>
            <title>Using Ephemeral Diffie-Hellman Over COSE (EDHOC) with the Constrained Application Protocol (CoAP) and Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="M. Tiloca" initials="M." surname="Tiloca"/>
            <author fullname="R. Höglund" initials="R." surname="Höglund"/>
            <author fullname="S. Hristozov" initials="S." surname="Hristozov"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <date month="November" year="2024"/>
            <abstract>
              <t>The lightweight authenticated key exchange protocol Ephemeral Diffie-Hellman Over COSE (EDHOC) can be run over the Constrained Application Protocol (CoAP) and used by two peers to establish a Security Context for the security protocol Object Security for Constrained RESTful Environments (OSCORE). This document details this use of the EDHOC protocol by specifying a number of additional and optional mechanisms, including 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>
          </front>
          <seriesInfo name="RFC" value="9668"/>
          <seriesInfo name="DOI" value="10.17487/RFC9668"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC2986">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </reference>
        <reference anchor="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="RFC6960">
          <front>
            <title>X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP</title>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <author fullname="R. Ankney" initials="R." surname="Ankney"/>
            <author fullname="A. Malpani" initials="A." surname="Malpani"/>
            <author fullname="S. Galperin" initials="S." surname="Galperin"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document specifies a protocol useful in determining the current status of a digital certificate without requiring Certificate Revocation Lists (CRLs). Additional mechanisms addressing PKIX operational requirements are specified in separate documents. This document obsoletes RFCs 2560 and 6277. It also updates RFC 5912.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6960"/>
          <seriesInfo name="DOI" value="10.17487/RFC6960"/>
        </reference>
        <reference anchor="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="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <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="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="I-D.ietf-ace-edhoc-oscore-profile">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC) and Object Security for Constrained Environments (OSCORE) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   This document specifies a profile for the Authentication and
   Authorization for Constrained Environments (ACE) framework.  It
   utilizes Ephemeral Diffie-Hellman Over COSE (EDHOC) for achieving
   mutual authentication between an ACE-OAuth client and resource
   server, and it binds an authentication credential of the client to an
   ACE-OAuth access token.  EDHOC also establishes an Object Security
   for Constrained RESTful Environments (OSCORE) Security Context, which
   is used to secure communications between the client and resource
   server when accessing protected resources according to the
   authorization information indicated in the access token.  This
   profile can be used to delegate management of authorization
   information from a resource-constrained server to a trusted host with
   less severe limitations regarding processing power and memory.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-edhoc-oscore-profile-08"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-key-update">
          <front>
            <title>Key Update for OSCORE (KUDOS)</title>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   Communications with the Constrained Application Protocol (CoAP) can
   be protected end-to-end at the application-layer by using the
   security protocol Object Security for Constrained RESTful
   Environments (OSCORE).  Under some circumstances, two CoAP endpoints
   need to update their OSCORE keying material before communications can
   securely continue, e.g., due to approaching key usage limits.  This
   document defines Key Update for OSCORE (KUDOS), a lightweight key
   update procedure that two CoAP endpoints can use to update their
   OSCORE keying material by establishing a new OSCORE Security Context.
   Accordingly, this document updates the use of the OSCORE flag bits in
   the CoAP OSCORE Option as well as the protection of CoAP response
   messages with OSCORE.  Also, it deprecates the key update procedure
   specified in Appendix B.2 of RFC 8613.  Therefore, this document
   updates RFC 8613.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-key-update-11"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-key-limits">
          <front>
            <title>Key Usage Limits for OSCORE</title>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   Object Security for Constrained RESTful Environments (OSCORE) uses
   AEAD algorithms to ensure confidentiality and integrity of exchanged
   messages.  Due to known issues allowing forgery attacks against AEAD
   algorithms, limits should be followed on the number of times a
   specific key is used for encryption or decryption.  Among other
   reasons, approaching key usage limits requires updating the OSCORE
   keying material before communications can securely continue.  This
   document defines how two OSCORE peers can follow these key usage
   limits and what steps they should take to preserve the security of
   their communications.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-key-limits-04"/>
        </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="23" month="June" year="2025"/>
            <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 1.0, 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% while also significantly reducing memory
   and code size compared to ASN.1.  The CBOR encoded structure can
   alternatively be signed directly ("natively signed"), which does not
   require re-encoding for the signature to be verified.  The TLSA
   selectors registry defined in RFC 6698 is extended to include C509
   certificates.  The document also specifies C509 Certificate Requests,
   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-14"/>
        </reference>
        <reference anchor="I-D.ietf-lake-authz">
          <front>
            <title>Lightweight Authorization using Ephemeral Diffie-Hellman Over COSE (ELA)</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="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <author fullname="Geovane Fedrecheski" initials="G." surname="Fedrecheski">
              <organization>INRIA</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="3" month="March" year="2025"/>
            <abstract>
              <t>   Ephemeral Diffie-Hellman Over COSE (EDHOC) is a lightweight
   authenticated key exchange protocol intended for use in constrained
   scenarios.  This document specifies Lightweight Authorization using
   EDHOC (ELA).  The procedure allows authorizing enrollment of new
   devices using the extension point defined in EDHOC.  ELA is
   applicable to zero-touch onboarding of new devices to a constrained
   network leveraging trust anchors installed at manufacture time.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-authz-04"/>
        </reference>
        <reference anchor="I-D.ietf-ace-workflow-and-params">
          <front>
            <title>Short Distribution Chain (SDC) Workflow and New OAuth Parameters for the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <date day="3" month="March" year="2025"/>
            <abstract>
              <t>   This document updates the Authentication and Authorization for
   Constrained Environments Framework (ACE, RFC 9200) as follows. (1) It
   defines the Short Distribution Chain (SDC) workflow that the
   authorization server can use for uploading an access token to a
   resource server on behalf of the client. (2) For the OAuth 2.0 token
   endpoint, it defines new parameters and encodings, and extends the
   semantics of the "ace_profile" parameter. (3) It defines how the
   client and the authorization server can coordinate on the exchange of
   the client's and resource server's public authentication credentials,
   when those can be transported by value or identified by reference;
   this extends the semantics of the "rs_cnf" parameter for the OAuth
   2.0 token endpoint, thus updating RFC 9201. (4) It amends two of the
   requirements on profiles of the framework. (5) It deprecates the
   original payload format of error responses conveying an error code,
   when CBOR is used to encode message payloads.  For those responses,
   it defines a new payload format aligned with RFC 9290, thus updating
   in this respect also the profiles defined in RFC 9202, RFC 9203, and
   RFC 9431.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-workflow-and-params-04"/>
        </reference>
        <reference anchor="EDHOC-Fuzzer" target="https://dl.acm.org/doi/10.1145/3597926.3604922">
          <front>
            <title>EDHOC-Fuzzer: An EDHOC Protocol State Fuzzer</title>
            <author initials="K." surname="Sagonas" fullname="Konstantinos Sagonas">
              <organization/>
            </author>
            <author initials="T." surname="Typaldos" fullname="Thanasis Typaldos">
              <organization/>
            </author>
            <date year="2023" month="July" day="13"/>
          </front>
          <seriesInfo name="ISSTA 2023: Proceedings of the 32nd ACM SIGSOFT International Symposium on Software Testing and Analysis" value=""/>
        </reference>
      </references>
    </references>
    <?line 908?>

<section anchor="sec-message-side-processing-m1-advanced">
      <name>Foreseen Advanced Processing of Incoming EDHOC message_1</name>
      <t>As mentioned in <xref target="sec-message-side-processing-m1"/>, future developments in EDHOC and in related external security applications might rely on an EAD item in EDHOC message_1 that specifies the authentication credential CRED associated with the Initiator (by value or by reference), as wrapped in a cryptographically protected "envelope".</t>
      <t>In order to handle such a case, the processing of an incoming EDHOC message_1 as described in <xref target="sec-message-side-processing-m1"/> is extended with additional steps performed by the SPO.</t>
      <t>Such an extended side processing shares similarities with that of an incoming EDHOC message_2 or message_3 (see <xref target="sec-message-side-processing-m2-m3"/>). In particular, similarly to what is compiled in <xref target="sec-pre-verif-phase-1"/> and <xref target="sec-pre-verif-phase-2"/>, it consists of the following steps.</t>
      <ul spacing="normal">
        <li>
          <t>(0) The SPO checks the presence of an EAD item that specifies the authentication credential CRED associated with the Initiator (by value or by reference).  </t>
          <t>
If no such EAD item is found, the SPO moves to Step 12. Otherwise, the SPO moves to Step 1.</t>
        </li>
        <li>
          <t>(1) The SPO determines CRED based on an EAD item retrieved at Step 0.  </t>
          <t>
The EAD item may specify CRED by value or by reference, including a URI or other external reference where CRED can be retrieved from.  </t>
          <t>
If CRED is already installed, the SPO moves to Step 2. Otherwise, the SPO moves to Step 3.</t>
        </li>
        <li>
          <t>(2) The SPO determines if the stored CRED is currently valid, e.g., by verifying that CRED has not expired and has not been revoked.  </t>
          <t>
Performing such a validation may require the SPO to first process an EAD item included in message_1.  </t>
          <t>
In case CRED is determined to be valid, the SPO moves to Step 9. Otherwise, the SPO moves to Step 11.</t>
        </li>
        <li>
          <t>(3) The SPO attempts to retrieve CRED via an EAD item considered at Step 1. Then, the SPO moves to Step 4.</t>
        </li>
        <li>
          <t>(4) If the retrieval of CRED has succeeded, the SPO moves to Step 5. Otherwise, the SPO moves to Step 11.</t>
        </li>
        <li>
          <t>(5) If the enforced trust policy for new authentication credentials is "NO-LEARNING" and P does not admit any exceptions that are acceptable to enforce for message_1 (see <xref target="sec-policy-no-learning"/>), the SPO moves to Step 11. Otherwise, the SPO moves to Step 6.</t>
        </li>
        <li>
          <t>(6) If this step has been reached, the peer P is not already storing the retrieved CRED and, at the same time, it enforces either the trust policy "LEARNING" or the trust policy "NO-LEARNING" while also enforcing an exception acceptable for message_1 (see <xref target="sec-policy-no-learning"/>).  </t>
          <t>
Consistently, the SPO determines if CRED is currently valid, e.g., by verifying that CRED has not expired and has not been revoked. Then, the SPO moves to Step 7.  </t>
          <t>
Validating CRED may require the SPO to first process an EAD item included in message_1.</t>
        </li>
        <li>
          <t>(7) If CRED has been determined valid, the SPO moves to Step 8. Otherwise, the SPO moves to Step 11.</t>
        </li>
        <li>
          <t>(8) The SPO stores CRED as a valid and trusted authentication credential associated with the other peer, together with corresponding authentication credential identifiers (see <xref target="sec-trust-models"/>). Then, the SPO moves to Step 9.</t>
        </li>
        <li>
          <t>(9) The SPO checks if CRED is fine to use in the context of the ongoing EDHOC session, also depending on the specific identity of the other peer (see Sections <xref target="RFC9528" section="3.5" sectionFormat="bare"/> and <xref target="RFC9528" section="D.2" sectionFormat="bare"/> of <xref target="RFC9528"/>).  </t>
          <t>
If this is the case, the SPO moves to Step 10. Otherwise, the SPO moves to Step 11.</t>
        </li>
        <li>
          <t>(10) P uses CRED as authentication credential associated with the other peer in the ongoing EDHOC session. Then, the SPO moves to Step 12.</t>
        </li>
        <li>
          <t>(11) The SPO has not found a valid authentication credential associated with the other peer that can be used in the ongoing EDHOC session. Therefore, the EDHOC session with the other peer is aborted.</t>
        </li>
        <li>
          <t>(12) The SPO processes any EAD item included in message_1 that has not been already processed.  </t>
          <t>
Once all such EAD items have been processed, the SPO transfers control back to EDHOC. When doing so, the SPO also provides EDHOC with any produced EAD items to include in the EAD field of the next outgoing EDHOC message.</t>
        </li>
      </ul>
      <t>The flowchart in <xref target="fig-flowchart-spo-low-level-m1-advanced"/> shows the different steps taken for the advanced processing of an incoming EDHOC message_1 defined above.</t>
      <figure anchor="fig-flowchart-spo-low-level-m1-advanced">
        <name>Processing Steps for EDHOC message_1.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="1744" width="568" viewBox="0 0 568 1744" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,400 L 8,1504" fill="none" stroke="black"/>
              <path d="M 16,128 L 16,160" fill="none" stroke="black"/>
              <path d="M 16,224 L 16,272" fill="none" stroke="black"/>
              <path d="M 16,1680 L 16,1728" fill="none" stroke="black"/>
              <path d="M 24,448 L 24,496" fill="none" stroke="black"/>
              <path d="M 24,1440 L 24,1472" fill="none" stroke="black"/>
              <path d="M 32,504 L 32,1432" fill="none" stroke="black"/>
              <path d="M 56,752 L 56,800" fill="none" stroke="black"/>
              <path d="M 56,912 L 56,1008" fill="none" stroke="black"/>
              <path d="M 56,1248 L 56,1376" fill="none" stroke="black"/>
              <path d="M 64,560 L 64,640" fill="none" stroke="black"/>
              <path d="M 88,1016 L 88,1240" fill="none" stroke="black"/>
              <path d="M 88,1384 L 88,1432" fill="none" stroke="black"/>
              <path d="M 88,1480 L 88,1552" fill="none" stroke="black"/>
              <path d="M 88,1632 L 88,1672" fill="none" stroke="black"/>
              <path d="M 96,80 L 96,120" fill="none" stroke="black"/>
              <path d="M 96,168 L 96,216" fill="none" stroke="black"/>
              <path d="M 96,280 L 96,304" fill="none" stroke="black"/>
              <path d="M 96,384 L 96,440" fill="none" stroke="black"/>
              <path d="M 96,504 L 96,552" fill="none" stroke="black"/>
              <path d="M 96,648 L 96,744" fill="none" stroke="black"/>
              <path d="M 96,808 L 96,904" fill="none" stroke="black"/>
              <path d="M 152,1680 L 152,1728" fill="none" stroke="black"/>
              <path d="M 176,128 L 176,160" fill="none" stroke="black"/>
              <path d="M 176,224 L 176,272" fill="none" stroke="black"/>
              <path d="M 192,448 L 192,496" fill="none" stroke="black"/>
              <path d="M 200,560 L 200,640" fill="none" stroke="black"/>
              <path d="M 200,752 L 200,800" fill="none" stroke="black"/>
              <path d="M 200,912 L 200,1008" fill="none" stroke="black"/>
              <path d="M 208,1248 L 208,1376" fill="none" stroke="black"/>
              <path d="M 224,128 L 224,272" fill="none" stroke="black"/>
              <path d="M 248,560 L 248,624" fill="none" stroke="black"/>
              <path d="M 248,752 L 248,944" fill="none" stroke="black"/>
              <path d="M 248,976 L 248,1280" fill="none" stroke="black"/>
              <path d="M 296,688 L 296,744" fill="none" stroke="black"/>
              <path d="M 296,1152 L 296,1184" fill="none" stroke="black"/>
              <path d="M 296,1248 L 296,1376" fill="none" stroke="black"/>
              <path d="M 320,952 L 320,1144" fill="none" stroke="black"/>
              <path d="M 320,1192 L 320,1240" fill="none" stroke="black"/>
              <path d="M 344,752 L 344,944" fill="none" stroke="black"/>
              <path d="M 360,560 L 360,624" fill="none" stroke="black"/>
              <path d="M 408,560 L 408,640" fill="none" stroke="black"/>
              <path d="M 408,752 L 408,864" fill="none" stroke="black"/>
              <path d="M 432,648 L 432,688" fill="none" stroke="black"/>
              <path d="M 432,1040 L 432,1088" fill="none" stroke="black"/>
              <path d="M 512,648 L 512,744" fill="none" stroke="black"/>
              <path d="M 512,872 L 512,1032" fill="none" stroke="black"/>
              <path d="M 512,1096 L 512,1144" fill="none" stroke="black"/>
              <path d="M 512,1440 L 512,1472" fill="none" stroke="black"/>
              <path d="M 520,560 L 520,640" fill="none" stroke="black"/>
              <path d="M 544,752 L 544,864" fill="none" stroke="black"/>
              <path d="M 544,1040 L 544,1088" fill="none" stroke="black"/>
              <path d="M 544,1152 L 544,1184" fill="none" stroke="black"/>
              <path d="M 544,1248 L 544,1376" fill="none" stroke="black"/>
              <path d="M 560,400 L 560,1504" fill="none" stroke="black"/>
              <path d="M 16,128 L 176,128" fill="none" stroke="black"/>
              <path d="M 200,128 L 224,128" fill="none" stroke="black"/>
              <path d="M 16,160 L 176,160" fill="none" stroke="black"/>
              <path d="M 224,192 L 248,192" fill="none" stroke="black"/>
              <path d="M 16,224 L 176,224" fill="none" stroke="black"/>
              <path d="M 16,272 L 176,272" fill="none" stroke="black"/>
              <path d="M 200,272 L 224,272" fill="none" stroke="black"/>
              <path d="M 8,400 L 88,400" fill="none" stroke="black"/>
              <path d="M 104,400 L 560,400" fill="none" stroke="black"/>
              <path d="M 24,448 L 192,448" fill="none" stroke="black"/>
              <path d="M 24,496 L 192,496" fill="none" stroke="black"/>
              <path d="M 64,560 L 200,560" fill="none" stroke="black"/>
              <path d="M 248,560 L 360,560" fill="none" stroke="black"/>
              <path d="M 408,560 L 520,560" fill="none" stroke="black"/>
              <path d="M 208,592 L 240,592" fill="none" stroke="black"/>
              <path d="M 368,592 L 400,592" fill="none" stroke="black"/>
              <path d="M 248,624 L 360,624" fill="none" stroke="black"/>
              <path d="M 64,640 L 200,640" fill="none" stroke="black"/>
              <path d="M 408,640 L 520,640" fill="none" stroke="black"/>
              <path d="M 296,688 L 432,688" fill="none" stroke="black"/>
              <path d="M 56,752 L 200,752" fill="none" stroke="black"/>
              <path d="M 248,752 L 344,752" fill="none" stroke="black"/>
              <path d="M 408,752 L 544,752" fill="none" stroke="black"/>
              <path d="M 208,768 L 240,768" fill="none" stroke="black"/>
              <path d="M 352,768 L 400,768" fill="none" stroke="black"/>
              <path d="M 56,800 L 200,800" fill="none" stroke="black"/>
              <path d="M 408,864 L 544,864" fill="none" stroke="black"/>
              <path d="M 56,912 L 200,912" fill="none" stroke="black"/>
              <path d="M 208,928 L 240,928" fill="none" stroke="black"/>
              <path d="M 248,944 L 344,944" fill="none" stroke="black"/>
              <path d="M 208,976 L 248,976" fill="none" stroke="black"/>
              <path d="M 56,1008 L 200,1008" fill="none" stroke="black"/>
              <path d="M 432,1040 L 544,1040" fill="none" stroke="black"/>
              <path d="M 432,1088 L 544,1088" fill="none" stroke="black"/>
              <path d="M 296,1152 L 544,1152" fill="none" stroke="black"/>
              <path d="M 296,1184 L 544,1184" fill="none" stroke="black"/>
              <path d="M 56,1248 L 208,1248" fill="none" stroke="black"/>
              <path d="M 296,1248 L 544,1248" fill="none" stroke="black"/>
              <path d="M 248,1280 L 288,1280" fill="none" stroke="black"/>
              <path d="M 56,1376 L 208,1376" fill="none" stroke="black"/>
              <path d="M 296,1376 L 544,1376" fill="none" stroke="black"/>
              <path d="M 24,1440 L 512,1440" fill="none" stroke="black"/>
              <path d="M 24,1472 L 512,1472" fill="none" stroke="black"/>
              <path d="M 8,1504 L 80,1504" fill="none" stroke="black"/>
              <path d="M 96,1504 L 560,1504" fill="none" stroke="black"/>
              <path d="M 16,1680 L 152,1680" fill="none" stroke="black"/>
              <path d="M 16,1728 L 152,1728" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="520,1144 508,1138.4 508,1149.6" fill="black" transform="rotate(90,512,1144)"/>
              <polygon class="arrowhead" points="520,1032 508,1026.4 508,1037.6" fill="black" transform="rotate(90,512,1032)"/>
              <polygon class="arrowhead" points="520,744 508,738.4 508,749.6" fill="black" transform="rotate(90,512,744)"/>
              <polygon class="arrowhead" points="408,592 396,586.4 396,597.6" fill="black" transform="rotate(0,400,592)"/>
              <polygon class="arrowhead" points="360,768 348,762.4 348,773.6" fill="black" transform="rotate(180,352,768)"/>
              <polygon class="arrowhead" points="328,1240 316,1234.4 316,1245.6" fill="black" transform="rotate(90,320,1240)"/>
              <polygon class="arrowhead" points="328,952 316,946.4 316,957.6" fill="black" transform="rotate(270,320,952)"/>
              <polygon class="arrowhead" points="304,744 292,738.4 292,749.6" fill="black" transform="rotate(90,296,744)"/>
              <polygon class="arrowhead" points="248,928 236,922.4 236,933.6" fill="black" transform="rotate(0,240,928)"/>
              <polygon class="arrowhead" points="248,768 236,762.4 236,773.6" fill="black" transform="rotate(0,240,768)"/>
              <polygon class="arrowhead" points="248,592 236,586.4 236,597.6" fill="black" transform="rotate(0,240,592)"/>
              <polygon class="arrowhead" points="216,976 204,970.4 204,981.6" fill="black" transform="rotate(180,208,976)"/>
              <polygon class="arrowhead" points="104,904 92,898.4 92,909.6" fill="black" transform="rotate(90,96,904)"/>
              <polygon class="arrowhead" points="104,744 92,738.4 92,749.6" fill="black" transform="rotate(90,96,744)"/>
              <polygon class="arrowhead" points="104,552 92,546.4 92,557.6" fill="black" transform="rotate(90,96,552)"/>
              <polygon class="arrowhead" points="104,440 92,434.4 92,445.6" fill="black" transform="rotate(90,96,440)"/>
              <polygon class="arrowhead" points="104,216 92,210.4 92,221.6" fill="black" transform="rotate(90,96,216)"/>
              <polygon class="arrowhead" points="104,120 92,114.4 92,125.6" fill="black" transform="rotate(90,96,120)"/>
              <polygon class="arrowhead" points="96,1672 84,1666.4 84,1677.6" fill="black" transform="rotate(90,88,1672)"/>
              <polygon class="arrowhead" points="96,1552 84,1546.4 84,1557.6" fill="black" transform="rotate(90,88,1552)"/>
              <polygon class="arrowhead" points="96,1432 84,1426.4 84,1437.6" fill="black" transform="rotate(90,88,1432)"/>
              <polygon class="arrowhead" points="96,1240 84,1234.4 84,1245.6" fill="black" transform="rotate(90,88,1240)"/>
              <polygon class="arrowhead" points="40,1432 28,1426.4 28,1437.6" fill="black" transform="rotate(90,32,1432)"/>
              <g class="text">
                <text x="52" y="36">Incoming</text>
                <text x="40" y="52">EDHOC</text>
                <text x="104" y="52">message_1</text>
                <text x="52" y="148">Decode</text>
                <text x="120" y="148">message_1</text>
                <text x="280" y="196">(Core</text>
                <text x="328" y="196">EDHOC</text>
                <text x="400" y="196">Processing)</text>
                <text x="60" y="244">Accepted</text>
                <text x="132" y="244">selected</text>
                <text x="52" y="260">cipher</text>
                <text x="104" y="260">suite</text>
                <text x="40" y="340">Control</text>
                <text x="120" y="340">transferred</text>
                <text x="180" y="340">to</text>
                <text x="24" y="356">the</text>
                <text x="100" y="356">side-processor</text>
                <text x="188" y="356">object</text>
                <text x="412" y="420">Side</text>
                <text x="476" y="420">processing</text>
                <text x="44" y="468">0.</text>
                <text x="76" y="468">Does</text>
                <text x="108" y="468">an</text>
                <text x="136" y="468">EAD</text>
                <text x="52" y="484">item</text>
                <text x="104" y="484">specify</text>
                <text x="160" y="484">CRED?</text>
                <text x="52" y="532">NO</text>
                <text x="120" y="532">YES</text>
                <text x="84" y="580">1.</text>
                <text x="116" y="580">Does</text>
                <text x="148" y="580">an</text>
                <text x="176" y="580">EAD</text>
                <text x="220" y="580">NO</text>
                <text x="268" y="580">3.</text>
                <text x="316" y="580">Retrieve</text>
                <text x="428" y="580">4.</text>
                <text x="452" y="580">Is</text>
                <text x="480" y="580">the</text>
                <text x="92" y="596">item</text>
                <text x="136" y="596">point</text>
                <text x="172" y="596">to</text>
                <text x="276" y="596">CRED</text>
                <text x="312" y="596">via</text>
                <text x="456" y="596">retrieval</text>
                <text x="84" y="612">an</text>
                <text x="128" y="612">already</text>
                <text x="268" y="612">an</text>
                <text x="296" y="612">EAD</text>
                <text x="332" y="612">item</text>
                <text x="428" y="612">of</text>
                <text x="460" y="612">CRED</text>
                <text x="100" y="628">stored</text>
                <text x="152" y="628">CRED?</text>
                <text x="464" y="628">successful?</text>
                <text x="452" y="676">NO</text>
                <text x="536" y="676">YES</text>
                <text x="120" y="724">YES</text>
                <text x="220" y="756">NO</text>
                <text x="384" y="756">YES</text>
                <text x="76" y="772">2.</text>
                <text x="100" y="772">Is</text>
                <text x="132" y="772">this</text>
                <text x="172" y="772">CRED</text>
                <text x="272" y="772">11.</text>
                <text x="312" y="772">Abort</text>
                <text x="428" y="772">5.</text>
                <text x="452" y="772">Is</text>
                <text x="480" y="772">the</text>
                <text x="516" y="772">used</text>
                <text x="88" y="788">still</text>
                <text x="140" y="788">valid?</text>
                <text x="272" y="788">the</text>
                <text x="312" y="788">EDHOC</text>
                <text x="440" y="788">trust</text>
                <text x="492" y="788">policy</text>
                <text x="288" y="804">session</text>
                <text x="476" y="804">"NO-LEARNING",</text>
                <text x="448" y="820">without</text>
                <text x="496" y="820">any</text>
                <text x="460" y="836">acceptable</text>
                <text x="464" y="852">exceptions?</text>
                <text x="120" y="884">YES</text>
                <text x="396" y="900">Here</text>
                <text x="432" y="900">the</text>
                <text x="468" y="900">used</text>
                <text x="532" y="900">NO</text>
                <text x="220" y="916">NO</text>
                <text x="400" y="916">trust</text>
                <text x="452" y="916">policy</text>
                <text x="492" y="916">is</text>
                <text x="76" y="932">9.</text>
                <text x="100" y="932">Is</text>
                <text x="132" y="932">this</text>
                <text x="172" y="932">CRED</text>
                <text x="424" y="932">"LEARNING",</text>
                <text x="484" y="932">or</text>
                <text x="84" y="948">good</text>
                <text x="116" y="948">to</text>
                <text x="144" y="948">use</text>
                <text x="172" y="948">in</text>
                <text x="432" y="948">"NO-LEARNING"</text>
                <text x="80" y="964">the</text>
                <text x="128" y="964">context</text>
                <text x="172" y="964">of</text>
                <text x="412" y="964">together</text>
                <text x="468" y="964">with</text>
                <text x="84" y="980">this</text>
                <text x="128" y="980">EDHOC</text>
                <text x="388" y="980">an</text>
                <text x="444" y="980">overriding</text>
                <text x="100" y="996">session?</text>
                <text x="416" y="996">exception</text>
                <text x="452" y="1060">6.</text>
                <text x="500" y="1060">Validate</text>
                <text x="460" y="1076">CRED</text>
                <text x="112" y="1124">YES</text>
                <text x="340" y="1124">NO</text>
                <text x="316" y="1172">7.</text>
                <text x="340" y="1172">Is</text>
                <text x="372" y="1172">CRED</text>
                <text x="420" y="1172">valid?</text>
                <text x="344" y="1220">YES</text>
                <text x="80" y="1268">10.</text>
                <text x="132" y="1268">Continue</text>
                <text x="180" y="1268">by</text>
                <text x="316" y="1268">8.</text>
                <text x="352" y="1268">Store</text>
                <text x="396" y="1268">CRED</text>
                <text x="428" y="1268">as</text>
                <text x="464" y="1268">valid</text>
                <text x="504" y="1268">and</text>
                <text x="112" y="1284">considering</text>
                <text x="180" y="1284">this</text>
                <text x="340" y="1284">trusted.</text>
                <text x="84" y="1300">CRED</text>
                <text x="116" y="1300">as</text>
                <text x="144" y="1300">the</text>
                <text x="124" y="1316">authentication</text>
                <text x="324" y="1316">Pair</text>
                <text x="364" y="1316">CRED</text>
                <text x="404" y="1316">with</text>
                <text x="468" y="1316">consistent</text>
                <text x="108" y="1332">credential</text>
                <text x="348" y="1332">credential</text>
                <text x="444" y="1332">identifiers,</text>
                <text x="512" y="1332">for</text>
                <text x="108" y="1348">associated</text>
                <text x="172" y="1348">with</text>
                <text x="324" y="1348">each</text>
                <text x="384" y="1348">supported</text>
                <text x="444" y="1348">type</text>
                <text x="476" y="1348">of</text>
                <text x="80" y="1364">the</text>
                <text x="120" y="1364">other</text>
                <text x="164" y="1364">peer</text>
                <text x="348" y="1364">credential</text>
                <text x="440" y="1364">identifier.</text>
                <text x="48" y="1460">12.</text>
                <text x="96" y="1460">Process</text>
                <text x="144" y="1460">the</text>
                <text x="176" y="1460">EAD</text>
                <text x="216" y="1460">items</text>
                <text x="260" y="1460">that</text>
                <text x="300" y="1460">have</text>
                <text x="336" y="1460">not</text>
                <text x="372" y="1460">been</text>
                <text x="432" y="1460">processed</text>
                <text x="488" y="1460">yet</text>
                <text x="40" y="1588">Control</text>
                <text x="120" y="1588">transferred</text>
                <text x="188" y="1588">back</text>
                <text x="20" y="1604">to</text>
                <text x="48" y="1604">the</text>
                <text x="84" y="1604">core</text>
                <text x="128" y="1604">EDHOC</text>
                <text x="196" y="1604">processing</text>
                <text x="56" y="1700">Advance</text>
                <text x="104" y="1700">the</text>
                <text x="184" y="1700">(Core</text>
                <text x="232" y="1700">EDHOC</text>
                <text x="304" y="1700">processing)</text>
                <text x="60" y="1716">protocol</text>
                <text x="120" y="1716">state</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
  Incoming
  EDHOC message_1

           |
           |
           v
 +-------------------+  ---+
 | Decode message_1  |     |
 +-------------------+     |
           |               |
           |               +--- (Core EDHOC Processing)
           v               |
 +-------------------+     |
 | Accepted selected |     |
 | cipher suite      |     |
 +-------------------+  ---+
           |
           |

 Control transferred to
 the side-processor object

           |
+----------|---------------------------------------------------------+
|          |                                     Side processing     |
|          v                                                         |
| +--------------------+                                             |
| | 0. Does an EAD     |                                             |
| | item specify CRED? |                                             |
| +--------------------+                                             |
|  |       |                                                         |
|  | NO    | YES                                                     |
|  |       v                                                         |
|  |   +----------------+     +-------------+     +-------------+    |
|  |   | 1. Does an EAD | NO  | 3. Retrieve |     | 4. Is the   |    |
|  |   | item point to  |---->| CRED via    |---->| retrieval   |    |
|  |   | an already     |     | an EAD item |     | of CRED     |    |
|  |   | stored CRED?   |     +-------------+     | successful? |    |
|  |   +----------------+                         +-------------+    |
|  |       |                                         |         |     |
|  |       |                                         | NO      | YES |
|  |       |                        +----------------+         |     |
|  |       |                        |                          |     |
|  |       | YES                    |                          |     |
|  |       v                        v                          v     |
|  |  +-----------------+ NO  +-----------+   YES +----------------+ |
|  |  | 2. Is this CRED |---->| 11. Abort |<------| 5. Is the used | |
|  |  | still valid?    |     | the EDHOC |       | trust policy   | |
|  |  +-----------------+     | session   |       | "NO-LEARNING", | |
|  |       |                  |           |       | without any    | |
|  |       |                  |           |       | acceptable     | |
|  |       |                  |           |       | exceptions?    | |
|  |       |                  |           |       +----------------+ |
|  |       | YES              |           |                    |     |
|  |       v                  |           |    Here the used   | NO  |
|  |  +-----------------+ NO  |           |    trust policy is |     |
|  |  | 9. Is this CRED |---->|           |    "LEARNING", or  |     |
|  |  | good to use in  |     +-----------+    "NO-LEARNING"   |     |
|  |  | the context of  |              ^       together with   |     |
|  |  | this EDHOC      |<----+        |       an overriding   |     |
|  |  | session?        |     |        |       exception       |     |
|  |  +-----------------+     |        |                       |     |
|  |      |                   |        |                       v     |
|  |      |                   |        |             +-------------+ |
|  |      |                   |        |             | 6. Validate | |
|  |      |                   |        |             | CRED        | |
|  |      |                   |        |             +-------------+ |
|  |      |                   |        |                       |     |
|  |      | YES               |        | NO                    |     |
|  |      |                   |        |                       v     |
|  |      |                   |     +------------------------------+ |
|  |      |                   |     | 7. Is CRED valid?            | |
|  |      |                   |     +------------------------------+ |
|  |      |                   |        |                             |
|  |      |                   |        | YES                         |
|  |      v                   |        v                             |
|  |  +------------------+    |     +------------------------------+ |
|  |  | 10. Continue by  |    |     | 8. Store CRED as valid and   | |
|  |  | considering this |    +-----| trusted.                     | |
|  |  | CRED as the      |          |                              | |
|  |  | authentication   |          | Pair CRED with consistent    | |
|  |  | credential       |          | credential identifiers, for  | |
|  |  | associated with  |          | each supported type of       | |
|  |  | the other peer   |          | credential identifier.       | |
|  |  +------------------+          +------------------------------+ |
|  |      |                                                          |
|  |      |                                                          |
|  v      v                                                          |
| +------------------------------------------------------------+     |
| | 12. Process the EAD items that have not been processed yet |     |
| +------------------------------------------------------------+     |
|         |                                                          |
+---------|----------------------------------------------------------+
          |
          |
          v

 Control transferred back
 to the core EDHOC processing

          |
          |
          v
 +----------------+
 | Advance the    | (Core EDHOC processing)
 | protocol state |
 +----------------+
]]></artwork>
        </artset>
      </figure>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>Clarified and re-positioned exceptions to NO-LEARNING policy.</t>
          </li>
          <li>
            <t>Added security considerations.</t>
          </li>
          <li>
            <t>Appendix on foreseen advanced processing of incoming EDHOC message_1.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>Consistent use of "trust policy" instead of "trust model".</t>
          </li>
          <li>
            <t>More modular presentation of trust policies and their enforcement.</t>
          </li>
          <li>
            <t>Alignment with use of EDHOC in the EDHOC and OSCORE profile of ACE.</t>
          </li>
          <li>
            <t>Note on follow-up actions for the application after EDHOC completion.</t>
          </li>
          <li>
            <t>Removed moot section on special handling when using the EDHOC and OSCORE profile of ACE.</t>
          </li>
          <li>
            <t>Consistency checks of authentication credentials from ID_CRED and EAD items.</t>
          </li>
          <li>
            <t>Updated reference.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Improved content on the EDHOC and OSCORE profile of ACE.</t>
          </li>
          <li>
            <t>Admit situation-specific exceptions to the "NO-LEARNING" policy.</t>
          </li>
          <li>
            <t>Using the EDHOC and OSCORE profile of ACE with the "NO-LEARNING" policy.</t>
          </li>
          <li>
            <t>Revised guidelines on using EDHOC with CoAP and Block-wise.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Added considerations on trust policies when using the EDHOC and OSCORE profile of the ACE framework.</t>
          </li>
          <li>
            <t>Placeholder section on special processing when using the EDHOC and OSCORE profile of the ACE framework.</t>
          </li>
          <li>
            <t>Added considerations on using EDHOC with CoAP and Block-wise.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The author sincerely thanks <contact fullname="Christian Amsüss"/>, <contact fullname="Geovane Fedrecheski"/>, <contact fullname="Rikard Höglund"/>, <contact fullname="John Preuß Mattsson"/>, <contact fullname="Göran Selander"/>, and <contact fullname="Mališa Vučinić"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next project CYPRESS.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
