<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-amsuess-core-cachable-oscore-09" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.20.0 -->
  <front>
    <title abbrev="Cacheable OSCORE">Cacheable OSCORE</title>
    <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-09"/>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <postal>
          <country>Austria</country>
        </postal>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <date year="2024" month="July" day="08"/>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>CoAP, OSCORE, multicast, caching, proxy</keyword>
    <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>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  CORE 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/chrysn/core-cachable-oscore/"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> supports also group communication, for instance over UDP and IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>. In a group communication environment, exchanged messages can be secured end-to-end by using Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      <t>Requests and responses protected with the group mode of Group OSCORE can be read by all group members, i.e., not only by the intended recipient(s), thus achieving group-level confidentiality.</t>
      <t>This allows a trusted intermediary proxy which is also a member of the OSCORE group to populate its cache with responses from origin servers. Later on, the proxy can possibly reply to a request in the group with a response from its cache, if recognized as an eligible server by the client.</t>
      <t>However, an untrusted proxy which is not a member of the OSCORE group only sees protected responses as opaque, uncacheable ciphertext. In particular, different clients in the group that originate a same plain CoAP request would send different protected requests, as a result of their Group OSCORE processing. Such protected requests cannot yield a cache hit at the proxy, which makes the whole caching of protected responses pointless.</t>
      <t>This document addresses this complication and enables cacheability of protected responses, also for proxies that are not members of the OSCORE group and are unaware of OSCORE in general. To this end, it builds on the concept of "consensus request" initially considered in <xref target="I-D.ietf-core-observe-multicast-notifications"/>, and defines "Deterministic Request" as a convenient incarnation of such concept.</t>
      <t>All clients wishing to send a particular GET or FETCH request are able to deterministically compute the same protected request, using a variation on the pairwise mode of Group OSCORE. It follows that cache hits become possible at the proxy, which can thus serve clients in the group from its cache. Like in <xref target="I-D.ietf-core-observe-multicast-notifications"/>, this requires that clients and servers are already members of a suitable OSCORE group.</t>
      <t>Cacheability of protected responses is useful also in applications where several clients wish to retrieve the same object from a single server.
Some security properties of OSCORE are dispensed with, in order to gain other desirable properties.</t>
      <t>In order to clearly handle the protocol's security properties,
and to broaden applicability to group situations outside the deterministic case,
the technical implementation is split into two halves:</t>
      <ul spacing="normal">
        <li>
          <t>maintaining request-response bindings in the absence of request source authentication; and</t>
        </li>
        <li>
          <t>building and processing of Deterministic Requests
(which have no source authentication, and thus require the former).</t>
        </li>
      </ul>
      <section anchor="use-cases">
        <name>Use Cases</name>
        <t>When firmware updates are delivered using CoAP, many similar devices fetch the same large data at the same time. Collecting such large data at a proxy from its cache not only keeps the traffic low, but also lets the clients ride single file to hide their numbers <xref target="SW-EPIV"/> and identities. By using protected Deterministic Requests as defined in this document, it is possible to efficiently perform data collection at a proxy also when the firmware updates are protected end-to-end.</t>
        <t>When relying on intermediaries to fan out the delivery of multicast data protected end-to-end as in <xref target="I-D.ietf-core-observe-multicast-notifications"/>, the use of protected Deterministic Requests as defined in this document allows for a more efficient setup, by reducing the amount of message exchanges and enabling early population of cache entries (see <xref target="det-requests-for-notif"/>).</t>
        <t>When relying on Information-Centric Networking (ICN) for multiparty dissemination of cacheable content, CoAP and CoAP proxies can be used to enable asynchronous group communication. This leverages CoAP proxies performing request aggregation, as well as response replication and cacheability <xref target="ICN-paper"/>. By restoring cacheability of OSCORE-protected responses, the Deterministic Requests defined in this document make it possible to attain dissemination of cacheable content in ICN-based deployments, also when the content is protected end-to-end.</t>
        <t>When DNS messages are transported over CoAP <xref target="I-D.ietf-core-dns-over-coap"/>, it is recommended to use OSCORE for protecting such messages. By restoring cacheability of OSCORE-protected responses, it becomes possible to benefit from the cache retrieval of such CoAP responses that particularly transport DNS messages.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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 terms and concepts of CoAP <xref target="RFC7252"/> and its method FETCH <xref target="RFC8132"/>, group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>, COSE <xref target="RFC9052"/><xref target="RFC9053"/>, OSCORE <xref target="RFC8613"/>, and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>This document also introduces the following new terms.</t>
        <ul spacing="normal">
          <li>
            <t>Consensus Request: a CoAP request that multiple clients use to repeatedly access a particular resource.
In this document, it exclusively refers to requests protected with Group OSCORE to a resource hosted at one or more servers in the OSCORE group.  </t>
            <t>
A Consensus Request has all the properties relevant to caching, but its transport dependent properties (e.g., Token or Message ID) are not defined. Thus, different requests on the wire can be said to "be the same Consensus Request" even if they have different Tokens or source addresses.  </t>
            <t>
The Consensus Request is the reference for request-response binding.
 In general, a client processing a response to a Consensus Request did not generate (and thus sign) the consensus request.
 The client not only needs to decrypt the Consensus Request to understand a response to it (for example to tell which path was requested),
 but it also needs to verify that this is the only Consensus Request that could elicit this response.</t>
          </li>
          <li>
            <t>Deterministic Client: a fictitious member of an OSCORE group, having no Sender Sequence Number, no asymmetric key pair, and no Recipient Context.  </t>
            <t>
