<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.6 (Ruby 2.7.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-tiloca-core-oscore-capable-proxies-03" category="std" consensus="true" submissionType="IETF" updates="8613" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.4 -->
  <front>
    <title abbrev="OSCORE-capable Proxies">OSCORE-capable Proxies</title>
    <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-capable-proxies-03"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="R." surname="Höglund" fullname="Rikard Höglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <date year="2022" month="July" day="11"/>
    <area>Internet</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Object Security for Constrained RESTful Environments (OSCORE) can be used to protect CoAP messages end-to-end between two endpoints at the application layer, also in the presence of intermediaries such as proxies. This document defines how to use OSCORE for protecting CoAP messages also between an origin application endpoint and an intermediary, or between two intermediaries. Also, it defines how to secure a CoAP message by applying multiple, nested OSCORE protections, e.g., both end-to-end between origin application endpoints, as well as between an application endpoint and an intermediary or between two intermediaries. Thus, this document updates RFC 8613. The same approach can be seamlessly used with Group OSCORE, for protecting CoAP messages when group communication with intermediaries is used.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  Constrained RESTful Environments Working Group mailing list (core@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://gitlab.com/crimson84/draft-tiloca-core-oscore-to-proxies"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> supports the presence of intermediaries, such as forward-proxies and reverse-proxies, which assist origin clients by performing requests to origin servers on their behalf, and forwarding back the related responses.</t>
      <t>CoAP supports also group communication scenarios <xref target="I-D.ietf-core-groupcomm-bis"/>, where clients can send a one-to-many request targeting all the servers in the group, e.g., by using IP multicast. Like for one-to-one communication, group settings can also rely on intermediaries <xref target="I-D.tiloca-core-groupcomm-proxy"/>.</t>
      <t>The protocol Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/> can be used to protect CoAP messages between two endpoints at the application layer, especially achieving end-to-end security in the presence of (non-trusted) intermediaries. When CoAP group communication is used, the same can be achieved by means of the protocol Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      <t>For a number of use cases (see <xref target="sec-use-cases"/>), it is required and/or beneficial that communications are secured also between an application endpoint (i.e., a CoAP origin client/server) and an intermediary, as well as between two adjacent intermediaries in a chain. This especially applies to the communication leg between the CoAP origin client and the adjacent intermediary acting as next hop towards the CoAP origin server.</t>
      <t>In such cases, and especially if the origin client already uses OSCORE to achieve end-to-end security with the origin server, it would be convenient that OSCORE is used also to secure communications between the origin client and its next hop. However, the original specification <xref target="RFC8613"/> does not define how OSCORE can be used to protect CoAP messages in such communication leg, which would require to consider also the intermediary as an "OSCORE endpoint".</t>
      <t>This document fills this gap, and updates <xref target="RFC8613"/> as follows.</t>
      <ul spacing="normal">
        <li>It defines how to use OSCORE for protecting a CoAP message in the communication leg between: i) an origin client/server and an intermediary; or ii) two adjacent intermediaries in an intermediary chain. That is, besides origin clients/servers, it allows also intermediaries to be possible "OSCORE endpoints".</li>
        <li>It admits a CoAP message to be secured by multiple, nested OSCORE protections applied in sequence, as an "OSCORE-in-OSCORE" process. For instance, this is the case when the message is OSCORE-protected end-to-end between the origin client and origin server, and the result is further OSCORE-protected over the leg between the current and next hop (e.g., the origin client and the adjacent intermediary acting as next hop towards the origin server).</li>
      </ul>
      <t>This document does not specify any new signaling method to guide the message processing on the different endpoints. In particular, every endpoint is always able to understand what steps to take on an incoming message depending on the presence of the OSCORE Option, as exclusively included or instead combined together with CoAP options intended for an intermediary.</t>
      <t>The approach defined in this document can be seamlessly adopted also when Group OSCORE is used, for protecting CoAP messages in group communication scenarios that rely on intermediaries.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts related to CoAP <xref target="RFC7252"/>; OSCORE <xref target="RFC8613"/> and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>. This document especially builds on concepts and mechanics related to intermediaries such as CoAP forward-proxies.</t>
        <t>In addition, this document uses the following terms.</t>
        <ul spacing="normal">
          <li>Source application endpoint: an origin client producing a request, or an origin server producing a response.</li>
          <li>Destination application endpoint: an origin server intended to consume a request, or an origin client intended to consume a response.</li>
          <li>Application endpoint: a source or destination application endpoint.</li>
          <li>Source OSCORE endpoint: an endpoint protecting a message with OSCORE or Group OSCORE.</li>
          <li>Destination OSCORE endpoint: an endpoint unprotecting a message with OSCORE or Group OSCORE.</li>
          <li>OSCORE endpoint: a source/destination OSCORE endpoint. An OSCORE endpoint is not necessarily also an application endpoint with respect to a certain message.</li>
          <li>
            <t>Proxy-related options: either of the following (set of) CoAP options used for proxying a CoAP request.  </t>
            <ul spacing="normal">
              <li>The Proxy-Uri Option. This is relevant when using a forward-proxy.</li>
              <li>The set of CoAP options comprising the Proxy-Scheme Option together with any of the Uri-* Options. This is relevant when using a forward-proxy.</li>
              <li>One or more Uri-Path Options, when used not together with the Proxy-Scheme Option. This is relevant when using a reverse-proxy.</li>
            </ul>
          </li>
          <li>OSCORE-in-OSCORE: the process by which a message protected with (Group) OSCORE is further protected with (Group) OSCORE. This means that, if such a process is used, a successful decryption/verification of an OSCORE-protected message might yield an OSCORE-protected message.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-use-cases">
      <name>Use Cases</name>
      <t>The approach defined in this document has been motivated by a number of use cases, which are summarized below.</t>
      <section anchor="ssec-uc1">
        <name>CoAP Group Communication with Proxies</name>
        <t>CoAP supports also one-to-many group communication, e.g., over IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>, which can be protected end-to-end between origin client and origin servers by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>This communication model can be assisted by intermediaries such as a CoAP forward-proxy or reverse-proxy, which relays a group request to the origin servers. If Group OSCORE is used, the proxy is intentionally not a member of the OSCORE group. Furthermore, <xref target="I-D.tiloca-core-groupcomm-proxy"/> defines a signaling protocol between origin client and proxy, to ensure that responses from the different origin servers are forwarded back to the origin client within a time interval set by the client, and that they can be distinguished from one another.</t>
        <t>In particular, it is required that the proxy identifies the origin client as allowed-listed, before forwarding a group request to the servers (see <xref section="4" sectionFormat="of" target="I-D.tiloca-core-groupcomm-proxy"/>). This requires a security association between the origin client and the proxy, which would be convenient to provide with a dedicated OSCORE Security Context between the two, since the client is possibly using also Group OSCORE with the origin servers.</t>
      </section>
      <section anchor="ssec-uc2">
        <name>CoAP Observe Notifications over Multicast</name>
        <t>The Observe extension for CoAP <xref target="RFC7641"/> allows a client to register its interest in "observing" a resource at a server. The server can then send back notification responses upon changes to the resource representation, all matching with the original observation request.</t>
        <t>In some applications, such as pub-sub <xref target="I-D.ietf-core-coap-pubsub"/>, multiple clients are interested to observe the same resource at the same server. Hence, <xref target="I-D.ietf-core-observe-multicast-notifications"/> defines a method that allows the server to send a multicast notification to all the observer clients at once, e.g., over IP multicast. To this end, the server synchronizes the clients by providing them with a common "phantom observation request", against which the following multicast notifications will match.</t>
        <t>In case the clients and the server use Group OSCORE for end-to-end security and a proxy is also involved, an additional step is required (see <xref section="12" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>). That is, clients are in turn required to provide the proxy with the obtained "phantom observation request", thus enabling the proxy to receive the multicast notifications from the server.</t>
        <t>Therefore, it is preferable to have a security association also between each client and the proxy, to especially ensure the integrity of that information provided to the proxy (see <xref section="15.3" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>). Like for the use case in <xref target="ssec-uc1"/>, this would be conveniently achieved with a dedicated OSCORE Security Context between a client and the proxy, since the client is also using Group OSCORE with the origin server.</t>
      </section>
      <section anchor="ssec-uc3">
        <name>LwM2M Client and External Application Server</name>
        <t>The Lightweight Machine-to-Machine (LwM2M) protocol <xref target="LwM2M-Core"/> enables a LwM2M Client device to securely bootstrap and then register at a LwM2M Server, with which it will perform most of its following communication exchanges. As per the transport bindings specification of LwM2M <xref target="LwM2M-Transport"/>, the LwM2M Client and LwM2M Server can use CoAP and OSCORE to secure their communications at the application layer, including during the device registration process.</t>
        <t>Furthermore, Section 5.5.1 of <xref target="LwM2M-Transport"/> specifies that: "OSCORE MAY also be used between LwM2M endpoint and non-LwM2M endpoint, e.g., between an Application Server and a LwM2M Client via a LwM2M server. Both the LwM2M endpoint and non-LwM2M endpoint MUST implement OSCORE and be provisioned with an OSCORE Security Context."</t>
        <t>In such a case, the LwM2M Server can practically act as forward-proxy between the LwM2M Client and the external Application Server. At the same time, the LwM2M Client and LwM2M Server must continue protecting communications on their leg using their Security Context. Like for the use case in <xref target="ssec-uc1"/>, this also allows the LwM2M Server to identify the LwM2M Client, before forwarding its request outside the LwM2M domain and towards the external Application Server.</t>
      </section>
      <section anchor="ssec-uc4">
        <name>LwM2M Gateway</name>
        <t>The specification <xref target="LwM2M-Gateway"/> extends the LwM2M architecture by defining the LwM2M Gateway functionality. That is, a LwM2M Server can manage end IoT devices "behind" the LwM2M Gateway. While it is outside the scope of such specification, it is possible for the LwM2M Gateway to use any suitable protocol with its connected end IoT devices, as well as to carry out any required protocol translation.</t>
        <t>Practically, the LwM2M Server can send a request to the LwM2M Gateway, asking to forward it to an end IoT device. With particular reference to the CoAP protocol and the related transport binding specified in <xref target="LwM2M-Transport"/>, the LwM2M Server acting as CoAP client sends its request to the LwM2M Gateway acting as CoAP server.</t>
        <t>If CoAP is used in the communication leg between the LwM2M Gateway and the end IoT devices, then the LwM2M Gateway fundamentally acts as a reverse-proxy (see <xref section="5.7.3" sectionFormat="of" target="RFC7252"/>). That is, in addition to its own resources, the LwM2M Gateway serves the resources of each end IoT device behind itself, as exposed under a dedicated URI-Path. As per <xref target="LwM2M-Gateway"/>, the first URI-Path segment is used as "prefix" to identify the specific IoT device, while the remaining URI-Path segments specify the target resource at the IoT device.</t>
        <t>As per Section 7 of <xref target="LwM2M-Gateway"/>, message exchanges between the LwM2M Server and the L2M2M Gateway are secured using the LwM2M-defined technologies, while the LwM2M protocol does not provide end-to-end security between the LwM2M Server and the end IoT devices. However, the approach defined in this document makes it possible to achieve both goals, by allowing the LwM2M Server to use OSCORE for protecting a message both end-to-end for the targeted end IoT device as well as for the LwM2M Gateway acting as reverse-proxy.</t>
      </section>
      <section anchor="further-use-cases">
        <name>Further Use Cases</name>
        <t>The approach defined in this document can be useful also in the following use cases relying on a proxy.</t>
        <ul spacing="normal">
          <li>
            <t>A server aware of a suitable cross proxy can rely on it as a third-party service, in order to indicate transports for CoAP available to that server (see <xref section="4" sectionFormat="of" target="I-D.ietf-core-transport-indication"/>).  </t>
            <t>
