<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-amsuess-core-cachable-oscore-07" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title>Cacheable OSCORE</title>
    <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-07"/>
    <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="2023" month="July" day="10"/>
    <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 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>maintaining request-response bindings in the absence of request source authentication; and</li>
        <li>building and processing of Deterministic Requests
(which have no source authentication, and thus require the former).</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>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with 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 sets up the Deterministic Client, and assigns it a unique Sender ID as for other group members. Furthermore, the Deterministic Client has only the minimum common set of privileges shared by all group members.</t>
          </li>
          <li>Deterministic Request: a Consensus Request generated by the Deterministic Client. The use of Deterministic Requests is defined in <xref target="sec-deterministic-requests"/>.</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 processing without source authentication</name>
      <t>The request-response binding of OSCORE is achieved by the items request_kid / request_piv (and, in group OSCORE, request_kid_context)
that 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>Requests are built exclusively using shared keying material, like in the case of a Deterministic Client.</li>
        <li>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)</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>The response can contain the full request. An option that allows doing that is presented in <xref target="I-D.bormann-core-responses"/>.</li>
        <li>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"/>.</li>
        <li>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.</li>
        <li>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.</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>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.</li>
          <li>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.</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>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.</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 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 MUST be supported by clients and servers that support Deterministic Requests.</t>
        <t>The option is called Request-Hash. As summarized in <xref target="request-hash-table"/>, the Request-Hash option is elective, safe to forward, part of the cache key, and repeatable.</t>
        <figure anchor="request-hash-table">
          <name>Request-Hash Option</name>
          <artwork align="center"><![CDATA[
+------+---+---+---+---+--------------+--------+--------+---------+
| No.  | C | U | N | R |     Name     | Format | Length | Default |
+------+---+---+---+---+--------------+--------+--------+---------+
| TBD1 |   |   |   | x | Request-Hash | opaque | any    | (none)  |
+------+---+---+---+---+--------------+--------+--------+---------+
]]></artwork>
        </figure>
        <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 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 Deterministic Request.
<!--
MT: I think this should more generally say "to a Consensus Request", since it is supposed to cover not only Deterministic Requests but also and especially Ticket Requests (i.e., Consensus Requests generated by the server itself) to which non-traditional responses are sent as reply.
-->
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 MAY 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>
A proxy can add or remove the request's Request-Tag value to / from a response.</t>
          </li>
          <li>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.</li>
        </ul>
        <t>This option achieves 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>The hash algorithm to use for computing the hash of a plain CoAP request, when producing the associated Deterministic Request.</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 sending a request to a dedicated resource at 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>The used Sender ID is the Deterministic Client's Sender ID.</li>
                <li>The used Partial IV is 0.</li>
              </ul>
              <t>