The Group Manager responsible for the OSCORE group (see <xref section="3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) sets up the Deterministic Client, and assigns it a unique Sender ID like for other group members. Furthermore, the Deterministic Client has only the minimum common set of privileges shared by all group members.</t>
          </li>
          <li>
            <t>Deterministic Request: a Consensus Request generated by the Deterministic Client. The use of Deterministic Requests is defined in <xref target="sec-deterministic-requests"/>.</t>
          </li>
          <li>
            <t>Ticket Request: a Consensus Request generated by the server itself.  </t>
            <t>
This term is not used in the main document, but is useful in comparison with other applications of Consensus Requests
that are generated in a different way than as Deterministic Requests.
The prototypical Ticket Request is the Phantom Request defined in <xref target="I-D.ietf-core-observe-multicast-notifications"/>.  </t>
            <t>
In <xref target="sec-ticket-requests"/>, the term is used to bridge the gap with that document.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="oscore-nosourceauth">
      <name>OSCORE Message Processing without Source Authentication</name>
      <t>The request-response binding is achieved by the items (request_kid, request_piv) in OSCORE and by the items (request_kid, request_piv, request_kid_context), which are present in both the request's and the response's AAD, and are hereafter referred to as "request_details".</t>
      <t>The security of such binding depends on the server obtaining source authentication for the request:
if this precondition is not fulfilled, a malicious group member could alter a request to the server (without altering the request_details above),
and the client would still accept the response as if it were a response to its request.</t>
      <t>Source authentication is thus a precondition for the secure use of OSCORE and Group OSCORE.
However, it is hard to provide when:</t>
      <ul spacing="normal">
        <li>
          <t>Requests are built exclusively using shared keying material, like in the case of a Deterministic Client.</t>
        </li>
        <li>
          <t>Requests are sent without source authentication, or their source authentication is not checked. (This was part of <xref target="I-D.ietf-core-oscore-groupcomm"/> in revisions before version -12)</t>
        </li>
      </ul>
      <t>This document does not [ yet? ] give full guidance on how to restore request-response binding for the general case,
but currently only offers suggestions:</t>
      <ul spacing="normal">
        <li>
          <t>The response can contain the full request. An option that allows doing that is presented in <xref target="I-D.bormann-core-responses"/>.</t>
        </li>
        <li>
          <t>The response can contain a cryptographic hash of the full request. This is used by the method specified in this document, as defined in <xref target="ssec-request-hash-option"/>.</t>
        </li>
        <li>
          <t>The request_details above can be transported in a Class E option (encrypted and integrity protected) or a Class I option (unencrypted, but part of the AAD hence integrity protected).
The latter has the advantage that the option can be removed in transit and reconstructed at the receiver.</t>
        </li>
        <li>
          <t>Alternatively, the agreed-on request data can be placed in a different position in the AAD,
or take part to the derivation of the OSCORE Security Context.
In the latter case, care needs to be taken to never initialize a Security Context twice with the same input,
as that would lead to reuse of the AEAD nonce.</t>
        </li>
      </ul>
      <t>[ Suggestion for any OSCORE v2: avoid request_details in the request's AAD as individual elements. Rather than having 'request_kid', 'request_piv' (and, in Group OSCORE, 'request_kid_context') as separate fields, they can better be something more pluggable.
This would avoid the need to make up an option before processing, and would allow just plugging in the hash or request in there as replacing the elements for the request_details. ]</t>
      <t>Additional care has to be taken in ensuring that request_details that are not expressed in the request itself are captured. For instance, these include an indication of the Security Context from which the request is assumed to have been originated.</t>
      <t>Requests without source authentication have to be processed assuming only the minimal possible privilege of the requester
[ which is currently described as the authorization of the Deterministic Client, and may be moved up here in later versions of this document ].
If a response is built to such a request and contains data more sensitive than that
(which might be justified if the response is protected for an authorized group member in pairwise mode),
special consideration for any side channels like response size or timing is required.</t>
    </section>
    <section anchor="sec-deterministic-requests">
      <name>Deterministic Requests</name>
      <t>This section defines a method for clients starting from a same plain CoAP request to independently build the same, corresponding Deterministic Request protected with Group OSCORE.</t>
      <section anchor="sec-deterministic-requests-unprotected">
        <name>Deterministic Unprotected Request</name>
        <t>Clients build the unprotected Deterministic Request in a way which is as much reproducible as possible.
This document does not set out full guidelines for minimizing the variation,
but considered starting points are:</t>
        <ul spacing="normal">
          <li>
            <t>Set the inner Observe option to 0 even if no observation is intended (and hence no outer Observe is set). Thus, both observing and non-observing requests can be aggregated into a single request, which is upstreamed as an observation at the latest when any observing request reaches a caching proxy.  </t>
            <t>
In this case, following a Deterministic Request that includes only an inner Observe option, servers include an inner Observe option (but no outer Observe option) in a successful response sent as reply. Also, when receiving a response to such a Deterministic Request previously sent, clients have to silently ignore the inner Observe option in that response.</t>
          </li>
          <li>
            <t>Avoid setting the ETag option in requests on a whim.
Only set it when there was a recent response with that ETag.
When obtaining later blocks, do not send the known-stale ETag.</t>
          </li>
          <li>
            <t>In block-wise transfers, maximally sized large inner blocks (szx=6) should be selected.
This serves not only to align the clients on consistent cache entries,
but also helps amortize the additional data transferred in the per-message signatures.</t>
          </li>
        </ul>
        <!--
MT: proposed  s/should be selected/SHOULD be selected
-->

<t>Outer block-wise transfer can then be used if these messages exceed a hop's efficiently usable MTU size.</t>
        <t>(If BERT <xref target="RFC8323"/> is usable with OSCORE, its use is fine as well;
  in that case, the server picks a consistent block size for all clients anyway).</t>
        <ul spacing="normal">
          <li>
            <t>The Padding option defined in <xref target="sec-padding"/> can be used to limit an adversary's ability to deduce the content and the target resource of Deterministic Requests from their length. In particular, all Deterministic Requests of the same class (ideally, all requests to a particular server) can be padded to reach the same total length, that should be agreed on among all users of the same OSCORE Security Context.</t>
          </li>
        </ul>
        <!--
MT: proposed  s/should be agreed/SHOULD be agreed
-->

<ul spacing="normal">
          <li>
            <t>Clients should not send any inner Echo options <xref target="RFC9175"/> in Deterministic Requests.  </t>
            <t>
This limits the use of the Echo option in combination with Deterministic Requests to unprotected (outer) options,
and thus is limited to testing the reachability of the client.
This is not practically limiting, as the use as an inner option would be to prove freshness,
which is something Deterministic Requests simply cannot provide anyway.</t>
          </li>
        </ul>
        <t>These guidelines only serve to ensure that cache entries are utilized; failure to follow them has no more severe consequences than decreasing the utility and effectiveness of a cache.</t>
      </section>
      <section anchor="ssec-deterministic-requests-design">
        <name>Design Considerations</name>
        <t>The hard part is determining a consensus pair (key, nonce) to be used with the AEAD cipher for encrypting the plain CoAP request and obtaining the Deterministic Request as a result, while also avoiding the reuse of the same (key, nonce) pair across different requests.</t>
        <t>Diversity can conceptually be enforced by applying a cryptographic hash function to the complete input of the encryption operation over the plain CoAP request (i.e., the AAD and the plaintext of the COSE object), and then using the result as source of uniqueness.
Any non-malleable cryptographically secure hash of sufficient length to make collisions sufficiently unlikely is suitable for this purpose.</t>
        <t>A tempting possibility is to use a fixed (group) key, and use the hash as a deterministic AEAD nonce for each Deterministic Request through the Partial IV component (see <xref section="5.2" sectionFormat="of" target="RFC8613"/>). However, the 40 bit available for the Partial IV are by far insufficient to ensure that the deterministic nonce is not reused across different Deterministic Requests. Even if the full deterministic AEAD nonce could be set, the sizes used by common algorithms would still be too small.</t>
        <t>As a consequence, the proposed method takes the opposite approach, by considering a fixed deterministic AEAD nonce, while deriving a different deterministic encryption key for each Deterministic Request. That is, the hash computed over the plain CoAP request is taken as input to the key derivation. As an advantage, this approach does not require to transport the computed hash in the OSCORE option.</t>
        <t>[ Note: This has a further positive side effect arising with version -11 of Group OSCORE. That is, since the full encoded OSCORE option is part of the AAD, it avoids a circular dependency from feeding the AAD into the hash computation, which in turn needs crude workarounds like building the full AAD twice, or zeroing out the hash-to-be. ]</t>
      </section>
      <section anchor="ssec-request-hash-option">
        <name>Request-Hash</name>
        <t>In order to transport the hash of the plain CoAP request, a new CoAP option is defined, which <bcp14>MUST</bcp14> be supported by clients and servers that support Deterministic Requests.</t>
        <t>The option is called Request-Hash and its properties are summarized in <xref target="request-hash-table"/>, which extends Table 4 of <xref target="RFC7252"/>. The option is Elective, Safe-to-Forward, part of the Cache-Key, and not repeatable.</t>
        <table align="center" anchor="request-hash-table">
          <name>The Request-Hash Option (C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable)</name>
          <thead>
            <tr>
              <th align="left">No.</th>
              <th align="left">C</th>
              <th align="left">U</th>
              <th align="left">N</th>
              <th align="left">R</th>
              <th align="left">Name</th>
              <th align="left">Format</th>
              <th align="left">Length</th>
              <th align="left">Default</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD1</td>
              <td align="left"> </td>
              <td align="left"> </td>
              <td align="left"> </td>
              <td align="left"> </td>
              <td align="left">Request-Hash</td>
              <td align="left">opaque</td>
              <td align="left">any</td>
              <td align="left">(none)</td>
            </tr>
          </tbody>
        </table>
        <t>The Request-Hash option is identical in all its properties to the Request-Tag option defined in <xref target="RFC9175"/>, with the following exceptions:</t>
        <ul spacing="normal">
          <li>
            <t>It is not repeatable.</t>
          </li>
          <li>
            <t>It may be arbitrarily long.  </t>
            <t>
Implementations can limit its length to that of the longest output of the supported hash functions.</t>
          </li>
          <li>
            <t>It may be present in responses (TBD: Does this affect any other properties?).  </t>
            <t>
A response's Request-Hash option is, as a matter of default value,
equal to the request's Request-Hash option.
The response is only valid if the value of its Request-Hash option is equal to the value of the Request-Hash option in the corresponding request.  </t>
            <t>
Servers (including proxies) thus generally should not need to include the Request-Hash option explicitly in responses,
especially as a matter of bandwidth efficiency.  </t>
            <t>
A reason (and, currently, the only known) to actually include a Request-Hash option in a response
is the possible use of non-traditional responses as described in <xref target="I-D.bormann-core-responses"/>,
which in terms of that document are non-matching to the request (and thus easily usable).
The Request-Hash option in the response allows populating caches (see below) and enables the decryption of a response sent as a reply to a Consensus Request.
In the context of non-traditional responses, the Request-Hash value of the request corresponding to a response can be inferred from the value of the Request-Hash option in the response.</t>
          </li>
          <li>
            <t>A proxy <bcp14>MAY</bcp14> use any fresh cached response from the selected server to respond to a request with the same Request-Hash;
this may save it some memory.  </t>
            <t>
When responding to a request that includes a Request-Hash option, the proxy <bcp14>MAY</bcp14> add a Request-Hash option to the response, if the option is not already present in the response, or remove the Request-Hash option from the response, if the option is already present in the response. In either case, the Request-Hash option in the response <bcp14>MUST</bcp14> have the same value of the Request-Hash option in the request.</t>
          </li>
          <li>
            <t>When used with a Deterministic Request, this option is created at message protection time by the sender, and used before message unprotection by the recipient. Therefore, in this use case, it is treated as Class U for OSCORE <xref target="RFC8613"/> in requests. In the same application, for responses, it is treated as Class I, and often elided from sending (but reconstructed at the receiver). Other uses of this option can put it into different classes for the OSCORE processing.</t>
          </li>
        </ul>
        <t>This option achieves the request-response binding described in <xref target="oscore-nosourceauth"/>.</t>
      </section>
      <section anchor="ssec-use-deterministic-requests">
        <name>Use of Deterministic Requests</name>
        <t>This section defines how a Deterministic Request is built on the client side and then processed on the server side.</t>
        <section anchor="sssec-use-deterministic-requests-pre-conditions">
          <name>Preconditions</name>
          <t>The use of Deterministic Requests in an OSCORE group requires that the interested group members are aware of the Deterministic Client in the group. In particular, they need to know:</t>
          <ul spacing="normal">
            <li>
              <t>The Sender ID of the Deterministic Client, to be used as 'kid' parameter for the Deterministic Requests. This allows all group members to compute the Sender Key of the Deterministic Client.  </t>
              <t>
The Sender ID of the Deterministic Client is immutable throughout the lifetime of the OSCORE group. That is, it is not relinquished and it does not change upon changes of the group keying material following a group rekeying performed by the Group Manager.</t>
            </li>
            <li>
              <t>The hash algorithm to use for computing the hash of a plain CoAP request, when producing the associated Deterministic Request.</t>
            </li>
          </ul>
          <t>Group members have to obtain this information from the Group Manager. A group member can do that, for instance, when obtaining the group keying material upon joining the OSCORE group, or later on as an active member by interacting with the Group Manager.</t>
          <t>The joining process based on the Group Manager defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> can be easily extended to support the provisioning of information about the Deterministic Client. Such an extension is defined in <xref target="sec-obtaining-info"/> of this document.</t>
        </section>
        <section anchor="sssec-use-deterministic-requests-client-req">
          <name>Client Processing of Deterministic Requests</name>
          <t>In order to build a Deterministic Request, the client protects the plain CoAP request using the pairwise mode of Group OSCORE (see <xref section="9" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), with the following alterations.</t>
          <ol spacing="normal" type="1"><li>
              <t>When preparing the OSCORE option, the external_aad, and the AEAD nonce:  </t>
              <ul spacing="normal">
                <li>
                  <t>The used Sender ID is the Deterministic Client's Sender ID.</t>
                </li>
                <li>
                  <t>The used Partial IV is 0.</t>
                </li>
              </ul>
              <t>
When preparing the external_aad, the element 'sender_cred' in the aad_array takes the empty CBOR byte string (0x40).</t>
            </li>
            <li>
              <t>The client uses the hash function indicated for the Deterministic Client, and computes a hash H over the following input: the Sender Key of the Deterministic Client, concatenated with the binary serialization of the aad_array from step 1, concatenated with the COSE plaintext.  </t>
              <t>
Note that the payload of the plain CoAP request (if any) is not self-delimiting, and thus hash functions are limited to non-malleable ones.</t>
            </li>
            <li>
              <t>The client derives the deterministic Pairwise Sender Key K as defined in <xref section="2.5.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, with the following differences:  </t>
              <ul spacing="normal">
                <li>
                  <t>The Sender Key of the Deterministic Client is used as first argument of the HKDF.</t>
                </li>
                <li>
                  <t>The hash H from step 2 is used as second argument of the HKDF, i.e., as a pseudo IKM-Sender computable by all the group members.      </t>
                  <t>
Note that an actual IKM-Sender cannot be obtained, since there is no authentication credential (and public key included therein) associated with the Deterministic Client, to be used as Sender Authentication Credential and for computing an actual Diffie-Hellman Shared Secret.</t>
                </li>
                <li>
                  <t>The Sender ID of the Deterministic Client is used as value for the 'id' element of the 'info' parameter used as third argument of the HKDF.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>The client includes a Request-Hash option in the request to protect, with value set to the hash H from Step 2.</t>
            </li>
            <li>
              <t>The client <bcp14>MAY</bcp14> include an inner Observe option set to 0 to be protected with OSCORE, even if no observation is intended (see <xref target="sec-deterministic-requests-unprotected"/>).</t>
            </li>
            <li>
              <t>The client protects the request using the pairwise mode of Group OSCORE as defined in <xref section="9.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, using the AEAD nonce from step 1, the deterministic Pairwise Sender Key K from step 3 as AEAD encryption key, and the finalized AAD.</t>
            </li>
            <li>
              <t>The client <bcp14>MUST NOT</bcp14> include an unprotected (outer) Observe option if no observation is intended, even in case an inner Observe option was included at step 5.</t>
            </li>
            <li>
              <t>The client <bcp14>MUST</bcp14> set FETCH as the outer code of the protected request to make it usable for a proxy's cache, even if no observation is intended <xref target="RFC7641"/>.</t>
            </li>
          </ol>
          <t>The result is the Deterministic Request to be sent.</t>
          <t>Since the encryption key K is derived using material from the whole plain CoAP request, this (key, nonce) pair is only used for this very message, which is deterministically encrypted unless there is a hash collision between two Deterministic Requests.</t>
          <t>The deterministic encryption requires the used AEAD algorithm to be deterministic in itself. This is the case for all the AEAD algorithms currently registered with COSE in <xref target="COSE.Algorithms"/>. For future algorithms, a flag in the COSE registry is to be added.</t>
          <t>Note that, while the process defined above is based on the pairwise mode of Group OSCORE, no information about the server takes part to the key derivation or is included in the AAD. This is intentional, since it allows for sending a Deterministic Request to multiple servers at once (see <xref target="det-req-one-to-many"/>). On the other hand, it requires later checks at the client when verifying a response to a Deterministic Request (see <xref target="ssec-use-deterministic-requests-response"/>).</t>
        </section>
        <section anchor="sssec-use-deterministic-requests-server-req">
          <name>Server Processing of Deterministic Requests</name>
          <t>Upon receiving a Deterministic Request, a server performs the following actions.</t>
          <t>A server that does not support Deterministic Requests would not be able to create the necessary Recipient Context, and thus will fail decrypting the request.</t>
          <ol spacing="normal" type="1"><li>
              <t>If not already available, the server retrieves the information about the Deterministic Client from the Group Manager, and derives the Sender Key of the Deterministic Client.</t>
            </li>
            <li>
              <t>The server actually recognizes the request to be a Deterministic Request, due to the presence of the Request-Hash option and to the 'kid' parameter of the OSCORE option set to the Sender ID of the Deterministic Client.  </t>
              <t>
If the 'kid' parameter of the OSCORE option specifies a different Sender ID than the one of the Deterministic Client, the server <bcp14>MUST NOT</bcp14> take the following steps, and instead processes the request as per <xref section="9.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.</t>
            </li>
            <li>
              <t>The server retrieves the hash H from the Request-Hash option.</t>
            </li>
            <li>
              <t>The server derives a Recipient Context for processing the Deterministic Request. In particular:  </t>
              <ul spacing="normal">
                <li>
                  <t>The Recipient ID is the Sender ID of the Deterministic Client.</t>
                </li>
                <li>
                  <t>The Recipient Key is derived as the key K in step 3 of <xref target="sssec-use-deterministic-requests-client-req"/>, with the hash H retrieved at step 3 of the present <xref target="sssec-use-deterministic-requests-server-req"/>.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>The server verifies the request using the pairwise mode of Group OSCORE, as defined in <xref section="9.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, using the Recipient Context from step 4, with the difference that the server does not perform replay checks against a Replay Window (see below).</t>
            </li>
          </ol>
          <t>In case of successful verification, the server <bcp14>MUST</bcp14> also perform the following actions, before possibly delivering the request to the application.</t>
          <ul spacing="normal">
            <li>
              <t>Starting from the recovered plain CoAP request, the server <bcp14>MUST</bcp14> recompute the same hash that the client computed at step 2 of <xref target="sssec-use-deterministic-requests-client-req"/>.  </t>
              <t>
If the recomputed hash value differs from the value retrieved from the Request-Hash option at step 3, the server <bcp14>MUST</bcp14> treat the request as invalid and <bcp14>MAY</bcp14> reply with an unprotected 4.00 (Bad Request) error response. The server <bcp14>MAY</bcp14> set an Outer Max-Age option with value zero. The diagnostic payload <bcp14>MAY</bcp14> contain the string "Decryption failed".  </t>
              <t>
This prevents an attacker that guessed a valid authentication tag for a given Request-Hash value to poison caches with incorrect responses.</t>
            </li>
            <li>
              <t>The server <bcp14>MUST</bcp14> verify that the unprotected request is safe to be processed in the REST sense, i.e., that it has no side effects. If verification fails, the server <bcp14>MUST</bcp14> discard the message and <bcp14>SHOULD</bcp14> reply with a protected 4.01 (Unauthorized) error response.  </t>
              <t>
Note that some CoAP implementations may not be able to prevent that an application produces side effects from a safe request. This may incur checking whether the particular resource handler is explicitly marked as eligible for processing Deterministic Requests. An implementation may also have a configured list of requests that are known to be side effect free, or even a pre-built list of valid hashes for all sensible requests for them, and reject any other request.  </t>
              <t>
These checks replace the otherwise present requirement that the server needs to check the Replay Window of the Recipient Context (see step 5 above), which is inapplicable with the Recipient Context derived at step 4 from the value of the Request-Hash option. The reasoning is analogous to the one in <xref target="I-D.amsuess-lwig-oscore"/> to treat the potential replay as answerable, if the handled request is side effect free.</t>
            </li>
          </ul>
        </section>
        <section anchor="ssec-use-deterministic-requests-response">
          <name>Response to a Deterministic Request</name>
          <t>When preparing a response to a Deterministic Request, the server treats the Request-Hash option as a Class I option. The value of the Request-Hash option <bcp14>MUST</bcp14> be equal to the value of the Request-Hash option that was specified in the corresponding Deterministic Request. Since the client is aware of the Request-Hash value to expect in the response, the server usually elides the Request-Hash option from the actually transmitted response.</t>
          <t>Treating the Request-Hash option as a Class I option creates the request-response binding, thus ensuring that no mismatched responses can be successfully unprotected and verified by the client (see <xref target="oscore-nosourceauth"/>).</t>
          <t>The client <bcp14>MUST</bcp14> reject a response to a Deterministic Request, if the Request-Hash value of the response is not equal to the value that was specified in the Request-Hash option of that Deterministic Request.</t>
          <!--
MT: Is there any possible reason in this application of the Request-Hash option to not elide it the from the response?
-->

<t>When preparing the response, the server performs the following actions.</t>
          <ol spacing="normal" type="1"><li>
              <t>The server sets a non-zero Max-Age option, thus making the Deterministic Request usable for the proxy cache.</t>
            </li>
            <li>
              <t>The server preliminarily sets the Request-Hash option with the full Request-Hash value, i.e., the same value of the Request-Hash option that was specified in the Deterministic Request.</t>
            </li>
            <li>
              <t>If the Deterministic Request included an inner Observe option but not an outer Observe option, the server <bcp14>MUST</bcp14> include an inner Observe option in the response.</t>
            </li>
            <li>
              <t>The server <bcp14>MUST</bcp14> protect the response using the group mode of Group OSCORE, as defined in <xref section="8.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. This is required to ensure that the client can verify the source authentication of the response, since the "pairwise" key used for producing the Deterministic Request is actually shared among all the group members.  </t>
              <t>
Note that the Request-Hash option is treated as Class I here.</t>
            </li>
            <li>
              <t>The server <bcp14>MUST</bcp14> use its own Sender Sequence Number as Partial IV to protect the response, and include it as Partial IV in the OSCORE option of the response. This is required since the server does not perform replay protection on the Deterministic Request (see <xref target="ssec-use-deterministic-requests-response"/>).</t>
            </li>
            <li>
              <t>The server uses 2.05 (Content) as outer code even though the response is not necessarily an Observe notification <xref target="RFC7641"/>, in order to make the response cacheable.</t>
            </li>
            <li>
              <t>The server <bcp14>SHOULD</bcp14> remove the Request-Hash option from the response before sending the response to the client, as per the general option mechanism defined in <xref target="ssec-request-hash-option"/>.</t>
            </li>
            <li>
              <t>If the Deterministic Request included an inner Observe option but not an outer Observe option, the server <bcp14>MUST NOT</bcp14> include an outer Observe option in the response.</t>
            </li>
          </ol>
          <t>Upon receiving the response, the client performs the following actions.</t>
          <ol spacing="normal" type="1"><li>
              <t>In case the response includes a 'kid' in the OSCORE option, the client <bcp14>MUST</bcp14> verify it to be exactly the 'kid' of the server to which the Deterministic Request was sent, unless responses from multiple servers are expected (see <xref target="det-req-one-to-many"/>).</t>
            </li>
            <li>
              <t>In case the response does not include the Request-Hash option, the client adds the Request-Hash option to the response, setting its value to the same value of the Request-Hash option that was specified in the Deterministic Request.  </t>
              <t>
Otherwise, the client <bcp14>MUST</bcp14> reject the response if the value of the Request-Hash option is different from the value of the Request-Hash option that was specified in the Deterministic Request.</t>
            </li>
            <li>
              <t>The client verifies the response using the group mode of Group OSCORE, as defined in <xref section="8.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. In particular, the client verifies the countersignature in the response, based on the 'kid' either retrieved from the OSCORE option of the response if present therein, or otherwise of the server to which the request was sent to. When verifying the response, the Request-Hash option is treated as a Class I option.</t>
            </li>
            <li>
              <t>If the Deterministic Request included an inner Observe option but not an outer Observe option (see <xref target="sec-deterministic-requests-unprotected"/>), the client <bcp14>MUST</bcp14> silently ignore the inner Observe option in the response, which <bcp14>MUST NOT</bcp14> result in stopping the processing of the response.</t>
            </li>
          </ol>
          <t>[ Note: This deviates from Section 4.1.3.5.2 of RFC 8613, but it is limited to a very specific situation, where the client and server both know exactly what happens. This does not affect the use of Group OSCORE in other situations. ]</t>
        </section>
        <section anchor="det-req-one-to-many">
          <name>Deterministic Requests to Multiple Servers</name>
          <t>A Deterministic Request <em>can</em> be sent to a CoAP group, e.g., over UDP and IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>, thus targeting multiple servers at once.</t>
          <t>To simplify key derivation, such a Deterministic Request is still created in the same way as a one-to-one request and still protected with the pairwise mode of Group OSCORE, as defined in <xref target="sssec-use-deterministic-requests-client-req"/>.</t>
          <t>Note that this deviates from <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, since the Deterministic Request in this case is indeed intended to multiple recipients, but yet it is protected with the pairwise mode. However, this is limited to a very specific situation, where the client and servers both know exactly what happens. This does not affect the use of Group OSCORE in other situations.</t>
          <t>[ Note: If it was protected with the group mode, the request hash would need to be fed into a group key derivation just for this corner case. Furthermore, there would need to be a signature in spite of no authentication credential (and public key included therein) associated with the Deterministic Client. ]</t>
          <t>When a server receives a request from the Deterministic Client as addressed to a CoAP group, the server proceeds as defined in <xref target="sssec-use-deterministic-requests-server-req"/>, with the difference that it <bcp14>MUST</bcp14> include its own Sender ID in the response, as 'kid' parameter of the OSCORE option.</t>
          <t>Although it is normally optional for the server to include its Sender ID when replying to a request protected in pairwise mode, it is required in this case for allowing the client to retrieve the Recipient Context associated with the server originating the response.</t>
          <t>If a server is member of a CoAP group, and it fails to successfully decrypt and verify an incoming Deterministic Request, then it is <bcp14>RECOMMENDED</bcp14> for that server to not send back any error message, in case the server asserts that the Deterministic Request was sent to the CoAP group (e.g., to the associated IP multicast address) or in case the server is not able to assert that altogether.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-obtaining-info">
      <name>Obtaining Information about the Deterministic Client</name>
      <t>This section extends the Joining Process defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, and based on the ACE framework for Authentication and Authorization <xref target="RFC9200"/>. Upon joining the OSCORE group, this enables a new group member to obtain from the Group Manager the required information about the Deterministic Client (see <xref target="sssec-use-deterministic-requests-pre-conditions"/>).</t>
      <t>With reference to the 'key' parameter included in the Join Response defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, the Group_OSCORE_Input_Material object specified as its value contains also the two additional parameters 'det_senderId' and 'det_hash_alg'. These are defined in <xref target="ssec-iana-security-context-parameter-registry"/> of this document. In particular:</t>
      <ul spacing="normal">
        <li>
          <t>The 'det_senderId' parameter, if present, has as value the OSCORE Sender ID assigned to the Deterministic Client by the Group Manager. This parameter <bcp14>MUST</bcp14> be present if the OSCORE group uses Deterministic Requests as defined in this document. Otherwise, this parameter <bcp14>MUST NOT</bcp14> be present.</t>
        </li>
        <li>
          <t>The 'det_hash_alg' parameter, if present, has as value the hash algorithm to use for computing the hash of a plain CoAP request, when producing the associated Deterministic Request. This parameter takes values from the "Value" column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>. This parameter <bcp14>MUST</bcp14> be present if the OSCORE group uses Deterministic Requests as defined in this document. Otherwise, this parameter <bcp14>MUST NOT</bcp14> be present.</t>
        </li>
      </ul>
      <t>The same extension above applies also to the 'key' parameter included in a Key Distribution Response (see Sections <xref target="I-D.ietf-ace-key-groupcomm-oscore" section="9.1.1" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-key-groupcomm-oscore" section="9.1.2" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
      <t>With reference to the 'key' parameter included in a Signature Verification Data Response defined in <xref section="9.6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, the Group_OSCORE_Input_Material object specified as its value contains also the 'det_senderId' parameter defined above.</t>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The same security considerations from <xref target="RFC7252"/>, <xref target="I-D.ietf-core-groupcomm-bis"/>, <xref target="RFC8613"/>, and <xref target="I-D.ietf-core-oscore-groupcomm"/> hold for this document.</t>
      <t>The following elaborates on how, compared to Group OSCORE, Deterministic Requests dispense with some of the OSCORE security properties, by just so much as to make caching possible.</t>
      <ul spacing="normal">
        <li>
          <t>A Deterministic Request is intrinsically designed to be replayed, as intended to be identically sent multiple times by multiple clients to the same server(s).  </t>
          <t>
Consistently, as per the processing defined in <xref target="sssec-use-deterministic-requests-server-req"/>, a server receiving a Deterministic Request does not perform replay checks against an OSCORE Replay Window.  </t>
          <t>
This builds on the following considerations.  </t>
          <ul spacing="normal">
            <li>
              <t>For a given request, the level of tolerance to replay risk is specific to the resource it operates upon (and therefore only known to the origin server). In general, if processing a request does not have state-changing side effects, the consequences of replay are not significant.      </t>
              <t>
Just like for what concerns the lack of source authentication (see below), the server must verify that the received Deterministic Request (more precisely, its handler) is side effect free. The distinct semantics of the CoAP request codes can help the server make that assessment.</t>
            </li>
            <li>
              <t>Consistently with the point above, a server can choose whether it will process a Deterministic Request on a per-resource basis. It is <bcp14>RECOMMENDED</bcp14> that origin servers allow resources to explicitly configure whether Deterministic Requests are appropriate to receive, as still limited to requests that are safe to be processed in the REST sense, i.e., they do not have state-changing side effects.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Receiving a response to a Deterministic Request does not mean that the response was generated after the Deterministic Request was sent.  </t>
          <t>
However, a valid response to a Deterministic Request still contains two freshness statements.  </t>
          <ul spacing="normal">
            <li>
              <t>It is more recent than any other response from the same group member that conveys a smaller sequence number as Partial IV.</t>
            </li>
            <li>
              <t>It is more recent than the original creation of the deterministic keying material in the Group OSCORE Security Context.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Source authentication of Deterministic Requests is lost.  </t>
          <t>
Instead, the server must verify that the Deterministic Request (more precisely, its handler) is side effect free. The distinct semantics of the CoAP request codes can help the server make that assessment.  </t>
          <t>
Just like for what concerns the acceptance of replayed Deterministic Requests (see above), the server can choose whether it will process a Deterministic Request on a per-resource basis.</t>
        </li>
        <li>
          <t>The privacy of Deterministic Requests is limited.  </t>
          <t>
An intermediary can determine that two Deterministic Requests from different clients are identical, and associate the different responses generated for them.  </t>
          <t>
If a server produces responses in reply to a Deterministic Request and that vary in size, the server can use the Padding option defined in <xref target="sec-padding"/> in order to hide when the response is changing.</t>
        </li>
      </ul>
      <t>[ More on the verification of the Deterministic Request ]</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>Note to RFC Editor: Please replace "[RFC-XXXX]" with the RFC number of this document and delete this paragraph.</t>
      <t>This document has the following actions for IANA.</t>
      <section anchor="iana-coap-options">
        <name>CoAP Option Numbers Registry</name>
        <t>IANA is asked to enter the following option numbers to the "CoAP Option Numbers" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <table align="center" anchor="iana-coap-option-numbers-table">
          <name>Registrations in the CoAP Option Numbers Registry</name>
          <thead>
            <tr>
              <th align="left">Number</th>
              <th align="left">Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD1</td>
              <td align="left">Request-Hash</td>
              <td align="left">[RFC-XXXX] (<xref target="ssec-request-hash-option"/>)</td>
            </tr>
            <tr>
              <td align="left">TBD2</td>
              <td align="left">Padding</td>
              <td align="left">[RFC-XXXX] (<xref target="ssec-padding-option"/>)</td>
            </tr>
          </tbody>
        </table>
        <t>[</t>
        <t>For the Request-Hash option, the number suggested to IANA is 548.</t>
        <t>For the Padding option, the option number is picked to be the highest number in the Experts Review range; the high option number allows it to follow practically all other options, and thus to be set when the final unpadded message length including all options is known. Therefore, the number suggested to IANA is 64988.</t>
        <t>Applications that make use of the "Experimental use" range and want to preserve that property are invited to pick the largest suitable experimental number (65532)</t>
        <t>Note that unless other high options are used, this means that padding a message adds an overhead of at least 3 bytes, i.e., 1 byte for option delta/length and two more bytes of extended option delta. This is considered acceptable overhead, given that the application has already chosen to prefer the privacy gains of padding over wire transfer length.</t>
        <t>]</t>
      </section>
      <section anchor="ssec-iana-security-context-parameter-registry">
        <name>OSCORE Security Context Parameters Registry</name>
        <t>IANA is asked to register the following entries in the "OSCORE Security Context Parameters" registry within the "Authentication and Authorization for Constrained Environments (ACE)" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Name: det_senderId</t>
          </li>
          <li>
            <t>CBOR Label: TBD3</t>
          </li>
          <li>
            <t>CBOR Type: bstr</t>
          </li>
          <li>
            <t>Registry: -</t>
          </li>
          <li>
            <t>Description: OSCORE Sender ID assigned to the Deterministic Client of an OSCORE group</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX] (<xref target="sec-obtaining-info"/>)</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Name: det_hash_alg</t>
          </li>
          <li>
            <t>CBOR Label: TBD4</t>
          </li>
          <li>
            <t>CBOR Type: int or tstr</t>
          </li>
          <li>
            <t>Registry: -</t>
          </li>
          <li>
            <t>Description: Hash algorithm to use in an OSCORE group when producing a Deterministic Request</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX] (<xref target="sec-obtaining-info"/>)</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="24" month="April" year="2024"/>
            <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 and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-11"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</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>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   This document defines the security protocol 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 protocol
   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.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-21"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC8132">
          <front>
            <title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource. In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable. Several applications using CoAP need to access parts of the resources.</t>
              <t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8132"/>
          <seriesInfo name="DOI" value="10.17487/RFC8132"/>
        </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="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="COSE.Algorithms" target="https://www.iana.org/assignments/cose/cose.xhtml#algorithms">
          <front>
            <title>COSE Algorithms</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <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="RFC9175">
          <front>
            <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
            <author fullname="C. Amsüss" initials="C." surname="Amsüss"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document specifies enhancements to the Constrained Application Protocol (CoAP) that mitigate security issues in particular use cases. The Echo option enables a CoAP server to verify the freshness of a request or to force a client to demonstrate reachability at its claimed network address. The Request-Tag option allows the CoAP server to match block-wise message fragments belonging to the same request. This document updates RFC 7252 with respect to the following: processing requirements for client Tokens, forbidding non-secure reuse of Tokens to ensure response-to-request binding when CoAP is used with a security protocol, and amplification mitigation (where the use of the Echo option is now recommended).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9175"/>
          <seriesInfo name="DOI" value="10.17487/RFC9175"/>
        </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-key-groupcomm-oscore">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="I-D.amsuess-lwig-oscore">
          <front>
            <title>OSCORE Implementation Guidance</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="29" month="April" year="2020"/>
            <abstract>
              <t>   Object Security for Constrained RESTful Environments (OSCORE) is a
   means of end-to-end protection of short request/response exchanges
   for tiny devices, typically transported using the Constrained
   Application Protocol (CoAP).  This document aims to assist
   implementers in leveraging the optimizations catered for by the
   combination of CoAP and OSCORE, and by generally providing experience
   from earlier implementations.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-lwig-oscore-00"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <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-08"/>
        </reference>
        <reference anchor="I-D.ietf-core-dns-over-coap">
          <front>
            <title>DNS over CoAP (DoC)</title>
            <author fullname="Martine Sophie Lenders" initials="M. S." surname="Lenders">
              <organization>TUD Dresden University of Technology</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Cenk Gündoğan" initials="C." surname="Gündoğan">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Thomas C. Schmidt" initials="T. C." surname="Schmidt">
              <organization>HAW Hamburg</organization>
            </author>
            <author fullname="Matthias Wählisch" initials="M." surname="Wählisch">
              <organization>TUD Dresden University of Technology &amp; Barkhausen Institut</organization>
            </author>
            <date day="28" month="June" year="2024"/>
            <abstract>
              <t>   This document defines a protocol for sending DNS messages over the
   Constrained Application Protocol (CoAP).  These CoAP messages are
   protected by DTLS-Secured CoAP (CoAPS) or Object Security for
   Constrained RESTful Environments (OSCORE) to provide encrypted DNS
   message exchange for constrained devices in the Internet of Things
   (IoT).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-dns-over-coap-07"/>
        </reference>
        <reference anchor="SW-EPIV">
          <front>
            <title>Star Wars</title>
            <author initials="G." surname="Lucas" fullname="George Lucas">
              <organization/>
            </author>
            <date year="1977"/>
          </front>
          <seriesInfo name="Lucasfilm Ltd." value=""/>
        </reference>
        <reference anchor="ICN-paper" target="https://ieeexplore.ieee.org/document/9525000">
          <front>
            <title>Group Communication with OSCORE: RESTful Multiparty Access to a Data-Centric Web of Things</title>
            <author initials="C." surname="Gündoğan" fullname="Cenk Gündoğan">
              <organization/>
            </author>
            <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
              <organization/>
            </author>
            <author initials="T. C." surname="Schmidt" fullname="Thomas C. Schmidt">
              <organization/>
            </author>
            <author initials="M." surname="Wählisch" fullname="Matthias Wählisch">
              <organization/>
            </author>
            <date year="2021" month="October"/>
          </front>
        </reference>
        <reference anchor="I-D.bormann-core-responses">
          <front>
            <title>CoAP: Non-traditional response forms</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="3" month="March" year="2024"/>
            <abstract>
              <t>   In CoAP as defined by RFC 7252, responses are always unicast back to
   a client that posed a request.  The present memo describes two forms
   of responses that go beyond that model.  These descriptions are not
   intended as advocacy for adopting these approaches immediately, they
   are provided to point out potential avenues for development that
   would have to be carefully evaluated.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-core-responses-02"/>
        </reference>
        <reference anchor="RFC8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
      </references>
    </references>
    <section anchor="change-log">
      <name>Change log</name>
      <t>Since -08:</t>
      <ul spacing="normal">
        <li>
          <t>The Request-Hash option is not repeatable.</t>
        </li>
        <li>
          <t>Clarifications and editorial improvements.</t>
        </li>
      </ul>
      <t>Since -07:</t>
      <ul spacing="normal">
        <li>
          <t>Use of "Consensus Request" instead of "Deterministic Request" in one sentence.</t>
        </li>
        <li>
          <t>Added DNS over CoAP as possible use case.</t>
        </li>
        <li>
          <t>The computation of the Request Hash takes as input the aad_array (i.e., not the external_aad).</t>
        </li>
        <li>
          <t>Corrected parameter name 'sender_cred'.</t>
        </li>
        <li>
          <t>Simplified parameter provisioning to the external signature verifier.</t>
        </li>
      </ul>
      <t>Since -06:</t>
      <ul spacing="normal">
        <li>
          <t>Clarifications, terminology alignment, and editorial improvements.</t>
        </li>
      </ul>
      <t>Since -05:</t>
      <ul spacing="normal">
        <li>
          <t>Updated references.</t>
        </li>
      </ul>
      <t>Since -04:</t>
      <ul spacing="normal">
        <li>
          <t>Revised and extended list of use cases.</t>
        </li>
        <li>
          <t>Added further note on Deterministic Requests to a group of servers as still protected with the pairwise mode.</t>
        </li>
        <li>
          <t>Suppression of error responses for servers in a CoAP group.</t>
        </li>
        <li>
          <t>Extended security considerations with discussion on replayed requests.</t>
        </li>
      </ul>
      <t>Since -03:</t>
      <ul spacing="normal">
        <li>
          <t>Processing steps in case only inner Observe is included.</t>
        </li>
        <li>
          <t>Clarified preserving/eliding the Request-Hash option in responses.</t>
        </li>
        <li>
          <t>Clarified limited use of the Echo option.</t>
        </li>
        <li>
          <t>Clarifications on using the Padding option.</t>
        </li>
      </ul>
      <t>Since -02:</t>
      <ul spacing="normal">
        <li>
          <t>Separate parts needed to respond to unauthenticated requests from the remaining deterministic response part.