From a security point of view, it would be convenient if the proxy could provide suitable credentials to the client, as a general trusted proxy for the system. At the same time, it can be desirable to limit the use of such a proxy to a set of clients which have permission to use it, and that the proxy can identify through a secure communication association.  </t>
            <t>
However, in order for OSCORE to be an applicable security mechanism for this, it has to be terminated at the proxy. That is, it would be required for a client and the proxy to share a dedicated OSCORE Security Context and to use it for protecting their communication leg.</t>
          </li>
          <li>A proxy may be deployed to act as an entry point to a firewalled network, which only authenticated clients can join. In particular, authentication can rely on the used secure communication association between a client and the proxy. If the proxy could share a dedicated OSCORE Security Context with each client, the proxy can rely on it to identify the client, before forwarding its messages to any other member of the firewalled network.</li>
          <li>The approach defined in this document does not pose a limit to the number of OSCORE protections applied to the same CoAP message. This enables more privacy-oriented scenarios based on proxy chains, where the origin endpoint protects a message using first the OSCORE Security Context shared with the origin server, and then the dedicated OSCORE Security Context shared with each of the different chain hops. Once received at a chain hop, a message would be stripped of the OSCORE protection associated with that hop before being forwarded to the next one.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-message-processing">
      <name>Message Processing</name>
      <t>As mentioned in <xref target="intro"/>, this document introduces the following two main deviations from the original OSCORE specification <xref target="RFC8613"/>.</t>
      <ol spacing="normal" type="1"><li>
          <t>An "OSCORE endpoint", i.e., a producer/consumer of an OSCORE Option can be not only an application endpoint (i.e., an origin client or server), but also an intermediary such as a proxy.  </t>
          <t>