When preparing the external_aad, the element 'sender_public_key' in the aad_array takes the empty CBOR byte string.</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 external_aad 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>The Sender Key of the Deterministic Client is used as first argument of the HKDF.</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>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.</li>
              </ul>
            </li>
            <li>The client includes a Request-Hash option in the request to protect, with value set to the hash H from Step 2.</li>
            <li>The client MAY 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"/>).</li>
            <li>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.</li>
            <li>The client MUST NOT include an unprotected (outer) Observe option if no observation is intended, even in case an inner Observe option was included at step 5.</li>
            <li>The client MUST 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"/>.</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>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.</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 MUST NOT 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>The server retrieves the hash H from the Request-Hash option.</li>
            <li>
              <t>The server derives a Recipient Context for processing the Deterministic Request. In particular:  </t>
              <ul spacing="normal">
                <li>The Recipient ID is the Sender ID of the Deterministic Client.</li>
                <li>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 the previous step.</li>
              </ul>
            </li>
            <li>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).</li>
          </ol>
          <t>In case of successful verification, the server MUST 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 MUST 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 MUST treat the request as invalid and MAY reply with an unprotected 4.00 (Bad Request) error response. The server MAY set an Outer Max-Age option with value zero. The diagnostic payload MAY 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 MUST 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 MUST discard the message and SHOULD 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 MUST 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 MUST 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>The server sets a non-zero Max-Age option, thus making the Deterministic Request usable for the proxy cache.</li>
            <li>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.</li>
            <li>If the Deterministic Request included an inner Observe option but not an outer Observe option, the server MUST include an inner Observe option in the response.</li>
            <li>
              <t>The server MUST 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>The server MUST 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"/>).</li>
            <li>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.</li>
            <li>The server SHOULD 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"/>.</li>
            <li>If the Deterministic Request included an inner Observe option but not an outer Observe option, the server MUST NOT include an outer Observe option in the response.</li>
          </ol>
          <t>Upon receiving the response, the client performs the following actions.</t>
          <ol spacing="normal" type="1"><li>In case the response includes a 'kid' in the OSCORE option, the client MUST 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"/>).</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 MUST 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>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' of the server it sent the request to. When verifying the response, the Request-Hash option is treated as a Class I option.</li>
            <li>If the Deterministic Request included an inner Observe option but not an outer Observe option (see <xref target="sec-deterministic-requests-unprotected"/>), the client MUST silently ignore the inner Observe option in the response, which MUST NOT result in stopping the processing of the response.</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 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 MUST 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 RECOMMENDED 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 of 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>The 'det_senderId' parameter, if present, has as value the OSCORE Sender ID assigned to the Deterministic Client by the Group Manager. This parameter MUST be present if the OSCORE group uses Deterministic Requests as defined in this document. Otherwise, this parameter MUST NOT be present.</li>
        <li>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 MUST be present if the OSCORE group uses Deterministic Requests as defined in this document. Otherwise, this parameter MUST NOT be present.</li>
      </ul>
      <t>The same extension above applies also to the 'key' parameter when 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"/>) and in a Signature Verification Data Response (see <xref section="9.6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</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"/><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>Consistently with the point above, a server can choose whether it will process a Deterministic Request on a per-resource basis. It is RECOMMENDED 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.</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>It is more recent than any other response from the same group member that has a smaller sequence number.</li>
            <li>It is more recent than the original creation of the deterministic keying material in the Group OSCORE Security Context.</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.
A server producing responses of varying size to a Deterministic Request can use the Padding option 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>
        <figure>
          <name>CoAP Option Numbers</name>
          <artwork align="center"><![CDATA[
+--------+--------------+------------+
| Number | Name         | Reference  |
+--------+--------------+------------+
|  TBD1  | Request-Hash | [RFC-XXXX] |
+--------+--------------+------------+
|  TBD2  | Padding      | [RFC-XXXX] |
+--------+--------------+------------+
]]></artwork>
        </figure>
        <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>Name: det_senderId</li>
          <li>CBOR Label: TBD3</li>
          <li>CBOR Type: bstr</li>
          <li>Registry: -</li>
          <li>Description: OSCORE Sender ID assigned to the Deterministic Client of an OSCORE group</li>
          <li>Reference: [RFC-XXXX] (<xref target="sec-obtaining-info"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: det_hash_alg</li>
          <li>CBOR Label: TBD4</li>
          <li>CBOR Type: int / tstr</li>
          <li>Registry: -</li>
          <li>Description: Hash algorithm to use in an OSCORE group when producing a Deterministic Request</li>
          <li>Reference: [RFC-XXXX] (<xref target="sec-obtaining-info"/>)</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="11" month="January" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces RFC 7390, while it updates RFC 7252 and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-08"/>
        </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="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="22" month="June" year="2023"/>
            <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-18"/>
        </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="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="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>
        <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>
      </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="26" month="April" year="2023"/>
            <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-06"/>
        </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="February" year="2022"/>
            <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-01"/>
        </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 -06:</t>
      <ul spacing="normal">
        <li>Clarifications, terminology alignment, and editorial improvements.</li>
      </ul>
      <t>Since -05:</t>
      <ul spacing="normal">
        <li>Updated references.</li>
      </ul>
      <t>Since -04:</t>
      <ul spacing="normal">
        <li>Revised and extended list of use cases.</li>
        <li>Added further note on Deterministic Requests to a group of servers as still protected with the pairwise mode.</li>
        <li>Suppression of error responses for servers in a CoAP group.</li>
        <li>Extended security considerations with discussion on replayed requests.</li>
      </ul>
      <t>Since -03:</t>
      <ul spacing="normal">
        <li>Processing steps in case only inner Observe is included.</li>
        <li>Clarified preserving/eliding the Request-Hash option in responses.</li>
        <li>Clarified limited use of the Echo option.</li>
        <li>Clarifications on using the Padding option.</li>
      </ul>
      <t>Since -02:</t>
      <ul spacing="normal">
        <li>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).</li>
        <li>Inner Observe is set unconditionally in Deterministic Requests.</li>
        <li>Clarifications around padding and security considerations.</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>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>Alignment with changes in core-oscore-groupcomm-12.</li>
        <li>Editorial improvements.</li>
      </ul>
      <t>Since -00:</t>
      <ul spacing="normal">
        <li>More precise specification of the hashing (guided by first implementations)</li>
        <li>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)</li>
        <li>Aligned with draft-tiloca-core-observe-responses-multicast-05 (not submitted at the time of submission)</li>
        <li>List the security properties lost compared to OSCORE</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="definition-of-the-padding-option">
        <name>Definition of the Padding Option</name>
        <t>As summarized in <xref target="padding-table"/>, the Padding option is elective, safe to forward and not part of the cache key; these follow from the usage instructions. The option may be repeated, as that may be the only way to achieve a certain total length for the padded message.</t>
        <figure anchor="padding-table">
          <name>Padding Option</name>
          <artwork align="center"><![CDATA[
+------+---+---+---+---+---------+--------+--------+---------+
| No.  | C | U | N | R |  Name   | Format | Length | Default |
+------+---+---+---+---+---------+--------+--------+---------+
| TBD2 |   |   | x | x | Padding | opaque | any    | (none)  |
+------+---+---+---+---+---------+--------+--------+---------+
]]></artwork>
        </figure>
        <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 MUST ignore it.