(Currently this is mainly an addition; the document will undergo further refactoring if that split proves helpful).</t>
        </li>
        <li>
          <t>Inner Observe is set unconditionally in Deterministic Requests.</t>
        </li>
        <li>
          <t>Clarifications around padding and security considerations.</t>
        </li>
      </ul>
      <t>Since -01:</t>
      <ul spacing="normal">
        <li>
          <t>Not meddling with request_kid any more.  </t>
          <t>
Instead, Request-Hash in responses is treated as Class I, but typically elided.  </t>
          <t>
In requests, this removes the need to compute the external_aad twice.</t>
        </li>
        <li>
          <t>Derivation of the hash now uses the external_aad, rather than the full AAD. This is good enough because AAD is a function only of the external_aad, and the external_aad is easier to get your hands on if COSE manages all the rest.</t>
        </li>
        <li>
          <t>The Sender ID of the Deterministic Client is immutable throughout the group lifetime. Hence, no need for any related expiration/creation time and mechanisms to perform its update in the group.</t>
        </li>
        <li>
          <t>Extension to the ACE Group Manager of ace-key-groupcomm-oscore to provide required info about the Deterministic Client to new group members when joining the group.</t>
        </li>
        <li>
          <t>Alignment with changes in core-oscore-groupcomm-12.</t>
        </li>
        <li>
          <t>Editorial improvements.</t>
        </li>
      </ul>
      <t>Since -00:</t>
      <ul spacing="normal">
        <li>
          <t>More precise specification of the hashing (guided by first implementations)</t>
        </li>
        <li>
          <t>Focus shifted to Deterministic Requests (where it should have been in the first place; all the build-up of Token Requests was moved to a motivating appendix)</t>
        </li>
        <li>
          <t>Aligned with draft-tiloca-core-observe-responses-multicast-05 (not submitted at the time of submission)</t>
        </li>
        <li>
          <t>List the security properties lost compared to OSCORE</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-padding">
      <name>Padding</name>
      <t>As discussed in <xref target="sec-security-considerations"/>, information can be leaked by the length of a response or, in different contexts, of a request.</t>
      <t>In order to hide such information and mitigate the impact on privacy, the new CoAP option with name Padding is defined, in order to allow increasing a message's length without changing its meaning.</t>
      <t>The option can be used with any CoAP transport, but is especially useful with OSCORE as that does not provide any padding of its own.</t>
      <t>Before choosing to pad a message by using the Padding option, application designers should consider whether they can arrange for common message variants to have the same length by picking a suitable content representation; the canonical example here is expressing "yes" and "no" with "y" and "n", respectively.</t>
      <section anchor="ssec-padding-option">
        <name>Definition of the Padding Option</name>
        <t>The option is called Padding and its properties are summarized in <xref target="padding-table"/>, which extends Table 4 of <xref target="RFC7252"/>. The option is Elective, Safe-to-Forward, not part of the Cache-Key, and repeatable. The option may be repeated, as that may be the only way to achieve a certain total length for the padded message.</t>
        <table align="center" anchor="padding-table">
          <name>The Padding Option (C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable)</name>
          <thead>
            <tr>
              <th align="left">No.</th>
              <th align="left">C</th>
              <th align="left">U</th>
              <th align="left">N</th>
              <th align="left">R</th>
              <th align="left">Name</th>
              <th align="left">Format</th>
              <th align="left">Length</th>
              <th align="left">Default</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD2</td>
              <td align="left"> </td>
              <td align="left"> </td>
              <td align="left">x</td>
              <td align="left">x</td>
              <td align="left">Padding</td>
              <td align="left">opaque</td>
              <td align="left">any</td>
              <td align="left">(none)</td>
            </tr>
          </tbody>
        </table>
        <t>When used with OSCORE, the Padding option is of Class E, which makes it indistinguishable from other Class E options or the payload to third parties.</t>
      </section>
      <section anchor="using-and-processing-the-padding-option">
        <name>Using and Processing the Padding option</name>
        <t>When a server produces different responses of different length for a given class of requests