Hence, OSCORE can also be used between an origin client/server and a proxy, as well as between two proxies in an intermediary chain.</t>
        </li>
        <li>
          <t>A CoAP message can be secured by multiple OSCORE protections applied in sequence. Therefore, the final result is a message with nested OSCORE protections, as the output of an "OSCORE-in-OSCORE" process. Hence, following a decryption, the resulting message might legitimately include an OSCORE Option, and thus have in turn to be decrypted.  </t>
          <t>
The most common case is expected to consider a message protected with up to two OSCORE layers, i.e.: i) an inner layer, protecting the message end-to-end between the origin client and the origin server acting as application endpoints; and ii) an outer layer, protecting the message between a certain OSCORE endpoint and the other OSCORE endpoint adjacent in the intermediary chain.  </t>
          <t>
However, a message can also be protected with a higher arbitrary number of nested OSCORE layers, e.g., in scenarios relying on a longer chain of intermediaries. For instance, the origin client can sequentially apply multiple OSCORE layers to a request, each of which to be consumed and removed by one of the intermediaries in the chain, until the origin server is reached and it consumes the innermost OSCORE layer.</t>
        </li>
      </ol>
      <t><xref target="sec-examples"/> provides a number of examples where the approach defined in this document is used to protect message exchanges.</t>
      <section anchor="general-rules">
        <name>General Rules on Protecting Options</name>
        <t>Let us consider a sender endpoint that, when protecting an outgoing message, applies the i-th OSCORE layer in sequence, by using the OSCORE Security Context shared with another OSCORE endpoint X.</t>
        <t>In addition to the CoAP options already specified as class I or class E in <xref target="RFC8613"/> or in the document defining them, the sender endpoint MUST protect also the following CoAP options, even though they are originally specified as class U for OSCORE.</t>
        <ul spacing="normal">
          <li>An OSCORE Option, which is present as the result of the j-th OSCORE layer immediately previously applied, i.e., j = (i-1). Such an OSCORE Option is protected like a CoAP option of class E.</li>
          <li>
            <t>Any CoAP option that, at the other OSCORE endpoint X, does not play a role in processing the message before having removed the i-th OSCORE layer or in removing the i-th OSCORE layer altogether. That is, as many options as possible are protected.  </t>
            <t>
Examples of such CoAP options are:  </t>
            <ul spacing="normal">
              <li>The Proxy-Uri, Proxy-Scheme and Uri-* Options defined in <xref target="RFC7252"/>.</li>
              <li>The Listen-To-Multicast-Notifications Option defined in <xref target="I-D.ietf-core-observe-multicast-notifications"/>.</li>
              <li>The Multicast-Timeout, Response-Forwarding and Group-ETag Options defined in <xref target="I-D.tiloca-core-groupcomm-proxy"/>.</li>
              <li>
                <t>The EDHOC Option defined in <xref target="I-D.ietf-core-oscore-edhoc"/>, only if it is not to be consumed by the OSCORE endpoint X.      </t>
                <t>
That is, the EDHOC Option is rather left unprotected only when actually intended to be consumed by the OSCORE endpoint X. When doing so, the EDHOC Option still correctly signals to the endpoint X to extract part of the message payload, and to use it for completing an ongoing execution of the EDHOC key establishment protocol <xref target="I-D.ietf-lake-edhoc"/>, before proceeding with the removal of the i-th OSCORE layer.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="outgoing-requests">
        <name>Processing an Outgoing Request</name>
        <t>The rules from <xref target="general-rules"/> apply when processing an outgoing request message, with the following addition.</t>
        <t>When an application endpoint applies multiple OSCORE layers in sequence to protect an outgoing request, and it uses an OSCORE Security Context shared with the other application endpoint, then the first OSCORE layer MUST be applied by using that Security Context.</t>
      </section>
      <section anchor="incoming-requests">
        <name>Processing an Incoming Request</name>
        <t>Upon receiving a request REQ, the recipient endpoint performs the following actions.</t>
        <ol spacing="normal" type="1"><li>If REQ includes proxy-related options, the endpoint moves to step 2. Otherwise, the endpoint moves to step 3.</li>
          <li>
            <t>The endpoint proceeds as defined below, depending on which of the following conditions holds.  </t>
            <ul spacing="normal">
              <li>
                <t>REQ includes either the Proxy-Uri Option, or the Proxy-Scheme Option together with any of the Uri-* Options.      </t>
                <t>
If the endpoint is not configured to be a forward-proxy, it MUST stop processing the request and MUST respond with a 5.05 (Proxying Not Supported) error response to (the previous hop towards) the origin client, as per <xref section="5.10.2" sectionFormat="of" target="RFC7252"/>. This may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, the endpoint consumes the proxy-related options as per <xref section="5.7.2" sectionFormat="of" target="RFC7252"/>, and forwards REQ to (the next hop towards) the origin server. This may result in (further) protecting REQ over that communication leg, as per <xref target="outgoing-requests"/>.      </t>
                <t>
In either case, the endpoint does not take any further action.</t>
              </li>
              <li>
                <t>REQ includes one or more Uri-Path Options but not the Proxy-Scheme Option.      </t>
                <t>
If the endpoint is not configured to be a reverse-proxy or its resource targeted by the Uri-Path Options is not intended to support reverse-proxy functionalities, then the endpoint proceeds to step 3.      </t>
                <t>
Otherwise, the endpoint consumes the Uri-Path options as per <xref section="5.7.3" sectionFormat="of" target="RFC7252"/>, and forwards REQ to (the next hop towards) the origin server. This may result in (further) protecting REQ over that communication leg, as per <xref target="outgoing-requests"/>.      </t>
                <t>
After that, the endpoint does not take any further action.      </t>
                <t>
Note that, when forwarding REQ, the endpoint might not remove all the Uri-Path Options originally present, e.g., in case the next hop towards the origin server is a further reverse-proxy.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The endpoint proceeds as defined below, depending on which of the following conditions holds.  </t>
            <ul spacing="normal">
              <li>
                <t>REQ does not include an OSCORE Option.      </t>
                <t>
If the endpoint does not have an application to handle REQ, it MUST stop processing the request and MAY respond with a 4.00 (Bad Request) error response to (the previous hop towards) the origin client. This may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, the endpoint delivers REQ to the application.</t>
              </li>
              <li>
                <t>REQ includes an OSCORE Option.      </t>
                <t>