In particular, a server MUST NOT 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 MAY 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>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.</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>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA9V9W3cb15XmO35FDb1Wi3QAWKIuienJpGmKttm2LiNScfdK
spQD1AFQYaEKXVUgBdvqvzIv8xvmqd8yP2z29VzqAlJKumdGa9miwMKpc9ln
X7+992QyGd2cJI9HoyZrcnuSHJyZ+cqaWW6TV5dnr96cH4zScl6YNfwurcyi
mZh1vbV1PZmXlZ3M4Wl8eFLW9O/cNLZuRtmmOkmaals3xw8ffvnweFQ3pkjf
mbwsLP3CjuamOUnqJh3V29k6q+usLJrdBn57cX71zeh2eZKclW/Okx/L6jor
lsm3VbndjK5v8ePT12OZ3DhZb/Mmm5u6GSc4F3h0nGyq8v1uZLbNqqxORpMk
K2r42jQ5Xdd//fe6HiUJr+dsVWV1k5ki+M283BZNtTtJTmHyVWbgI7s2WX6S
zPXpf5QdmM7L9WgCD9D4L6bJVZaXc+OGf2Gqeek/LCtY05uLy/Pk9Gv4J4xu
LWzBRW0WfymrtF4a2KPk+BgnkTUwg+/hdYamlMJol+eTR8+ePHmYXDbl/HpV
5utwtpe3NrWFn+wa3z1t6N3/WGXT2o5GRVmtTZPd2BN47mLyfJrZZsHHuMTd
heWsJ7Os7v5aDtc9hU+8+ebs+NGjL+XHXx8/PZYff/Posf/x10/0x2ePHsuP
Xz50z8KP9OnZq8vz6Wm+LKusWa1pBkmiB5jQH9q+i9OXp/TvFOjsJFmYHBaG
/xbqxXESPw7/ylRL3OhV02zqky++uL29ncIpmimM+IUBwlsWa1s09Rfzsrb0
v+n7VbPOPzN+nFFWLMLdwxU/e/JIV/Ho10/1R6D3aP/M3E6u7S7YYd5MfUhv
U36bLVu/CvZ/Vtvqxk4csU+KsskW8GMD14a26+Dyx8n564vfH/Tt3UT+FlL9
dpr8sIVh3KdMr99a2BEb/Io3+dGXv/51uMeXsKHJj6biZ2Bima1xe4B30FcX
Wb5OfmjS6QFO6+Ls5WRjNra6z8Tgjn77138v0vJ//w9TtGZ3Zovr7m+7A/ir
HH2756r3fP9qikNczlfrLG1aQ1ytyrWpu79vDQF84Me//s9VntXzVWuEF6Zp
VhmMET+gnJdYHLC39XpbyNEmt0B/wuuAeZxfXi22efICyWBjqmaXnM7nQD1J
UyYmeQ4MZALbBGxrnvxoZ0m5gEkDR6wPguM8fnj8aPLoYe/VyKy17zc5kNwU
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

-->

</rfc>