but wishes to produce responses of consistent length
(typically to hide the variation from anyone but the intended recipient),
the server can pick a length that all possible responses can be padded to,
and set the Padding option with a suitable all-zero option value in all responses to that class of requests.</t>
        <t>Likewise, a client can decide on a class of requests that it pads to reach a consistent length. This has considerably less efficacy and applicability when applied to Deterministic Requests. That is: an external observer can group together different requests even if they are of the same length; and padding would hinder convergence on a single Consensus Request, thus requiring all users of the same Group OSCORE Security Context to agree on the same total length in advance.</t>
        <t>Any party receiving a Padding option <bcp14>MUST</bcp14> ignore it.
In particular, a server <bcp14>MUST NOT</bcp14> make its choice of padding a response dependent on any padding present in the corresponding request.
A means driven by the client for coordinating response padding is out of scope for this document.</t>
        <t>Proxies that see a Padding option <bcp14>MAY</bcp14> discard it.</t>
      </section>
    </section>
    <section anchor="sec-ticket-requests">
      <name>Simple Cacheability using Ticket Requests</name>
      <t>Building on the concept of Phantom Requests and Informative Responses defined in <xref target="I-D.ietf-core-observe-multicast-notifications"/>,
basic caching is already possible without building a Deterministic Request.</t>
      <t>The approach discussed in this appendix is not provided for application. In fact, it is efficient only when dealing with very large representations and no OSCORE inner Block-Wise mode (which is inefficient for other reasons), or when dealing with observe notifications (which are already well covered in <xref target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
      <t>Rather, it is more provided as a "mental exercise" for the authors and interested readers to bridge the gap between this document and <xref target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
      <t>That is, instead of replying to a client with a regular response, a server can send an Informative Response, defined as a protected 5.03 (Service Unavailable) error message. The payload of the Informative Response contains the Phantom Request, which is a Ticket Request in the broader terminology used by this document.</t>
      <t>Unlike a Deterministic Request, a Phantom Request is protected with the Group Mode of Group OSCORE.
Instead of verifying a hash, the client can see from the countersignature that this was indeed the request the server is answering.
The client also verifies that the request URI is identical between the original request and the Ticket Request.</t>
      <t>The remaining exchange largely plays out like in <xref target="I-D.ietf-core-observe-multicast-notifications"/>'s "Example with a Proxy and Group OSCORE":
the client sends the Phantom Request to the proxy (but, lacking a <tt>tp_info</tt>, without a Listen-To-Multicast-Responses option),
which forwards it to the server for lack of the option.</t>
      <t>The server then produces a regular response and includes a non-zero Max-Age option as an outer CoAP option. Note that there is no point in including an inner Max-Age option, as the client could not pin it in time.</t>
      <t>When a second, different client later asks for the same resource at the same server, its new request uses a different 'kid' and 'Partial IV' than the first client's. Thus, the new request produces a cache miss at the proxy and is forwarded to the server, which responds with the same Ticket Request provided to the first client. After that, when the second client sends the Ticket Request, a cache hit at the proxy will be produced, and the Ticket Request can be served from the proxy's cache.</t>
      <t>When multiple proxies are in use, or the response has expired from the proxy's cache, the server receives the Ticket Request multiple times. It is a matter of perspective whether the server treats that as an acceptable replay (given that this whole mechanism only makes sense on requests free of side effects), or whether it is conceptualized as having an internal proxy where the request produces a cache hit.</t>
    </section>
    <section anchor="det-requests-for-notif">
      <name>Application for More Efficient End-to-End Protected Multicast Notifications</name>
      <t><xref target="I-D.ietf-core-observe-multicast-notifications"/> defines how a CoAP server can serve all clients observing a same resource at once, by sending notifications over multicast. The approach supports the possible presence of intermediaries such as proxies, also if Group OSCORE is used to protect notifications end-to-end.</t>
      <t>However, comparing the "Example with a Proxy" in <xref section="E" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> and the "Example with a Proxy and Group OSCORE" in <xref section="F" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> shows that, when using Group OSCORE, more requests need to hit the server. This is because every client originally protects its Observation request individually, and thus needs a custom response served to obtain the Phantom Request as a Ticket Request.</t>
      <t>If the clients send their requests as the same Deterministic Request, then the server can use these requests as Ticket Requests as well. Thus, there is no need for the server to provide a same Phantom Request to each client.</t>
      <t>Instead, the server can send a single, unprotected Informative Response - very much like in the example without Group OSCORE - hence setting the proxy up and optionally providing also the latest notification along the way.</t>
      <t>The proxy can thus be configured by the server following the first request from the clients, after which it has an active observation and a fresh cache entry in time for the second client to arrive.</t>
    </section>
    <section anchor="open-questions">
      <name>Open Questions</name>
      <ul spacing="normal">
        <li>
          <t>Is "deterministic encryption" something worthwhile to consider in COSE?  </t>
          <t>
COSE would probably specify something more elaborate for the KDF
(the current KDF round is the pairwise mode's;
COSE would probably run through KDF with a KDF context structure).  </t>
          <t>
COSE would give a header parameter name to the Request-Hash
(which for the purpose of OSCORE Deterministic Requests would put back into Request-Hash by extending the option compression function across the two options).  </t>
          <t>
Conceptually, they should align well, and the implementation changes are likely limited to how the KDF is run.</t>
        </li>
        <li>
          <t>An unprotection failure from a mismatched hash will not be part of the ideally constant-time code paths that otherwise lead to AEAD unprotect failures. Is that a problem?  </t>
          <t>
After all, it does tell the attacker that they did succeed in producing a valid MAC (it's just not doing it any good, because this key is only used for Deterministic Requests and thus also needs to pass the Request-Hash check).</t>
        </li>
      </ul>
      <!--
MT: This second bullet point seems something that can already be said in the Security Considerations section.
-->

</section>
    <section anchor="unsorted-further-ideas">
      <name>Unsorted Further Ideas</name>
      <ul spacing="normal">
        <li>
          <t>All or none of the Deterministic Requests should have an inner observe option.
Preferably none -- that makes messages shorter, and clients need to ignore that option either way when checking whether a Consensus Request matches their intended request.</t>
        </li>
      </ul>
      <!--
MT: How can clients start an observation then? That would require an inner Observe option, right?

Also the guidelines in Section 2 suggest to have an inner observe option, regardless the resource being actually observable.
-->

<ul spacing="normal">
        <li>
          <t>We could allows clients to elide all other options than Request-Hash, and elide the payload,
if it has reason to believe that it can produce a cache hit with the abbreviated request alone.  </t>
          <t>
This may prove troublesome in terms of cache invalidation
(the server would have to use short-lived responses to indicate that it does need the full request,
or we'd need special handling for error responses,
or criteria by which proxies don't even forward these if they don't have a response at hand).  </t>
          <t>
That may be more trouble than it's worth without a strong use case (say, of complex but converging FETCH requests).  </t>
          <t>
Hashes could also be used in truncated form for that.</t>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Michael Richardson"/>, <contact fullname="Jim Schaad"/>, and <contact fullname="Göran Selander"/> for their comments and feedback.</t>
      <t>This work was supported by the Sweden's Innovation Agency VINNOVA within the EUREKA CELTIC-NEXT projects CRITISEC and CYPRESS; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
rWCQq7bz1lrn16flnnOvcbx/roOmRRCajc+dmsBgPBwXduw0+J40/LrbTspu
xTve0XfnmDf37qXC4LkUpWfOIrDFmve2SwOF2nEshKJ7tartOoDtwta845zC
c+C/eOD0Ecrhd3E2vzeWmDd6O9r+rRROaqTd0UZS0WVkxx8p9rsrwbUF0mP0
SGNGdqyhZ3UOuXye9WcsvBLEyuC5h6SxINBOSunMAxdMjT1sjbHaCiPtvHZ2
lvaYF6GgbWxC4ClpvxZNO/fqcbBJ9ox23qT/usz25p4yAJ9m5iG/9n6PH+xh
MsV6ad0Oe5RG4NIP9mBUSSnoTE34f/n4rtSWcunhnOBAoUyjd/ZurhMT9vQp
bkMKlgUOZPlPmFpdRd+ADX9Idxt/OtqRDX0eN4yjS6tL/97HYT3FAvnbWeQ3
4yf/ZSyyj+2EeSgk7v0y50GRaJHpPj/0/v7RO33bUDL8ilqstvbi8G6nQKtV
+Q4NABdF5iVBeSUHrgL3vclg0SWZ0gX19htKA1fmqqER33N7krRC01LwSASH
C1V7uxWuPh+VniWbriq4CQy3puLqx9plxPaBoapcve4MbLoOJy15XFyn21p+
HFWj3ppVYMFjwTAtwSg9O5xVj9VNKpxjqwW771lnNXK/4mKDTCzU2IAq97tw
kuei+4/YYw3TcVvi0a7gaFtkJwCnebhTqhphu586wgmpWqHzzzygaYBOzsAy
yogsigweEk4jkyrT6prcUurrcAEODmODHcLVvrFU8kpKA7IVTtE9VxTQAtTI
ptIGCeOgCzrJz6D/eWPPCLpY1fC6EdWjoUQLD5MpPl6/Ij3BGhnZJt3SkAiJ
NWpiQRT9Dundtra+5Vbi8HiZs/6foQGFSPTO4L0HXA+s/SWO2gThinOhrxfT
Pje4Q99VRS0RU+pTQ+DQg07YnYCZsY8B8lyzjHFmtlBPUCwBI8cMicKGKsFc
OeIbkz0MB7D00i782+N5zLA5E3Nm7wJQqflFUVTGQl7RESW+STKe+m5GQUBS
ulSyz2AwpYgqbhm7XM3UpyQpymQpsxLQmyJpLdrVTqtP4yilDPcK21PJZaAj
I8bBblbPG9jGzH4qnhrdacVO5D3mBrrdLZDuZDhLIz3iwngSmvKurTe3Zr7b
8CfasF5SRbjvMh9xcasSgOaR7YTBi+fOk/gCrYu75Ia2U8Hz5gFCuFXyEQVA
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

-->

</rfc>