If REQ includes any URI-Path Options, the endpoint MUST stop processing the request and MAY respond with a 4.00 (Bad Request) error response to (the previous hop towards) the origin client. This may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
The endpoint decrypts REQ using the OSCORE Security Context indicated by the OSCORE Option, i.e., REQ* = dec(REQ). After that, the possible presence of an OSCORE Option in the decrypted request REQ* is not treated as an error situation.      </t>
                <t>
If the OSCORE processing results in an error, the endpoint MUST stop processing the request and performs error handling as per <xref section="8.2" sectionFormat="of" target="RFC8613"/> or Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="8.2" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="9.4" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>, in case OSCORE or Group OSCORE is used, respectively. In case the endpoint sends an error response to (the previous hop towards) the origin client, this may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, REQ takes REQ*, and the endpoint moves to step 1.</t>
              </li>
            </ul>
          </li>
        </ol>
      </section>
      <section anchor="outgoing-responses">
        <name>Processing an Outgoing Response</name>
        <t>The rules from <xref target="general-rules"/> apply when processing an outgoing response message, with the following additions.</t>
        <t>When an application endpoint applies multiple OSCORE layers in sequence to protect an outgoing response, and it uses an OSCORE Security Context shared with the other application endpoint, then the first OSCORE layer MUST be applied by using that Security Context.</t>
        <t>The sender endpoint protects the response by applying the same OSCORE layers that it removed from the corresponding incoming request, but in the reverse order than the one they were removed.</t>
        <t>In case the response is an error response, the sender endpoint protects it by applying the same OSCORE layers that it successfully removed from the corresponding incoming request, but in the reverse order than the one they were removed.</t>
      </section>
      <section anchor="incoming-responses">
        <name>Processing an Incoming Response</name>
        <t>The recipient endpoint removes the same OSCORE layers that it added when protecting the corresponding outgoing request, but in the reverse order than the one they were removed.</t>
        <t>When doing so, the possible presence of an OSCORE Option in the decrypted response following the removal of an OSCORE layer is not treated as an error situation, unless it occurs after having removed as many OSCORE layers as were added in the outgoing request. In such a case, the endpoint MUST stop processing the response.</t>
      </section>
    </section>
    <section anchor="sec-response-caching">
      <name>Caching of OSCORE-Protected Responses</name>
      <t>Although not possible as per the original OSCORE specification <xref target="RFC8613"/>, cacheability of OSCORE-protected responses at proxies can be achieved. To this end, the approach defined in <xref target="I-D.amsuess-core-cachable-oscore"/> can be used, as based on Deterministic Requests protected with the pairwise mode of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> used end-to-end between an origin client and an origin server. The applicability of this approach is limited to requests that are safe (in the RESTful sense) to process and do not yield side effects at the origin server.</t>
      <t>In particular, both the origin client and the origin server are required to have already joined the correct OSCORE group. Then, starting from the same plain CoAP request, different clients in the OSCORE group are able to deterministically generate a same request protected with Group OSCORE, which is sent to a proxy for being forwarded to the origin server. The proxy can now effectively cache the resulting OSCORE-protected response from the server, since the same plain CoAP request will result again in the same Deterministic Request and thus will produce a cache hit.</t>
      <t>If the approach defined in <xref target="I-D.amsuess-core-cachable-oscore"/> is used, the following also applies in addition to what is defined in <xref target="sec-message-processing"/>, when processing incoming messages at a proxy that implements caching of responses.</t>
      <ul spacing="normal">
        <li>
          <t>Upon receiving a request from (the previous hop towards) the origin client, the proxy checks if specifically the message available during the execution of alternative A in <xref target="incoming-requests"/> produces a cache hit.  </t>
          <t>
That is, such a message: i) is exactly the one to be forwarded to (the next hop towards) the origin server if no cache hit is made; and ii) is the result of an OSCORE decryption at the proxy, if OSCORE is used on the communication leg between the proxy and (the previous hop towards) the origin client.</t>
        </li>
        <li>
          <t>Upon receiving a response from (the next hop towards) the origin server, the proxy first removes the same OSCORE layers that it added when protecting the corresponding outgoing request, as defined in <xref target="incoming-responses"/>.  </t>
          <t>
Then, the proxy stores specifically that resulting response message in its cache. That is, such a message is exactly the one to be forwarded to (the previous hop towards) the origin client.</t>
        </li>
      </ul>
      <t>The specific rules about serving a request with a cached response are defined in <xref section="5.6" sectionFormat="of" target="RFC7252"/>, as well as in <xref section="7" sectionFormat="of" target="I-D.tiloca-core-groupcomm-proxy"/> for group communication scenarios.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC7252" target="https://www.rfc-editor.org/info/rfc7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8613" target="https://www.rfc-editor.org/info/rfc8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson">
              <organization/>
            </author>
            <author fullname="F. Palombini" initials="F." surname="Palombini">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE).  OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration.  Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-groupcomm" target="https://www.ietf.org/archive/id/draft-ietf-core-oscore-groupcomm-14.txt">
          <front>
            <title>Group OSCORE - Secure Group Communication for CoAP</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuss Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Jiye Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   This document defines Group Object Security for Constrained RESTful
   Environments (Group OSCORE), providing end-to-end security of CoAP
   messages exchanged between members of a group, e.g., sent over IP
   multicast.  In particular, the described approach defines how OSCORE
   is used in a group communication setting to provide source
   authentication for CoAP group requests, sent by a client to multiple
   servers, and for protection of the corresponding CoAP responses.
   Group OSCORE also defines a pairwise mode where each member of the
   group can efficiently derive a symmetric pairwise key with any other
   member of the group for pairwise OSCORE communication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-14"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC7641" target="https://www.rfc-editor.org/info/rfc7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks.  The state of a resource on a CoAP server can change over time.  This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time.  The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC8742" target="https://www.rfc-editor.org/info/rfc8742">
          <front>
            <title>Concise Binary Object Representation (CBOR) Sequences</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document describes the Concise Binary Object Representation (CBOR) Sequence format and associated media type "application/cbor-seq".  A CBOR Sequence consists of any number of encoded CBOR data items, simply concatenated in sequence.</t>
              <t>Structured syntax suffixes for media types allow other media types to build on them and make it explicit that they are built on an existing media type as their foundation.  This specification defines and registers "+cbor-seq" as a structured syntax suffix for CBOR Sequences.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8742"/>
          <seriesInfo name="DOI" value="10.17487/RFC8742"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-bis" target="https://www.ietf.org/archive/id/draft-ietf-core-groupcomm-bis-07.txt">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces RFC 7390, while it updates RFC 7252 and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-07"/>
        </reference>
        <reference anchor="I-D.tiloca-core-groupcomm-proxy" target="https://www.ietf.org/archive/id/draft-tiloca-core-groupcomm-proxy-06.txt">
          <front>
            <title>Proxy Operations for CoAP Group Communication</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Esko Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   This document specifies the operations performed by a proxy, when
   using the Constrained Application Protocol (CoAP) in group
   communication scenarios.  Such a proxy processes a single request
   sent by a client over unicast, and distributes the request over IP
   multicast to a group of servers.  Then, the proxy collects the
   individual responses from those servers and relays those responses
   back to the client, in a way that allows the client to distinguish
   the responses and their origin servers through embedded addressing
   information.  This document updates RFC7252 with respect to caching
   of response messages at proxies.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-groupcomm-proxy-06"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications" target="https://www.ietf.org/archive/id/draft-ietf-core-observe-multicast-notifications-04.txt">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss">
	 </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-04"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pubsub" target="https://www.ietf.org/archive/id/draft-ietf-core-coap-pubsub-10.txt">
          <front>
            <title>Publish-Subscribe Broker for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Michael Koster">
              <organization>SmartThings</organization>
            </author>
            <author fullname="Ari Keranen">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Jaime Jimenez">
              <organization>Ericsson</organization>
            </author>
            <date day="4" month="May" year="2022"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP), and related extensions
   are intended to support machine-to-machine communication in systems
   where one or more nodes are resource constrained, in particular for
   low power wireless sensor networks.  This document defines a publish-
   subscribe Broker for CoAP that extends the capabilities of CoAP for
   supporting nodes with long breaks in connectivity and/or up-time.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pubsub-10"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-edhoc" target="https://www.ietf.org/archive/id/draft-ietf-core-oscore-edhoc-04.txt">
          <front>
            <title>Profiling EDHOC for CoAP and OSCORE</title>
            <author fullname="Francesca Palombini">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Hoeglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Stefan Hristozov">
              <organization>Fraunhofer AISEC</organization>
            </author>
            <author fullname="Goeran Selander">
              <organization>Ericsson</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   The lightweight authenticated key exchange protocol EDHOC can be run
   over CoAP and used by two peers to establish an OSCORE Security
   Context.  This document further profiles this use of the EDHOC
   protocol, by specifying a number of additional and optional
   mechanisms.  These especially include an optimization approach for
   combining the execution of EDHOC with the first subsequent OSCORE
   transaction.  This combination reduces the number of round trips
   required to set up an OSCORE Security Context and to complete an
   OSCORE transaction using that Security Context.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-edhoc-04"/>
        </reference>
        <reference anchor="I-D.ietf-lake-edhoc" target="https://www.ietf.org/archive/id/draft-ietf-lake-edhoc-15.txt">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="10" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a
   very compact and lightweight authenticated Diffie-Hellman key
   exchange with ephemeral keys.  EDHOC provides mutual authentication,
   forward secrecy, and identity protection.  EDHOC is intended for
   usage in constrained scenarios and a main use case is to establish an
   OSCORE security context.  By reusing COSE for cryptography, CBOR for
   encoding, and CoAP for transport, the additional code size can be
   kept very low.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-15"/>
        </reference>
        <reference anchor="I-D.ietf-core-transport-indication" target="https://www.ietf.org/archive/id/draft-ietf-core-transport-indication-00.txt">
          <front>
            <title>CoAP Protocol Indication</title>
            <author fullname="Christian Amsüss">
	 </author>
            <date day="30" month="May" year="2022"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP, [RFC7252]) is available
   over different transports (UDP, DTLS, TCP, TLS, WebSockets), but
   lacks a way to unify these addresses.  This document provides
   terminology and provisions based on Web Linking [RFC8288] to express
   alternative transports available to a device, and to optimize
   exchanges using these.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-transport-indication-00"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore" target="https://www.ietf.org/archive/id/draft-amsuess-core-cachable-oscore-05.txt">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss">
	 </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   Group communication with the Constrained Application Protocol (CoAP)
   can be secured end-to-end using Group Object Security for Constrained
   RESTful Environments (Group OSCORE), also across untrusted
   intermediary proxies.  However, this sidesteps the proxies' abilities
   to cache responses from the origin server(s).  This specification
   restores cacheability of protected responses at proxies, by
   introducing consensus requests which any client in a group can send
   to one server or multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-05"/>
        </reference>
        <reference anchor="LwM2M-Core" target="http://www.openmobilealliance.org/release/LightweightM2M/V1_2-20201110-A/OMA-TS-LightweightM2M_Core-V1_2-20201110-A.pdf">
          <front>
            <title>Lightweight Machine to Machine Technical Specification - Core, Approved Version 1.2, OMA-TS-LightweightM2M_Core-V1_2-20201110-A</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date year="2020" month="November"/>
          </front>
        </reference>
        <reference anchor="LwM2M-Transport" target="http://www.openmobilealliance.org/release/LightweightM2M/V1_2-20201110-A/OMA-TS-LightweightM2M_Transport-V1_2-20201110-A.pdf">
          <front>
            <title>Lightweight Machine to Machine Technical Specification - Transport Bindings, Approved Version 1.2, OMA-TS-LightweightM2M_Transport-V1_2-20201110-A</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date year="2020" month="November"/>
          </front>
        </reference>
        <reference anchor="LwM2M-Gateway" target="https://www.openmobilealliance.org/release/LwM2M_Gateway/V1_1-20210518-A/OMA-TS-LWM2M_Gateway-V1_1-20210518-A.pdf">
          <front>
            <title>Lightweight Machine to Machine Gateway Technical Specification - Approved Version 1.1, OMA-TS-LWM2M_Gateway-V1_1-20210518-A</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date year="2021" month="May"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="sec-examples">
      <name>Examples</name>
      <t>This section provides a number of examples where the approach defined in this document is used to protect message exchanges.</t>
      <section anchor="example-1">
        <name>Example 1</name>
        <t>The example in <xref target="fig-example-client-proxy"/> builds on the example from <xref section="A.1" sectionFormat="of" target="RFC8613"/>, and illustrates an origin client requesting the alarm status from an origin server, through a forward-proxy.</t>
        <t>The message exchanges are protected with OSCORE over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end, between the client and the server. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the client and the proxy. The client uses the OSCORE Sender ID 0x20 when using OSCORE with the proxy.</li>
        </ul>
        <figure anchor="fig-example-client-proxy">
          <name>Use of OSCORE between Client-Server and Client-Proxy</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
  +------>|       |     Code: 0.02 (POST)
  | POST  |       |    Token: 0x8c
  |       |       |   OSCORE: [kid: 20, Partial IV: 31]
  |       |       |           0xff
  |       |       |  Payload: {Code: 0.02,
  |       |       |            OSCORE: [kid: 5f, Partial IV: 42],
  |       |       |            Uri-Host: example.com,
  |       |       |            Proxy-Scheme: coap,
  |       |       |            0xff,
  |       |       |            {Code: 0.01, Uri-Path:"alarm_status"}}
  |       |       |
  |       +------>|     Code: 0.02 (POST)
  |       | POST  |    Token: 0x7b
  |       |       |   OSCORE: [kid: 5f, Partial IV: 42]
  |       |       |           0xff
  |       |       |  Payload: {Code: 0.01, Uri-Path:"alarm_status"}
  |       |       |
  |       |<------+     Code: 2.04 (Changed)
  |       |  2.04 |    Token: 0x7b
  |       |       |   OSCORE: -
  |       |       |           0xff
  |       |       |  Payload: {Code: 2.05, 0xff, "0"}
  |       |       |
  |<------+       |     Code: 2.04 (Changed)
  |  2.04 |       |    Token: 0x8c
  |       |       |   OSCORE: -
  |       |       |           0xff
  |       |       |  Payload: {Code: 2.04,
  |       |       |            OSCORE: -,
  |       |       |            0xff,
  |       |       |            {Code: 2.05, 0xff, "0"}}
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
]]></artwork>
        </figure>
      </section>
      <section anchor="example-2">
        <name>Example 2</name>
        <t>The example in <xref target="fig-example-proxy-server"/> builds on the example from <xref section="A.1" sectionFormat="of" target="RFC8613"/>, and illustrates an origin client requesting the alarm status from an origin server, through a forward-proxy.</t>
        <t>The message exchanges are protected with OSCORE over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end between the client and the server. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the proxy and the server. The proxy uses the OSCORE Sender ID 0xd4 when using OSCORE with the server.</li>
        </ul>
        <figure anchor="fig-example-proxy-server">
          <name>Use of OSCORE between Client-Server and Proxy-Server</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
  +------>|       |          Code: 0.02 (POST)
  | POST  |       |         Token: 0x8c
  |       |       |      Uri-Host: example.com
  |       |       |  Proxy-Scheme: coap
  |       |       |        OSCORE: [kid: 5f, Partial IV: 42]
  |       |       |                0xff
  |       |       |       Payload: {Code: 0.01,
  |       |       |                 Uri-Path:"alarm_status"}
  |       |       |
  |       +------>|          Code: 0.02 (POST)
  |       | POST  |         Token: 0x7b
  |       |       |        OSCORE: [kid: d4, Partial IV: 31]
  |       |       |                0xff
  |       |       |       Payload: {Code: 0.02,
  |       |       |                 OSCORE: [kid: 5f, Partial IV: 42],
  |       |       |                 0xff,
  |       |       |                 {Code: 0.01,
  |       |       |                  Uri-Path:"alarm_status"}}
  |       |       |
  |       |<------+          Code: 2.04 (Changed)
  |       |  2.04 |         Token: 0x7b
  |       |       |        OSCORE: -
  |       |       |                0xff
  |       |       |       Payload: {Code: 2.04,
  |       |       |                 OSCORE: -,
  |       |       |                 0xff,
  |       |       |                 {Code: 2.05, 0xff, "0"}}
  |       |       |
  |<------+       |          Code: 2.04 (Changed)
  |  2.04 |       |         Token: 0x8c
  |       |       |        OSCORE: -
  |       |       |                0xff
  |       |       |       Payload: {Code: 2.05, 0xff, "0"}
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
]]></artwork>
        </figure>
      </section>
      <section anchor="example-3">
        <name>Example 3</name>
        <t>The example in <xref target="fig-example-client-proxy-server"/> builds on the example from <xref section="A.1" sectionFormat="of" target="RFC8613"/>, and illustrates an origin client requesting the alarm status from an origin server, through a forward-proxy.</t>
        <t>The message exchanges are protected with OSCORE over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end between the client and the server. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the client and the proxy. The client uses the OSCORE Sender ID 0x20 when using OSCORE with the proxy.</li>
          <li>Between the proxy and the server. The proxy uses the OSCORE Sender ID 0xd4 when using OSCORE with the server.</li>
        </ul>
        <figure anchor="fig-example-client-proxy-server">
          <name>Use of OSCORE between Client-Server, Client-Proxy and Proxy-Server</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
  +------>|       |     Code: 0.02 (POST)
  | POST  |       |    Token: 0x8c
  |       |       |   OSCORE: [kid: 20, Partial IV: 31]
  |       |       |           0xff
  |       |       |  Payload: {Code: 0.02,
  |       |       |            OSCORE: [kid: 5f, Partial IV: 42],
  |       |       |            Uri-Host: example.com,
  |       |       |            Proxy-Scheme: coap,
  |       |       |            0xff,
  |       |       |            {Code: 0.01, Uri-Path:"alarm_status"}}
  |       |       |
  |       +------>|     Code: 0.02 (POST)
  |       | POST  |    Token: 0x7b
  |       |       |   OSCORE: [kid: d4, Partial IV: 31]
  |       |       |           0xff
  |       |       |  Payload: {Code: 0.02,
  |       |       |            OSCORE: [kid: 5f, Partial IV: 42],
  |       |       |            0xff,
  |       |       |            {Code: 0.01, Uri-Path:"alarm_status"}}
  |       |       |
  |       |<------+     Code: 2.04 (Changed)
  |       |  2.04 |    Token: 0x7b
  |       |       |   OSCORE: -
  |       |       |           0xff
  |       |       |  Payload: {Code: 2.04,
  |       |       |            OSCORE: -,
  |       |       |            0xff,
  |       |       |            {Code: 2.05, 0xff, "0"}}
  |       |       |
  |<------+       |     Code: 2.04 (Changed)
  |  2.04 |       |    Token: 0x8c
  |       |       |   OSCORE: -
  |       |       |           0xff
  |       |       |  Payload: {Code:2.04,
  |       |       |            OSCORE: -,
  |       |       |            0xff,
  |       |       |            {Code: 2.05, 0xff, "0"}}
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
]]></artwork>
        </figure>
      </section>
      <section anchor="example-4">
        <name>Example 4</name>
        <t>The example in <xref target="fig-example-edhoc"/> builds on the example from <xref section="A.1" sectionFormat="of" target="RFC8613"/>, and illustrates an origin client requesting the alarm status from an origin server, through a forward-proxy.</t>
        <t>The message exchanges are protected over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end, between the client and the server. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the client and the proxy. The client uses the OSCORE Sender ID 0x20 when using OSCORE with the proxy.</li>
        </ul>
        <t>The example also shows how the client establishes an OSCORE Security Context with the proxy and with the server, by using the key establishment protocol EDHOC <xref target="I-D.ietf-lake-edhoc"/>.</t>
        <figure anchor="fig-example-edhoc">
          <name>Use of OSCORE between Client-Server and Proxy-Server, with OSCORE Security Contexts established through EDHOC</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
  +------>|       |          Code: 0.02 (POST)
  | POST  |       |         Token: 0xf3
  |       |       |      Uri-Path: .well-known
  |       |       |      Uri-Path: edhoc
  |       |       |                0xff
  |       |       |       Payload: (true, EDHOC message_1)
  |       |       |
  |<------+       |          Code: 2.04 (Changed)
  |  2.04 |       |         Token: 0xf3
  |       |       |                0xff
  |       |       |       Payload: EDHOC message_2
  |       |       |
Est.      |       |
CTX_P     |       |
with P    |       |
  |       |       |
  +------>|       |          Code: 0.02 (POST)
  | POST  |       |         Token: 0x82
  |       |       |      Uri-Path: .well-known
  |       |       |      Uri-Path: edhoc
  |       |       |                0xff
  |       |       |       Payload: (C_R, EDHOC message_3)
  |       |       |
  |      Est.     |
  |      CTX_P    |
  |      with C   |
  |       |       |
  |<------+       |
  |  ACK  |       |
  |       |       |
  +------>|       |          Code: 0.02 (POST)
  | POST  |       |         Token: 0xbe
  |       |       |        OSCORE: [kid: 20, Partial IV: 00]
  |       |       |                0xff
  |       |       |       Payload: {Code: 0.02,
  |       |       |                 Uri-Host: example.com,
  |       |       |                 Uri-Path: .well-known,
  |       |       |                 Uri-Path: edhoc,
  |       |       |                 Proxy-Scheme: coap,
  |       |       |                 0xff,
  |       |       |                 (true, EDHOC message_1)}
  |       |       |
  |       +------>|          Code: 0.02 (POST)
  |       | POST  |         Token: 0xa5
  |       |       |      Uri-Path: .well-known
  |       |       |      Uri-Path: edhoc
  |       |       |                0xff
  |       |       |       Payload: (true, EDHOC message_1)
  |       |       |
  |       |<------+          Code: 2.04 (Changed)
  |       |  2.04 |         Token: 0xa5
  |       |       |                0xff
  |       |       |       Payload: EDHOC message_2
  |       |       |
  |<------+       |          Code: 2.04 (Changed)
  |  2.04 |       |         Token: 0xbe
  |       |       |        OSCORE: -
  |       |       |                0xff
  |       |       |       Payload: {Code: 2.04,
  |       |       |                 0xff,
  |       |       |                 EDHOC message_2}
  |       |       |
Est.      |       |
CTX_S     |       |
with S    |       |
  |       |       |
  +------>|       |          Code: 0.02 (POST)
  | POST  |       |         Token: 0xb9
  |       |       |        OSCORE: [kid: 20, Partial IV: 01]
  |       |       |                0xff
  |       |       |       Payload: {Code: 0.02,
  |       |       |                 Uri-Host: example.com,
  |       |       |                 Uri-Path: .well-known,
  |       |       |                 Uri-Path: edhoc,
  |       |       |                 Proxy-Scheme: coap,
  |       |       |                 0xff,
  |       |       |                 (C_R, EDHOC message_3)}
  |       |       |
  |       +------>|          Code: 0.02 (POST)
  |       | POST  |         Token: 0xdd
  |       |       |      Uri-Path: .well-known
  |       |       |      Uri-Path: edhoc
  |       |       |                0xff
  |       |       |       Payload: (C_R, EDHOC message_3)
  |       |       |
  |       |     Est.
  |       |     CTX_S
  |       |     with C
  |       |       |
  |       |<------+
  |       |  ACK  |
  |       |       |
  |<------+       |
  |  ACK  |       |
  |       |       |
  +------>|       |     Code: 0.02 (POST)
  | POST  |       |    Token: 0x8c
  |       |       |   OSCORE: [kid: 20, Partial IV: 02]
  |       |       |           0xff
  |       |       |  Payload: {Code: 0.02,
  |       |       |            OSCORE: [kid: 5f, Partial IV: 00],
  |       |       |            Uri-Host: example.com,
  |       |       |            Proxy-Scheme: coap,
  |       |       |            0xff,
  |       |       |            {Code: 0.01, Uri-Path:"alarm_status"}}
  |       |       |
  |       +------>|     Code: 0.02 (POST)
  |       | POST  |    Token: 0x7b
  |       |       |   OSCORE: [kid: 5f, Partial IV: 00]
  |       |       |           0xff
  |       |       |  Payload: {Code: 0.01, Uri-Path:"alarm_status"}
  |       |       |
  |       |<------+     Code: 2.04 (Changed)
  |       |  2.04 |    Token: 0x7b
  |       |       |   OSCORE: -
  |       |       |           0xff
  |       |       |  Payload: {Code: 2.05, 0xff, "0"}
  |       |       |
  |<------+       |     Code: 2.04 (Changed)
  |  2.04 |       |    Token: 0x8c
  |       |       |   OSCORE: -
  |       |       |           0xff
  |       |       |  Payload: {Code: 2.04,
  |       |       |            OSCORE: -,
  |       |       |            0xff,
  |       |       |            {Code: 2.05, 0xff, "0"}}
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
Round brackets (...) indicate a CBOR sequence [RFC 8742].
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="onion-forwarding">
      <name>OSCORE-protected Onion Forwarding</name>
      <t>TODO: better elaborate on the listed points below.</t>
      <ul spacing="normal">
        <li>The client can hide its position in the network from the origin server, while still possibly protecting communications end-to-end with OSCORE.</li>
        <li>Use the method defined in <xref target="sec-message-processing"/> to achieve OSCORE-protected onion forwarding, through a chain of proxies (at least three are expected). Every message generated by or intended to the origin client must traverse the whole chain of proxies until the intended other endpoint (typically, the origin server). The chain of proxies has to be known in advance by the client, i.e., the exact proxies and their order in the chain.</li>
        <li>
          <t>The typical case addressed in this document considers an origin client that, at most, shares one OSCORE Security Context with the origin server and one OSCORE Security Context with the first proxy in the chain.  </t>
          <t>
If onion forwarding is used, the origin client shares an OSCORE Security Context with the origin server, and a dedicated OSCORE Security Context with each of the proxies in the chain.</t>
        </li>
        <li>
          <t>The origin client protects a request by applying first the OSCORE layer intended to the origin server, then the OSCORE layer intended to the last proxy in the chain, then the OSCORE layer intended to the second from last proxy in the chain and so on, until it applies the OSCORE layer intended to the first proxy in the chain.  </t>
          <t>
Before protecting a request with the OSCORE layer to be consumed by a certain proxy in the chain, the origin client also adds proxy-related options intended to that proxy, as indications to forward the request to (the next hop towards) the origin server.  </t>
          <t>
Other than the actions above from the client, there should be no difference from the basic approach defined in <xref target="sec-message-processing"/>. Each proxy in the chain would process and remove one OSCORE layer from the received request and then forward it to (the next hop towards) the origin server.</t>
        </li>
        <li>
          <t>The exact way used by the client to establish OSCORE Security Contexts with the proxies and the origin server is out of scope.  </t>
          <t>
If the EDHOC key establishment protocol is used (see <xref target="I-D.ietf-lake-edhoc"/>), it is most convenient for the client to run it with the first proxy in the chain, then with the second proxy in the chain through the first one and so on, and finally with the origin server by traversing the whole chain of proxies.  </t>
          <t>
Then, it is especially convenient to use the optimized workflow defined in <xref target="I-D.ietf-core-oscore-edhoc"/> and based on the EDHOC + OSCORE request. This would basically allow the client to complete the EDHOC execution with an endpoint and start the EDHOC execution with the next endpoint in the chain, by means of a single message sent on the wire.</t>
        </li>
        <li>
          <t>Hop-by-hop security has to also be achieved between each pair of proxies in the chain. To this end, two adjacent proxies would better use TLS over TCP than OSCORE between one another (this should be acceptable for non-constrained proxies). This takes advantage of the TCP packet aggregation policies, and thus:  </t>
          <ul spacing="normal">
            <li>As request forwarding occurs in MTU-size bundles, the length of the origin request can be hidden as well.</li>
            <li>Requests and responses traversing the proxy chain cannot be correlated, e.g., by externally monitoring the timing of message forwarding (which would jeopardize the client's wish to hide itself from anything but the first proxy in the chain).</li>
          </ul>
        </li>
        <li>
          <t>Cacheability of responses can still happen, as per <xref target="sec-response-caching"/> and using the approach defined in <xref target="I-D.amsuess-core-cachable-oscore"/>.  </t>
          <t>
The last proxy in the chain would be the only proxy actually seeing the Deterministic Request originated by the client and then caching the corresponding responses from the origin server. It is good that other proxies are not able to do the same, thus preventing what might lead to request-response correlation, again opening for localization of the origin client.</t>
        </li>
        <li>
          <t>Possible optimizations along the proxy chains  </t>
          <ul spacing="normal">
            <li>In particular settings involving additional configuration on the client, some proxy in the chain might be a reverse-proxy. Then, such a proxy can be configured to map on one hand the OSCORE Security Context shared with the origin client (and used to remove a corresponding OSCORE layer from a received request to forward) and, on the other hand, the addressing information of the next hop in the chain where to forward the received request to. This would spare the origin client to add a set of proxy-related options for every single proxy in the chain.</li>
            <li>
              <t>It is mentioned above to additionally use TLS over TCP hop-by-hop between every two adjacent proxies in the chain. That said:      </t>
              <ul spacing="normal">
                <li>The OSCORE protection of the request has certainly to rely on authenticated encryption algorithms (as usual), when applying the OSCORE layer intended to the origin server (the first one applied by the origin client) and the OSCORE layer intended to the first proxy in the chain (the last one applied by the origin client).</li>
                <li>For any other OSCORE layer applied by the origin client (i.e., intended for any proxy in the chain but the first one), the OSCORE protection can better rely on an encryption-only algorithm not providing an authentication tag (as admitted in the group mode of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> and assuming the registration of such algorithms in COSE).</li>
                <li>This would be secure to do, since every pair of adjacent proxies in the chain relies on its TLS connection for the respective hop-by-hop communication anyway. The benefit is that it avoids transmitting several unneeded authentication tags from OSCORE.</li>
              </ul>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Peter Blomqvist"/>, <contact fullname="David Navarro"/> and <contact fullname="Göran Selander"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
f0V+cl1nXXaEgvTzl+rg/bNx2C6y2dDEOZlfqBfLp3RnqTaa8ehg1YwWc//H
/+1IBwXecVRyABNU2n9LnZL7F777Q5/+/j3+7ZSuBjwYHBypvTcXV9f79DZ+
aoxyXbzDdvcH778adU2AWTzpmfnXd2mCV1/11Bv0fyE6O//hWD05/NuS9+zf
wfvxuPuRN1yLdKw+eHB7a0ZrgPNsHIPz9Ohva0fAzbRXRVUfWyEagNJa+1a4
+3ussDHY2ldw5Wsf8ms/7Ll9vuNdEsMfWQx37++XEN9+jpmgm/j27YAJHPGf
Dzcifge2PybxVyBgzfr/+98YAX8I1n80OHiq9k5JBSUxCvi3LVHQ/2hLhdmf
9Zg71O7B8sVFi4olu2txflGqSd+1wv1RF/d0YyHuf1QZauK1G7E7V3+fo0Ea
luAsGHDu/qoGg4H6mz9vjT1qDJ96pt7JYM/AbJ1eXIG9opubBjun8xJbSNkh
PtAQ934Ik9tcYaJrPYi0+4dj9WiZned7Dv+0+5bPLIuxsNaP7UI/aA8g35By
AkYK3YujNe4FFwyxwfvXdi9+be/Cx3HNGfmXVRMmTzea8ON6F/S3sYtBf+tV
kVpimZeonZY5XqUkfq4Zo7/lOpD+Og3aJuM+1Og1aaO2sPz0t972dSAvebqt
A/hA5K13BTuge4g/6ODb7Mmtyftgr67pAKjtXBv625LG6/wAh6staLmRRxBD
8QvRbDMHYZnnRX/buF/0t5Hi+8UJsN7f/OzcotA/2dYtEutAXzTcoidbZF1+
944+A+/oE+RefuPu2O/JnuUj/J7seWiyZ3tH77Mj/qejyW8uAfV552iWuWCf
efLrs8frZ+fkdXhbW/h6vSj/tc7ze7rG85Nzyv//+Hq/b66F2LKEpEodvNdT
ro3287jz7KtLq+PRCe7GEhvNUlaclefD9EtOzH9Webvxk9V5O7KaaoBVBP13
eXGXb/I4LfRjRrx7dTk3PUGryMePh/tbGZkASw+J81chavsFxSs56lzIGRb2
Nr47vf6vH980vuOL9FpI6EDML5D27QSd//mM2Of0x8sm9zxZyj380WE/+M5h
P/iOL55Wy5He4kZ+7uT0P34Ngg3N5jnhZpx4cPDr5oQfFvS5V1u8uO2rxJeb
vfSASJP+Ns99LlGJn253QT/7TYj+dpbDfv6YKfpViNp+QZtYjl/IBG6mO37d
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
utw9QrsAAA==

-->

</rfc>
