<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-groupcomm-28" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="Group OSCORE">Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-28"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <author initials="J." surname="Preuß Mattsson" fullname="John Preuß Mattsson">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="R." surname="Höglund" fullname="Rikard Höglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <date year="2025" month="December" day="23"/>
    <area>Applications</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 175?>

<t>This document defines the security protocol Group Object Security for Constrained RESTful Environments (Group OSCORE), providing end-to-end security of messages exchanged with the Constrained Application Protocol (CoAP) 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 each 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>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-core-oscore-groupcomm/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Constrained RESTful Environments (core) Working Group mailing list (<eref target="mailto:core@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/core/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/core-wg/oscore-groupcomm"/>.</t>
    </note>
  </front>
  <middle>
    <?line 179?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> is a web transfer protocol specifically designed for constrained devices and networks <xref target="RFC7228"/>. Group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/> addresses use cases where deployed devices benefit from a group communication model, for example to reduce latencies, improve performance, and reduce bandwidth utilization. Use cases include lighting control, integrated building control, software and firmware updates, parameter and configuration updates, commissioning of constrained networks, and emergency multicast (see <xref target="sec-use-cases"/>). Group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/> mainly uses UDP/IP multicast as the underlying data transport.</t>
      <t>Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/> describes a security protocol based on the exchange of protected CoAP messages. OSCORE builds on CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/><xref target="RFC9053"/> and provides end-to-end encryption, integrity, replay protection, and binding of response to request between a sender and a recipient, independent of the transport layer also in the presence of intermediaries.
To this end, a CoAP message is protected by including its payload (if any), certain options, and header fields into a COSE object, which is conveyed within the CoAP payload and the CoAP OSCORE Option of the protected message, thereby replacing those message fields with an authenticated and encrypted object.</t>
      <t>This document defines Group OSCORE, a security protocol for group communication with CoAP <xref target="I-D.ietf-core-groupcomm-bis"/> and for CoAP-mappable HTTP requests and responses, providing the same end-to-end security properties as OSCORE also in the case where requests have multiple recipients. In particular, the described protocol defines how OSCORE is used in a group communication setting to provide source authentication for group requests sent by a client to multiple servers, and for protection of the corresponding responses. Group OSCORE also defines a pairwise mode where each member of the group can efficiently derive a symmetric pairwise key with each other member of the group for pairwise-protected OSCORE communication. Just like OSCORE, Group OSCORE is independent of the transport layer and works wherever CoAP does.</t>
      <t>As with OSCORE, it is possible to combine Group OSCORE with communication security on other layers. One example is the use of transport layer security, such as DTLS <xref target="RFC9147"/>, between one client and one proxy, or between one proxy and one server. This prevents observers from accessing addressing information conveyed in CoAP options that would not be protected by Group OSCORE, but would be protected by DTLS. These options include Uri-Host, Uri-Port, and Proxy-Uri. Note that DTLS does not define how to secure messages sent over IP multicast and cannot be used for end-to-end protection over a proxy.
Group OSCORE is also intended to work with OSCORE-capable proxies <xref target="I-D.ietf-core-oscore-capable-proxies"/> thereby enabling, for example, nested OSCORE operations with OSCORE-protected communication between a CoAP client and a proxy, carrying messages that are additionally protected with Group OSCORE between the CoAP client and the target CoAP servers.</t>
      <t>Group OSCORE defines two modes of operation that can be used independently or together:</t>
      <ul spacing="normal">
        <li>
          <t>In the group mode, Group OSCORE requests and responses are digitally signed with the private key of the sender and the signature is embedded in the protected CoAP message. The group mode supports all COSE signature algorithms as well as signature verification by intermediaries. This mode is defined in <xref target="mess-processing"/>.</t>
        </li>
        <li>
          <t>In the pairwise mode, two group members exchange OSCORE requests and responses (typically) over unicast, and the messages are protected with symmetric keys not known by the other group members. These symmetric keys are derived from Diffie-Hellman shared secrets, calculated with the asymmetric keys of the sender and recipient, allowing for shorter integrity tags and therefore lower message overhead. This mode is defined in <xref target="sec-pairwise-protection"/>.</t>
        </li>
      </ul>
      <t>Both modes provide source authentication of CoAP messages. The application decides what mode to use, potentially on a per-message basis. Such decisions can be based, for instance, on pre-configured policies or dynamic assessing of the target recipient and/or resource, among other things. One important case is when requests are protected in group mode, and responses in pairwise mode. Since such responses convey shorter integrity tags instead of bigger, full-fledged signatures, this significantly reduces the message overhead in case of many responses to one request.</t>
      <t>A special deployment of Group OSCORE consists in using the pairwise mode only. For example, consider the case of a constrained-node network <xref target="RFC7228"/> with a large number of CoAP endpoints and the objective to establish secure communication between any pair of endpoints with a small provisioning effort and message overhead. Since the total number of security associations that needs to be established grows with the square of the number of endpoints, it is desirable to restrict the amount of secret keying material provided to each endpoint. Moreover, a key establishment protocol would need to be executed for each security association. One solution to this issue is to deploy Group OSCORE, with the endpoints being part of a group, and to use the pairwise mode. This solution has the benefit of providing a single shared secret, while distributing only the public keys of group members or a subset of those. After that, a CoAP endpoint can locally derive the OSCORE Security Context for the other endpoint in the group, and protect CoAP communications with very low overhead <xref target="I-D.ietf-iotops-security-protocol-comparison"/>.</t>
      <t>In some circumstances, Group OSCORE messages may be transported in HTTP, e.g., when they are protected with the pairwise mode and target a single recipient, or when they are protected with the group mode and target multiple CoAP recipients through cross-protocol translators such as HTTP-to-CoAP proxies <xref target="RFC8075"/><xref target="I-D.ietf-core-groupcomm-proxy"/>. The use of Group OSCORE with HTTP is as defined for OSCORE in <xref section="11" sectionFormat="of" target="RFC8613"/>.</t>
      <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>
        <?line -18?>

<t>Readers are expected to be familiar with the terms and concepts described in CoAP <xref target="RFC7252"/>, including "endpoint", "client", "server", "sender", and "recipient"; group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>; Observe <xref target="RFC7641"/>; Concise Binary Object Representation (CBOR) <xref target="RFC8949"/>; Concise Data Definition Language (CDDL) <xref target="RFC8610"/>; COSE <xref target="RFC9052"/><xref target="RFC9053"/> and related countersignatures  <xref target="RFC9338"/>.</t>
        <t>Readers are also expected to be familiar with the terms and concepts for protection and processing of CoAP messages through OSCORE, such as "Security Context" and "Master Secret", defined in <xref target="RFC8613"/>.</t>
        <t>Terminology for constrained environments, such as "constrained device" and "constrained-node network", is defined in <xref target="RFC7228"/>.</t>
        <t>This document refers also to the following terminology.</t>
        <ul spacing="normal">
          <li>
            <t>Keying material: data that is necessary to establish and maintain secure communication among endpoints. This includes, for instance, keys and IVs <xref target="RFC4949"/>.</t>
          </li>
          <li>
            <t>Authentication credential: information associated with an entity, including that entity's public key and parameters associated with the public key. Examples of formats of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>. Further details about authentication credentials are provided in <xref target="sec-pub-key-format"/>.</t>
          </li>
          <li>
            <t>Group: a set of endpoints that share group keying material and security parameters (Common Context, see <xref target="sec-context"/>). That is, unless otherwise specified, the term group used in this document refers to a "security group" (see <xref section="2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>), not to be confused with "CoAP group" or "application group".</t>
          </li>
          <li>
            <t>Group Manager: an entity responsible for a group, required neither to be an actual group member nor to take part in the group communication. The operations of the Group Manager are defined in <xref target="group-manager"/> and its responsibilities are listed in <xref target="sec-group-manager"/>.</t>
          </li>
          <li>
            <t>Silent server: a member of a group that performs only group mode processing on incoming requests and never sends responses protected with Group OSCORE. For CoAP group communications, requests are normally sent without necessarily expecting a response. A silent server may send unprotected responses, as error responses reporting a Group OSCORE error.</t>
          </li>
          <li>
            <t>Group Identifier (Gid): identifier assigned to the group, unique within the set of groups of a given Group Manager. The Gid value changes every time the group is rekeyed (see <xref target="sec-group-key-management"/>).</t>
          </li>
          <li>
            <t>Birth Gid: with respect to a group member, the Gid obtained by that group member upon (re-)joining the group.</t>
          </li>
          <li>
            <t>Key Generation Number: an integer value identifying the current version of the keying material used in a group.</t>
          </li>
          <li>
            <t>Source authentication: evidence that a received message in the group originated from a specific identified group member. This also provides assurance that the message was not tampered with by anyone, be it a different legitimate group member or an endpoint which is not a group member.</t>
          </li>
          <li>
            <t>Group request: a CoAP request message sent by a client in the group to servers in that group.</t>
          </li>
          <li>
            <t>Long exchange: an exchange of messages associated with a request that is a group request and/or an Observe request <xref target="RFC7641"/>.  </t>
            <t>
In either case, multiple responses can follow from the same server to the request associated with the long exchange, even if the request is not an Observe request (see Section 3.1.6 of <xref target="I-D.ietf-core-groupcomm-bis"/>). The client terminates a long exchange when freeing up the CoAP Token value used for the associated request, for which no further responses will be accepted afterwards.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-context">
      <name>Security Context</name>
      <t>This document refers to a group as a set of endpoints sharing keying material and security parameters for executing the Group OSCORE protocol, see <xref target="terminology"/>. All members of a group maintain a Security Context as defined in this section.</t>
      <t>How the Security Context is established by the group members is out of scope for this document, but if there is more than one Security Context applicable to a message, then the endpoints <bcp14>MUST</bcp14> be able to determine which Security Context was latest established. The management of information about the group (i.e., identifiers, OSCORE input parameters, and keying material) is described in terms of a Group Manager (see <xref target="group-manager"/>).</t>
      <t>An endpoint of the group may use the group mode (see <xref target="mess-processing"/>), the pairwise mode (see <xref target="sec-pairwise-protection"/>), or both, depending on the modes it supports and on the parameters of the Security Context.
The Security Context of Group OSCORE extends the OSCORE Security Context defined in <xref section="3" sectionFormat="of" target="RFC8613"/> as follows (see <xref target="fig-additional-context-information"/>).</t>
      <ul spacing="normal">
        <li>
          <t>One Common Context, shared by all the endpoints in the group and extended as defined below.  </t>
          <ul spacing="normal">
            <li>
              <t>The new parameter Authentication Credential Format (see <xref target="ssec-common-context-authcred-format"/>), specifying the format of authentication credentials used in the group (see <xref target="sec-pub-key-format"/>).</t>
            </li>
            <li>
              <t>The new parameter Group Manager Authentication Credential, specifying the authentication credential of the Group Manager responsible for the group (see <xref target="ssec-common-context-gm-pub-key"/>).</t>
            </li>
            <li>
              <t>For the group mode, the Common Context is extended with the following new parameters.      </t>
              <ul spacing="normal">
                <li>
                  <t>Group Encryption Algorithm, specifying the algorithm used for encrypting and decrypting messages protected in group mode (see <xref target="ssec-common-context-cs-enc-alg"/>).</t>
                </li>
                <li>
                  <t>Signature Algorithm, specifying the algorithm used for computing and verifying the countersignature of messages protected in group mode (see <xref target="ssec-common-context-cs-alg"/>).</t>
                </li>
                <li>
                  <t>Signature Encryption Key, specifying the symmetric key used for deriving a keystream, which is in turn used for encrypting and decrypting the countersignature of messages protected in group mode (see <xref target="ssec-common-context-group-enc-key"/>).</t>
                </li>
              </ul>
            </li>
            <li>
              <t>For the pairwise mode, the Common Context is extended with a Pairwise Key Agreement Algorithm (see <xref target="ssec-common-context-dh-alg"/>) used for the agreement on a static-static Diffie-Hellman shared secret, from which pairwise keys are derived (see <xref target="key-derivation-pairwise"/>).</t>
            </li>
          </ul>
          <t>
The content of the Common Context is long-term, as it is meant to be stable once the Common Context is established.</t>
        </li>
        <li>
          <t>One Sender Context, extended with the following new parameters.  </t>
          <ul spacing="normal">
            <li>
              <t>The endpoint's own private key used to sign messages protected in group mode (see <xref target="mess-processing"/>), or for deriving pairwise keys used with the pairwise mode (see <xref target="sec-derivation-pairwise"/>).</t>
            </li>
            <li>
              <t>The endpoint's own authentication credential containing its public key (see <xref target="sec-pub-key-format"/>).</t>
            </li>
            <li>
              <t>For the pairwise mode, the Sender Context is extended with the Pairwise Sender Keys associated with the other endpoints (see <xref target="sec-derivation-pairwise"/>).</t>
            </li>
          </ul>
          <t>
Except for the Sender Sequence Number defined in <xref section="3.1" sectionFormat="of" target="RFC8613"/>, the content of the Sender Context is long-term, as it is meant to be stable once the Sender Context is established.  </t>
          <t>
If the endpoint is configured exclusively as a silent server (see <xref target="terminology"/>), then the Sender Context is omitted.</t>
        </li>
        <li>
          <t>One Recipient Context for each other endpoint from which messages are received. It is not necessary to maintain Recipient Contexts associated with endpoints from which messages are not (expected to be) received.  </t>
          <ul spacing="normal">
            <li>
              <t>Each Recipient Context is extended with the authentication credential of the other endpoint, used to verify the signature of messages protected in group mode, or for deriving the pairwise keys used with the pairwise mode (see <xref target="sec-derivation-pairwise"/>).</t>
            </li>
            <li>
              <t>For the pairwise mode, each Recipient Context is extended with the Pairwise Recipient Key associated with the other endpoint (see <xref target="sec-derivation-pairwise"/>).</t>
            </li>
          </ul>
          <t>
Except for the Replay Window defined in <xref section="3.1" sectionFormat="of" target="RFC8613"/>, the content of each Recipient Context is long-term, as it is meant to be stable once the Recipient Context is established.</t>
        </li>
      </ul>
      <t>The varying part of the Group OSCORE Security Context is composed of the Sender Sequence Number in the Sender Context and the Replay Windows in the different Recipient Contexts.</t>
      <figure anchor="fig-additional-context-information">
        <name>Additions to the OSCORE Security Context. The elements labeled with * and with ^ are relevant only for the group mode and only for the pairwise mode, respectively.</name>
        <artwork align="center"><![CDATA[
+-------------------+-------------------------------------------------+
| Context Component | New Information Elements                        |
+-------------------+-------------------------------------------------+
| Common Context    |   Authentication Credential Format              |
|                   |   Group Manager Authentication Credential       |
|                   | * Group Encryption Algorithm                    |
|                   | * Signature Algorithm                           |
|                   | * Signature Encryption Key                      |
|                   | ^ Pairwise Key Agreement Algorithm              |
+-------------------+-------------------------------------------------+
| Sender Context    |   Endpoint's own private key                    |
|                   |   Endpoint's own authentication credential      |
|                   | ^ Pairwise Sender Keys for the other endpoints  |
+-------------------+-------------------------------------------------+
| Each              |   Other endpoint's authentication credential    |
| Recipient Context | ^ Pairwise Recipient Key for the other endpoint |
+-------------------+-------------------------------------------------+
]]></artwork>
      </figure>
      <section anchor="ssec-common-context">
        <name>Common Context</name>
        <t>The following sections specify how the Common Context is used and extended compared to <xref target="RFC8613"/>. The Common Context may be acquired from the Group Manager (see <xref target="group-manager"/>).</t>
        <section anchor="ssec-common-context-aead-alg">
          <name>AEAD Algorithm</name>
          <t>The AEAD Algorithm (see <xref section="3.1" sectionFormat="of" target="RFC8613"/>) identifies the COSE AEAD algorithm to use for encryption and decryption when messages are protected using the pairwise mode (see <xref target="sec-pairwise-protection"/>). This algorithm <bcp14>MUST</bcp14> provide integrity protection. If this parameter is not set, the pairwise mode is not used in the group.</t>
        </section>
        <section anchor="ssec-common-context-hkdf-alg">
          <name>HKDF Algorithm</name>
          <t>The HKDF Algorithm (see <xref section="3.1" sectionFormat="of" target="RFC8613"/>) identifies the used key derivation function, which <bcp14>MUST</bcp14> be one of the HMAC-based HKDF <xref target="RFC5869"/> algorithms defined for COSE (see <xref section="5.1" sectionFormat="of" target="RFC9053"/>) and registered at <xref target="COSE.Algorithms"/>.</t>
        </section>
        <section anchor="ssec-common-context-id-context">
          <name>ID Context</name>
          <t>The ID Context parameter (see Sections <xref target="RFC8613" section="3.1" sectionFormat="bare"/> and <xref target="RFC8613" section="3.3" sectionFormat="bare"/> of <xref target="RFC8613"/>) contains the Group Identifier (Gid) of the group. The choice of the Gid format is application specific. An example of specific formatting of the Gid is given in <xref target="gid-ex"/>. The application needs to specify how to handle potential collisions between Gids (see <xref target="ssec-gid-collision"/>).</t>
        </section>
        <section anchor="ssec-common-common-iv">
          <name>Common IV</name>
          <t>The Common IV parameter (see <xref section="3.1" sectionFormat="of" target="RFC8613"/>) identifies the Common IV used in the group. Differently from OSCORE, the length of the Common IV is determined as follows.</t>
          <ul spacing="normal">
            <li>
              <t>If only one among the AEAD Algorithm and the Group Encryption Algorithm is set (see <xref target="ssec-common-context-aead-alg"/> and <xref target="ssec-common-context-cs-enc-alg"/>), the length of the Common IV is the nonce length for the set algorithm.</t>
            </li>
            <li>
              <t>If both the AEAD Algorithm and the Group Encryption Algorithm are set, the length of the Common IV is the greatest nonce length among those of the two algorithms.</t>
            </li>
          </ul>
          <t>If the Group Encryption Algorithm is A128CTR, A192CTR, or A256CTR (see <xref section="4" sectionFormat="of" target="RFC9459"/>), then the length of the nonce used by that algorithm is 12 bytes (see <xref target="ssec-common-context-cs-enc-alg"/>).</t>
        </section>
        <section anchor="ssec-common-context-authcred-format">
          <name>Authentication Credential Format</name>
          <t>The new parameter Authentication Credential Format specifies the format of authentication credentials used in the group.</t>
        </section>
        <section anchor="ssec-common-context-gm-pub-key">
          <name>Group Manager Authentication Credential</name>
          <t>The new parameter Group Manager Authentication Credential specifies the authentication credential of the Group Manager, including the Group Manager's public key. The endpoint <bcp14>MUST</bcp14> achieve proof of possession of the corresponding private key. As an example, such proof of possession is possible to achieve during the join process provided by the realization of Group Manager specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. Further details on the provisioning of the Group Manager's authentication credential to the group members are out of the scope of this document.</t>
        </section>
        <section anchor="ssec-common-context-cs-enc-alg">
          <name>Group Encryption Algorithm</name>
          <t>The new parameter Group Encryption Algorithm identifies the algorithm to use for encryption and decryption, when messages are protected in group mode (see <xref target="mess-processing"/>). This algorithm <bcp14>MAY</bcp14> provide integrity protection. If it does not, integrity protection is still provided by the countersignature added to the message due to the use of the group mode. If this parameter is not set, the group mode is not used in the group.</t>
          <t>In order to be eligible to use as Group Encryption Algorithm, a non-authenticated algorithm <bcp14>MUST</bcp14> ensure that the same key is not reused with the same IV or intermediate values used in the algorithm, e.g., for algorithms that increment the IV internally. If a non-authenticated algorithm does not fulfill the requirement above, that algorithm <bcp14>MUST NOT</bcp14> be used as Group Encryption Algorithm.</t>
          <t>Examples of non-authenticated algorithms that can be used as Group Encryption Algorithm are A128CTR, A192CTR, and A256CTR (see <xref section="4" sectionFormat="of" target="RFC9459"/>). When either of those three algorithms is used, the following applies:</t>
          <ul spacing="normal">
            <li>
              <t>A 12-byte nonce <bcp14>MUST</bcp14> be computed as defined in <xref target="sec-cose-object-aead-nonce"/> of this document.</t>
            </li>
            <li>
              <t>The Initialization Vector (IV) used in <xref section="4" sectionFormat="of" target="RFC9459"/> is equivalent to the nonce above (12 bytes) concatenated with 0x00000000 (4 bytes), in this order.</t>
            </li>
            <li>
              <t>The algorithm <bcp14>MUST NOT</bcp14> be used to encrypt a plaintext or decrypt a ciphertext whose length is larger than 64 GB (i.e., 2<sup>36</sup> bytes).</t>
            </li>
          </ul>
          <t>The non-authenticated algorithms A128CBC, A192CBC, and A256CBC (see <xref section="5" sectionFormat="of" target="RFC9459"/>) <bcp14>MUST NOT</bcp14> be used as Group Encryption Algorithm.</t>
          <t>Future specifications can admit alternative non-authenticated algorithms that can be used as Group Encryption Algorithm. When doing so, it <bcp14>MUST</bcp14> be defined how to securely compose the IV and possible intermediate values used in the algorithm, building on the nonce computed as defined in <xref target="sec-cose-object-aead-nonce"/> of this document. Absent such a specification, alternative non-authenticated algorithms <bcp14>MUST NOT</bcp14> be used as Group Encryption Algorithm.</t>
        </section>
        <section anchor="ssec-common-context-cs-alg">
          <name>Signature Algorithm</name>
          <t>The new parameter Signature Algorithm identifies the digital signature algorithm used for computing and verifying the countersignature on the COSE object (see Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>), when messages are protected in group mode (see <xref target="mess-processing"/>). If this parameter is not set, the group mode is not used in the group.</t>
        </section>
        <section anchor="ssec-common-context-group-enc-key">
          <name>Signature Encryption Key</name>
          <t>The new parameter Signature Encryption Key specifies the symmetric key for deriving a keystream to encrypt/decrypt a countersignature (see <xref target="sssec-encrypted-signature-keystream"/>) when a message is protected in group mode (see <xref target="mess-processing"/>).</t>
          <t>The Signature Encryption Key is derived as defined for Sender/Recipient Keys in <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>, with the following differences.</t>
          <ul spacing="normal">
            <li>
              <t>The 'id' element of the 'info' array is the empty byte string.</t>
            </li>
            <li>
              <t>The 'alg_aead' element of the 'info' array specifies the Group Encryption Algorithm from the Common Context (see <xref target="ssec-common-context-cs-enc-alg"/>), encoded as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
            </li>
            <li>
              <t>The 'type' element of the 'info' array is "SEKey". The label is an ASCII string and does not include a trailing NUL byte.</t>
            </li>
            <li>
              <t>L and the 'L' element of the 'info' array are the size of the key for the Group Encryption Algorithm specified in the Common Context (see <xref target="ssec-common-context-cs-enc-alg"/>), in bytes. While the obtained Signature Encryption Key is never used with the Group Encryption Algorithm, its length was chosen to obtain a matching level of security.</t>
            </li>
          </ul>
        </section>
        <section anchor="ssec-common-context-dh-alg">
          <name>Pairwise Key Agreement Algorithm</name>
          <t>The new parameter Pairwise Key Agreement Algorithm identifies the elliptic curve Diffie-Hellman algorithm used to derive a static-static Diffie-Hellman shared secret, from which pairwise keys are derived (see <xref target="key-derivation-pairwise"/>) to protect messages with the pairwise mode (see <xref target="sec-pairwise-protection"/>). If this parameter is not set, the pairwise mode is not used in the group.</t>
          <t>When two endpoints compute their Diffie-Hellman shared secret, the Pairwise Key Agreement Algorithm takes as input the static-static Diffie-Hellman keys of the two endpoints. The lifetime of those keys is the same as the lifetime of the authentication credentials that the two endpoints use in the group. As detailed in <xref target="key-derivation-pairwise"/>, the derivation of the pairwise keys takes as input not only the Diffie-Hellman shared secret, but also group keying material from the latest established Security Context.</t>
          <t>If the HKDF Algorithm specified in the Common Context is "HKDF SHA-256" (identified as "HMAC 256/256"), then the Pairwise Key Agreement Algorithm is "ECDH-SS + HKDF-256" (COSE algorithm encoding: -27).</t>
          <t>If the HKDF Algorithm specified in the Common Context is "HKDF SHA-512" (identified as "HMAC 512/512"), then the Pairwise Key Agreement Algorithm is "ECDH-SS + HKDF-512" (COSE algorithm encoding: -28).</t>
          <t>Note that the HKDF Algorithm in the Common Context is denoted by the corresponding COSE HMAC Algorithm. For example, the HKDF Algorithm "HKDF SHA-256" is specified as the HMAC Algorithm "HMAC 256/256".</t>
          <t>More generally, if Pairwise Key Agreement Algorithm is set, it <bcp14>MUST</bcp14> identify a COSE algorithm such that: i) it performs a direct ECDH Static-Static key agreement; and ii) it indicates the use of the same HKDF Algorithm used in the group as specified in the Common Context.</t>
        </section>
      </section>
      <section anchor="ssec-sender-recipient-context">
        <name>Sender Context and Recipient Context</name>
        <t>The Sender ID <bcp14>SHALL</bcp14> be unique for each endpoint in a group with a certain triplet (Master Secret, Master Salt, Group Identifier), see <xref section="3.3" sectionFormat="of" target="RFC8613"/>.</t>
        <t>The maximum length of a Sender ID in bytes equals L minus 6, where L is determined as follows.</t>
        <ul spacing="normal">
          <li>
            <t>If only one among the AEAD Algorithm and the Group Encryption Algorithm is set (see <xref target="ssec-common-context-aead-alg"/> and <xref target="ssec-common-context-cs-enc-alg"/>), then L is the nonce length for the set algorithm.</t>
          </li>
          <li>
            <t>If both the AEAD Algorithm and the Group Encryption Algorithm are set, then L is the smallest nonce length among those of the two algorithms.</t>
          </li>
        </ul>
        <t>With the exception of the authentication credential of the sender endpoint, a receiver endpoint can derive a complete Security Context from a received Group OSCORE message and the Common Context (see <xref target="ssec-establishment-context-parameters"/>).</t>
        <t>The authentication credentials in the Recipient Contexts can be retrieved from the Group Manager (see <xref target="group-manager"/>) upon joining the group. An authentication credential can alternatively be acquired from the Group Manager at a later time, for example the first time a message is received from a particular endpoint in the group (see <xref target="ssec-verify-request"/> and <xref target="ssec-verify-response"/>).</t>
        <t>For severely constrained devices, it may be infeasible to simultaneously handle the ongoing processing of a recently received message in parallel with the retrieval of the sender endpoint's authentication credential. Such devices can be configured to drop a received message for which there is no (complete) Recipient Context, and retrieve the sender endpoint's authentication credential in order to have it available to verify subsequent messages from that endpoint.</t>
        <t>An endpoint may admit a maximum number of Recipient Contexts for a same Security Context, e.g., due to memory limitations. After reaching that limit, the endpoint has to delete a current Recipient Context to install a new one (see <xref target="ssec-loss-mutable-context-overflow"/>). It is up to the application to define the maximum number of Recipient Contexts for a same Security Context as well as policies for deleting Recipient Contexts.</t>
      </section>
      <section anchor="ssec-establishment-context-parameters">
        <name>Establishment of Security Context Parameters</name>
        <t>OSCORE defines the derivation of Sender Context and Recipient Context (specifically, of Sender/Recipient Keys) and of the Common IV, from a set of input parameters (see <xref section="3.2" sectionFormat="of" target="RFC8613"/>).</t>
        <t>The derivation of Sender/Recipient Keys and of the Common IV defined in OSCORE applies also to Group OSCORE, with the following modifications compared to <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>.</t>
        <ul spacing="normal">
          <li>
            <t>If Group Encryption Algorithm in the Common Context is set (see <xref target="ssec-common-context-cs-enc-alg"/>), then the 'alg_aead' element of the 'info' array <bcp14>MUST</bcp14> specify Group Encryption Algorithm from the Common Context as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
          </li>
          <li>
            <t>If Group Encryption Algorithm in the Common Context is not set, then the 'alg_aead' element of the 'info' array <bcp14>MUST</bcp14> specify AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>), as per <xref section="5.4" sectionFormat="of" target="RFC8613"/>.</t>
          </li>
          <li>
            <t>When deriving the Common IV, the 'L' element of the 'info' array <bcp14>MUST</bcp14> specify the length of the Common IV in bytes, which is determined as defined in <xref target="ssec-common-common-iv"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-pub-key-format">
        <name>Authentication Credentials</name>
        <t>The authentication credentials of the endpoints in a group <bcp14>MUST</bcp14> be encoded according to the format used in the group, as indicated by the Authentication Credential Format parameter in the Common Context (see <xref target="ssec-common-context-authcred-format"/>). The authentication credential of the Group Manager <bcp14>SHOULD</bcp14> be encoded according to that same format, in order to limit the number of formats that the group members have to support and handle, unless it is infeasible or impractical for the particular realization or instance of the Group Manager to have an own authentication credential encoded in that same format.</t>
        <t>The format of authentication credentials <bcp14>MUST</bcp14> provide the public key and a comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve (when applicable). If Group Encryption Algorithm in the Common Context is not set (see <xref target="ssec-common-context-cs-enc-alg"/>), then the public key algorithm is the Pairwise Key Agreement Algorithm used in the group (see <xref target="ssec-common-context-dh-alg"/>), else the Signature Algorithm used in the group (see <xref target="ssec-common-context-cs-alg"/>).</t>
        <t>Examples of formats of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.</t>
        <t>If the authentication credentials are X.509 certificates or C509 certificates, the public key algorithm is identified by the "algorithm" field of the "SubjectPublicKeyInfo" structure, and by the "subjectPublicKeyAlgorithm" element, respectively.</t>
        <t>If authentication credentials are CBOR Web Tokens (CWTs) or CWT Claims Sets (CCSs), then a COSE Key structure and its "kty" and "crv" parameters identify the types of pertinent public key algorithms. For example: the pair ("crv" = X25519, "kty" = OKP) indicates that the public key is meant to be used with X25519 ECDH key agreement; the pair ("crv" = Ed25519, "kty" = OKP) indicates that the public key is meant to be used with the signature algorithm EdDSA; the pair ("crv" = P-256, "kty" = EC2) indicates that the public key is meant to be used with the signature algorithm ECDSA and/or with P-256 ECDH key agreement.</t>
        <t>Authentication credentials are used to derive pairwise keys (see <xref target="key-derivation-pairwise"/>) and are included in the external additional authenticated data when processing messages (see <xref target="sec-cose-object-ext-aad"/>). In both these cases, an endpoint in a group <bcp14>MUST</bcp14> treat authentication credentials as opaque data, i.e., by considering the same binary representation made available to other endpoints in the group, possibly through a designated trusted source (e.g., the Group Manager).</t>
        <t>For example, an X.509 certificate is provided as its direct binary serialization. If C509 certificates or CWTs are used as authentication credentials, each is provided as the binary serialization of a (possibly tagged) CBOR array. If CCSs are used as authentication credentials, each is provided as the binary serialization of a (possibly tagged) CBOR map.</t>
        <t>If authentication credentials are CWTs or CCSs, then the untagged CWT or CCS associated with an entity is stored in the Security Context and used as authentication credential for that entity.</t>
        <t>If authentication credentials are X.509 / C509 certificates, CWTs, or CCSs and the authentication credential associated with an entity is provided within a chain or a bag, then only the end-entity certificate or end-entity untagged CWT / CCS is stored in the Security Context and used as authentication credential for that entity.</t>
        <t>Storing whole authentication credentials rather than only a subset of those may result in a non-negligible storage overhead. On the other hand, it also ensures that authentication credentials are correctly used in a simple, flexible and non-error-prone way, also taking into account future credential formats as entirely new or extending existing ones. In particular, it is ensured that:</t>
        <ul spacing="normal">
          <li>
            <t>When used to derive pairwise keys and when included in the external additional authenticated data, authentication credentials can also specify possible metadata and parameters related to the included public key. Besides the public key algorithm, these comprise other relevant pieces of information such as key usage, expiration time, issuer, and subject.</t>
          </li>
          <li>
            <t>All endpoints using another endpoint's authentication credential use exactly the same binary serialization, as obtained and distributed by the credential provider (e.g., the Group Manager), and as originally crafted by the credential issuer. In turn, this does not require to define and maintain canonical subsets of authentication credentials and their corresponding encoding, and spares endpoints from error-prone re-encoding operations.</t>
          </li>
        </ul>
        <t>Depending on the particular deployment and the intended group size, limiting the storage overhead of endpoints in a group can be an incentive for system/network administrators to prefer using a compact format of authentication credentials in the first place.</t>
      </section>
      <section anchor="sec-derivation-pairwise">
        <name>Pairwise Keys</name>
        <t>In certain Elliptic Curve Cryptographic schemes, it is possible to use public/private key pairs with both signature operations (ECDSA or EdDSA) and key agreement operations (ECDH). This section specifies the derivation of "pairwise keys" for use in the pairwise mode defined in <xref target="sec-pairwise-protection"/>.</t>
        <t>Group OSCORE keys used for both signature operations and key agreement operations <bcp14>MUST</bcp14> be used only for purposes related to Group OSCORE. These include the processing of messages with Group OSCORE, as well as performing proof of possession of private keys, e.g., upon joining a group through the Group Manager (see <xref target="group-manager"/>).</t>
        <section anchor="key-derivation-pairwise">
          <name>Derivation of Pairwise Keys</name>
          <t>Using the Group OSCORE Security Context (see <xref target="sec-context"/>), a group member can derive AEAD keys, to protect point-to-point communication between itself and each other endpoint X in the group by means of the AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>).</t>
          <t>Analogous to the construction used by OSCORE in <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>, the key derivation of these so-called pairwise keys relies on an HKDF algorithm and is as defined below:</t>
          <artwork><![CDATA[
Pairwise Sender Key    = HKDF(Sender Key, IKM-Sender, info, L)
Pairwise Recipient Key = HKDF(Recipient Key, IKM-Recipient, info, L)

with

IKM-Sender    = Sender Auth Cred | Recipient Auth Cred | Shared Secret
IKM-Recipient = Recipient Auth Cred | Sender Auth Cred | Shared Secret
]]></artwork>
          <t>where:</t>
          <ul spacing="normal">
            <li>
              <t>The Pairwise Sender Key is the AEAD key for processing outgoing messages addressed to endpoint X.</t>
            </li>
            <li>
              <t>The Pairwise Recipient Key is the AEAD key for processing incoming messages from endpoint X.</t>
            </li>
            <li>
              <t>HKDF is the OSCORE HKDF algorithm <xref target="RFC8613"/> from the Common Context.</t>
            </li>
            <li>
              <t>The Sender Key from the Sender Context is used as salt in the HKDF, when deriving the Pairwise Sender Key.</t>
            </li>
            <li>
              <t>The Recipient Key from the Recipient Context associated with endpoint X is used as salt in the HKDF, when deriving the Pairwise Recipient Key.</t>
            </li>
            <li>
              <t>Sender Auth Cred is the endpoint's own authentication credential from the Sender Context.</t>
            </li>
            <li>
              <t>Recipient Auth Cred is the endpoint X's authentication credential from the Recipient Context associated with the endpoint X.</t>
            </li>
            <li>
              <t>The Shared Secret is computed as a cofactor Diffie-Hellman shared secret, see Section 5.7.1.2 of <xref target="NIST-800-56A"/>, using the Pairwise Key Agreement Algorithm. The endpoint uses its private key from the Sender Context and the other endpoint's public key included in Recipient Auth Cred. Note the requirement of validation of public keys in <xref target="ssec-crypto-considerations"/>.  </t>
              <t>
In case the other endpoint's public key has COSE Key Type "EC2" <xref target="RFC9053"/> (e.g., for the curves P-256, P-384, and P-521), then the public key is used as is. In case the other endpoint's public key has COSE Key Type "OKP" <xref target="RFC9053"/>, the procedure is described in <xref section="5" sectionFormat="of" target="RFC7748"/>. In particular, if the public key is for X25519 or X448, it is used as is. Otherwise, if the public key is for the curve Ed25519 or Ed448, it is first mapped to Montgomery coordinates (see <xref target="montgomery"/>).</t>
            </li>
            <li>
              <t>IKM-Sender is the Input Keying Material (IKM) used in the HKDF for the derivation of the Pairwise Sender Key. IKM-Sender is the byte string concatenation of Sender Auth Cred, Recipient Auth Cred, and the Shared Secret. The authentication credentials Sender Auth Cred and Recipient Auth Cred are binary encoded as defined in <xref target="sec-pub-key-format"/>.</t>
            </li>
            <li>
              <t>IKM-Recipient is the Input Keying Material (IKM) used in the HKDF for the derivation of the Pairwise Recipient Key. IKM-Recipient is the byte string concatenation of Recipient Auth Cred, Sender Auth Cred, and the Shared Secret. The authentication credentials Recipient Auth Cred and Sender Auth Cred are binary encoded as defined in <xref target="sec-pub-key-format"/>.</t>
            </li>
            <li>
              <t>info and L are as defined in <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>. That is:  </t>
              <ul spacing="normal">
                <li>
                  <t>The 'alg_aead' element of the 'info' array takes the value of AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>).</t>
                </li>
                <li>
                  <t>L  and the 'L' element of the 'info' array are the size of the key for the AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>), in bytes.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>If EdDSA asymmetric keys are used, the Edward coordinates are mapped to Montgomery coordinates using the maps defined in Sections <xref target="RFC7748" section="4.1" sectionFormat="bare"/> and <xref target="RFC7748" section="4.2" sectionFormat="bare"/> of <xref target="RFC7748"/>, before using the X25519 or X448 function defined in <xref section="5" sectionFormat="of" target="RFC7748"/>. For further details, see <xref target="montgomery"/>. ECC asymmetric keys in Montgomery or Weierstrass form are used directly in the key agreement algorithm, without coordinate mapping.</t>
          <t>As long as any two group members preserve the same asymmetric keys, their Diffie-Hellman shared secret does not change across updates of the group keying material. The lifetime of those keys is the same as the lifetime of the authentication credentials Sender Auth Cred and Recipient Auth Cred.</t>
          <t>After establishing a partially or completely new Security Context (see <xref target="ssec-sec-context-persistence"/> and <xref target="sec-group-key-management"/>), the old pairwise keys <bcp14>MUST</bcp14> be deleted. Since new Sender/Recipient Keys are derived from the new group keying material (see <xref target="ssec-sender-recipient-context"/>), every group member <bcp14>MUST</bcp14> use the new Sender/Recipient Keys when deriving new pairwise keys.</t>
        </section>
        <section anchor="montgomery">
          <name>ECDH with Montgomery Coordinates</name>
          <section anchor="curve25519">
            <name>Curve25519</name>
            <t>The y-coordinate of the other endpoint's Ed25519 public key is decoded as specified in <xref section="5.1.3" sectionFormat="of" target="RFC8032"/>. The Curve25519 u-coordinate is recovered as u = (1 + y) / (1 - y) (mod p) following the map in <xref section="4.1" sectionFormat="of" target="RFC7748"/>. Note that the mapping is not defined for y = 1, and that y = -1 maps to u = 0 which corresponds to the neutral group element and thus will result in a degenerate shared secret. Therefore, implementations <bcp14>MUST</bcp14> abort if the y-coordinate of the other endpoint's Ed25519 public key is 1 or -1 (mod p).</t>
            <t>The private signing key byte strings (i.e., the lower 32 bytes used for generating the public key, see Step 1 of <xref section="5.1.5" sectionFormat="of" target="RFC8032"/>) are decoded the same way for signing in Ed25519 and scalar multiplication in X25519. Hence, in order to compute the shared secret, the endpoint applies the X25519 function to the Ed25519 private signing key byte string and the encoded u-coordinate byte string as specified in <xref section="5" sectionFormat="of" target="RFC7748"/>.</t>
          </section>
          <section anchor="curve448">
            <name>Curve448</name>
            <t>The y-coordinate of the other endpoint's Ed448 public key is decoded as specified in <xref section="5.2.3." sectionFormat="of" target="RFC8032"/>. The Curve448 u-coordinate is recovered as u = y^2 * (d * y^2 - 1) / (y^2 - 1) (mod p) following the map from "edwards448" in <xref section="4.2" sectionFormat="of" target="RFC7748"/>, and also using the relation x^2 = (y^2 - 1)/(d * y^2 - 1) from the curve equation. Note that the mapping is not defined for y = 1 or -1. Therefore, implementations <bcp14>MUST</bcp14> abort if the y-coordinate of the peer endpoint's Ed448 public key is 1 or -1 (mod p).</t>
            <t>The private signing key byte strings (i.e., the lower 57 bytes used for generating the public key, see Step 1 of <xref section="5.2.5" sectionFormat="of" target="RFC8032"/>) are decoded the same way for signing in Ed448 and scalar multiplication in X448. Hence, in order to compute the shared secret, the endpoint applies the X448 function to the Ed448 private signing key byte string and the encoded u-coordinate byte string as specified in <xref section="5" sectionFormat="of" target="RFC7748"/>.</t>
          </section>
        </section>
        <section anchor="pairwise-seqno">
          <name>Usage of Sequence Numbers</name>
          <t>When using any of its Pairwise Sender Keys, a sender endpoint including the 'Partial IV' parameter in the protected message <bcp14>MUST</bcp14> use the current fresh value of the Sender Sequence Number from its Sender Context (see <xref target="ssec-sender-recipient-context"/>). That is, the same Sender Sequence Number space is used for all outgoing messages protected with Group OSCORE, thus limiting both storage and complexity.</t>
          <t>When combining communications with the group mode and the pairwise mode, this may result in the Partial IV values moving forward more often than when using OSCORE <xref target="RFC8613"/>. This can happen when a client engages in frequent or long sequences of one-to-one exchanges with servers in the group, by sending requests over unicast. In turn, this contributes to a sooner exhaustion of the Sender Sequence Number space of the client, which would then require to take actions for deriving a new Sender Context before resuming communications in the group (see <xref target="ssec-wrap-around-partial-iv"/>).</t>
        </section>
        <section anchor="pairwise-implementation">
          <name>Security Context for Pairwise Mode</name>
          <t>If the pairwise mode is supported, the Security Context additionally includes the Pairwise Key Agreement Algorithm and the pairwise keys, as described at the beginning of <xref target="sec-context"/>.</t>
          <t>The pairwise keys as well as the shared secrets used in their derivation (see <xref target="key-derivation-pairwise"/>) may be stored in memory or recomputed every time they are needed. The shared secret changes only when a public/private key pair used for its derivation changes, which results in the pairwise keys also changing. Additionally, the pairwise keys change if the Sender ID changes or if a new Security Context is established for the group (see <xref target="sec-group-re-join"/>). In order to optimize protocol performance, an endpoint may store the derived pairwise keys for easy retrieval.</t>
          <t>In the pairwise mode, the Sender Context includes the Pairwise Sender Keys to use with the other endpoints (see <xref target="fig-additional-context-information"/>). In order to identify the right key to use, the Pairwise Sender Key for endpoint X may be associated with the Recipient ID of endpoint X, as defined in the Recipient Context (i.e., the Sender ID from the point of view of endpoint X). In this way, the Recipient ID can be used to lookup for the right Pairwise Sender Key. This association may be implemented in different ways, e.g., by storing the pair (Recipient ID, Pairwise Sender Key) or linking a Pairwise Sender Key to a Recipient Context.</t>
        </section>
      </section>
      <section anchor="ssec-sec-context-persistence">
        <name>Update of Security Context</name>
        <t>It is <bcp14>RECOMMENDED</bcp14> that the long-term part of the Security Context is stored in non-volatile memory, or that it can otherwise be reliably accessed throughout the operation of the group, e.g., after device reboots. However, also data in the long-term part of the Security Context may need to be updated, for example due to scheduled key renewal, new or re-joining members in the group, or the fact that the endpoint changes Sender ID (see <xref target="sec-group-re-join"/>).</t>
        <t>The data in the varying part of the Security Context are updated by the endpoint when executing the security protocol, but may be lost (see <xref target="ssec-loss-mutable-context"/>) or become outdated by exhaustion of Sender Sequence Numbers (see <xref target="ssec-wrap-around-partial-iv"/>).</t>
        <section anchor="ssec-loss-mutable-context">
          <name>Loss of the Varying Part of the Security Context</name>
          <t>An endpoint may lose the varying part of its Security Context due to accidental events, e.g., if a reboot occurred in an unprepared way (see <xref target="ssec-loss-mutable-context-total"/>) or due to a deliberately deleted Recipient Context (see <xref target="ssec-loss-mutable-context-overflow"/>).</t>
          <t>If it is not feasible or practically possible to store and maintain up-to-date the varying part in non-volatile memory (e.g., due to limited number of write operations), the endpoint <bcp14>MUST</bcp14> be able to detect a loss of the varying part of the Security Context, to prevent the re-use of a nonce with the same key and to handle incoming replayed messages.</t>
          <section anchor="ssec-loss-mutable-context-total">
            <name>Accidental Loss of Sender Context and/or Recipient Contexts</name>
            <t>In case a loss of the Sender Context and/or of the Recipient Contexts is detected (e.g., if a reboot occurred in an unprepared way), the endpoint <bcp14>MUST NOT</bcp14> protect further messages using this Security Context, to avoid reusing a nonce with the same key.</t>
            <t>Before resuming its operations in the group, the endpoint <bcp14>MUST</bcp14> retrieve new Security Context parameters from the Group Manager (see <xref target="sec-group-re-join"/>) and use them to derive a new Sender Context and Recipient Contexts (see <xref target="ssec-sender-recipient-context"/>). Since the new Sender Context includes newly derived encryption keys, an endpoint will not reuse the same pair (key, nonce), even when it is a server using the Partial IV of (old re-injected) requests to build the nonce for protecting the responses.</t>
            <t>From then on, the endpoint <bcp14>MUST</bcp14> use the latest installed Sender Context to protect outgoing messages. Newly derived Recipient Contexts will have a Replay Window which is initialized as valid.</t>
            <t>If an endpoint is not configured as a silent server and is not able to establish an updated Sender Context, e.g., because of lack of connectivity with the Group Manager, then the endpoint <bcp14>MUST NOT</bcp14> protect further messages using the current Security Context and <bcp14>MUST NOT</bcp14> accept incoming messages from other group members, as it is currently unable to detect possible replays.</t>
            <t>If an endpoint is configured as a silent server and is not able to establish an updated Security Context, e.g., because of lack of connectivity with the Group Manager, then the endpoint <bcp14>MUST NOT</bcp14> accept incoming messages from other group members, as it is currently unable to detect possible replays.</t>
          </section>
          <section anchor="ssec-loss-mutable-context-overflow">
            <name>Deliberately Deleted Recipient Contexts</name>
            <t>The Security Context may contain a large and variable number of Recipient Contexts. While Group OSCORE in itself does not establish a maximum number of Recipient Contexts, there are circumstances by which implementations might choose to discard Recipient Contexts or have to do so in accordance with enforced application policies. Such circumstances include the need to reclaim memory or other resources on the node hosting the endpoint, for example because the predefined maximum number of Recipient Contexts has been reached in the Security Context (see <xref target="ssec-sender-recipient-context"/>). Implementations can provide means for the application to gain knowledge about the deliberate deletion of Recipient Contexts, e.g., through notifications sent to the application and/or logs made available to the application.</t>
            <t>When a Recipient Context is deleted, this not only results in losing information about previously received messages from the corresponding other endpoint. It also results in the inability to be aware of the Security Contexts from which information has been lost.</t>
            <t>Therefore, if the Recipient Context is derived again from the same Security Context, there is a risk that a replayed message is not detected. If any Recipient Context associated with any peer has ever been deleted from the current Security Context, then the Replay Window of any new Recipient Context in this Security Context <bcp14>MUST</bcp14> be initialized as invalid. An exception applies when the deleted Recipient Context was created upon receiving a message and that message was not verified successfully (see <xref target="ssec-verify-request"/>, <xref target="ssec-verify-response"/>, <xref target="sec-pairwise-verify-req"/>, and <xref target="sec-pairwise-verify-resp"/>). Messages associated with a Recipient Context that has an invalid Replay Window <bcp14>MUST NOT</bcp14> be delivered to the application.</t>
            <t>If the endpoint receives a message to be processed with any such new Recipient Context whose Replay Window is invalid, then the endpoint <bcp14>MUST</bcp14> take one of the following courses of action.</t>
            <ul spacing="normal">
              <li>
                <t>The endpoint discards the message.</t>
              </li>
              <li>
                <t>The endpoint follows the procedure based on the CoAP Echo Option <xref target="RFC9175"/> and specified in <xref target="sec-synch-challenge-response"/>, in order to establish a valid Replay Window. In particular, the endpoint <bcp14>MUST</bcp14> use its Partial IV when generating the nonce and <bcp14>MUST</bcp14> include the Partial IV in the response message conveying the Echo Option. If the endpoint supports the CoAP Echo Option, then it is <bcp14>RECOMMENDED</bcp14> to take this course of action.</t>
              </li>
              <li>
                <t>The endpoint retrieves or waits for new Security Context parameters from the Group Manager and derives new Sender and Recipient Contexts, as defined in <xref target="ssec-loss-mutable-context-total"/>. In this case the Replay Windows of all Recipient Contexts become valid if they are not already. In particular, any invalid Replay Window is re-initialized as valid and with 0 as its current lower limit.</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="ssec-wrap-around-partial-iv">
          <name>Exhaustion of Sender Sequence Number Space</name>
          <t>Since an endpoint increments its Sender Sequence Number for each new outgoing message including a Partial IV, an endpoint can eventually exhaust the Sender Sequence Number space.</t>
          <t>Implementations <bcp14>MUST</bcp14> be able to detect an exhaustion of Sender Sequence Number space, after the endpoint has consumed the largest usable value. This may be influenced by additional limitations besides the mere 40-bit size limit of the Partial IV.</t>
          <t>Upon exhausting the Sender Sequence Number space, the endpoint <bcp14>MUST NOT</bcp14> use this Security Context to protect further messages including a Partial IV.</t>
          <t>When approaching the exhaustion of the Sender Sequence Number space, the endpoint <bcp14>SHOULD</bcp14> inform the Group Manager, retrieve new Security Context parameters from the Group Manager (see <xref target="sec-group-re-join"/>), and use them to derive a new Sender Context (see <xref target="ssec-sender-recipient-context"/>). It is <bcp14>RECOMMENDED</bcp14> that the endpoint takes this course of action with some margin, i.e., well before exhausting the Sender Sequence Number space, in order to avoid a period of inability to protect messages including a Partial IV.</t>
          <t>From then on, the endpoint <bcp14>MUST</bcp14> use its latest installed Sender Context to protect outgoing messages.</t>
        </section>
        <section anchor="sec-group-re-join">
          <name>Retrieving New Security Context Parameters</name>
          <t>The Group Manager can assist an endpoint with an incomplete Sender Context to retrieve missing data of the Security Context and thereby become fully operational in the group again. The two main options for the Group Manager are: i) assignment of a new Sender ID to the endpoint (see <xref target="new-sender-id"/>); and ii) establishment of a new Security Context for the group (see <xref target="new-sec-context"/>). The update of the Replay Window in each of the Recipient Contexts is discussed in <xref target="ssec-loss-mutable-context"/>.</t>
          <t>As group membership changes, or as group members get new Sender IDs (see <xref target="new-sender-id"/>), so do the relevant Recipient IDs that the other endpoints need to keep track of. As a consequence, group members may end up retaining stale Recipient Contexts that are no longer useful to verify incoming secure messages.</t>
          <t>The Recipient ID ('kid') <bcp14>SHOULD NOT</bcp14> be considered as a persistent and reliable identifier of a group member. Such an indication can be achieved only by using that member's public key, when verifying countersignatures of received messages (in group mode), or when verifying messages integrity-protected with pairwise keying material derived from authentication credentials and associated asymmetric keys (in pairwise mode).</t>
          <t>Furthermore, applications <bcp14>MAY</bcp14> define policies to: i) delete (long-)unused Recipient Contexts and reduce the impact on storage space; as well as ii) check with the Group Manager that an authentication credential with the public key included therein is currently the one associated with a 'kid' value, after a number of consecutive failed verifications.</t>
          <section anchor="new-sender-id">
            <name>New Sender ID for the Endpoint</name>
            <t>The Group Manager may assign a new Sender ID to an endpoint, while leaving the Gid, Master Secret, and Master Salt unchanged in the group. In this case, the Group Manager assigns a Sender ID that has not been used in the group since the latest time when the current Gid value was assigned to the group (see <xref target="sec-group-key-management"/>).</t>
            <t>Having retrieved the new Sender ID, and potentially other missing data for the long-term part of the Security Context, the endpoint can derive a new Sender Context (see <xref target="ssec-sender-recipient-context"/>). When doing so, the endpoint resets the Sender Sequence Number in its Sender Context to 0, and derives a new Sender Key. This is in turn used to possibly derive new Pairwise Sender Keys.</t>
            <t>From then on, the endpoint <bcp14>MUST</bcp14> use its latest installed Sender Context to protect outgoing messages.</t>
            <t>The assignment of a new Sender ID may be the result of different processes. The endpoint may request a new Sender ID, e.g., because of the impending exhaustion of the Sender Sequence Number space (see <xref target="ssec-wrap-around-partial-iv"/>). An endpoint may request to re-join the group, e.g., because of losing the varying part of its Security Context (see <xref target="ssec-loss-mutable-context"/>), and is provided with a new Sender ID together with the latest data for the long-term part of the Security Context.</t>
            <t>For the other group members, the Recipient Context corresponding to the old Sender ID becomes stale (see <xref target="sec-group-key-management"/>).</t>
          </section>
          <section anchor="new-sec-context">
            <name>New Security Context for the Group</name>
            <t>The Group Manager may establish a new Security Context for the group (see <xref target="sec-group-key-management"/>). The Group Manager does not necessarily establish a new Security Context for the group if one member has an outdated Security Context (see <xref target="new-sender-id"/>), unless that was already planned or required for other reasons.</t>
            <t>All the group members need to acquire new Security Context parameters from the Group Manager. Once having acquired new Security Context parameters, each group member performs the following actions.</t>
            <ul spacing="normal">
              <li>
                <t>From then on, it <bcp14>MUST NOT</bcp14> use the current Security Context to start processing new messages for the considered group.</t>
              </li>
              <li>
                <t>It completes any ongoing message processing for the considered group.</t>
              </li>
              <li>
                <t>It derives and installs a new Security Context. In particular:  </t>
                <ul spacing="normal">
                  <li>
                    <t>It re-derives the keying material stored in its Sender Context and Recipient Contexts (see <xref target="ssec-sender-recipient-context"/>). The Master Salt used for the re-derivations is the updated Master Salt parameter if provided by the Group Manager, or the empty byte string otherwise.</t>
                  </li>
                  <li>
                    <t>It resets its Sender Sequence Number in its Sender Context to 0.</t>
                  </li>
                  <li>
                    <t>It re-initializes the Replay Window of each Recipient Context as valid and with 0 as its current lower limit.</t>
                  </li>
                  <li>
                    <t>For each long exchange where it is a client and that it wants to keep active, it sets the Response Number of each associated server as not initialized (see <xref target="sec-long-exchanges"/>).</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>From then on, it can resume processing new messages for the considered group. In particular:</t>
            <ul spacing="normal">
              <li>
                <t>It <bcp14>MUST</bcp14> use its latest installed Sender Context to protect outgoing messages.</t>
              </li>
              <li>
                <t>It <bcp14>SHOULD</bcp14> use only its latest installed Recipient Contexts to process incoming messages, unless application policies admit to temporarily retain and use the old, recent, Security Context (see <xref target="ssec-key-rotation-late-sender"/>).</t>
              </li>
            </ul>
            <t>The distribution of a new Gid and Master Secret may result in temporarily misaligned Security Contexts among group members. In particular, this may result in a group member not being able to process messages received right after a new Gid and Master Secret have been distributed. A discussion on practical consequences and possible ways to address them, as well as on how to handle the old Security Context, is provided in <xref target="ssec-key-rotation"/>.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="sec-cose-object">
      <name>The COSE Object</name>
      <t>Building on <xref section="5" sectionFormat="of" target="RFC8613"/>, this section defines how to use COSE <xref target="RFC9052"/> to wrap and protect data in the original message. Like OSCORE, Group OSCORE uses the untagged COSE_Encrypt0 structure with an Authenticated Encryption with Associated Data (AEAD) algorithm. Unless otherwise specified, the following modifications to what is defined for OSCORE apply for both the group mode and the pairwise mode of Group OSCORE.</t>
      <section anchor="sec-cose-object-unprotected-field">
        <name>Countersignature</name>
        <t>When protecting a message in group mode, the 'unprotected' field <bcp14>MUST</bcp14> additionally include the following parameter:</t>
        <ul spacing="normal">
          <li>
            <t>Countersignature0 version 2: its value is set to the countersignature of the COSE object.  </t>
            <t>
The countersignature is computed by the sender as described in Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>, by using its private key and according to the Signature Algorithm in the Security Context.  </t>
            <t>
In particular, the Countersign_structure contains the context text string "CounterSignature0", the external_aad as defined in <xref target="sec-cose-object-ext-aad"/> of this document, and the ciphertext of the COSE object as payload.</t>
          </li>
        </ul>
        <section anchor="clarifications-on-using-a-countersignature">
          <name>Clarifications on Using a Countersignature</name>
          <t>The literature commonly refers to a countersignature as a signature computed by an entity A over a document already protected by a different entity B.</t>
          <t>However, the COSE_Countersignature0 structure belongs to the set of abbreviated countersignatures defined in Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>, which were designed primarily to deal with the problem of encrypted group messaging, but where it is required to know who originated the message.</t>
          <t>Since the parameters for computing or verifying the abbreviated countersignature generated by A are provided by the same context used to describe the security processing performed by B and to be countersigned, these structures are applicable also when the two entities A and B are actually the same one, like the sender of a Group OSCORE message protected in group mode.</t>
        </section>
      </section>
      <section anchor="sec-cose-object-kid">
        <name>The 'kid' and 'kid context' parameters</name>
        <t>The value of the 'kid' parameter in the 'unprotected' field of response messages <bcp14>MUST</bcp14> be set to the Sender ID of the endpoint transmitting the message, if the request was protected in group mode. That is, unlike in <xref target="RFC8613"/>, the 'kid' parameter is always present in responses to a request that was protected in group mode.</t>
        <t>The value of the 'kid context' parameter in the 'unprotected' field of request messages <bcp14>MUST</bcp14> be set to the ID Context, i.e., the Group Identifier value (Gid) of the group. That is, unlike in <xref target="RFC8613"/>, the 'kid context' parameter is always present in requests.</t>
      </section>
      <section anchor="sec-cose-object-aead-nonce">
        <name>Nonce Computation</name>
        <t>The nonce is constructed like in OSCORE, with the difference that Step 4 in <xref section="5.2" sectionFormat="of" target="RFC8613"/> is replaced with:</t>
        <ol spacing="normal" type="1" start="4"><li>
            <t>and then XOR with X bytes from the Common IV's start, where X is the length in bytes of the nonce.</t>
          </li>
        </ol>
        <t>For example, if X = 7 and the Common IV is 0x00112233445566778899aabbcc (13 bytes), then the bytes to XOR are 0x00112233445566 (7 bytes).</t>
        <t>The constructed nonce is used both by the AEAD Algorithm (see <xref target="ssec-common-context-aead-alg"/>) and by the Group Encryption Algorithm (see <xref target="ssec-common-context-cs-enc-alg"/>), independent of whether they are AEAD or plain encryption algorithms. Algorithms that do not use a nonce are not supported, as per <xref target="ssec-common-context-cs-enc-alg"/>.</t>
      </section>
      <section anchor="sec-cose-object-ext-aad">
        <name>Additional Authenticated Data</name>
        <t>The external_aad of the Additional Authenticated Data (AAD) is different compared to OSCORE <xref target="RFC8613"/> and is defined in this section.</t>
        <t>The same external_aad structure is used in group mode and pairwise mode for encryption/decryption (see <xref section="5.3" sectionFormat="of" target="RFC9052"/>), as well as in group mode for computing and verifying the countersignature (see Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>).</t>
        <t>In particular, the external_aad includes also the Signature Algorithm, the Group Encryption Algorithm, the Pairwise Key Agreement Algorithm, the value of the 'kid context' in the COSE object of the request, the OSCORE Option of the protected message, the sender's authentication credential, and the Group Manager's authentication credential.</t>
        <t>The external_aad <bcp14>SHALL</bcp14> be a CBOR array wrapped in a bstr object as defined below, following the notation of <xref target="RFC8610"/>:</t>
        <figure anchor="fig-ext-aad">
          <name>external_aad</name>
          <artwork type="CDDL" align="center"><![CDATA[
external_aad = bstr .cbor aad_array

aad_array = [
   oscore_version : uint,
   algorithms : [alg_aead : int / tstr / null,
                 alg_group_enc : int / tstr / null,
                 alg_signature : int / tstr / null,
                 alg_pairwise_key_agreement : int / tstr / null],
   request_kid : bstr,
   request_piv : bstr,
   options : bstr,
   request_kid_context : bstr,
   OSCORE_option : bstr,
   sender_cred : bstr,
   gm_cred : bstr
]
]]></artwork>
        </figure>
        <t>Compared with <xref section="5.4" sectionFormat="of" target="RFC8613"/>, the aad_array has the following differences.</t>
        <ul spacing="normal">
          <li>
            <t>The 'algorithms' array is extended as follows.  </t>
            <t>
The parameter 'alg_aead' <bcp14>MUST</bcp14> be set to the CBOR simple value <tt>null</tt> (0xf6) if the parameter AEAD Algorithm is not set in the Common Context of the Security Context used (see <xref target="ssec-common-context-aead-alg"/>). Otherwise, regardless of whether the endpoint supports the pairwise mode or not, this parameter <bcp14>MUST</bcp14> specify AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>) as per <xref section="5.4" sectionFormat="of" target="RFC8613"/>.  </t>
            <t>
Furthermore, the 'algorithms' array additionally includes:  </t>
            <ul spacing="normal">
              <li>
                <t>'alg_group_enc', which specifies Group Encryption Algorithm from the Common Context of the Security Context used (see <xref target="ssec-common-context-cs-enc-alg"/>). This parameter <bcp14>MUST</bcp14> be set to the CBOR simple value <tt>null</tt> (0xf6) if the parameter Group Encryption Algorithm in the Common Context is not set. Otherwise, regardless of whether the endpoint supports the group mode or not, this parameter <bcp14>MUST</bcp14> specify Group Encryption Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
              </li>
              <li>
                <t>'alg_signature', which specifies Signature Algorithm from the Common Context of the Security Context used (see <xref target="ssec-common-context-cs-alg"/>). This parameter <bcp14>MUST</bcp14> be set to the CBOR simple value <tt>null</tt> (0xf6) if the parameter Signature Algorithm in the Common Context is not set. Otherwise, regardless of whether the endpoint supports the group mode or not, this parameter <bcp14>MUST</bcp14> specify Signature Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
              </li>
              <li>
                <t>'alg_pairwise_key_agreement', which specifies Pairwise Key Agreement Algorithm from the Common Context of the Security Context used (see <xref target="ssec-common-context-dh-alg"/>). This parameter <bcp14>MUST</bcp14> be set to the CBOR simple value <tt>null</tt> (0xf6) if Pairwise Key Agreement Algorithm in the Common Context is not set. Otherwise, regardless of whether the endpoint supports the pairwise mode or not, this parameter <bcp14>MUST</bcp14> specify Pairwise Key Agreement Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The new element 'request_kid_context' contains the value of the 'kid context' in the COSE object of the request (see <xref target="sec-cose-object-kid"/>).  </t>
            <t>
This enables endpoints to safely keep a long exchange active beyond a possible change of Gid (i.e., of ID Context), following a group rekeying (see <xref target="sec-group-key-management"/>). In fact, it ensures that every response within a long exchange cryptographically matches with only one request (i.e., the request associated with that long exchange), rather than with multiple requests that were protected with different keying material but share the same 'request_kid' and 'request_piv' values.</t>
          </li>
          <li>
            <t>The new element 'OSCORE_option', containing the value of the OSCORE Option present in the protected message, encoded as a binary string. This prevents the attack described in <xref target="ssec-cross-group-injection"/> when using the group mode, as further explained  in <xref target="sssec-cross-group-injection-group-mode"/>.  </t>
            <t>
Note for implementation: this construction requires the OSCORE Option of the message to be generated and finalized before computing the ciphertext of the COSE_Encrypt0 object (when using the group mode or the pairwise mode) and before calculating the countersignature (when using the group mode). Also, the aad_array needs to be large enough to contain the largest possible OSCORE Option.</t>
          </li>
          <li>
            <t>The new element 'sender_cred', containing the sender's authentication credential. This parameter <bcp14>MUST</bcp14> be set to a CBOR byte string, which encodes the sender's authentication credential in its original binary representation made available to other endpoints in the group (see <xref target="sec-pub-key-format"/>).</t>
          </li>
          <li>
            <t>The new element 'gm_cred', containing the Group Manager's authentication credential. This parameter <bcp14>MUST</bcp14> be set to a CBOR byte string, which encodes the Group Manager's authentication credential in its original binary representation made available to other endpoints in the group (see <xref target="sec-pub-key-format"/>). This prevents the attack described in <xref target="ssec-group-cloning"/>.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="compression">
      <name>OSCORE Header Compression</name>
      <t>Group OSCORE relies on a header compression mechanism similar to the one used by OSCORE and specified in <xref target="compression-details"/>. Examples are provided in <xref target="compression-examples"/>.</t>
      <section anchor="compression-details">
        <name>Encoding of the OSCORE Option Value and Group OSCORE Payload</name>
        <t>The OSCORE header compression defined in <xref section="6" sectionFormat="of" target="RFC8613"/> is used for compactly encoding the COSE_Encrypt0 object specified in <xref target="sec-cose-object"/> of this document, with the following differences.</t>
        <ul spacing="normal">
          <li>
            <t>When the Group OSCORE message is protected in group mode, the message payload <bcp14>SHALL</bcp14> encode the ciphertext of the COSE object, concatenated with the encrypted countersignature of the COSE object. That is:  </t>
            <ul spacing="normal">
              <li>
                <t>The plain, original countersignature of the COSE object, namely SIGNATURE, is specified in the "Countersignature0 version 2" parameter within the 'unprotected' field of the COSE object (see <xref target="sec-cose-object-unprotected-field"/>).</t>
              </li>
              <li>
                <t>The encrypted countersignature, namely ENC_SIGNATURE, is computed as      </t>
                <t>
ENC_SIGNATURE = SIGNATURE XOR KEYSTREAM      </t>
                <t>
where KEYSTREAM is derived as per <xref target="sssec-encrypted-signature-keystream"/>.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>When the Group OSCORE message is protected in pairwise mode, the message payload <bcp14>SHALL</bcp14> encode the ciphertext of the COSE object.</t>
          </li>
          <li>
            <t>This document defines the usage of the sixth least significant bit, called "Group Flag", in the first byte of the OSCORE Option containing the OSCORE flag bits. This flag bit is specified in <xref target="iana-cons-flag-bits"/>.</t>
          </li>
          <li>
            <t>The Group Flag <bcp14>MUST</bcp14> be set to 1 if the Group OSCORE message is protected using the group mode (see <xref target="mess-processing"/>).</t>
          </li>
          <li>
            <t>The Group Flag <bcp14>MUST</bcp14> be set to 0 if the Group OSCORE message is protected using the pairwise mode (see <xref target="sec-pairwise-protection"/>). The Group Flag <bcp14>MUST</bcp14> also be set to 0 for ordinary OSCORE messages processed according to <xref target="RFC8613"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="sssec-encrypted-signature-keystream">
        <name>Keystream Derivation for Countersignature Encryption</name>
        <t>The following defines how an endpoint derives the keystream KEYSTREAM, used to encrypt/decrypt the countersignature of an outgoing/incoming message M protected in group mode.</t>
        <t>The keystream <bcp14>SHALL</bcp14> be derived as follows, by using the HKDF Algorithm from the Common Context (see Section 3.2 of <xref target="RFC8613"/>), which consists of composing the HKDF-Extract and HKDF-Expand steps <xref target="RFC5869"/>.</t>
        <t>KEYSTREAM = HKDF(salt, IKM, info, L)</t>
        <t>The input parameters of HKDF are as follows.</t>
        <ul spacing="normal">
          <li>
            <t>salt takes as value the Partial IV (PIV) used to protect M. Note that, if M is a response, salt takes as value either: i) the fresh Partial IV generated by the server and included in the response; or ii) the same Partial IV of the request generated by the client and not included in the response.</t>
          </li>
          <li>
            <t>IKM is the Signature Encryption Key from the Common Context (see <xref target="ssec-common-context-group-enc-key"/>).</t>
          </li>
          <li>
            <t>info is the serialization of a CBOR array with the structure defined below, following the notation of <xref target="RFC8610"/>:</t>
          </li>
        </ul>
        <sourcecode type="CDDL"><![CDATA[
   info = [
     id : bstr,
     id_context : bstr,
     type : bool,
     L : uint
   ]
]]></sourcecode>
        <t>where:</t>
        <ul spacing="normal">
          <li>
            <t>id is the Sender ID of the endpoint that generated PIV.</t>
          </li>
          <li>
            <t>id_context is the ID Context (Gid) used when protecting M.  </t>
            <t>
Note that, in the case of group rekeying, a server might use a different Gid when protecting a response, compared to the Gid that it used to verify (that the client used to protect) the request, see <xref target="ssec-protect-response"/>.</t>
          </li>
          <li>
            <t>type is the CBOR simple value <tt>true</tt> (0xf5) if M is a request, or the CBOR simple value <tt>false</tt> (0xf4) otherwise.</t>
          </li>
          <li>
            <t>L is the size of the countersignature, as per Signature Algorithm from the Common Context (see <xref target="ssec-common-context-cs-alg"/>), in bytes.</t>
          </li>
        </ul>
      </section>
      <section anchor="compression-examples">
        <name>Examples of Compressed COSE Objects</name>
        <t>This section covers a list of OSCORE Header Compression examples of Group OSCORE used in group mode (see <xref target="sssec-example-cose-group"/>) or in pairwise mode (see <xref target="sssec-example-cose-pairwise"/>).</t>
        <t>The examples assume that the COSE_Encrypt0 object is set (which means the CoAP message and cryptographic material is known). Note that the examples do not include the full CoAP unprotected message or the full Security Context, but only the input necessary to the compression mechanism, i.e., the COSE_Encrypt0 object. The output is the compressed COSE object as defined in <xref target="compression-details"/> and divided into two parts, since the object is transported in two CoAP fields: OSCORE Option and payload.</t>
        <t>The examples assume that the plaintext (see <xref section="5.3" sectionFormat="of" target="RFC8613"/>) is 6 bytes long, and that the AEAD tag is 8 bytes long, hence resulting in a ciphertext which is 14 bytes long. When using the group mode, the COSE_Countersignature0 byte string as described in <xref target="sec-cose-object"/> is assumed to be 64 bytes long.</t>
        <section anchor="sssec-example-cose-group">
          <name>Examples in Group Mode</name>
          <t>Request with ciphertext = 0xaea0155667924dff8a24e4cb35b9, kid = 0x25, Partial IV = 5 and kid context = 0x44616c.</t>
          <ul spacing="normal">
            <li>
              <t>Before compression (96 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {
       / kid /                           4 : h'25',
       / Partial IV /                    6 : h'05',
       / kid context /                  10 : h'44616c',
       / Countersignature0 version 2 /  12 : h'66e6d9b0
       db009f3e105a673f8855611726caed57f530f8cae9d0b168
       513ab949fedc3e80a96ebe94ba08d3f8d3bf83487458e2ab
       4c2f936ff78b50e33c885e35'
     },
     / ciphertext / h'aea0155667924dff8a24e4cb35b9'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>After compression (85 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   Flag byte: 0b00111001 = 0x39 (1 byte)

   Option Value: 0x39 05 03 44 61 6c 25 (7 bytes)

   Payload: 0xaea0155667924dff8a24e4cb35b9 de9e ... f1
   (14 bytes + size of the encrypted countersignature)
]]></artwork>
          <t> </t>
          <t>Response with ciphertext = 0x60b035059d9ef5667c5a0710823b, kid = 0x52 and no Partial IV.</t>
          <ul spacing="normal">
            <li>
              <t>Before compression (88 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {
       / kid /                           4 : h'52',
       / Countersignature0 version 2 /  12 : h'f5b659b8
       24487eb349c5c5c8a3fe401784cade2892725438e8be0fab
       daa2867ee6d29f68edb0818e50ebf98c28b923d0205f5162
       e73662e27c1a3ec562a49b80'
     },
     / ciphertext / h'60b035059d9ef5667c5a0710823b'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>After compression (80 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   Flag byte: 0b00101000 = 0x28 (1 byte)

   Option Value: 0x28 52 (2 bytes)

   Payload: 0x60b035059d9ef5667c5a0710823b ca1e ... b3
   (14 bytes + size of the encrypted countersignature)
]]></artwork>
        </section>
        <section anchor="sssec-example-cose-pairwise">
          <name>Examples in Pairwise Mode</name>
          <t>Request with ciphertext = 0xaea0155667924dff8a24e4cb35b9, kid = 0x25, Partial IV = 5 and kid context = 0x44616c.</t>
          <ul spacing="normal">
            <li>
              <t>Before compression (29 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {
       / kid /           4 : h'25',
       / Partial IV /    6 : h'05',
       / kid context /  10 : h'44616c'
     },
     / ciphertext / h'aea0155667924dff8a24e4cb35b9'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>After compression (21 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   Flag byte: 0b00011001 = 0x19 (1 byte)

   Option Value: 0x19 05 03 44 61 6c 25 (7 bytes)

   Payload: 0xaea0155667924dff8a24e4cb35b9 (14 bytes)
]]></artwork>
          <t> </t>
          <t>Response with ciphertext = 0x60b035059d9ef5667c5a0710823b and no Partial IV.</t>
          <ul spacing="normal">
            <li>
              <t>Before compression (18 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {},
     / ciphertext / h'60b035059d9ef5667c5a0710823b'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>After compression (14 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   Flag byte: 0b00000000 = 0x00 (1 byte)

   Option Value: 0x (0 bytes)

   Payload: 0x60b035059d9ef5667c5a0710823b (14 bytes)
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="message-binding-sequence-numbers-freshness-and-replay-protection">
      <name>Message Binding, Sequence Numbers, Freshness, and Replay Protection</name>
      <t>Like OSCORE, Group OSCORE provides message binding of responses to requests, as well as uniqueness of (key, nonce) pairs (see Sections <xref target="RFC8613" section="7.1" sectionFormat="bare"/> and <xref target="RFC8613" section="7.2" sectionFormat="bare"/> of <xref target="RFC8613"/>, respectively).</t>
      <section anchor="sec-long-exchanges">
        <name>Supporting Multiple Responses in Long Exchanges</name>
        <t>For each of its ongoing long exchanges, a client maintains one Response Number for each different server. Then, separately for each server, the client uses the associated Response Number to perform ordering and replay protection of responses received from that server within that long exchange (see <xref target="sec-replay-protection-responses"/>).</t>
        <t>That is, the Response Number has the same purpose that the Notification Number has in OSCORE (see Section 4.1.3.5.2 of <xref target="RFC8613"/>), but a client uses it for handling any response from the associated server within a long exchange.</t>
        <t>Group OSCORE allows a long exchange to remain active, even if the group is rekeyed (thus changing the ID Context) or the client obtains a new Sender ID.</t>
        <t>As defined in <xref target="mess-processing"/>, this is achieved by the client and server(s) storing the 'kid' and 'kid context' used in the original request, throughout the whole duration of the long exchange.</t>
        <t>Upon leaving the group or before re-joining the group, a group member <bcp14>MUST</bcp14> terminate all the ongoing long exchanges that it has started in the group as a client. This frees up the CoAP Token associated with the corresponding request.</t>
      </section>
      <section anchor="sec-freshness">
        <name>Freshness</name>
        <t>If the application requires freshness, e.g., according to time- or event-based policies (see <xref section="2.5.1" sectionFormat="of" target="RFC9175"/>), a server can use the approach in <xref target="sec-synch-challenge-response"/> as a variant of the Challenge-Response procedure based on the Echo Option <xref target="RFC9175"/> before delivering request messages from a client to the application.</t>
        <t>Like in OSCORE <xref target="RFC8613"/>, assuming an honest server, the message binding guarantees that a response is not older than the request it replies to. Therefore, building on <xref section="7.3" sectionFormat="of" target="RFC8613"/>, the following properties hold for Group OSCORE.</t>
        <ul spacing="normal">
          <li>
            <t>The freshness of a response can be assessed if it is received soon after the request.  </t>
            <t>
For responses within a long exchange, this assessment gets weaker with time. If such responses are Observe notifications <xref target="RFC7641"/>, it is <bcp14>RECOMMENDED</bcp14> that the client regularly re-register the observation.  </t>
            <t>
If the request was neither a group request nor an Observe request, there is at most a single valid response and only from one, individually targeted server in the group. Thus, freshness can be assessed depending on when the request was sent.</t>
          </li>
          <li>
            <t>It is not guaranteed that a misbehaving server did not create the response before receiving the request, i.e., Group OSCORE does not verify server aliveness.</t>
          </li>
          <li>
            <t>For requests and responses, the received Partial IV allows a recipient to determine the relative order of requests or responses.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-replay-protection">
        <name>Replay Protection</name>
        <t>Like in OSCORE <xref target="RFC8613"/>, the replay protection relies on the Partial IV of incoming messages. A server updates the Replay Window of its Recipient Contexts based on the Partial IV values in received request messages, which correspond to the Sender Sequence Numbers of the clients. Note that there can be large jumps in these Sender Sequence Number values, for example when a client exchanges unicast messages with other servers. The operation of validating the Partial IV and performing replay protection <bcp14>MUST</bcp14> be atomic. <xref target="ssec-loss-mutable-context"/> and <xref target="new-sec-context"/> describe the update of Replay Windows after the loss of data from the Security Context and the retrieving of new Security Context parameters.</t>
        <t>The protection from replay of requests is performed as per <xref section="7.4" sectionFormat="of" target="RFC8613"/>, separately for each client and by leveraging the Replay Window in the corresponding Recipient Context. The protection from replay of responses in a long exchange is performed as defined in <xref target="sec-replay-protection-responses"/> of this document.</t>
        <section anchor="sec-replay-protection-responses">
          <name>Replay Protection of Responses</name>
          <t>A client uses the method defined in this section in order to check whether a received response is a replay.</t>
          <t>This especially applies to responses received within a long exchange, during which multiple such responses can be received from the same server to the corresponding request. These include Observe notifications <xref target="RFC7641"/>; and non-notification responses as a reply to a group request, which the client can receive until the CoAP Token value associated with the group request is freed up (see Section 3.1.6 of <xref target="I-D.ietf-core-groupcomm-bis"/>).</t>
          <t>When sending a response (both successful and error), a server <bcp14>MUST</bcp14> include its Sender Sequence Number as Partial IV in the response, except when sending the first response to the corresponding request, in which case the Partial IV in the response <bcp14>MAY</bcp14> be omitted.</t>
          <t>In order to protect against replay, the client <bcp14>SHALL</bcp14> maintain for each ongoing long exchange one Response Number for each different server. The Response Number is a non-negative integer containing the largest Partial IV of the responses received from that server during the long exchange, while using the same Security Context.</t>
          <t>Then, separately for each server, the client uses the associated Response Number to perform ordering and replay protection of the responses from that server during the long exchange, by comparing their Partial IVs with one another and against the Response Number.</t>
          <t>For every long exchange, the Response Number associated with a server is initialized to the Partial IV of the response from that server such that, within the long exchange, it is the first response from that server to include a Partial IV and to be successfully verified with the used Security Context. Note that, when a new Security Context is established in the group, the client sets the Response Number of each associated server as not initialized (see <xref target="new-sec-context"/>), hence later responses within the same long exchange and protected with the new Security Context will result in a new initialization of Response Numbers. Furthermore, for every long exchange, a client <bcp14>MUST</bcp14> only accept at most one response without Partial IV from each server, and treat it as the oldest response from that server within that long exchange.</t>
          <t>During a long exchange, a client receiving a response containing a Partial IV <bcp14>SHALL</bcp14> compare the Partial IV with the Response Number associated with the replying server within that long exchange. The client <bcp14>MUST</bcp14> stop processing a response from a server, if that response has a Partial IV that has been previously received from that server during that long exchange, while using the same Security Context.</t>
          <t>Applications <bcp14>MAY</bcp14> decide that a client only processes responses within a long exchange if those have a greater Partial IV than the Response Number associated with the replying server within that long exchange. This limits the storage overhead on the client to maintaining one Response Number per replying server within the long exchange. Conversely, more permissive applications can allow clients to also process responses that have a smaller Partial IV than the Response Number associated with the replying server. For a client, the ability to detect previously received Partial IVs while admitting the processing of such responses comes at the cost of additional storage overhead, for which a reasonable bound has to be defined by the application. A possible way to achieve that relies on using a sliding Replay Window uniquely paired with the replying server within the long exchange, similarly to that used by a server for detecting replayed requests.</t>
          <t>If the verification of the response succeeds, and the received Partial IV (when included) was greater than the Response Number associated with the replying server, then the client <bcp14>SHALL</bcp14> overwrite that Response Number with the received Partial IV.</t>
          <t>As long as a server uses the same Security Context to protect its responses to the same request, the client <bcp14>MUST</bcp14> consider the response with the highest Partial IV as the freshest response from that server among those protected with that Security Context, regardless of the order of arrival. Within a long exchange, implementations need to make sure that a response without Partial IV is considered the oldest response from the replying server within that long exchange.</t>
          <t>The method defined in this section is not relevant for responses to requests that are neither group requests nor Observe requests. In fact, for each of such requests, there is at most one response and only from one individually targeted server in the group.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-message-reception">
      <name>Message Reception</name>
      <t>Upon receiving a protected message, a recipient endpoint retrieves a Security Context as in <xref target="RFC8613"/>. An endpoint <bcp14>MUST</bcp14> be able to distinguish between a Security Context to process OSCORE messages as in <xref target="RFC8613"/> and a Group OSCORE Security Context to process Group OSCORE messages as defined in this document.</t>
      <t>The way to accomplish this distinction is implementation specific. For example, an endpoint can take into account the different structure of the Security Context defined in <xref target="sec-context"/>, e.g., based on the presence of Signature Algorithm and Pairwise Key Agreement Algorithm in the Common Context. Alternatively, at the cost of increasing storage, implementations can use an additional parameter in the Security Context, to explicitly mark that it is intended for processing Group OSCORE messages.</t>
      <t>If either of the following conditions holds, a recipient endpoint <bcp14>MUST</bcp14> discard the incoming protected message:</t>
      <ul spacing="normal">
        <li>
          <t>The Group Flag is set to 0 and the retrieved Security Context is associated with an OSCORE group, but the endpoint does not support the pairwise mode or any of the following parameters is not set in the Security Context: the AEAD Algorithm and the Pairwise Key Agreement Algorithm.</t>
        </li>
        <li>
          <t>The Group Flag is set to 1 and the retrieved Security Context is associated with an OSCORE group, but the endpoint does not support the group mode or any of the following parameters is not set in the Security Context: the Group Encryption Algorithm and the Signature Algorithm.</t>
        </li>
        <li>
          <t>The Group Flag is set to 1 but there is no Security Context associated with an OSCORE group.  </t>
          <t>
Future specifications may define how to process incoming messages protected with Security Contexts as in <xref target="RFC8613"/>, when the Group Flag bit is set to 1.</t>
        </li>
      </ul>
      <t>Otherwise, if a Security Context associated with an OSCORE group is retrieved, the recipient endpoint processes the message with Group OSCORE, using the group mode (see <xref target="mess-processing"/>) if the Group Flag is set to 1, or the pairwise mode (see <xref target="sec-pairwise-protection"/>) if the Group Flag is set to 0.</t>
      <t>Note that if the Group Flag is set to 0 and the recipient endpoint retrieves a Security Context which is valid to process the message but is not associated with an OSCORE group, then the message is processed according to <xref target="RFC8613"/>.</t>
    </section>
    <section anchor="mess-processing">
      <name>Message Processing in Group Mode</name>
      <t>When using the group mode, messages are protected and processed as specified in <xref target="RFC8613"/> with the modifications described in this section. The security objectives of the group mode are discussed in <xref target="ssec-sec-objectives"/>.</t>
      <t>The possible use of the group mode is indicated by the Group Manager as part of the group data provided to new group members when joining the group, according to which the parameters Group Encryption Algorithm and Signature Algorithm in the Security Context are set (see <xref target="sec-context"/>).</t>
      <t>During all the steps of the message processing, an endpoint <bcp14>MUST</bcp14> use the same Security Context for the considered group. That is, an endpoint <bcp14>MUST NOT</bcp14> install a new Security Context for that group (see <xref target="new-sec-context"/>) until the message processing is completed.</t>
      <t>The group mode <bcp14>SHOULD</bcp14> be used to protect group requests intended for multiple recipients or for the whole group. This applies to both requests directly addressed to multiple recipients, e.g., sent by the client over multicast, as well as requests sent by the client over unicast to a proxy that forwards them to the intended recipients over multicast <xref target="I-D.ietf-core-groupcomm-bis"/>. Exceptions where the requirement above is not fulfilled and the pairwise mode is used to protect group requests include: the efficient discovery of a server's address in the group (see <xref target="ssec-pre-conditions"/>); or the enabling of simple constructions where a variation of the pairwise mode protects requests possibly intended to multiple servers, in such a way that the corresponding responses are effectively cacheable by intermediaries (e.g., see <xref target="I-D.ietf-core-cacheable-oscore"/>).</t>
      <t>As per <xref target="RFC7252"/><xref target="I-D.ietf-core-groupcomm-bis"/>, group requests sent over multicast are always Non-confirmable, and thus are not retransmitted by the CoAP messaging layer. Instead, applications should store such outgoing messages for a predefined, sufficient amount of time, in order to correctly perform potential retransmissions at the application layer. If performed, these retransmissions are repetitions of previous protected messages, which the sender endpoint does not protect again with Group OSCORE.</t>
      <t>According to <xref section="5.2.3" sectionFormat="of" target="RFC7252"/>, "[i]f the request message is Non-confirmable, then the response <bcp14>SHOULD</bcp14> be returned in a Non-confirmable message as well. However, an endpoint <bcp14>MUST</bcp14> be prepared to receive (...) a Confirmable response in reply to a Non-confirmable request." Confirmable group requests are acknowledged when sent over non-multicast transports, as specified in <xref target="RFC7252"/>.</t>
      <t>Furthermore, endpoints in the group locally perform error handling and processing of invalid messages according to the same principles adopted in <xref target="RFC8613"/>. In addition, a recipient <bcp14>MUST</bcp14> stop processing and reject any message that is malformed and that does not follow the format specified in <xref target="sec-cose-object"/> of this document, or that is not cryptographically validated in a successful way as per the processing defined in <xref target="ssec-verify-request"/> and <xref target="ssec-verify-response"/> of this document.</t>
      <t>In either case, it is <bcp14>RECOMMENDED</bcp14> that a server does not send back any error message in reply to a received request if either of the following conditions holds:</t>
      <ul spacing="normal">
        <li>
          <t>The server is not able to identify whether the received request is a group request, i.e., as sent to all servers in the group.</t>
        </li>
        <li>
          <t>The server identifies the received request as a group request.</t>
        </li>
      </ul>
      <t>This prevents servers from replying with multiple error messages to a client sending a group request, so avoiding the risk of flooding and possibly congesting the network.</t>
      <section anchor="ssec-protect-request">
        <name>Protecting the Request</name>
        <t>When using the group mode to protect a request, a client proceeds as described in <xref section="8.1" sectionFormat="of" target="RFC8613"/> with the following modifications.</t>
        <ul spacing="normal">
          <li>
            <t>In Step 2, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.</t>
          </li>
          <li>
            <t>In Step 4, the encryption of the COSE object is modified as described in <xref target="sec-cose-object"/> of this document. The encoding of the compressed COSE object is modified as described in <xref target="compression"/> of this document. In particular, the Group Flag <bcp14>MUST</bcp14> be set to 1. The Group Encryption Algorithm from the Common Context <bcp14>MUST</bcp14> be used.</t>
          </li>
          <li>
            <t>In Step 5, the countersignature is computed and the format of the OSCORE message is modified as described in <xref target="sec-cose-object"/> and <xref target="compression"/> of this document. In particular, the payload of the Group OSCORE message includes also the encrypted countersignature.</t>
          </li>
        </ul>
        <t>In addition, the following applies when sending a request that establishes a long exchange.</t>
        <ul spacing="normal">
          <li>
            <t>If the client intends to keep the long exchange active beyond a possible change of Sender ID, the client <bcp14>MUST</bcp14> store the value of the 'kid' parameter from the request, and retain it until the long exchange is terminated. Even in case the client is individually rekeyed and receives a new Sender ID from the Group Manager (see <xref target="new-sender-id"/>), the client <bcp14>MUST NOT</bcp14> update the stored 'kid' parameter value associated with the long exchange and the corresponding request.</t>
          </li>
          <li>
            <t>If the client intends to keep the long exchange active beyond a possible change of ID Context following a group rekeying (see <xref target="sec-group-key-management"/>), then the following applies.  </t>
            <ul spacing="normal">
              <li>
                <t>The client <bcp14>MUST</bcp14> store the value of the 'kid context' parameter from the request, and retain it until the long exchange is terminated. Upon establishing a new Security Context with a new Gid as ID Context (see <xref target="new-sec-context"/>), the client <bcp14>MUST NOT</bcp14> update the stored 'kid context' parameter value associated with the long exchange and the corresponding request.</t>
              </li>
              <li>
                <t>The client <bcp14>MUST</bcp14> store an invariant identifier of the group, which is immutable even if the Security Context of the group is re-established.  For example, this invariant identifier can be the "group name" in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, where it is used for joining the group and retrieving the current group keying material from the Group Manager.      </t>
                <t>
After a group rekeying, the client might have missed both the rekeying messages and the servers' first responses that are protected with the new Security Context and include the new ID Context (Gid) in the 'kid context' parameter (see <xref target="ssec-protect-response"/>). In such a case, while still not knowing the new ID Context (Gid) used in the group, the client is able to retrieve the current group keying material from the Group Manager, using the invariant identifier to unambiguously refer to the group.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="ssec-verify-request">
        <name>Verifying the Request</name>
        <t>Upon receiving a protected request with the Group Flag set to 1, following the procedure in <xref target="sec-message-reception"/>, a server proceeds as described in <xref section="8.2" sectionFormat="of" target="RFC8613"/> with the following modifications.</t>
        <ul spacing="normal">
          <li>
            <t>In Step 2, the decoding of the compressed COSE object follows <xref target="compression"/> of this document. In particular:  </t>
            <ul spacing="normal">
              <li>
                <t>If the server discards the request due to not retrieving a Security Context associated with the OSCORE group, the server <bcp14>MAY</bcp14> respond with a 4.01 (Unauthorized) error message. When doing so, the server <bcp14>MAY</bcp14> set an Outer Max-Age Option with value zero, and <bcp14>MAY</bcp14> include a descriptive string as diagnostic payload.</t>
              </li>
              <li>
                <t>If the received 'kid context' matches an existing ID Context (Gid) but the received 'kid' does not match any Recipient ID in this Security Context, then the server <bcp14>MAY</bcp14> create a new Recipient Context for this Recipient ID and initialize it according to <xref section="3" sectionFormat="of" target="RFC8613"/>, and also retrieve the authentication credential associated with the Recipient ID to be stored in the new Recipient Context. Such a configuration is application specific. If the application does not specify dynamic derivation of new Recipient Contexts, then the server <bcp14>SHALL</bcp14> stop processing the request.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In Step 4, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.</t>
          </li>
          <li>
            <t>In Step 6, the server also verifies the countersignature by using the public key from the client's authentication credential stored in the associated Recipient Context. In particular:  </t>
            <ul spacing="normal">
              <li>
                <t>If the server does not have the public key of the client yet, the server <bcp14>MUST</bcp14> stop processing the request and <bcp14>MAY</bcp14> respond with a 5.03 (Service Unavailable) response. The response <bcp14>MAY</bcp14> include a Max-Age Option, indicating to the client the number of seconds after which to retry. If the Max-Age Option is not present, <xref section="5.10.5" sectionFormat="of" target="RFC7252"/> specifies a default retry time of 60 seconds.</t>
              </li>
              <li>
                <t>The signature verification as defined below <bcp14>SHOULD</bcp14> be performed before decrypting the COSE object. An exception applies to implementations that cannot perform the two steps in this order. Those implementations <bcp14>MUST</bcp14> ensure that no access to the plaintext is possible before a successful signature verification and <bcp14>MUST</bcp14> prevent any possible leak of time-related information that can yield side-channel attacks.</t>
              </li>
              <li>
                <t>The server retrieves the encrypted countersignature ENC_SIGNATURE from the message payload, and computes the original countersignature SIGNATURE as      </t>
                <t>
SIGNATURE = ENC_SIGNATURE XOR KEYSTREAM      </t>
                <t>
where KEYSTREAM is derived as per <xref target="sssec-encrypted-signature-keystream"/>.</t>
              </li>
              <li>
                <t>The server verifies the original countersignature SIGNATURE as described in Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/> by using the client's public key and according to the Signature Algorithm in the Security Context.      </t>
                <t>
In particular, the Countersign_structure contains the context text string "CounterSignature0", the external_aad as defined in <xref target="sec-cose-object-ext-aad"/> of this document, and the ciphertext of the COSE object as payload.</t>
              </li>
              <li>
                <t>If the signature verification fails, the server <bcp14>SHALL</bcp14> stop processing the request, <bcp14>SHALL NOT</bcp14> update the Replay Window, and <bcp14>MAY</bcp14> respond with a 4.00 (Bad Request) response. Such a response <bcp14>MAY</bcp14> include an Outer Max-Age Option with value zero, and its diagnostic payload <bcp14>MAY</bcp14> contain a string, which, if present, <bcp14>MUST</bcp14> be "Decryption failed" as if the decryption of the COSE object had failed.</t>
              </li>
              <li>
                <t>When decrypting the COSE object using the Recipient Key, the Group Encryption Algorithm from the Common Context <bcp14>MUST</bcp14> be used.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Additionally, if the used Recipient Context was created upon receiving this request and the message is not verified successfully, the server <bcp14>MAY</bcp14> delete that Recipient Context. When this behavior is specified by the application, it mitigates attacks that aim at overloading the server's storage.  </t>
            <t>
If the server deletes the used Recipient Context in this particular circumstance, then this deletion does not require the server to initialize as invalid the Replay Window of any new Recipient Context created later within the Security Context (see <xref target="ssec-loss-mutable-context-overflow"/>).</t>
          </li>
        </ul>
        <t>A server <bcp14>SHOULD NOT</bcp14> process a request if the received Recipient ID ('kid') is equal to its own Sender ID in its own Sender Context. However, in some applications the server can prepare a request to be sent to itself (e.g., see <xref target="I-D.ietf-core-observe-multicast-notifications"/>), in which case such requests would be expected.</t>
        <t>In addition, the following applies if the request establishes a long exchange and the server intends to reply with multiple responses.</t>
        <ul spacing="normal">
          <li>
            <t>The server <bcp14>MUST</bcp14> store the value of the 'kid' parameter from the request, and retain it until the last response has been sent. The server <bcp14>MUST NOT</bcp14> update the stored value of the 'kid' parameter associated with the request, even if the client is individually rekeyed and starts using a new Sender ID received from the Group Manager (see <xref target="new-sender-id"/>).</t>
          </li>
          <li>
            <t>The server <bcp14>MUST</bcp14> store the value of the 'kid context' parameter from the request, and retain it until the last response has been sent, i.e., beyond a possible change of ID Context following a group rekeying (see <xref target="sec-group-key-management"/>). That is, upon establishing a new Security Context with a new Gid as ID Context (see <xref target="new-sec-context"/>), the server <bcp14>MUST NOT</bcp14> update the stored value of a 'kid context' parameter associated with the request.</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-protect-response">
        <name>Protecting the Response</name>
        <t>When using the group mode to protect a response, a server proceeds as described in <xref section="8.3" sectionFormat="of" target="RFC8613"/> with the following modifications.</t>
        <t>Note that the server always protects a response with the Sender Context from its latest Security Context, and that establishing a new Security Context resets the Sender Sequence Number to 0 (see <xref target="new-sender-id"/> and <xref target="new-sec-context"/>).</t>
        <ul spacing="normal">
          <li>
            <t>In Step 2, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.  </t>
            <t>
In addition, the following applies if the server intends to reply with multiple responses within the long exchange established by the corresponding request.  </t>
            <ul spacing="normal">
              <li>
                <t>The server <bcp14>MUST</bcp14> use the stored value of the 'kid' parameter from the request (see <xref target="ssec-verify-request"/>), as value for the 'request_kid' parameter in the external_aad (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
              <li>
                <t>The server <bcp14>MUST</bcp14> use the stored value of the 'kid context' parameter from the request (see <xref target="ssec-verify-request"/>), as value for the 'request_kid_context' parameter in the external_aad (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In Step 3, if either of the following conditions holds, the server <bcp14>MUST</bcp14> include its Sender Sequence Number as Partial IV in the response and use it to build the nonce to protect the response. This prevents the server from reusing the nonce from the request together with the same encryption key.  </t>
            <ul spacing="normal">
              <li>
                <t>The response is not the first response that the server sends to the request.</t>
              </li>
              <li>
                <t>The server is using a different Security Context for the response than the one that was used to verify the request (see <xref target="sec-group-key-management"/>).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In Step 4, the encryption of the COSE object is modified as described in <xref target="sec-cose-object"/> of this document. The encoding of the compressed COSE object is modified as described in <xref target="compression"/> of this document. In particular, the Group Flag <bcp14>MUST</bcp14> be set to 1. The Group Encryption Algorithm from the Common Context <bcp14>MUST</bcp14> be used.  </t>
            <t>
In addition, the following applies.  </t>
            <ul spacing="normal">
              <li>
                <t>If the server is using a different ID Context (Gid) for the response than the one that was used to verify the request (see <xref target="sec-group-key-management"/>) and this is the first response from the server to that request, then the new ID Context <bcp14>MUST</bcp14> be included in the 'kid context' parameter of the response.</t>
              </li>
              <li>
                <t>The server may be replying to a request that was protected with an old Security Context. After completing the establishment of a new Security Context, the server <bcp14>MUST</bcp14> protect all the responses to that request with the Sender Context of the new Security Context.      </t>
                <t>
For each ongoing long exchange, the server can help the client to synchronize, by including also the 'kid context' parameter in responses following a group rekeying, with value set to the ID Context (Gid) of the new Security Context.      </t>
                <t>
If there is a known upper limit to the duration of a group rekeying, the server <bcp14>SHOULD</bcp14> include the 'kid context' parameter during that time. Otherwise, the server <bcp14>SHOULD</bcp14> include it until the Max-Age has expired for the last response sent before the installation of the new Security Context.</t>
              </li>
              <li>
                <t>The server can obtain a new Sender ID from the Group Manager when individually rekeyed (see <xref target="new-sender-id"/>) or when re-joining the group. In such a case, the server can help the client to synchronize by including the 'kid' parameter in a response protected in group mode even when the request was protected in pairwise mode (see <xref target="sec-pairwise-protection-req"/>).      </t>
                <t>
That is, when responding to a request protected in pairwise mode, the server <bcp14>SHOULD</bcp14> include the 'kid' parameter in a response protected in group mode, if it is replying to that client for the first time since the assignment of its new Sender ID.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In Step 5, the countersignature is computed and the format of the OSCORE message is modified as described in <xref target="sec-cose-object"/> and <xref target="compression"/> of this document. In particular the payload of the Group OSCORE message includes also the encrypted countersignature (see <xref target="compression-details"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-verify-response">
        <name>Verifying the Response</name>
        <t>Upon receiving a protected response with the Group Flag set to 1, following the procedure in <xref target="sec-message-reception"/>, a client proceeds as described in <xref section="8.4" sectionFormat="of" target="RFC8613"/> with the modifications described in this section.</t>
        <t>Note that a client may receive a response protected with a Security Context different from the one used to protect the corresponding request, and that, upon the establishment of a new Security Context, the client re-initializes its Replay Windows in its Recipient Contexts (see <xref target="sec-group-key-management"/>).</t>
        <ul spacing="normal">
          <li>
            <t>In Step 2, the decoding of the compressed COSE object is modified as described in <xref target="compression"/> of this document. In particular, a 'kid' may not be present if the response is a reply to a request protected in pairwise mode. In such a case, the client assumes the response 'kid' to be the Recipient ID for the server for which the request protected in pairwise mode was intended.  </t>
            <t>
If the response 'kid context' matches an existing ID Context (Gid) but the received/assumed 'kid' does not match any Recipient ID in this Security Context, then the client <bcp14>MAY</bcp14> create a new Recipient Context for this Recipient ID and initialize it according to <xref section="3" sectionFormat="of" target="RFC8613"/>, and also retrieve the authentication credential associated with the Recipient ID to be stored in the new Recipient Context. If the application does not specify dynamic derivation of new Recipient Contexts, then the client <bcp14>SHALL</bcp14> stop processing the response.</t>
          </li>
          <li>
            <t>In Step 3, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.  </t>
            <t>
In addition, the following applies if the client processes a response to a request within a long exchange.  </t>
            <ul spacing="normal">
              <li>
                <t>The client <bcp14>MUST</bcp14> use the stored value of the 'kid' parameter from the request (see <xref target="ssec-protect-request"/>), as value for the 'request_kid' parameter in the external_aad (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
              <li>
                <t>The client <bcp14>MUST</bcp14> use the stored value of the 'kid context' parameter from the request (see <xref target="ssec-protect-request"/>), as value for the 'request_kid_context' parameter in the external_aad (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
            </ul>
            <t>
This ensures that, throughout a long exchange, the client can correctly verify the received responses, even if the client is individually rekeyed and starts using a new Sender ID received from the Group Manager (see <xref target="new-sender-id"/>), as well as when it installs a new Security Context with a new ID Context (Gid) following a group rekeying (see <xref target="sec-group-key-management"/>).</t>
          </li>
          <li>
            <t>In Step 5, the client also verifies the countersignature by using the public key from the server's authentication credential stored in the associated Recipient Context. In particular:  </t>
            <ul spacing="normal">
              <li>
                <t>The signature verification as defined below <bcp14>SHOULD</bcp14> be performed before decrypting the COSE object. An exception applies to implementations that cannot perform the two steps in this order. Those implementations <bcp14>MUST</bcp14> ensure that no access to the plaintext is possible before a successful signature verification and <bcp14>MUST</bcp14> prevent any possible leak of time-related information that can yield side-channel attacks.</t>
              </li>
              <li>
                <t>The client retrieves the encrypted countersignature ENC_SIGNATURE from the message payload, and computes the original countersignature SIGNATURE as      </t>
                <t>
SIGNATURE = ENC_SIGNATURE XOR KEYSTREAM      </t>
                <t>
where KEYSTREAM is derived as per <xref target="sssec-encrypted-signature-keystream"/>.      </t>
                <t>
The client verifies the original countersignature SIGNATURE.</t>
              </li>
              <li>
                <t>If the verification of the countersignature fails, the client: i) <bcp14>SHALL</bcp14> stop processing the response; and ii) <bcp14>SHALL NOT</bcp14> update the Response Number associated with the server.</t>
              </li>
              <li>
                <t>After a successful verification of the countersignature, the client performs also the following actions in case the request was protected in pairwise mode (see <xref target="sec-pairwise-protection-req"/>).      </t>
                <ul spacing="normal">
                  <li>
                    <t>If the 'kid' parameter is present in the response, the client checks whether this received 'kid' is equal to the expected 'kid', i.e., the known Recipient ID for the server for which the request was intended.</t>
                  </li>
                  <li>
                    <t>If the 'kid' parameter is not present in the response, the client checks whether the server that has sent the response is the same one for which the request was intended. This can be done by checking that the public key used to verify the countersignature of the response is equal to the public key included in the authentication credential Recipient Auth Cred, which was taken as input to derive the Pairwise Sender Key used for protecting the request (see <xref target="key-derivation-pairwise"/>).</t>
                  </li>
                </ul>
                <t>
In either case, if the client determines that the response has come from a different server than the expected one, then the client: i) <bcp14>SHALL</bcp14> discard the response and <bcp14>SHALL NOT</bcp14> deliver it to the application; ii) <bcp14>SHALL NOT</bcp14> update the Response Number associated with the server.      </t>
                <t>
Otherwise, the client hereafter considers the received 'kid' as the current Recipient ID for the server.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In Step 5, when decrypting the COSE object using the Recipient Key, the Group Encryption Algorithm from the Common Context <bcp14>MUST</bcp14> be used.  </t>
            <t>
In addition, the client performs the following actions if the response is received within a long exchange.  </t>
            <ul spacing="normal">
              <li>
                <t>The ordering and the replay protection of responses received from the server during the long exchange are performed as per <xref target="sec-replay-protection-responses"/> of this document, by using the Response Number associated with that server within that long exchange. In case of unsuccessful decryption and verification of a response, the client <bcp14>SHALL NOT</bcp14> update the Response Number associated with the server.</t>
              </li>
              <li>
                <t>When receiving the first valid response from the server within the long exchange, the client <bcp14>MUST</bcp14> store the kid "kid1" of that server for that long exchange. If the 'kid' field is included in the OSCORE Option of the response, its value specifies "kid1". If the request was protected in pairwise mode (see <xref target="sec-pairwise-protection-req"/>), the 'kid' field may not be present in the OSCORE Option of the response (see <xref target="sec-cose-object-kid"/>). In this case, the client assumes "kid1" to be the Recipient ID for the server for which the request was intended.</t>
              </li>
              <li>
                <t>When receiving another valid response to the same request from the same server - which can be identified and recognized through the same public key used to verify the countersignature and included in the server's authentication credential - the client determines the kid "kid2" of the server as above for "kid1", and <bcp14>MUST</bcp14> check whether "kid2" is equal to the stored "kid1".      </t>
                <t>
If "kid1" and "kid2" are different, the client <bcp14>SHOULD NOT</bcp14> accept the response as valid to be delivered to the application, and <bcp14>SHOULD NOT</bcp14> update the Response Number associated with the server. Exceptions can apply as the client can retain the information required to order the responses, or if the client application does not require response ordering altogether. Servers <bcp14>MUST NOT</bcp14> rely on clients tolerating this, unless it was explicitly agreed on (e.g., as part of the group's setup).</t>
              </li>
            </ul>
            <t>
Note that, if "kid2" is different from "kid1" and the 'kid' field is omitted from the response - which is possible if the request was protected in pairwise mode - then the client will compute a wrong keystream to decrypt the countersignature (i.e., by using "kid1" rather than "kid2" in the 'id' field of the 'info' array in <xref target="sssec-encrypted-signature-keystream"/>), thus subsequently failing to verify the countersignature and discarding the response.  </t>
            <t>
This ensures that the client remains able to correctly perform the ordering and replay protection of responses within a long exchange, even if the server legitimately starts using a new Sender ID, as received from the Group Manager when individually rekeyed (see <xref target="new-sender-id"/>) or when re-joining the group.</t>
          </li>
          <li>
            <t>In Step 8, if the used Recipient Context was created upon receiving this response and the message is not verified successfully, the client <bcp14>MAY</bcp14> delete that Recipient Context. When this behavior is specified by the application, it mitigates attacks that aim at overloading the client's storage.  </t>
            <t>
If the client deletes the used Recipient Context in this particular circumstance, then this deletion does not require the client to initialize as invalid the Replay Window of any new Recipient Context created later within the Security Context (see <xref target="ssec-loss-mutable-context-overflow"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-processing-signature-checker">
        <name>External Signature Checkers</name>
        <t>When a message is protected in group mode, it is possible for designated external signature checkers to verify the countersignature of the message.  For example, an external signature checker can be an intermediary gateway that intercepts messages protected in group mode and ensures that they reach the intended recipients only if it successfully verifies their countersignatures.</t>
        <t>Since they do not join a group as members, external signature checkers need to retrieve from the Group Manager the authentication credentials of group members and other selected group data, such as the current Signature Encryption Key (see <xref target="ssec-common-context-group-enc-key"/>). <xref target="sec-additional-entities"/> describes how the Group Manager supports signature checkers.</t>
        <t>When receiving a message protected in group mode, a signature checker proceeds as follows.</t>
        <ul spacing="normal">
          <li>
            <t>The signature checker retrieves the encrypted countersignature ENC_SIGNATURE from the message payload, and computes the original countersignature SIGNATURE as  </t>
            <t>
SIGNATURE = ENC_SIGNATURE XOR KEYSTREAM  </t>
            <t>
where KEYSTREAM is derived as per <xref target="sssec-encrypted-signature-keystream"/>.</t>
          </li>
          <li>
            <t>The signature checker verifies the original countersignature SIGNATURE, by using the public key of the sender endpoint as included in that endpoint's authentication credential. The signature checker determines the right authentication credential based on the ID Context (Gid) and the Sender ID of the sender endpoint.</t>
          </li>
        </ul>
        <t>Note that the following applies when attempting to verify the countersignature of a response message.</t>
        <ul spacing="normal">
          <li>
            <t>The response may not include a Partial IV and/or an ID Context. In such a case, the signature checker considers the same values from the corresponding request, i.e., the request matching with the response by CoAP Token value.</t>
          </li>
          <li>
            <t>The response may not include a Sender ID. This can happen when the response protected in group mode matches a request protected in pairwise mode (see <xref target="ssec-pre-conditions"/>), with a case in point provided by <xref target="I-D.ietf-core-cacheable-oscore"/>. In such a case, the signature checker needs to use other means (e.g., source addressing information of the server endpoint) to identify the correct authentication credential including the public key to use for verifying the countersignature of the response.</t>
          </li>
        </ul>
        <t>The particular actions following a successful or unsuccessful verification of the countersignature are application specific and out of the scope of this document.</t>
      </section>
    </section>
    <section anchor="sec-pairwise-protection">
      <name>Message Processing in Pairwise Mode</name>
      <t>When using the pairwise mode of Group OSCORE, messages are protected and processed as in <xref target="RFC8613"/> with the modifications described in this section. The security objectives of the pairwise mode are discussed in <xref target="ssec-sec-objectives"/>.</t>
      <t>The possible use of the pairwise mode is indicated by the Group Manager as part of the group data provided to new group members when joining the group, according to which the parameters AEAD Algorithm and Pairwise Key Agreement Algorithm in the Security Context are set (see <xref target="sec-context"/>).</t>
      <t>The pairwise mode takes advantage of an existing Security Context to establish keying material shared exclusively with each other member. For encryption and decryption operations in pairwise mode, the AEAD Algorithm from the Common Context is used (see <xref target="ssec-common-context-aead-alg"/>).</t>
      <t>In order to use the pairwise mode in a group where the group mode is also used (i.e., Group Encryption Algorithm and Signature Algorithm in the Security Context are set), the public/private key pairs used for signature operations of the group mode <bcp14>MUST</bcp14> be possible to also use for key agreement operations. For example, this can rely on signing operations using ECDSA, and encryption operations using AES-CCM with keying material derived through ECDH.</t>
      <t>The pairwise mode does not support external verifiers of source authentication and message integrity like the group mode does, e.g., for external signature checkers (see <xref target="sec-processing-signature-checker"/>).</t>
      <t>An endpoint implementing only a silent server does not support the pairwise mode.</t>
      <t>Endpoints using the CoAP Echo Option <xref target="RFC9175"/> in a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are set <bcp14>MUST</bcp14> support the pairwise mode. When using the challenge-response method defined in <xref target="sec-synch-challenge-response"/>, this prevents the attack described in <xref target="ssec-unicast-requests"/>, which leverages requests sent over unicast to a single group member and protected in group mode.</t>
      <t>The pairwise mode cannot be used to protect messages intended for multiple recipients, as the keying material used for the pairwise mode is shared only between two endpoints.</t>
      <t>However, a sender can use the pairwise mode to protect a message sent to (but not intended for) multiple recipients, if interested in a response from only one of them. For instance, this is useful to support the address discovery service defined in <xref target="ssec-pre-conditions"/>, when a single 'kid' value is indicated in the payload of a request sent to multiple recipients, e.g., over multicast.</t>
      <section anchor="ssec-pre-conditions">
        <name>Pre-Conditions</name>
        <t>In order to protect an outgoing message in pairwise mode, the sender needs to know the authentication credential and the Recipient ID for the recipient endpoint, as stored in the Recipient Context associated with that endpoint (see <xref target="pairwise-implementation"/>).</t>
        <t>Typically, the sender endpoint sends the message protected in pairwise mode over unicast, so that the message is delivered only to the intended recipient endpoint for which it is protected. This requires the sender to know the individual address of that recipient endpoint, which the sender may not know at any given point in time. For instance, right after having joined the group, a client may know the authentication credential and Recipient ID for a given server, but not the addressing information required to reach it with an individual, one-to-one request.</t>
        <t>In order to make addressing information of individual endpoints available, servers in the group <bcp14>MAY</bcp14> expose a resource to which a client can send a request targeting a set of servers, identified by their 'kid' values specified in the request payload, or implicitly if the request is sent in pairwise mode. Further details of such an interface are out of scope for this document.</t>
      </section>
      <section anchor="sec-differences-oscore-pairwise">
        <name>Main Differences from OSCORE</name>
        <t>The pairwise mode protects messages between two members of a group, essentially following <xref target="RFC8613"/> but with the following notable differences.</t>
        <ul spacing="normal">
          <li>
            <t>The 'kid' and 'kid context' parameters of the COSE object are used as defined in <xref target="sec-cose-object-kid"/> of this document.</t>
          </li>
          <li>
            <t>The external_aad defined in <xref target="sec-cose-object-ext-aad"/> of this document is used for the encryption and decryption process.</t>
          </li>
          <li>
            <t>The Pairwise Sender/Recipient Keys used as Sender/Recipient keys are derived as defined in <xref target="sec-derivation-pairwise"/> of this document.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-req">
        <name>Protecting the Request</name>
        <t>When using the pairwise mode to protect a request, a client <bcp14>SHALL</bcp14> proceed as described in <xref section="8.1" sectionFormat="of" target="RFC8613"/> with the differences summarized in <xref target="sec-differences-oscore-pairwise"/> of this document.</t>
        <t>Furthermore, when sending a request that establishes a long exchange, what is specified in <xref target="ssec-protect-request"/> of this document holds, with respect to storing the value of the 'kid' and 'kid context' parameters, and to storing an invariant identifier of the group.</t>
      </section>
      <section anchor="sec-pairwise-verify-req">
        <name>Verifying the Request</name>
        <t>Upon receiving a protected request with the Group Flag set to 0, following the procedure in <xref target="sec-message-reception"/>, a server <bcp14>SHALL</bcp14> proceed as described in <xref section="8.2" sectionFormat="of" target="RFC8613"/> with the differences summarized in <xref target="sec-differences-oscore-pairwise"/> of this document. The following differences also apply.</t>
        <ul spacing="normal">
          <li>
            <t>If the server discards the request due to not retrieving a Security Context associated with the OSCORE group or to not supporting the pairwise mode, the server <bcp14>MAY</bcp14> respond with a 4.01 (Unauthorized) error message or a 4.02 (Bad Option) error message, respectively. When doing so, the server <bcp14>MAY</bcp14> set an Outer Max-Age Option with value zero, and <bcp14>MAY</bcp14> include a descriptive string as diagnostic payload.</t>
          </li>
          <li>
            <t>If a new Recipient Context is created for this Recipient ID, new Pairwise Sender/Recipient Keys are also derived (see <xref target="key-derivation-pairwise"/>). The new Pairwise Sender/Recipient Keys are deleted if the Recipient Context is deleted as a result of the message not being successfully verified.</t>
          </li>
          <li>
            <t>What is specified in <xref target="ssec-verify-request"/> of this document holds with respect to the following points.  </t>
            <ul spacing="normal">
              <li>
                <t>The possible, dynamic creation and configuration of a Recipient Context upon receiving the request.</t>
              </li>
              <li>
                <t>The possible deletion of a Recipient Context created upon receiving the request, in case the request is not verified successfully.</t>
              </li>
              <li>
                <t>The rule about processing the request where the received Recipient ID ('kid') is equal to the server's Sender ID.</t>
              </li>
              <li>
                <t>The storing of the value of the 'kid' and 'kid context' parameters from the request, if the server intends to reply with multiple responses within the long exchange established by the request.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-resp">
        <name>Protecting the Response</name>
        <t>When using the pairwise mode to protect a response, a server <bcp14>SHALL</bcp14> proceed as described in <xref section="8.3" sectionFormat="of" target="RFC8613"/> with the differences summarized in <xref target="sec-differences-oscore-pairwise"/> of this document. The following differences also apply.</t>
        <ul spacing="normal">
          <li>
            <t>What is specified in <xref target="ssec-protect-response"/> of this document holds with respect to the following points.  </t>
            <ul spacing="normal">
              <li>
                <t>The protection of a response when using a different Security Context than the one used to verify the corresponding request (see <xref target="sec-group-key-management"/>). That is, the server always protects a response with the Sender Context from its latest Security Context, and establishing a new Security Context resets the Sender Sequence Number to 0 (see <xref target="new-sender-id"/> and <xref target="new-sec-context"/>).</t>
              </li>
              <li>
                <t>The use of the stored value of the 'kid' and 'kid context' parameters, if the server intends to reply with multiple responses within the long exchange established by the request.</t>
              </li>
              <li>
                <t>The rules for the inclusion of the server's Sender Sequence Number as Partial IV in a response, as used to build the nonce to protect the response.</t>
              </li>
              <li>
                <t>The rules for the inclusion of the ID Context (Gid) in the 'kid context' parameter of a response, if the ID Context used for the response differs from the one used to verify the request (see <xref target="sec-group-key-management"/>), also for helping the client to synchronize.</t>
              </li>
              <li>
                <t>The rules for the inclusion of the Sender ID in the 'kid' parameter of a response to a request that was protected in pairwise mode, if the server has obtained a new Sender ID from the Group Manager when individually rekeyed (see <xref target="new-sender-id"/>), thus helping the client to synchronize.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="sec-pairwise-verify-resp">
        <name>Verifying the Response</name>
        <t>Upon receiving a protected response with the Group Flag set to 0, following the procedure in <xref target="sec-message-reception"/>, a client <bcp14>SHALL</bcp14> proceed as described in <xref section="8.4" sectionFormat="of" target="RFC8613"/> with the differences summarized in <xref target="sec-differences-oscore-pairwise"/> of this document. The following differences also apply.</t>
        <ul spacing="normal">
          <li>
            <t>The client may receive a response protected with a Security Context different from the one used to protect the corresponding request. Also, upon the establishment of a new Security Context, the client re-initializes its Replay Windows in its Recipient Contexts (see <xref target="ssec-sender-recipient-context"/>).</t>
          </li>
          <li>
            <t>The same as described in <xref target="ssec-verify-response"/> holds with respect to handling the 'kid' parameter of the response, when received as a reply to a request protected in pairwise mode. The client can also in this case check whether the replying server is the expected one, by relying on the server's public key. However, since the response is protected in pairwise mode, the public key is not used for verifying a countersignature as in <xref target="ssec-verify-response"/>. Instead, the expected server's authentication credential - namely Recipient Auth Cred and including the server's public key - was taken as input to derive the Pairwise Recipient Key used to decrypt and verify the response (see <xref target="key-derivation-pairwise"/>).</t>
          </li>
          <li>
            <t>If a new Recipient Context is created for this Recipient ID, new Pairwise Sender/Recipient Keys are also derived (see <xref target="key-derivation-pairwise"/>). The new Pairwise Sender/Recipient Keys are deleted if the Recipient Context is deleted as a result of the message not being successfully verified.</t>
          </li>
          <li>
            <t>What is specified in <xref target="ssec-verify-response"/> of this document holds with respect to the following points.  </t>
            <ul spacing="normal">
              <li>
                <t>The possible, dynamic creation and configuration of a Recipient Context upon receiving the response.</t>
              </li>
              <li>
                <t>The use of the stored value of the 'kid' and 'kid context' parameters, when processing a response received within a long exchange.</t>
              </li>
              <li>
                <t>The performing of ordering and replay protection for responses received within a long exchange.</t>
              </li>
              <li>
                <t>The possible deletion of a Recipient Context created upon receiving the response, in case the response is not verified successfully.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-synch-challenge-response">
      <name>Challenge-Response Based Freshness and Replay Window Recovery</name>
      <t>This section describes how a server endpoint can verify freshness of a request by means of a challenge-response exchange with a client using the Echo Option for CoAP specified in <xref section="2" sectionFormat="of" target="RFC9175"/>. The same mechanism, with small alterations, is also used by the server when first processing a request using a Recipient Context whose Replay Window was initialized as invalid.</t>
      <t>If the application requires freshness, e.g., according to time- or event-based policies (see <xref section="2.5.1" sectionFormat="of" target="RFC9175"/>), a server proceeds as described below upon receiving a request from a particular client for the first time.</t>
      <t>The server processes the message as described in this document, but, even if valid, does not deliver it to the application. Instead, the server replies to the client with a Group OSCORE protected 4.01 (Unauthorized) response message, including only the Echo Option and no diagnostic payload. The server <bcp14>MUST</bcp14> use its Partial IV when generating the nonce for protecting the response conveying the Echo Option, and <bcp14>MUST</bcp14> include the Partial IV in the response.</t>
      <t>The Echo Option value <bcp14>SHOULD NOT</bcp14> be reused; if it is reused, it <bcp14>MUST</bcp14> be highly unlikely to have been recently used with this client. Since this response is protected with the Security Context used in the group, the client will consider the response valid upon successfully decrypting and verifying it.</t>
      <t>The server stores the Echo Option value included in the response together with the pair (gid,kid), where 'gid' is the Group Identifier of the OSCORE group and 'kid' is the Sender ID of the client in the group. These are specified in the 'kid context' and 'kid' fields of the OSCORE Option of the request, respectively. After a group rekeying has been completed and a new Security Context has been established in the group, which results also in a new Group Identifier (see <xref target="sec-group-key-management"/>), the server <bcp14>MUST</bcp14> delete all the stored Echo values associated with members of the group.</t>
      <t>After receiving a 4.01 (Unauthorized) response that includes an Echo Option and originates from a verified group member, a subsequent client request sent to that server and echoing the Echo Option value <bcp14>MUST</bcp14> be a message sent unicast to that server.</t>
      <t>If in the group the AEAD Algorithm and Pairwise Key Agreement Algorithm are set in the Security Context, the client <bcp14>MUST</bcp14> use the pairwise mode to protect the request, as per <xref target="sec-pairwise-protection-req"/>. Note that, as defined in <xref target="sec-pairwise-protection"/>, endpoints that are members of such a group and that use the Echo Option support the pairwise mode. In a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are not set, only the group mode can be used. Hence, requests including the Echo Option can be protected only with the Group Mode, with the caveat due to the risk for those requests to be redirected to a different server than the intended one, as discussed in <xref target="ssec-unicast-requests"/>.</t>
      <t>The client does not necessarily resend the same request, but can instead send a more recent one if the application permits it. This allows the client to not retain previously sent requests for full retransmission, unless the application explicitly requires otherwise. In either case, the client uses a fresh Sender Sequence Number value from its own Sender Context. If the client stores requests for possible retransmission with the Echo Option, it should not store a given request for longer than a preconfigured time interval. Note that the unicast request echoing the Echo Option is correctly treated and processed, since the 'kid context' field including the Group Identifier of the OSCORE group is still present in the OSCORE Option as part of the COSE object (see <xref target="sec-cose-object"/>).</t>
      <t>Upon receiving the unicast request including the Echo Option, the server performs the following verifications.</t>
      <ul spacing="normal">
        <li>
          <t>If the server does not store an Echo Option value for the pair (gid,kid), it considers: i) the time t1 when it has established the Security Context used to protect the received request; and ii) the time t2 when the request has been received. Since a valid request cannot be older than the Security Context used to protect it, the server verifies that (t2 - t1) is less than the largest amount of time acceptable to consider the request fresh.</t>
        </li>
        <li>
          <t>If the server stores an Echo Option value for the pair (gid,kid) associated with that same client in the same group, the server verifies that the option value equals that same stored value previously sent to that client.</t>
        </li>
      </ul>
      <t>If the verifications above fail, the server <bcp14>MUST NOT</bcp14> process the request further and <bcp14>MAY</bcp14> send a 4.01 (Unauthorized) response including an Echo Option, hence performing a new challenge-response exchange.</t>
      <t>If the verifications above are successful, the server considers the Recipient Context associated with the sender client and proceeds as follows.</t>
      <ul spacing="normal">
        <li>
          <t>If the Replay Window is invalid, the steps below occur.  </t>
          <ol spacing="normal" type="1"><li>
              <t>The server updates the Replay Window by marking as received the Sender Sequence Number from the latest received request. This becomes the lower limit of the Replay Window, while all the greater Sender Sequence Number values within the Replay Window are marked as not received.</t>
            </li>
            <li>
              <t>The server makes the Replay Window valid, and accepts the request as fresh.</t>
            </li>
          </ol>
        </li>
        <li>
          <t>If the Replay Window is already valid, the server discards the verification result and accepts the request as fresh or treats it as a replay, according to the existing Replay Window.</t>
        </li>
      </ul>
      <t>A server should not deliver requests from a given client to the application until one valid request from that same client has been verified as fresh via an echoed Echo Option included therein. A server may perform the challenge-response described above at any time, e.g., after a device reboot occurred in an unprepared way. A client has to be ready to perform the challenge-response based on the Echo Option if a server starts it.</t>
      <t>Message freshness is further discussed in <xref target="ssec-seccons-freshness"/>.</t>
    </section>
    <section anchor="implementation-compliance">
      <name>Implementation Compliance</name>
      <t>Like in <xref target="RFC8613"/>, HKDF SHA-256 is the mandatory-to-implement HKDF.</t>
      <t>An endpoint may support only the group mode, or only the pairwise mode, or both.</t>
      <t>For endpoints that support the group mode, the following applies.</t>
      <ul spacing="normal">
        <li>
          <t>For endpoints that use authenticated encryption, the AEAD algorithm AES-CCM-16-64-128 defined in <xref section="4.2" sectionFormat="of" target="RFC9053"/> is mandatory to implement as Group Encryption Algorithm (see <xref target="ssec-common-context-cs-enc-alg"/>).</t>
        </li>
        <li>
          <t>For endpoints that use non-authenticated encryption, the algorithm A128CTR defined in <xref section="4" sectionFormat="of" target="RFC9459"/> is mandatory to implement as Group Encryption Algorithm (see <xref target="ssec-common-context-cs-enc-alg"/>).</t>
        </li>
        <li>
          <t><xref section="6" sectionFormat="of" target="RFC9459"/> mandates that COSE libraries supporting the AES-CTR algorithm and accepting Additional Authenticated Data (AAD) as input must return an error if AAD is provided when such a non-AEAD content encryption algorithm is selected.  </t>
          <t>
In case the used Group Encryption Algorithm (see <xref target="ssec-common-context-cs-enc-alg"/>) does not provide integrity protection, the following applies.  </t>
          <t>
When invoking the execution of the Group Encryption Algorithm, the Group OSCORE implementation <bcp14>MUST NOT</bcp14> provide any AAD to the COSE library, unless AAD is always expected as input. In the latter case, the AAD will not be protected by the Group Encryption Algorithm, which is unable to do so.  </t>
          <t>
If the used COSE library adheres to the mandate in <xref section="6" sectionFormat="of" target="RFC9459"/>, then a Group OSCORE implementation requires that the COSE library supports using the Group Encryption Algorithm without taking AAD as input.</t>
        </li>
        <li>
          <t>For many constrained IoT devices, it is problematic to support more than one signature algorithm. The following applies with respect to the Signature Algorithm (see <xref target="ssec-common-context-cs-alg"/>).  </t>
          <t>
Less constrained endpoints <bcp14>MUST</bcp14> implement at least one of the following and <bcp14>SHOULD</bcp14> implement both: the EdDSA signature algorithm together with the elliptic curve Ed25519 <xref target="RFC8032"/>; the ECDSA signature algorithm together with the elliptic curve P-256.  </t>
          <t>
Constrained endpoints <bcp14>MUST</bcp14> implement at least one of the following and, if affordable, <bcp14>SHOULD</bcp14> implement both: the EdDSA signature algorithm together with the elliptic curve Ed25519 <xref target="RFC8032"/>; the ECDSA signature algorithm together with the elliptic curve P-256.</t>
        </li>
        <li>
          <t>Endpoints that implement the ECDSA signature algorithm <bcp14>MAY</bcp14> use "deterministic ECDSA" as specified in <xref target="RFC6979"/>. Pure deterministic elliptic-curve signature algorithms such as deterministic ECDSA and EdDSA have the advantage of not requiring access to a source of high-quality randomness. However, these signature algorithms have been shown vulnerable to some side-channel and fault injection attacks due to their determinism, which can result in extracting a device's private key. As suggested in <xref section="2.1.1" sectionFormat="of" target="RFC9053"/>, this can be addressed by combining both randomness and determinism <xref target="I-D.irtf-cfrg-det-sigs-with-noise"/>.</t>
        </li>
      </ul>
      <t>For endpoints that support the pairwise mode, the following applies.</t>
      <ul spacing="normal">
        <li>
          <t>The AEAD algorithm AES-CCM-16-64-128 defined in <xref section="4.2" sectionFormat="of" target="RFC9053"/> is mandatory to implement as AEAD Algorithm (see <xref target="ssec-common-context-aead-alg"/>).</t>
        </li>
        <li>
          <t>The ECDH-SS + HKDF-256 algorithm specified in <xref section="6.3.1" sectionFormat="of" target="RFC9053"/> is mandatory to implement as Pairwise Key Agreement Algorithm (see <xref target="ssec-common-context-dh-alg"/>).</t>
        </li>
        <li>
          <t>The following applies with respect to ECDH curves.  </t>
          <t>
Less constrained endpoints <bcp14>MUST</bcp14> implement at least one of the following ECDH curves and <bcp14>SHOULD</bcp14> implement both: the X25519 curve <xref target="RFC7748"/>; the P-256 curve.  </t>
          <t>
Constrained endpoints <bcp14>MUST</bcp14> implement at least one of the following ECDH curves and, if affordable, <bcp14>SHOULD</bcp14> implement both: the X25519 curve <xref target="RFC7748"/>; the P-256 curve.</t>
        </li>
      </ul>
      <t>Constrained IoT devices may alternatively represent Montgomery curves and (twisted) Edwards curves <xref target="RFC7748"/> in the short-Weierstrass form Wei25519, with which the algorithms ECDSA25519 and ECDH25519 can be used for signature operations and Diffie-Hellman secret calculation, respectively <xref target="I-D.ietf-lwig-curve-representations"/>.</t>
    </section>
    <section anchor="web-linking">
      <name>Web Linking</name>
      <t>The use of Group OSCORE or OSCORE <xref target="RFC8613"/> <bcp14>MAY</bcp14> be indicated by a target "gosc" attribute in a web link <xref target="RFC8288"/> to a resource, e.g., using a link-format document <xref target="RFC6690"/> if the resource is accessible over CoAP.</t>
      <t>The "gosc" attribute is a hint indicating that the destination of that link is only accessible using Group OSCORE or OSCORE, and unprotected access to it is not supported. Note that this is simply a hint, it does not include any security context material or any other information required to run Group OSCORE or OSCORE.</t>
      <t>A value <bcp14>MUST NOT</bcp14> be given for the "gosc" attribute; any present value <bcp14>MUST</bcp14> be ignored by parsers. The "gosc" attribute <bcp14>MUST NOT</bcp14> appear more than once in a given link-value; occurrences after the first <bcp14>MUST</bcp14> be ignored by parsers.</t>
      <t>When a link-value includes the "gosc" attribute, the link-value <bcp14>MUST</bcp14> also include the "osc" attribute defined in <xref section="9" sectionFormat="of" target="RFC8613"/>. If the endpoint parsing the link-value supports Group OSCORE and understands the "gosc" attribute, then the parser <bcp14>MUST</bcp14> ignore the "osc" attribute, which is overshadowed by the "gosc" attribute.</t>
      <t>The example in <xref target="fig-web-link-example"/> shows a use of the "gosc" attribute: the client does resource discovery on a server and gets back a list of resources, one of which includes the "gosc" attribute indicating that the resource is protected with Group OSCORE or OSCORE. The link-format notation (see <xref section="5" sectionFormat="of" target="RFC6690"/>) is used.</t>
      <figure anchor="fig-web-link-example">
        <name>Example of using the "gosc" attribute in a web link.</name>
        <artwork align="center"><![CDATA[
REQ: GET /.well-known/core

RES: 2.05 Content
    </sensors/temp>;gosc;osc,
    </sensors/light>;if="sensor"
]]></artwork>
      </figure>
    </section>
    <section anchor="group-manager">
      <name>The Group Manager</name>
      <t>As with OSCORE, endpoints communicating with Group OSCORE need to establish the relevant Security Context. Group OSCORE endpoints need to acquire OSCORE input parameters, information about the group(s) and about other endpoints in the group(s).</t>
      <t>Every group is associated with a Group Manager that is responsible for distributing security parameters and keying material within the group, among other tasks. The details of how the Group Manager interacts with (candidate) group members or with external entities like signature checkers, as well as the protocols used for those interactions, are out of scope.</t>
      <t>The Group Manager assigns unique Group Identifiers (Gids) to the groups under its control. Within each of such groups, the Group Manager assigns unique Sender IDs (and thus Recipient IDs) to the respective group members. The maximum length of Sender IDs depends on the length of the nonce for the algorithms used in the group (see <xref target="ssec-sender-recipient-context"/>).</t>
      <t>The Gid value assigned to a group is associated with a dedicated space for the values of Sender ID and Recipient ID of the members of that group. When an endpoint (re-)joins a group, it is provided with the current Gid to use in the group. The Group Manager also assigns an integer Key Generation Number counter to each of its groups, identifying the current version of the keying material used in that group. Further details about identifiers and keys are provided in <xref target="sec-group-key-management"/>.</t>
      <t>The Group Manager maintains records of the authentication credentials of endpoints in a group, and provides information about the group and its members to other group members (see <xref target="setup"/>). Optionally, the Group Manager provides information about the group and its members to external entities with a specific role, such as signature checkers (see <xref target="sec-additional-entities"/>).</t>
      <t>The list of responsibilities of the Group Manager is compiled in <xref target="sec-group-manager"/>.</t>
      <t>One realization of a Group Manager is specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, where the process by which an endpoint (re-)joins a group is based on the ACE framework for authentication and authorization in constrained environments <xref target="RFC9200"/>.</t>
      <section anchor="setup">
        <name>Set-up of New Endpoints</name>
        <t>From the Group Manager, an endpoint acquires group data such as the Gid and OSCORE input parameters including its own Sender ID, with which it can derive the Sender Context.</t>
        <t>When joining the group or later on as a group member, an endpoint can also retrieve from the Group Manager the authentication credential of the Group Manager as well as the authentication credential and other information associated with other members of the group, with which it can derive the corresponding Recipient Context. An application can configure a group member to asynchronously retrieve information about Recipient Contexts, e.g., by Observing <xref target="RFC7641"/> a resource at the Group Manager to get updates on the group membership.</t>
        <t>Upon endpoints' joining, the Group Manager collects their authentication credentials and <bcp14>MUST</bcp14> verify proof of possession of the respective private key. As an example, such proof of possession is possible to achieve during the join process provided by the realization of Group Manager specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. Together with the requested authentication credentials of other group members, the Group Manager <bcp14>MUST</bcp14> provide the joining endpoints with the Sender ID of the associated group members and the current Key Generation Number in the group (see <xref target="sec-group-key-management"/>).</t>
        <t>An endpoint may join a group, for example, by explicitly interacting with the responsible Group Manager, or by being configured with some tool performing the tasks of the Group Manager. When becoming members of a group, endpoints are not required to know how many and what endpoints are in the same group.</t>
        <t>Communications that the Group Manager has with joining endpoints and group members <bcp14>MUST</bcp14> be secured. Specific details on how to secure such communications are out of the scope of this document.</t>
        <t>The Group Manager <bcp14>MUST</bcp14> verify that the joining endpoint is authorized to join the group. To this end, the Group Manager can directly authorize the joining endpoint, or expect it to provide authorization evidence previously obtained from a trusted entity. Further details about the authorization of joining endpoints are out of the scope of this document.</t>
        <t>In case of successful authorization check, the Group Manager provides the joining endpoint with the keying material to initialize the Security Context. The actual provisioning of keying material and parameters to the joining endpoint is out of the scope of this document.</t>
      </section>
      <section anchor="sec-group-key-management">
        <name>Management of Group Keying Material</name>
        <t>In order to establish a new Security Context for a group, the Group Manager <bcp14>MUST</bcp14> generate and assign to the group a new Group Identifier (Gid) and a new value for the Master Secret parameter. When doing so, a new value for the Master Salt parameter <bcp14>MAY</bcp14> also be generated and assigned to the group. When establishing the new Security Context, the Group Manager <bcp14>SHOULD</bcp14> preserve the current value of the Sender ID of each group member in order to ensure an efficient key rollover. Exceptions can apply if there are compelling reasons for making available again some of the Sender ID values currently used.</t>
        <t>The specific group key management scheme used to distribute new keying material is out of the scope of this document. A simple group key management scheme is defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. Different group key management schemes rely on different approaches to compose and deliver rekeying messages, i.e., individually targeting single recipients, or targeting multiple recipients at once (e.g., over UDP/IP multicast), or a combination of the two approaches. As long as it is viable for the specific rekeying message to be delivered and it is supported by the intended message recipient(s), using a reliable transport to deliver a rekeying message should be preferred, as it reduces chances of group members missing a rekeying instance.</t>
        <t>Irrespective of the transport used being reliable or unreliable, appropriate congestion control <bcp14>MUST</bcp14> be enforced. If the key distribution traffic uses CoAP over UDP or over other unreliable transports, mechanisms for enforcing congestion control are specified in <xref section="4.7" sectionFormat="of" target="RFC7252"/> and in <xref section="3.6" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/> for the case of group communication (e.g., over UDP/IP multicast). If, irrespective of using CoAP, the key distribution traffic relies on alternative setups with unreliable transports, one can rely on general congestion-control mechanisms such as DCCP <xref target="RFC4340"/>, or on dedicated congestion control mechanisms for the transport specifically used (e.g., those defined in <xref target="RFC9002"/> for QUIC <xref target="RFC9000"/>).</t>
        <t>The set of group members should not be assumed as fixed, i.e., the group membership is subject to changes, possibly on a frequent basis.</t>
        <t>The Group Manager <bcp14>MUST</bcp14> rekey the group without undue delay when one or more endpoints leave the group. An endpoint may leave the group at own initiative, or may be evicted from the group by the Group Manager, e.g., in case the endpoint is compromised, or is suspected to be compromised (as determined by the Group Manager through its own means or based on information that it obtains from a trusted source such as an Intrusion Detection System or an issuer of authentication credentials). In either case, rekeying the group excludes such endpoints from future communications in the group, and thus preserves forward security. If a network node is compromised or suspected to be compromised, the Group Manager <bcp14>MUST</bcp14> evict from the group all the endpoints hosted by that node that are members of the group and rekey the group accordingly.</t>
        <t>If required by the application, the Group Manager <bcp14>MUST</bcp14> also rekey the group when one or more new joining endpoints are added to the group, thus preserving backward security.</t>
        <t>The Group Manager <bcp14>MAY</bcp14> also rekey the group for other reasons, e.g., according to an application-specific rekeying period or scheduling.</t>
        <t>Separately for each group, the value of the Key Generation Number increases by one each time the Group Manager distributes new keying material to that group (see below).</t>
        <t>The establishment of the new Security Context for the group takes the following steps.</t>
        <ol spacing="normal" type="1"><li>
            <t>The Group Manager <bcp14>MUST</bcp14> increment the Key Generation Number for the group by 1. It is up to the Group Manager what actions to take when a wrap-around of the Key Generation Number is detected.</t>
          </li>
          <li>
            <t>The Group Manager <bcp14>MUST</bcp14> build a set of stale Sender IDs including:  </t>
            <ul spacing="normal">
              <li>
                <t>The Sender IDs that, during the current Gid, were both assigned to an endpoint and subsequently relinquished (see <xref target="new-sender-id"/>).</t>
              </li>
              <li>
                <t>The current Sender IDs of the group members that the upcoming group rekeying aims to exclude from future group communications, if any.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The Group Manager rekeys the group, by distributing:  </t>
            <ul spacing="normal">
              <li>
                <t>The new keying material, i.e., the new Master Secret, the new Gid and (optionally) the new Master Salt.</t>
              </li>
              <li>
                <t>The new Key Generation Number from Step 1.</t>
              </li>
              <li>
                <t>The set of stale Sender IDs from Step 2.</t>
              </li>
            </ul>
            <t>
Further information may be distributed, depending on the specific group key management scheme used in the group.</t>
          </li>
        </ol>
        <t>When receiving the new group keying material, a group member considers the received stale Sender IDs and performs the following actions.</t>
        <ul spacing="normal">
          <li>
            <t>The group member <bcp14>MUST</bcp14> remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group.</t>
          </li>
          <li>
            <t>The group member <bcp14>MUST</bcp14> delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
        </ul>
        <t>After that, the group member installs the new keying material and derives the corresponding new Security Context.</t>
        <t>A group member might miss one or more consecutive instances of group rekeying. As a result, the group member will retain old group keying material with Key Generation Number GEN_OLD. Eventually, the group member can notice the discrepancy, e.g., by repeatedly failing to verify incoming messages, or by explicitly querying the Group Manager for the current Key Generation Number. Once the group member gains knowledge of having missed a group rekeying, it <bcp14>MUST</bcp14> delete the old keying material it stores.</t>
        <t>Then, the group member proceeds according to the following steps.</t>
        <ol spacing="normal" type="1"><li>
            <t>The group member retrieves from the Group Manager the current group keying material, together with the current Key Generation Number GEN_NEW. The group member <bcp14>MUST NOT</bcp14> install the obtained group keying material yet.</t>
          </li>
          <li>
            <t>The group member asks the Group Manager for the set of stale Sender IDs between GEN_OLD and GEN_NEW.</t>
          </li>
          <li>
            <t>If no exact and complete indication can be obtained from the Group Manager, the group member <bcp14>MUST</bcp14> remove all the authentication credentials from its list of group members' authentication credentials used in the group and <bcp14>MUST</bcp14> delete all its Recipient Contexts used in the group.  </t>
            <t>
Otherwise, the group member <bcp14>MUST</bcp14> remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and <bcp14>MUST</bcp14> delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
          <li>
            <t>The group member installs the current group keying material, and derives the corresponding new Security Context.</t>
          </li>
        </ol>
        <t>Alternatively, the group member can re-join the group. In such a case, the group member <bcp14>MUST</bcp14> take one of the following two actions.</t>
        <ul spacing="normal">
          <li>
            <t>First, the group member performs Steps 2 and 3 above. Then, the group member re-joins the group.</t>
          </li>
          <li>
            <t>The group member re-joins the group with the same roles it currently has in the group, and, during the re-join process, it asks the Group Manager for the authentication credentials of all the current group members.  </t>
            <t>
Then, given Z the set of authentication credentials received from the Group Manager, the group member removes every authentication credential which is not in Z from its list of group members' authentication credentials used in the group, and deletes each of its Recipient Contexts used in the group that does not include any of the authentication credentials in Z.</t>
          </li>
        </ul>
        <t>By removing authentication credentials and deleting Recipient Contexts associated with stale Sender IDs, it is ensured that a recipient endpoint storing the latest group keying material does not store the authentication credentials of sender endpoints that are not current group members. This in turn allows group members to rely on stored authentication credentials to confidently verify the group membership of sender endpoints, when receiving incoming messages protected in group mode (see <xref target="mess-processing"/>).</t>
        <t>Strictness in managing the authentication credentials and Recipient Contexts associated with other group members is required for two reasons. First, as further discussed in <xref target="ssec-group-mode-security"/>, it ensures that the group mode can be used securely, even in a group where the Group Encryption Algorithm does not provide integrity protection (see <xref target="ssec-common-context-cs-enc-alg"/>) and external signature checkers are used (see <xref target="sec-processing-signature-checker"/>). Second, it ensures that the wrong (old) authentication credential associated with a group member A is never used with a Sender ID that used to be associated with A and has been later issued to a different group member B (see <xref target="sec-sid-recycling"/>), thus preventing the need to recover from an identity mix-up.</t>
        <section anchor="recycling-of-identifiers">
          <name>Recycling of Identifiers</name>
          <t>This section specifies how the Group Manager handles and possibly reassigns Gid values and Sender ID values in a group.</t>
          <section anchor="sec-gid-recycling">
            <name>Recycling of Group Identifiers</name>
            <t>Since the Gid value changes every time a group is rekeyed, it can happen that, after several rekeying instances, the whole space of Gid values has been used for the group in question. When this happens, the Group Manager has no available Gid values to use that have never been assigned to the group during the group's lifetime.</t>
            <t>The occurrence of such an event and how long it would take to occur depend on the format and encoding of Gid values used in the group (see, e.g., <xref target="gid-ex"/>), as well as on the frequency of rekeying instances yielding a change of Gid value. Independently for each group under its control, the Group Manager can take one of the two following approaches.</t>
            <ul spacing="normal">
              <li>
                <t>The Group Manager does not reassign Gid values. That is, once the whole space of Gid values has been used for a group, the Group Manager terminates the group and may re-establish a new group.</t>
              </li>
              <li>
                <t>While the Gid value changes every time a group is rekeyed, the Group Manager can reassign Gid values previously used during a group's lifetime. By doing so, the group can continue to exist even once the whole space of Gid values has been used.  </t>
                <t>
The Group Manager <bcp14>MAY</bcp14> support and use this approach, according to what is specified in <xref target="gid-reassignment"/>.</t>
              </li>
            </ul>
            <section anchor="gid-reassignment">
              <name>Reassignment of Group Identifiers</name>
              <t>If the Group Manager performs the reassignment of Gid values previously used during a group's lifetime, the Group Manager <bcp14>MUST</bcp14> take additional actions when handling Gid values and rekeying the group, as specified below.</t>
              <t>When a node (re-)joins the group and it is provided with the current Gid to use in the group, the Group Manager considers such a Gid as the Birth Gid of that endpoint for that group. For each group member, the Group Manager <bcp14>MUST</bcp14> store the latest corresponding Birth Gid until that member leaves the group. In case the endpoint has in fact re-joined the group, the newly determined Birth Gid overwrites the one currently stored.</t>
              <t>When establishing a new Security Context for the group, the Group Manager takes the additional following step between Steps 1 and 2 of <xref target="sec-group-key-management"/>.</t>
              <t>A. The Group Manager <bcp14>MUST</bcp14> check if the new Gid to be distributed is equal to the Birth Gid of any of the current group members. If any of such "elder members" is found in the group, then:</t>
              <ul spacing="normal">
                <li>
                  <t>The Group Manager <bcp14>MUST</bcp14> evict the elder members from the group. That is, the Group Manager <bcp14>MUST</bcp14> terminate their membership and, in the following steps, it <bcp14>MUST</bcp14> rekey the group in such a way that the new keying material is not provided to those evicted elder members.  </t>
                  <t>
This ensures that any response from the same server to the request of a long exchange can never successfully match against the request of two different long exchanges.  </t>
                  <t>
The excluded elder members could eventually re-join the group, thus terminating any of their ongoing long exchanges (see <xref target="sec-long-exchanges"/>).  </t>
                  <t>
Therefore, it is ensured by construction that no client can have with the same server two ongoing long exchanges, such that the two respective requests were protected using the same Partial IV, Gid, and Sender ID.</t>
                </li>
              </ul>
            </section>
          </section>
          <section anchor="sec-sid-recycling">
            <name>Recycling of Sender IDs</name>
            <t>From the moment T_start when a Gid is assigned to a group until the moment when a new Gid is assigned to that same group, the following restrictions apply within the group.</t>
            <ul spacing="normal">
              <li>
                <t>The Group Manager <bcp14>MUST NOT</bcp14> assign a Sender ID that was already the Sender ID of an endpoint in the group at T_start.</t>
              </li>
              <li>
                <t>The Group Manager <bcp14>MUST NOT</bcp14> assign a given Sender ID more than once.</t>
              </li>
            </ul>
            <t>That is, under the ongoing use of the current Gid, a given Sender ID is not reassigned to the same or a different endpoint. This prevents from reusing a Sender ID ('kid') with the same triple (Gid, Master Secret, Master Salt). Within these restrictions, the Group Manager can assign a Sender ID used under an old Gid value (including under a same, recycled Gid value), thus avoiding Sender ID values to irrecoverably grow in size.</t>
            <t>Even when an endpoint joining a group is recognized as a current member of that group, e.g., through the ongoing secure communication association, the Group Manager <bcp14>MUST</bcp14> assign a new Sender ID different than the one currently used by the endpoint in the group, unless the group is rekeyed first and a new Gid value is established.</t>
          </section>
          <section anchor="relation-between-identifiers-and-keying-material">
            <name>Relation between Identifiers and Keying Material</name>
            <t><xref target="fig-key-material-diagram"/> overviews the different identifiers and keying material components, considering their relation and possible reuse across group rekeying.</t>
            <figure anchor="fig-key-material-diagram">
              <name>Relations among keying material components.</name>
              <artwork align="center"><![CDATA[
Components changed in lockstep
    upon a group rekeying
+----------------------------+            * Changing a kid does not
|                            |              need changing the Group ID
| Master               Group |<--> kid1
| Secret <---> o <--->  ID   |            * A kid is not reassigned
|              ^             |<--> kid2     under the ongoing usage of
|              |             |              the current Group ID
|              |             |<--> kid3
|              v             |            * Upon changing the Group ID,
|         Master Salt        | ... ...      every current kid should
|         (optional)         |              be preserved for efficient
|                            |              key rollover
| The Key Generation Number  |
| is incremented by 1        |            * After changing Group ID, an
|                            |              unused kid can be assigned,
+----------------------------+              even if it was used before
                                            the Group ID change
]]></artwork>
            </figure>
          </section>
        </section>
      </section>
      <section anchor="sec-additional-entities">
        <name>Support for Signature Checkers</name>
        <t>The Group Manager may serve signature checkers, e.g., intermediary gateways, which verify  countersignatures of messages protected in group mode (see <xref target="sec-processing-signature-checker"/>). These entities do not join a group as members, but can retrieve authentication credentials of group members and other selected group data from the Group Manager.</t>
        <t>In order to verify countersignatures of messages in a group, a signature checker needs to retrieve the following information about the group:</t>
        <ul spacing="normal">
          <li>
            <t>The current ID Context (Gid) used in the group.</t>
          </li>
          <li>
            <t>The authentication credentials of the group members and of the Group Manager.  </t>
            <t>
If the signature checker is provided with a CWT or a CCS for a given entity, then the authentication credential associated with that entity is the untagged CWT or CCS.  </t>
            <t>
If the signature checker is provided with a chain or a bag of X.509 / C509 certificates, or of CWTs, or of CCSs for a given entity, then the authentication credential associated with that entity is the end-entity certificate or end-entity untagged CWT / CCS.</t>
          </li>
          <li>
            <t>The current Signature Encryption Key (see <xref target="ssec-common-context-group-enc-key"/>).</t>
          </li>
          <li>
            <t>The identifiers of the algorithms used in the group (see <xref target="sec-context"/>), i.e.: i) Group Encryption Algorithm and Signature Algorithm; and ii) AEAD Algorithm and Pairwise Key Agreement Algorithm, if such parameters are set in the Common Context (see <xref target="ssec-common-context-aead-alg"/> and <xref target="ssec-common-context-dh-alg"/>).</t>
          </li>
        </ul>
        <t>A signature checker <bcp14>MUST</bcp14> be authorized before it can retrieve such information, for example with the use of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      </section>
    </section>
    <section anchor="sec-implementation-status" removeInRFC="true">
      <name>Implementation Status</name>
      <t>Note to RFC Editor: when deleting this section, please also delete RFC 7942 from the references of this document.</t>
      <t>(Boilerplate as per <xref section="2.1" sectionFormat="of" target="RFC7942"/>:)</t>
      <t>This section records the status of known implementations of the
protocol defined by this specification at the time of posting of
this Internet-Draft, and is based on a proposal described in
<xref target="RFC7942"/>.  The description of implementations in this section is
intended to assist the IETF in its decision processes in
progressing drafts to RFCs.  Please note that the listing of any
individual implementation here does not imply endorsement by the
IETF.  Furthermore, no effort has been spent to verify the
information presented here that was supplied by IETF contributors.
This is not intended as, and must not be construed to be, a
catalog of available implementations or their features.  Readers
are advised to note that other implementations may exist.</t>
      <t>According to <xref target="RFC7942"/>, "this will allow reviewers and working
groups to assign due consideration to documents that have the
benefit of running code, which may serve as evidence of valuable
experimentation and feedback that have made the implemented
protocols more mature.  It is up to the individual working groups
to use this information as they see fit".
<?line -22?>
      </t>
      <section anchor="sec-implementation-1">
        <name>Implementation #1</name>
        <ul spacing="normal">
          <li>
            <t>Responsible organization: RISE Research Institutes of Sweden AB</t>
          </li>
          <li>
            <t>Implementation's name: Group OSCORE for Eclipse Californium</t>
          </li>
          <li>
            <t>Available at: https://github.com/rikard-sics/californium/tree/group_oscore</t>
          </li>
          <li>
            <t>Description: Implementation in Java, building on Eclipse Californium, see:  </t>
            <ul spacing="normal">
              <li>
                <t>https://github.com/eclipse-californium/californium</t>
              </li>
              <li>
                <t>http://eclipse.dev/californium/</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Implementation's level of maturity: prototype</t>
          </li>
          <li>
            <t>The implementation supports:  </t>
            <ul spacing="normal">
              <li>
                <t>The group mode and the pairwise mode.</t>
              </li>
              <li>
                <t>Mapping of public keys for the curve Ed25519 into Montgomery coordinates to use with X25519.</t>
              </li>
              <li>
                <t>The following COSE encryption algorithms: AES-CCM-16-64-128, AES-CCM-16-128-128, AES-CCM-16-64-256, AES-CCM-16-128-256, AES_CCM-64-64-128, AES-CCM-64-128-128, AES-CCM-64-64-256, AES-CCM-64-128-256, A128GCM, A192GCM, A256GCM, ChaCha20/Poly1305, A128CTR, A192CTR, A256CTR.</t>
              </li>
              <li>
                <t>The following HKDF algorithms: HKDF SHA-256 (identified as the COSE Algorithm "HMAC 256/256") and HKDF SHA-512 (identified as the COSE Algorithm "HMAC 512/512").</t>
              </li>
              <li>
                <t>The following COSE signature algorithms: ECDSA with curves P-256, P-384, and P-521, as well as EdDSA with curve Ed25519.</t>
              </li>
              <li>
                <t>The following COSE key agreement algorithms: ECDH-SS + HKDF-256 and ECDH-SS + HKDF-512, both of which using either keys of COSE Key Type "EC2" with the curve P-256, P-384, and P-521, or keys of COSE Key Type "OKP" key with X25519.</t>
              </li>
              <li>
                <t>The following authentication credential format: CWT Claims Sets (CCSs).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Version compatibility: From version -23 onwards.</t>
          </li>
          <li>
            <t>Licensing: according to the same dual license of Eclipse Californium, i.e., according to the "Eclipse Distribution License 1.0" and the "Eclipse Public License 2.0". See:  </t>
            <ul spacing="normal">
              <li>
                <t>https://github.com/eclipse-californium/californium/blob/main/LICENSE</t>
              </li>
              <li>
                <t>https://www.eclipse.org/org/documents/edl-v10.php</t>
              </li>
              <li>
                <t>https://www.eclipse.org/legal/epl-2.0/</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Contact information: Rikard Höglund - rikard.hoglund@ri.se</t>
          </li>
          <li>
            <t>Information last updated on: 2025-02-06</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-implementation-2">
        <name>Implementation #2</name>
        <ul spacing="normal">
          <li>
            <t>Implementation's name: aiocoap</t>
          </li>
          <li>
            <t>Available at: https://codeberg.org/aiocoap/aiocoap</t>
          </li>
          <li>
            <t>Description: A Python CoAP library with support for multiple transports and security mechanisms. The library provides also utility programs.</t>
          </li>
          <li>
            <t>Implementation's level of maturity: Stable support for OSCORE; Group OSCORE is minimal.</t>
          </li>
          <li>
            <t>The implementation supports:  </t>
            <ul spacing="normal">
              <li>
                <t>The group mode and the pairwise mode.</t>
              </li>
              <li>
                <t>Mapping of public keys for the curve Ed25519 into Montgomery coordinates to use with X25519.</t>
              </li>
              <li>
                <t>The following COSE encryption algorithms: 1-3, 10-13, 24, 30-33.</t>
              </li>
              <li>
                <t>The following HKDF algorithms: HKDF SHA-256, -384, -512.</t>
              </li>
              <li>
                <t>The following COSE signature algorithms: EdDSA on Ed25519, ECDSA w/ SHA-256 on P-256</t>
              </li>
              <li>
                <t>The following COSE key agreement algorithms: ECDH on P-256 and curve25519.</t>
              </li>
              <li>
                <t>The following authentication credential format: currently n/a (user provides pairs of credentials and keys)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Version compatibility: -23</t>
          </li>
          <li>
            <t>Licensing: MIT</t>
          </li>
          <li>
            <t>Implementation experience: Mostly smooth; the differentiation between the regular and the group AEAD algorithm, and more generally finding the right parameters to input into the (abstracted) KDF part, was tedious and error prone (because Group OSCORE largely relies on OSCORE extension points that were anticipated, but that was not).</t>
          </li>
          <li>
            <t>Contact information: Christian Amsüss - christian@amsuess.com</t>
          </li>
          <li>
            <t>Information last updated on: 2025-02-06</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-implementation-interop">
        <name>Interoperability</name>
        <t>The two implementations mentioned in <xref target="sec-implementation-1"/> and <xref target="sec-implementation-2"/> have successfully completed interoperability tests.</t>
        <t>That occurred multiple times when covering earlier versions of the protocol, as well as specifically for version -23 of the Internet Draft, during the IETF 121 meeting in Dublin (Ireland) in November 2024 and later on in February 2025.</t>
        <t>The scenarios considered during the interoperability tests are as follows:</t>
        <ul spacing="normal">
          <li>
            <t>(A) Authentication credential format: CWT Claims Sets (CCSs).</t>
          </li>
          <li>
            <t>(B) Message protection:  </t>
            <ul spacing="normal">
              <li>
                <t>(B1) Both requests and responses protected in group mode.</t>
              </li>
              <li>
                <t>(B2) Requests protected in group mode and responses protected in pairwise mode.</t>
              </li>
              <li>
                <t>(B3) Requests protected in pairwise mode and responses protected in group mode.</t>
              </li>
              <li>
                <t>(B4) Both requests and responses protected in pairwise mode.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>(C) Signature algorithm: EdDSA with curve Ed25519.</t>
          </li>
          <li>
            <t>(D) HKDF algorithms: HKDF SHA-256.</t>
          </li>
          <li>
            <t>(E) Key agreement algorithms: ECDH-SS + HKDF-256, following a mapping of public keys for the curve Ed25519 into Montgomery coordinates to use with X25519.</t>
          </li>
          <li>
            <t>(F) The following pairs of (Group Encryption Algorithm, AEAD Algorithm), for all the cases B1, B2, B3, and B4 above:  </t>
            <ul spacing="normal">
              <li>
                <t>(AES-CCM-16-64-128, AES-CCM-16-64-128).</t>
              </li>
              <li>
                <t>(ChaCha20/Poly1305, ChaCha20/Poly1305).</t>
              </li>
              <li>
                <t>(AES-CCM-16-64-128, ChaCha20/Poly1305).</t>
              </li>
              <li>
                <t>(ChaCha20/Poly1305, AES-CCM-16-64-128).</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The same considerations from <xref section="D" sectionFormat="of" target="RFC8613"/> on the security properties of OSCORE hold for Group OSCORE, with the differences discussed in the following. Those considerations are about the reference threat model, the support for Proxy operations, the protection of message fields, and the uniqueness of (key, nonce) pairs (which is further discussed in <xref target="ssec-key-nonce-uniqueness"/> of this document).</t>
      <t>For Group OSCORE, the Sender Context and Recipient Context additionally contain asymmetric keys, which are used to provide source authentication: in group mode, by means of countersignatures (see  <xref target="ssec-group-mode-security"/>); in pairwise mode, by using Diffie-Hellman (see <xref target="ssec-pairwise-mode-security"/>). The key pair can, for example, be generated by the endpoint or provisioned during manufacturing.</t>
      <t>Note that, even if an endpoint is authorized to be a group member and to take part in group communications, there is a risk that it behaves inappropriately. For instance, it can forward the content of messages in the group to unauthorized entities. However, in many use cases, the devices in the group belong to a common authority and are configured by a commissioner (see <xref target="sec-use-cases"/>), which limits this risk in practice and enables a prompt detection/reaction in case of misbehaving.</t>
      <t>With respect to unprotected message fields, the following holds. First, the 'kid context' of request messages is part of the Additional Authenticated Data, making it possible to keep long exchanges active safely beyond a possible change of ID Context (Gid) following a group rekeying (see <xref target="sec-cose-object-ext-aad"/>). Second, the countersignature included in a Group OSCORE message protected in group mode is also computed over the value of the OSCORE Option, which is also part of the Additional Authenticated Data used in the signing process. This is further discussed in <xref target="ssec-cross-group-injection"/> of this document.</t>
      <t>In accordance with <xref target="RFC8613"/>, all elements used in Group OSCORE as opaque binary values (e.g., Sender ID, ID Context) are not to be interpreted as text, Unicode, or otherwise. Implementations ought not to apply encoding transformations to the content of those elements, e.g., UTF-8 decoding <xref target="RFC3629"/> or normalization. Information elements that may contain text such as those found within authentication credentials (e.g., X.509 distinguished names, CWT claims, or JSON Web Key fields) are to be treated as opaque structured data and to be interpreted only according to the rules of the credential format as defined in their respective specifications. This avoids misinterpretation, Unicode normalization attacks, or mismatches in identity comparison.</t>
      <t>As discussed in <xref section="6.2.3" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, Group OSCORE addresses security attacks against CoAP listed in Sections <xref section="11.2" sectionFormat="bare" target="RFC7252"/>–<xref section="11.6" sectionFormat="bare" target="RFC7252"/> of <xref target="RFC7252"/>, especially when run over IP multicast.</t>
      <t>Group OSCORE does not aim to meet the following properties:</t>
      <ul spacing="normal">
        <li>
          <t>Verification of server aliveness, as discussed in <xref target="sec-freshness"/>.</t>
        </li>
        <li>
          <t>Protection of network addressing information, as discussed in <xref target="ssec-unicast-requests"/>.</t>
        </li>
        <li>
          <t>Management of group membership and group keying material, which is entrusted to the Group Manager (see <xref target="group-manager"/>). Related security considerations are discussed in <xref target="sec-cons-group-key-management"/> and <xref target="ssec-key-rotation"/>.</t>
        </li>
        <li>
          <t>Confidentiality protection of the OSCORE Option. Related privacy considerations are discussed in <xref target="ssec-privacy"/>.</t>
        </li>
      </ul>
      <t>The rest of this section first discusses security aspects to be taken into account when using Group OSCORE. Then it goes through aspects covered in the security considerations of OSCORE (see <xref section="12" sectionFormat="of" target="RFC8613"/>), and discusses how they hold when Group OSCORE is used.</t>
      <section anchor="ssec-group-mode-security">
        <name>Security of the Group Mode</name>
        <t>The group mode defined in <xref target="mess-processing"/> relies on shared group keying material to protect communication within a group. Using the group mode has the implications discussed below. This section uses the term 'group members' to describe endpoints which possess the latest version of the group keying material.</t>
        <ul spacing="normal">
          <li>
            <t>Source authentication of messages sent to a group is ensured through a countersignature, which is computed by the sender endpoint using its own private key and then appended to the message payload. The countersignature is also encrypted using a keystream derived from the group keying material (see <xref target="compression-details"/> and <xref target="sssec-encrypted-signature-keystream"/>). This ensures group privacy, i.e., an attacker cannot track an endpoint over two groups by linking messages between the two groups unless the attacker is also a member of both groups.</t>
          </li>
          <li>
            <t>Messages are encrypted at a group level (group-level data confidentiality), i.e., they can be decrypted by any member of the group, but not by an external adversary or other external entities other than the Group Manager responsible for the group.</t>
          </li>
          <li>
            <t>If the used Group Encryption Algorithm provides integrity protection, then it also ensures group authentication and proof of group membership, but not source authentication. That is, it ensures that a message sent to a group has been sent by a member of that group, but not necessarily by the alleged sender. In fact, any group member is able to derive the Sender Key used by the actual sender endpoint, and thus can compute a valid authentication tag. Therefore, the message content could originate from any of the current group members.  </t>
            <t>
Furthermore, if the used Group Encryption Algorithm does not provide integrity protection, then it does not ensure any level of message authentication or proof of group membership.  </t>
            <t>
On the other hand, proof of group membership is always ensured by construction through the strict management of the group keying material (see <xref target="sec-group-key-management"/>). That is, the group is rekeyed when members leave and the current group members are informed of former group members. Thus, a current group member storing the latest group keying material does not store the authentication credential of any former group member.  </t>
            <t>
This allows a recipient endpoint to rely on the stored authentication credentials and public keys included therein, in order to always confidently verify the group membership of a sender endpoint when processing an incoming message, i.e., to verify that the sender endpoint was a group member when it signed the message. In turn, this prevents a former group member from possibly re-signing and injecting in the group a stored message that was protected with old keying material. A case in point is discussed in <xref target="ssec-need-proof-group-membership"/>.</t>
          </li>
        </ul>
        <t>The security properties of the group mode are summarized below.</t>
        <ol spacing="normal" type="1"><li>
            <t>Asymmetric source authentication, by means of a countersignature.</t>
          </li>
          <li>
            <t>Symmetric group authentication, by means of an authentication tag (only for Group Encryption Algorithms providing integrity protection).</t>
          </li>
          <li>
            <t>Symmetric group confidentiality, by means of symmetric encryption.</t>
          </li>
          <li>
            <t>Proof of group membership, by strictly managing the group keying material, as well as by means of integrity tags when using a Group Encryption Algorithm that provides also integrity protection.</t>
          </li>
          <li>
            <t>Group privacy, by encrypting the countersignature.</t>
          </li>
        </ol>
        <t>The group mode fulfills the security properties above while also displaying the following benefits. First, the use of a Group Encryption Algorithm that does not provide integrity protection results in a minimal communication overhead, by limiting the message payload to the ciphertext without integrity tag together with the encrypted countersignature. Second, it is possible to deploy semi-trusted entities such as signature checkers (see <xref target="sec-additional-entities"/>), which can break property 5, but cannot break properties 1, 2, 3, and 4.</t>
        <section anchor="ssec-need-proof-group-membership">
          <name>Example of Need for Proof of Group Membership</name>
          <t>As a case in point, the importance of reliable proof of group membership is evident in a group where the Group Encryption Algorithm does not provide integrity protection. Suppose a group member leaves the group and, after the group rekeying, associates with the group as external signature checker (see <xref target="sec-processing-signature-checker"/>). When doing so, it obtains from the Group Manager the new Signature Encryption Key, from which it can derive keystreams for encrypting and decrypting the countersignatures of messages protected in group mode.</t>
          <t>However, when participating in the group rekeying, the current group members deleted the Recipient Context and authentication credential of the former group member. Consequently, the signature checker is not able to successfully inject messages protected in group mode, as encrypted with the old group keying material, signed with its own private key, and with the countersignature encrypted by means of the latest Signature Encryption Key. That is, if the signature checker attempts to do that, then the group members will fail to verify the messages from the signature checker and thus will discard those messages.</t>
        </section>
      </section>
      <section anchor="ssec-pairwise-mode-security">
        <name>Security of the Pairwise Mode</name>
        <t>The pairwise mode defined in <xref target="sec-pairwise-protection"/> protects messages by using pairwise symmetric keys, derived from the static-static Diffie-Hellman shared secret computed from the asymmetric keys of the sender and recipient endpoint (see <xref target="sec-derivation-pairwise"/>).</t>
        <t>The used AEAD Algorithm <bcp14>MUST</bcp14> provide integrity protection. Therefore, the pairwise mode ensures both pairwise data-confidentiality and source authentication of messages, without using countersignatures. Furthermore, the recipient endpoint achieves proof of group membership for the sender endpoint, since only current group members have the required keying material to derive a valid Pairwise Sender/Recipient Key.</t>
        <t>Finally, the pairwise mode ensures group privacy, i.e., an attacker cannot track an endpoint over two groups by linking messages between the two groups unless the attacker is also a member of both groups. This follows from two different groups using different and uncorrelated group keying material, which yields different and uncorrelated pairwise keys for the same endpoint in any two groups. Therefore, the authentication tags generated by an endpoint in a group have no correlation with those generated by the same endpoint in another group.</t>
        <t>The security properties of the pairwise mode are summarized below.</t>
        <ol spacing="normal" type="1"><li>
            <t>Symmetric source authentication, by means of an authentication tag.</t>
          </li>
          <li>
            <t>Symmetric pairwise confidentiality, by means of symmetric encryption.</t>
          </li>
          <li>
            <t>Proof of group membership, by strictly managing the group keying material, as well as by means of integrity tags.</t>
          </li>
          <li>
            <t>Group privacy, by virtue of the uncorrelated pairwise keys used in any two different groups.</t>
          </li>
        </ol>
        <t>The long-term storing of the Diffie-Hellman shared secret is a potential security issue. In fact, if the shared secret of two group members is leaked, a third group member can exploit it to derive their pairwise keys and use those to impersonate either of the two group members to the other, or to decrypt previously stored messages exchanged between those two members and protected with their pairwise keys. The possibility of such leakage should be considered more likely than the leakage of a private key, which could be rather protected at a significantly higher level than generic memory, e.g., by using a Trusted Platform Module. Therefore, there is a trade-off between the maximum amount of time a same shared secret is stored and the frequency of its re-computing.</t>
      </section>
      <section anchor="ssec-key-nonce-uniqueness">
        <name>Uniqueness of (key, nonce)</name>
        <t>The proof for uniqueness of (key, nonce) pairs in <xref section="D.4" sectionFormat="of" target="RFC8613"/> is also valid in group communication scenarios. That is, given an OSCORE group:</t>
        <ul spacing="normal">
          <li>
            <t>Uniqueness of Sender IDs within the group is enforced by the Group Manager. In fact, from the moment when a Gid is assigned to a group until the moment when a new Gid is assigned to that same group, the Group Manager does not reassign a Sender ID within the group (see <xref target="sec-sid-recycling"/>).</t>
          </li>
          <li>
            <t>The case A in <xref section="D.4" sectionFormat="of" target="RFC8613"/> concerns all requests as well as all responses including a Partial IV (e.g., Observe notifications <xref target="RFC7641"/> or any other subsequent responses after the first one). In this case, the same considerations from <xref target="RFC8613"/> apply here as well.</t>
          </li>
          <li>
            <t>The case B in <xref section="D.4" sectionFormat="of" target="RFC8613"/> concerns responses not including a Partial IV (e.g., a single response to a request). In this case, the same considerations from <xref target="RFC8613"/> apply here as well.</t>
          </li>
        </ul>
        <t>As a consequence, each message encrypted/decrypted with the same Sender Key is processed by using a different (ID_PIV, PIV) pair. This means that nonces used by any fixed encrypting endpoint are unique. Thus, each message is processed with a different (key, nonce) pair.</t>
      </section>
      <section anchor="sec-cons-group-key-management">
        <name>Management of Group Keying Material</name>
        <t>The protocol described in this document should take into account the risk of compromise of group members. In particular, this document specifies that a key management scheme for secure revocation and renewal of Security Contexts and group keying material <bcp14>MUST</bcp14> be adopted.</t>
        <t><xref target="I-D.ietf-ace-key-groupcomm-oscore"/> specifies a simple rekeying scheme for renewing the Security Context in a group.</t>
        <t>Alternative rekeying schemes that are more scalable with the group size may be needed in dynamic, large groups where endpoints can join and leave at any time, in order to limit the impact on performance due to the Security Context and keying material update.</t>
        <section anchor="denial-of-service">
          <name>Denial of Service</name>
          <t>An adversary may leverage the loss of Sender Contexts and/or Recipient Contexts as described in <xref target="ssec-loss-mutable-context-total"/>, in order to perform a Denial of Service attack and prevent some group members from communicating altogether.</t>
          <t>That is, the adversary can first block the communication path between the Group Manager and some individual group members. This can be achieved, for instance, by injecting fake responses to DNS queries for the Group Manager hostname, or by removing a network link used for routing traffic towards the Group Manager.</t>
          <t>Then, the adversary can induce an unprepared reboot for some endpoints in the group, e.g., by triggering a short power outage. After that, such endpoints that have lost their Sender Context and/or Recipient Contexts following the reboot would not be able to obtain new Security Context parameters from the Group Manager, as specified in <xref target="ssec-loss-mutable-context-total"/>. Thus, they would not be able to further communicate in the group until connectivity with the Group Manager is restored.</t>
        </section>
      </section>
      <section anchor="ssec-key-rotation">
        <name>Update of Security Context and Key Rotation</name>
        <t>A group member can receive a message shortly after the group has been rekeyed, and new security parameters and keying material have been distributed by the Group Manager.</t>
        <t>This may result in a client using an old Security Context to protect a request, and a server using a different new Security Context to protect a corresponding response. As a consequence, clients may receive a response protected with a Security Context different from the one used to protect the corresponding request.</t>
        <t>In particular, a server may first get a request protected with the old Security Context, then install the new Security Context, and only after that produce a response to send back to the client. In such a case, as specified in <xref target="ssec-protect-response"/>, the server <bcp14>MUST</bcp14> protect the potential response using the new Security Context. Specifically, the server <bcp14>MUST</bcp14> include its Sender Sequence Number as Partial IV in the response and use it to build the nonce to protect the response. This prevents the nonce from the request from being reused with the new Security Context.</t>
        <t>The client will process that response using the new Security Context, provided that it has installed the new security parameters and keying material before the message processing.</t>
        <t>In case block-wise transfer <xref target="RFC7959"/> is used, the same considerations from <xref section="10.3" sectionFormat="of" target="RFC9594"/> hold.</t>
        <t>Furthermore, as described below, a group rekeying may temporarily result in misaligned Security Contexts between the sender and recipient of a given message.</t>
        <section anchor="ssec-key-rotation-late-sender">
          <name>Late Update on the Sender</name>
          <t>In this case, the sender protects a message using the old Security Context, i.e., before having installed the new Security Context. However, the recipient receives the message after having installed the new Security Context, and is thus unable to correctly process it.</t>
          <t>A possible way to mitigate this issue is to preserve the old retained Security Context for a maximum amount of time defined by the application. By doing so, the recipient can still try to process the received message using the old retained Security Context.</t>
          <t>This makes particular sense when the recipient is a client, that would hence be able to process incoming responses protected with the old retained Security Context used to protect the associated request. If, as typically expected, the old Gid is not included in the response, then the client will first fail to process the response using the latest Security Context, and then use the old retained Security Context as a second attempt.</t>
          <t>Instead, a recipient server can immediately process an incoming request with the old retained Security Context, as signaled by the old Gid that is always included in requests. However, the server could simply discard such an incoming request, which is preferable from a security point of view.</t>
          <t>This tolerance preserves the processing of secure messages throughout a long-lasting key rotation, as group rekeying processes may likely take a long time to complete, especially in large groups. On the other hand, a former (compromised) group member can abusively take advantage of this, and send messages protected with the old retained Security Context. Therefore, a conservative application policy should not permit the retention of old Security Contexts.</t>
        </section>
        <section anchor="ssec-key-rotation-late-recipient">
          <name>Late Update on the Recipient</name>
          <t>In this case, the sender protects a message using the new Security Context, but the recipient receives that message before having installed the new Security Context. Therefore, the recipient would not be able to correctly process the message and hence discards it.</t>
          <t>If the recipient installs the new Security Context shortly after that and the sender endpoint retransmits the message, the former will still be able to receive and correctly process the message.</t>
          <t>In any case, the recipient should actively ask the Group Manager for an updated Security Context according to an application-defined policy, for instance after a given number of unsuccessfully decrypted incoming messages.</t>
        </section>
      </section>
      <section anchor="ssec-gid-collision">
        <name>Collision of Group Identifiers</name>
        <t>In case endpoints are deployed in multiple groups managed by different non-synchronized Group Managers, it is possible for Group Identifiers of different groups to coincide.</t>
        <t>This does not impair the security of the AEAD Algorithm and of the Group Encryption Algorithm. In fact, as long as the Master Secret is different for different groups and this condition holds over time, keys are different among different groups.</t>
        <t>In case multiple groups use the same IP multicast address, the entity assigning that address may help limiting the chances to experience such collisions of Group Identifiers. In particular, it may allow the Group Managers of those groups using the same IP multicast address to share their respective list of assigned Group Identifiers currently in use.</t>
      </section>
      <section anchor="ssec-cross-group-injection">
        <name>Cross-group Message Injection</name>
        <t>A given endpoint is allowed to and would likely use the same pair (private key, authentication credential) in multiple OSCORE groups, possibly administered by different Group Managers.</t>
        <t>When a sender endpoint sends a message protected in pairwise mode to a recipient endpoint in an OSCORE group, a malicious group member may attempt to inject the message to a different OSCORE group also including the same endpoints (see <xref target="ssec-cross-group-injection-attack"/>).</t>
        <t>This relies on altering the content of the OSCORE Option in such a way that the MAC in the ciphertext will still be correctly validated, which has a success probability depending on the size of the MAC.</t>
        <t>As discussed in <xref target="sssec-cross-group-injection-group-mode"/>, the attack is practically infeasible if the message is protected in group mode, thanks to the countersignature also bound to the OSCORE Option through the Additional Authenticated Data used in the signing process (see <xref target="sec-cose-object-ext-aad"/>).</t>
        <section anchor="ssec-cross-group-injection-attack">
          <name>Attack Description</name>
          <t>Let us consider:</t>
          <ul spacing="normal">
            <li>
              <t>Two OSCORE groups G1 and G2, with ID Context (Group ID) Gid1 and Gid2, respectively. Both G1 and G2 use the AEAD cipher AES-CCM-16-64-128, i.e., the MAC of the ciphertext is 8 bytes in size.</t>
            </li>
            <li>
              <t>A sender endpoint X which is member of both G1 and G2, and uses the same pair (private key, authentication credential) in both groups. The endpoint X has Sender ID Sid1 in G1 and Sender ID Sid2 in G2. The pairs (Sid1, Gid1) and (Sid2, Gid2) identify the same authentication credential of X in G1 and G2, respectively.</t>
            </li>
            <li>
              <t>A recipient endpoint Y which is member of both G1 and G2, and uses the same pair (private key, authentication credential) in both groups. The endpoint Y has Sender ID Sid3 in G1 and Sender ID Sid4 in G2. The pairs (Sid3, Gid1) and (Sid4, Gid2) identify the same authentication credential of Y in G1 and G2, respectively.</t>
            </li>
            <li>
              <t>A malicious endpoint Z is also member of both G1 and G2. Hence, Z is able to derive the Sender Keys used by X in G1 and G2.</t>
            </li>
          </ul>
          <t>When X sends a message M1 addressed to Y in G1 and protected in pairwise mode, Z can intercept M1, and attempt to forge a valid message M2 to be injected in G2, making it appear as still sent by X to Y and valid to be accepted.</t>
          <t>In more detail, Z intercepts and stops message M1, and forges a message M2 by changing the value of the OSCORE Option from M1 as follows: the 'kid context' is set to G2 (rather than G1); and the 'kid' is set to Sid2 (rather than Sid1). Then, Z injects message M2 as addressed to Y in G2.</t>
          <t>Upon receiving M2, there is a probability equal to 2^-64 that Y successfully verifies the same unchanged MAC by using the Pairwise Recipient Key associated with X in G2.</t>
          <t>Note that Z does not know the pairwise keys of X and Y, since it does not know and is not able to compute their shared Diffie-Hellman secret. Therefore, Z is not able to check offline if a performed forgery is actually valid, before sending the forged message to G2.</t>
        </section>
        <section anchor="sssec-cross-group-injection-group-mode">
          <name>Attack Prevention in Group Mode</name>
          <t>When a Group OSCORE message is protected in group mode, the countersignature is also computed over the value of the OSCORE Option, which is part of the Additional Authenticated Data used in the signing process (see <xref target="sec-cose-object-ext-aad"/>).</t>
          <t>That is, other than over the ciphertext, the countersignature is computed over: the ID Context (Gid) and the Partial IV, which are always present in requests; as well as the Sender ID of the message originator, which is always present in requests as well as in responses to requests protected in group mode.</t>
          <t>Since the signing process also takes as input the ciphertext of the COSE_Encrypt0 object, the countersignature is bound not only to the intended OSCORE group, hence to the triplet (Master Secret, Master Salt, ID Context), but also to a specific Sender ID in that group and to its specific symmetric key used for AEAD encryption, hence to the quartet (Master Secret, Master Salt, ID Context, Sender ID).</t>
          <t>This makes it practically infeasible to perform the attack described in <xref target="ssec-cross-group-injection-attack"/>, since it would require the adversary to additionally forge a valid countersignature that replaces the original one in the forged message M2.</t>
        </section>
      </section>
      <section anchor="ssec-group-cloning">
        <name>Prevention of Group Cloning Attack</name>
        <t>Both when using the group mode and the pairwise mode, the message protection covers also the Group Manager's authentication credential. This is included in the Additional Authenticated Data used in the signing process and/or in the integrity-protected encryption process (see <xref target="sec-cose-object-ext-aad"/>).</t>
        <t>By doing so, an endpoint X member of a group G1 cannot perform the following attack.</t>
        <ol spacing="normal" type="1"><li>
            <t>X sets up a group G2 where it acts as Group Manager.</t>
          </li>
          <li>
            <t>X makes G2 a "clone" of G1, i.e., G1 and G2 use the same algorithms and have the same Master Secret, Master Salt, and ID Context.</t>
          </li>
          <li>
            <t>X collects a message M sent to G1 and injects it in G2.</t>
          </li>
          <li>
            <t>Members of G2 accept M and believe it to be originated in G2.</t>
          </li>
        </ol>
        <t>The attack above is effectively prevented, since message M is protected by including the authentication credential of G1's Group Manager in the Additional Authenticated Data. Therefore, members of G2 do not successfully verify and decrypt M, since they correctly use the authentication credential of X as Group Manager of G2 when attempting to.</t>
      </section>
      <section anchor="ssec-unicast-requests">
        <name>Group OSCORE for Unicast Requests</name>
        <t>If a request is intended to be sent over unicast as addressed to a single group member, it is <bcp14>NOT RECOMMENDED</bcp14> for the client to protect the request by using the group mode as defined in <xref target="ssec-protect-request"/>.</t>
        <t>This does not include the case where the client sends a request over unicast to a proxy, to be forwarded to multiple intended recipients over multicast <xref target="I-D.ietf-core-groupcomm-bis"/>. In this case, the client typically protects the request with the group mode, even though it is sent to the proxy over unicast (see <xref target="mess-processing"/>).</t>
        <t>If the client uses the group mode with its own Sender Key to protect a unicast request to a group member, an on-path adversary can, right then or later on, redirect that request to one/many different group member(s) over unicast, or to the whole OSCORE group over multicast. By doing so, the adversary can induce the target group member(s) to perform actions intended for one group member only. Note that the adversary can be external, i.e., they do not need to also be a member of the OSCORE group.</t>
        <t>This is due to the fact that the client is not able to indicate the single intended recipient in a way which is secure and possible to process for Group OSCORE on the server side. In particular, Group OSCORE does not protect network addressing information such as the IP address of the intended recipient server. It follows that the server(s) receiving the redirected request cannot verify whether that was the original intention of the client, and would thus simply assume so.</t>
        <t>The impact of such an attack depends especially on the REST method of the request, i.e., the Inner CoAP Code of the OSCORE request message. In particular, safe methods such as GET and FETCH would trigger (several) unintended responses from the targeted server(s), while not resulting in destructive behavior. On the other hand, non safe methods such as PUT, POST, and PATCH/iPATCH would result in the target server(s) taking active actions on their resources and possible cyber-physical environment, with the risk of destructive consequences and possible implications for safety.</t>
        <t>A client can instead use the pairwise mode as defined in <xref target="sec-pairwise-protection-req"/>, in order to protect a request sent to a single group member by using pairwise keying material (see <xref target="sec-derivation-pairwise"/>). This prevents the attack discussed above by construction, as only the intended server is able to derive the pairwise keying material used by the client to protect the request.</t>
        <t>Before delivering to the application an incoming request protected in group mode that was sent over unicast, a server should carefully consider the impact that processing the request would have, without dismissing the possibility that the request reception was in fact the result of the attack discussed above. This is especially important for endpoints implementing only a silent server, since they do not support the pairwise mode and thus are able to process only requests protected in group mode. Application policies can also define specific exceptional cases where it is safe for a server to deliver such requests to the application, which can then take a final decision about whether acting on the request or not. For instance, such decision can leverage an application-level unique identifier of the server specified in the payload of the request.</t>
        <t>In a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are set in the Security Context, an endpoint supporting the pairwise mode <bcp14>SHOULD</bcp14> use it to protect requests sent to a single group member over unicast. Using the group mode to protect such requests would make the request possible to decrypt and verify for any other group member; this may sometimes be a desired property (e.g. see <xref target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
        <t>The use of block-wise transfers <xref target="RFC7959"/> with group communication for CoAP is as discussed in <xref section="3.8" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>. Note that, after the first request targeting all servers in the group over multicast, a client can switch to sending unicast requests for retrieving further blocks from the servers. In particular, after a first block-wise request that targets all servers in the group and includes the CoAP Block2 Option, the retrieval of further blocks can use unicast requests, which should therefore be protected using the pairwise mode. Similarly, if the first request that targeted all servers in the group did not include the CoAP Block2 Option and the corresponding responses included the Block2 Option at the servers' own initiative, then the retrieval of further blocks can use unicast requests, which should therefore be protected using the pairwise mode.</t>
        <t>Additional considerations are discussed in <xref target="sec-synch-challenge-response"/>, with respect to requests including a CoAP Echo Option <xref target="RFC9175"/> that have to be sent over unicast, as a challenge-response method for servers to achieve freshness or to initialize as valid a previously invalid Replay Window.</t>
      </section>
      <section anchor="ssec-e2e-protection">
        <name>End-to-end Protection</name>
        <t>The same considerations from <xref section="12.1" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE.</t>
        <t>Additionally, (D)TLS and Group OSCORE can be combined for protecting message exchanges occurring over unicast. However, it is not possible to combine (D)TLS and Group OSCORE for protecting message exchanges where messages are sent over multicast.</t>
      </section>
      <section anchor="ssec-master-secret">
        <name>Master Secret</name>
        <t>Group OSCORE derives the Security Context using the same construction used by OSCORE, and by using the Group Identifier of a group as the related ID Context. Hence, the same required properties of the Security Context parameters discussed in <xref section="3.3" sectionFormat="of" target="RFC8613"/> hold for this document.</t>
        <t>With particular reference to the OSCORE Master Secret, it has to be kept secret among the members of the respective OSCORE group and the Group Manager responsible for that group. Also, the Master Secret must have a good amount of randomness, and the Group Manager can generate it offline using a good random number generator. This includes the case where the Group Manager rekeys the group by generating and distributing a new Master Secret.</t>
      </section>
      <section anchor="ssec-replay-protection">
        <name>Replay Protection</name>
        <t>As in OSCORE <xref target="RFC8613"/>, Group OSCORE relies on Sender Sequence Numbers included in the COSE message field 'Partial IV' and used to build nonces.</t>
        <t>Note that the Partial IV of an endpoint does not necessarily grow monotonically. For instance, upon exhaustion of the endpoint's Sender Sequence Number space, the endpoint's Partial IV space also gets exhausted. As discussed in <xref target="sec-group-re-join"/>, this results either in the endpoint being individually rekeyed and getting a new Sender ID, or in the establishment of a new Security Context in the group. Therefore, uniqueness of (key, nonce) pairs (see <xref target="ssec-key-nonce-uniqueness"/>) is preserved when a new Security Context is established.</t>
        <t>Since one-to-many communication such as multicast usually involves unreliable transports, the simplification of the Replay Window to a size of 1 suggested in <xref section="7.4" sectionFormat="of" target="RFC8613"/> is not viable with Group OSCORE, unless exchanges in the group rely only on unicast messages.</t>
        <t>A server's Replay Window may be initialized as invalid (see <xref target="ssec-loss-mutable-context"/>). The server can either retrieve a new Group OSCORE Security Context, or make a Replay Window valid (see <xref target="sec-synch-challenge-response"/>) before accepting further incoming messages from other group members.</t>
      </section>
      <section anchor="ssec-seccons-ordering">
        <name>Message Ordering</name>
        <t>Assuming that the other endpoint is honest, Group OSCORE provides relative ordering of received messages. For a given Group OSCORE Security Context, the received Partial IV (when included) allows the recipient endpoint to determine the order in which requests or responses were sent by the other endpoint.</t>
        <t>If the Partial IV was omitted in a response, this indicates that it was the oldest response from the sender endpoint to the corresponding request (like notification responses in OSCORE, see <xref section="7.4.1" sectionFormat="of" target="RFC8613"/>). A received response is not older than the corresponding request.</t>
      </section>
      <section anchor="ssec-seccons-freshness">
        <name>Message Freshness</name>
        <t>As in OSCORE, Group OSCORE provides only the guarantee that the request is not older than the Group OSCORE Security Context used to protect it. Other aspects of freshness are discussed in <xref target="sec-freshness"/>.</t>
        <t>The challenge-response approach described in <xref target="sec-synch-challenge-response"/> provides an assurance of freshness of the request without depending on the honesty of the client. However, it can result in an impact on performance which is undesirable or unbearable, especially in large groups where many endpoints at the same time might join as new members.</t>
        <t>Endpoints configured as silent servers are not able to perform the challenge-response described above, as they do not store a Sender Context to secure the 4.01 (Unauthorized) response to the client. Thus, silent servers should adopt alternative approaches to make their Replay Windows valid. For example, a silent server can retrieve or wait for new Security Context parameters from the Group Manager and derive new Recipient Contexts. When doing so, the Replay Windows of all Recipient Contexts become valid if they are not already. In particular, any invalid Replay Window is re-initialized as valid and with 0 as its current lower limit.</t>
        <t>Since requests including the Echo Option are sent over unicast, a server can be the victim of the attack discussed in <xref target="ssec-unicast-requests"/> if such requests are protected in group mode. Instead, protecting those requests with the pairwise mode prevents the attack above. In fact, only the server involved in the challenge-response exchange is able to derive the pairwise key used by the client to protect the request including the Echo Option.</t>
        <t>In either case, an internal on-path adversary would not be able to transpose the Echo Option value of two different unicast requests, sent by a same client to any two different servers in the group. In fact, even if the group mode was used, this would require the adversary to forge the countersignature of both requests. As a consequence, each of the two servers remains able to selectively accept a request with the Echo Option only if it is waiting for that exact integrity-protected Echo Option value, and is thus the intended recipient.</t>
      </section>
      <section anchor="ssec-client-aliveness">
        <name>Client Aliveness</name>
        <t>Like in OSCORE (see <xref section="12.5" sectionFormat="of" target="RFC8613"/>), a server may verify the aliveness of the client by using the CoAP Echo Option <xref target="RFC9175"/> as described in <xref target="sec-synch-challenge-response"/>.</t>
        <t>In the interest of avoiding otherwise unnecessary uses of such an approach, the server can exploit the fact that the received request cannot be older than the Security Context used to protect it. This effectively allows the server to verify the client aliveness relative to the installation of the latest group keying material.</t>
      </section>
      <section anchor="ssec-crypto-considerations">
        <name>Cryptographic Considerations</name>
        <t>The same considerations from <xref section="12.6" sectionFormat="of" target="RFC8613"/> about the maximum Sender Sequence Number hold for Group OSCORE.</t>
        <t>As discussed in <xref target="ssec-wrap-around-partial-iv"/>, an endpoint that experiences an exhaustion of its own Sender Sequence Number space <bcp14>MUST NOT</bcp14> protect further messages including a Partial IV, until it has derived a new Sender Context. This prevents the endpoint from reusing the same nonce with the same Sender Key.</t>
        <t>In order to renew its own Sender Context, the endpoint <bcp14>SHOULD</bcp14> inform the Group Manager, which can either renew the whole Security Context by means of group rekeying, or provide only that endpoint with a new Sender ID value. In either case, the endpoint derives a new Sender Context, and in particular a new Sender Key.</t>
        <t>Additionally, the same considerations from <xref section="12.6" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE, about building the nonce and the secrecy of the Security Context parameters.</t>
        <t>The group mode uses the "encrypt-then-sign" construction, i.e., the countersignature is computed over the COSE_Encrypt0 object (see <xref target="sec-cose-object-unprotected-field"/>). This is motivated by enabling signature checkers (see <xref target="sec-additional-entities"/>), which do not join a group as members but are allowed to verify countersignatures of messages protected in group mode without being able to decrypt those messages (see <xref target="sec-processing-signature-checker"/>).</t>
        <t>If the Group Encryption Algorithm used in group mode provides integrity protection, countersignatures of COSE_Encrypt0 with short authentication tags do not provide the security properties associated with the same algorithm used in COSE_Sign (see <xref section="6" sectionFormat="of" target="RFC9338"/>). To provide 128-bit security against collision attacks, the tag length <bcp14>MUST</bcp14> be at least 256-bits. A countersignature of a COSE_Encrypt0 with AES-CCM-16-64-128 provides at most 32 bits of integrity protection.</t>
        <t>The derivation of pairwise keys defined in <xref target="key-derivation-pairwise"/> is compatible with ECDSA and EdDSA asymmetric keys, but is not compatible with RSA asymmetric keys.</t>
        <t>For the public key translation from Ed25519 (Ed448) to X25519 (X448) specified in <xref target="key-derivation-pairwise"/>, variable time methods can be used since the translation operates on public information. Any byte string of appropriate length is accepted as a public key for X25519 (X448) in <xref target="RFC7748"/>. It is therefore not necessary for security to validate the translated public key (assuming the translation was successful).</t>
        <t>The security of using the same key pair for Diffie-Hellman and for signing (by considering the ECDH procedure in <xref target="sec-derivation-pairwise"/> as a Key Encapsulation Mechanism (KEM)) is demonstrated in <xref target="Degabriele"/> and <xref target="Thormarker"/>.</t>
        <t>Applications using ECDH (except X25519 and X448) based KEM in <xref target="sec-derivation-pairwise"/> are assumed to verify that a peer endpoint's public key is on the expected curve and that the shared secret is not the point at infinity. The KEM in <xref target="Degabriele"/> checks that the shared secret is different from the point at infinity, as does the procedure in Section 5.7.1.2 of <xref target="NIST-800-56A"/> which is referenced in <xref target="sec-derivation-pairwise"/>.</t>
        <t>By extending Theorem 2 of <xref target="Degabriele"/>, <xref target="Thormarker"/> shows that the same key pair can be used with X25519 and Ed25519 (X448 and Ed448) for the KEM specified in <xref target="sec-derivation-pairwise"/>. By symmetry in the KEM used in this document, both endpoints can consider themselves to have the recipient role in the KEM - as discussed in Section 7 of <xref target="Thormarker"/> - and rely on the mentioned proofs for the security of their key pairs.</t>
        <t>Theorem 3 in <xref target="Degabriele"/> shows that the same key pair can be used for an ECDH based KEM and ECDSA. The KEM uses a different KDF than in <xref target="sec-derivation-pairwise"/>, but the proof only depends on that the KDF has certain required properties, which are the typical assumptions about HKDF, e.g., that output keys are pseudorandom. In order to comply with the assumptions of Theorem 3, received public keys <bcp14>MUST</bcp14> be successfully validated, see Section 5.6.2.3.4 of <xref target="NIST-800-56A"/>. The validation <bcp14>MAY</bcp14> be performed by a trusted Group Manager. For <xref target="Degabriele"/> to apply as it is written, public keys need to be in the expected subgroup. For this, we rely on cofactor Diffie-Hellman as per Section 5.7.1.2 of <xref target="NIST-800-56A"/>, which is referenced in <xref target="key-derivation-pairwise"/>.</t>
        <t>HashEdDSA variants of Ed25519 and Ed448 are not used by COSE (see <xref section="2.2" sectionFormat="of" target="RFC9053"/>), and are not covered by the analysis in <xref target="Thormarker"/>. Hence, they <bcp14>MUST NOT</bcp14> be used with the public keys used to derive pairwise keys as specified in this document.</t>
      </section>
      <section anchor="ssec-message-segmentation">
        <name>Message Segmentation</name>
        <t>The same considerations from <xref section="12.7" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE.</t>
      </section>
      <section anchor="ssec-privacy">
        <name>Privacy Considerations</name>
        <t>Group OSCORE ensures end-to-end integrity protection and encryption of the message payload and of all the options that are not used for proxy operations. In particular, options are processed according to the same class U/I/E that they have for OSCORE. Therefore, the same privacy considerations from <xref section="12.8" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE, with the following addition.</t>
        <ul spacing="normal">
          <li>
            <t>When protecting a message in group mode, the countersignature is encrypted by using a keystream derived from the group keying material (see <xref target="compression-details"/> and <xref target="sssec-encrypted-signature-keystream"/>). This ensures group privacy. That is, an attacker cannot track an endpoint over two groups by linking messages between the two groups, unless being also a member of those groups.</t>
          </li>
        </ul>
        <t>Furthermore, the following privacy considerations hold about the OSCORE Option, which may reveal information on the communicating endpoints.</t>
        <ul spacing="normal">
          <li>
            <t>The 'kid' parameter, which is intended to help a recipient endpoint to find the right Recipient Context, may reveal information about the Sender Endpoint. When both a request and the corresponding responses include the 'kid' parameter, this may reveal information about both a client sending a request and all the possibly replying servers sending their own individual response.</t>
          </li>
          <li>
            <t>The 'kid context' parameter, which is intended to help a recipient endpoint to find the right Security Context, reveals information about the sender endpoint. In particular, it reveals that the sender endpoint is a member of a particular OSCORE group, whose current Group ID is indicated in the 'kid context' parameter.</t>
          </li>
        </ul>
        <t>When receiving a group request, each of the recipient endpoints can reply with a response that includes its Sender ID as 'kid' parameter. All these responses will be matchable with the request through the CoAP Token. Thus, even if these responses do not include a 'kid context' parameter, it becomes possible to understand that the responder endpoints are in the same group of the requester endpoint.</t>
        <t>Furthermore, using the approach described in <xref target="sec-synch-challenge-response"/> to make Replay Windows valid may reveal when a server device goes through a reboot. This can be mitigated by the server device storing the precise state of the Replay Window of each known client on a clean shutdown.</t>
        <t>Finally, the approach described in <xref target="ssec-gid-collision"/> to prevent collisions of Group Identifiers from different Group Managers may reveal information about events in the respective OSCORE groups. In particular, a Group Identifier changes when the corresponding group is rekeyed. Thus, Group Managers might use the shared list of Group Identifiers to infer the rate and patterns of group membership changes triggering a group rekeying, e.g., due to newly joined members or evicted (compromised) members. In order to alleviate this privacy concern, it should be hidden from the Group Managers which exact Group Manager has currently assigned which Group Identifiers in its OSCORE groups.</t>
      </section>
    </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-cons-flag-bits">
        <name>OSCORE Flag Bits Registry</name>
        <t>IANA is asked to add the following entry to the "OSCORE Flag Bits" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <table align="center" anchor="_table-iana-oscore-flag-bits">
          <name>Registrations in the OSCORE Flag Bits Registry</name>
          <thead>
            <tr>
              <th align="left">Bit Position</th>
              <th align="left">Name</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">2</td>
              <td align="left">Group Flag</td>
              <td align="left">For using a Group OSCORE Security Context, set to 1 if the message is protected with the group mode</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="iana-target-attributes">
        <name>Target Attributes Registry</name>
        <t>IANA is asked to add the following entry to the "Target Attributes" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <artwork><![CDATA[
Attribute Name: gosc
Brief Description: Hint: resource only accessible
                   using Group OSCORE or OSCORE
Change Controller: IETF
Reference: [RFC-XXXX, Section 11]
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-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="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="25" month="September" year="2025"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) is a web transfer
   protocol for constrained devices and constrained networks.  In a
   number of use cases, constrained devices often naturally operate in
   groups (e.g., in a building automation scenario, all lights in a
   given room may need to be switched on/off as a group).  This document
   specifies the use of 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-15"/>
        </reference>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC6979">
          <front>
            <title>Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
            <author fullname="T. Pornin" initials="T." surname="Pornin"/>
            <date month="August" year="2013"/>
            <abstract>
              <t>This document defines a deterministic digital signature generation procedure. Such signatures are compatible with standard Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) digital signatures and can be processed with unmodified verifiers, which need not be aware of the procedure described therein. Deterministic signatures retain the cryptographic security features associated with digital signatures but can be more easily implemented in various environments, since they do not need access to a source of high-quality randomness.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6979"/>
          <seriesInfo name="DOI" value="10.17487/RFC6979"/>
        </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="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="RFC7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2016"/>
            <abstract>
              <t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS). These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7748"/>
          <seriesInfo name="DOI" value="10.17487/RFC7748"/>
        </reference>
        <reference anchor="RFC8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
        <reference anchor="RFC8288">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>This specification defines a model for the relationships between resources on the Web ("links") and the type of those relationships ("link relation types").</t>
              <t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8288"/>
          <seriesInfo name="DOI" value="10.17487/RFC8288"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="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="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="RFC9338">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Countersignatures</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="December" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. CBOR Object Signing and Encryption (COSE) defines a set of security services for CBOR. This document defines a countersignature algorithm along with the needed header parameters and CBOR tags for COSE. This document updates RFC 9052.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9338"/>
          <seriesInfo name="DOI" value="10.17487/RFC9338"/>
        </reference>
        <reference anchor="RFC9459">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): AES-CTR and AES-CBC</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="September" year="2023"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) data format is designed for small code size and small message size. CBOR Object Signing and Encryption (COSE) is specified in RFC 9052 to provide basic security services using the CBOR data format. This document specifies the conventions for using AES-CTR and AES-CBC as content encryption algorithms with COSE.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9459"/>
          <seriesInfo name="DOI" value="10.17487/RFC9459"/>
        </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="NIST-800-56A" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Ar3.pdf">
          <front>
            <title>Recommendation for Pair-Wise Key-Establishment Schemes Using Discrete Logarithm Cryptography - NIST Special Publication 800-56A, Revision 3</title>
            <author initials="E." surname="Barker" fullname="Elaine Barker">
              <organization/>
            </author>
            <author initials="L." surname="Chen" fullname="Lily Chen">
              <organization/>
            </author>
            <author initials="A." surname="Roginsky" fullname="Allen Roginsky">
              <organization/>
            </author>
            <author initials="A." surname="Vassilev" fullname="Apostol Vassilev">
              <organization/>
            </author>
            <author initials="R." surname="Davis" fullname="Richard Davis">
              <organization/>
            </author>
            <date year="2018" month="April"/>
          </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 anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore">
          <front>
            <title>Key Management for Group Object Security for Constrained RESTful Environments (Group OSCORE) Using Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="28" month="August" year="2025"/>
            <abstract>
              <t>   This document defines an application profile of the Authentication
   and Authorization for Constrained Environments (ACE) framework, to
   request and provision keying material in group communication
   scenarios that are based on the Constrained Application Protocol
   (CoAP) and are secured with Group Object Security for Constrained
   RESTful Environments (Group OSCORE).  This application profile
   delegates the authentication and authorization of Clients, which 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-18"/>
        </reference>
        <reference anchor="I-D.ietf-iotops-security-protocol-comparison">
          <front>
            <title>Comparison of CoAP Security Protocols</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <date day="4" month="June" year="2025"/>
            <abstract>
              <t>   This document analyzes and compares the sizes of key exchange flights
   and the per-packet message size overheads when using different
   security protocols to secure CoAP.  Small message sizes are very
   important for reducing energy consumption, latency, and time to
   completion in constrained radio network such as Low-Power Wide Area
   Networks (LPWANs).  The analyzed security protocols are DTLS 1.2,
   DTLS 1.3, TLS 1.2, TLS 1.3, cTLS, EDHOC, OSCORE, and Group OSCORE.
   The DTLS and TLS record layers are analyzed with and without 6LoWPAN-
   GHC compression.  DTLS is analyzed with and without Connection ID.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-iotops-security-protocol-comparison-09"/>
        </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="20" month="October" year="2025"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server and to 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 the 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
   the same resource on the same shared Token value.  Besides, this
   document defines how the security protocol Group Object Security for
   Constrained RESTful Environments (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-13"/>
        </reference>
        <reference anchor="I-D.ietf-lwig-curve-representations">
          <front>
            <title>Alternative Elliptic Curve Representations</title>
            <author fullname="Rene Struik" initials="R." surname="Struik">
              <organization>Struik Security Consultancy</organization>
            </author>
            <date day="21" month="January" year="2022"/>
            <abstract>
              <t>   This document specifies how to represent Montgomery curves and
   (twisted) Edwards curves as curves in short-Weierstrass form and
   illustrates how this can be used to carry out elliptic curve
   computations leveraging existing implementations and specifications
   of, e.g., ECDSA and ECDH using NIST prime curves.  We also provide
   extensive background material that may be useful for implementers of
   elliptic curve cryptography.


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lwig-curve-representations-23"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund" initials="J." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>IN Groupe</organization>
            </author>
            <date day="18" month="August" year="2025"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA 1.0, RPKI,
   GSMA eUICC, and CA/Browser Forum Baseline Requirements profiles.
   C509 is deployed in different settings including, in-vehicle and
   vehicle-to-cloud communication, Unmanned Aircraft Systems (UAS), and
   Global Navigation Satellite System (GNSS).  When used to re-encode
   DER encoded X.509 certificates, the CBOR encoding can in many cases
   reduce the size of RFC 7925 profiled certificates by over 50% while
   also significantly reducing memory and code size compared to ASN.1.
   The CBOR encoded structure can alternatively be signed directly
   ("natively signed"), which does not require re-encoding for the
   signature to be verified.  The TLSA selectors registry defined in RFC
   6698 is extended to include C509 certificates.  The document also
   specifies C509 Certificate Requests, C509 COSE headers, a C509 TLS
   certificate type, and a C509 file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-15"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-capable-proxies">
          <front>
            <title>OSCORE-capable Proxies</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>
            <date day="3" month="September" year="2025"/>
            <abstract>
              <t>   Object Security for Constrained RESTful Environments (OSCORE) can be
   used to protect CoAP messages end-to-end between two endpoints at the
   application layer, also in the presence of intermediaries such as
   proxies.  This document defines how to use OSCORE for protecting CoAP
   messages also between an origin application endpoint and an
   intermediary, or between two intermediaries.  Also, it defines rules
   to escalate the protection of a CoAP option, in order to encrypt and
   integrity-protect it whenever possible.  Finally, it defines how to
   secure a CoAP message by applying multiple, nested OSCORE
   protections, e.g., both end-to-end between origin application
   endpoints; and between an application endpoint and an intermediary or
   between two intermediaries.  Therefore, this document updates RFC
   8613.  Furthermore, this document updates RFC 8768, by explicitly
   defining the processing with OSCORE for the CoAP option Hop-Limit.
   The approach defined in this document can be seamlessly used with
   Group OSCORE, for protecting CoAP messages when group communication
   is used in the presence of intermediaries.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-capable-proxies-05"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-proxy">
          <front>
            <title>Proxy Operations for CoAP Group Communication</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="3" month="September" year="2025"/>
            <abstract>
              <t>   This document defines a specific realization of proxy intended for
   scenarios that use group communication for the Constrained
   Application Protocol (CoAP).  Such a proxy processes a single request
   sent by a client typically over unicast and distributes the request
   to a group of servers, e.g., over UDP/IP multicast as the defined
   default transport protocol.  Then, the proxy collects the individual
   responses from those servers and relays those responses back to the
   client, in a way that allows the client to distinguish the responses
   and their origin servers through embedded addressing information.
   This document updates RFC7252 with respect to caching of response
   messages at proxies.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-proxy-05"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-det-sigs-with-noise">
          <front>
            <title>Hedged ECDSA and EdDSA Signatures</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Erik Thormarker" initials="E." surname="Thormarker">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Sini Ruohomaa" initials="S." surname="Ruohomaa">
              <organization>Ericsson</organization>
            </author>
            <date day="3" month="March" year="2025"/>
            <abstract>
              <t>   Deterministic elliptic-curve signatures such as deterministic ECDSA
   and EdDSA have gained popularity over randomized ECDSA as their
   security does not depend on a source of high-quality randomness.
   Recent research, however, has found that implementations of these
   signature algorithms may be vulnerable to certain side-channel and
   fault injection attacks due to their deterministic nature.  One
   countermeasure to such attacks is hedged signatures where the
   calculation of the per-message secret number includes both fresh
   randomness and the message.  This document updates RFC 6979 and RFC
   8032 to recommend hedged constructions in deployments where side-
   channel attacks and fault injection attacks are a concern.  The
   updates are invisible to the validator of the signature and
   compatible with existing ECDSA and EdDSA validators.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-det-sigs-with-noise-05"/>
        </reference>
        <reference anchor="I-D.ietf-core-cacheable-oscore">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="22" month="September" year="2025"/>
            <abstract>
              <t>   Group communication with the Constrained Application Protocol (CoAP)
   can be secured end-to-end using Group Object Security for Constrained
   RESTful Environments (Group OSCORE), also across untrusted
   intermediary proxies.  However, this sidesteps the proxies' abilities
   to cache responses from the origin server(s).  This specification
   restores cacheability of protected responses at proxies, by
   introducing consensus requests which any client in a group can send
   to one server or multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-cacheable-oscore-00"/>
        </reference>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC4340">
          <front>
            <title>Datagram Congestion Control Protocol (DCCP)</title>
            <author fullname="E. Kohler" initials="E." surname="Kohler"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="S. Floyd" initials="S." surname="Floyd"/>
            <date month="March" year="2006"/>
            <abstract>
              <t>The Datagram Congestion Control Protocol (DCCP) is a transport protocol that provides bidirectional unicast connections of congestion-controlled unreliable datagrams. DCCP is suitable for applications that transfer fairly large amounts of data and that can benefit from control over the tradeoff between timeliness and reliability. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4340"/>
          <seriesInfo name="DOI" value="10.17487/RFC4340"/>
        </reference>
        <reference anchor="RFC4944">
          <front>
            <title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
            <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
            <author fullname="N. Kushalnagar" initials="N." surname="Kushalnagar"/>
            <author fullname="J. Hui" initials="J." surname="Hui"/>
            <author fullname="D. Culler" initials="D." surname="Culler"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document describes the frame format for transmission of IPv6 packets and the method of forming IPv6 link-local addresses and statelessly autoconfigured addresses on IEEE 802.15.4 networks. Additional specifications include a simple header compression scheme using shared context and provisions for packet delivery in IEEE 802.15.4 meshes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4944"/>
          <seriesInfo name="DOI" value="10.17487/RFC4944"/>
        </reference>
        <reference anchor="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC6282">
          <front>
            <title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
            <author fullname="J. Hui" initials="J." role="editor" surname="Hui"/>
            <author fullname="P. Thubert" initials="P." surname="Thubert"/>
            <date month="September" year="2011"/>
            <abstract>
              <t>This document updates RFC 4944, "Transmission of IPv6 Packets over IEEE 802.15.4 Networks". This document specifies an IPv6 header compression format for IPv6 packet delivery in Low Power Wireless Personal Area Networks (6LoWPANs). The compression format relies on shared context to allow compression of arbitrary prefixes. How the information is maintained in that shared context is out of scope. This document specifies compression of multicast addresses and a framework for compressing next headers. UDP header compression is specified within this framework. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6282"/>
          <seriesInfo name="DOI" value="10.17487/RFC6282"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC7228">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Ersue" initials="M." surname="Ersue"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks. This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC8075">
          <front>
            <title>Guidelines for Mapping Implementations: HTTP to the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Castellani" initials="A." surname="Castellani"/>
            <author fullname="S. Loreto" initials="S." surname="Loreto"/>
            <author fullname="A. Rahman" initials="A." surname="Rahman"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="E. Dijk" initials="E." surname="Dijk"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>This document provides reference information for implementing a cross-protocol network proxy that performs translation from the HTTP protocol to the Constrained Application Protocol (CoAP). This will enable an HTTP client to access resources on a CoAP server through the proxy. This document describes how an HTTP request is mapped to a CoAP request and how a CoAP response is mapped back to an HTTP response. This includes guidelines for status code, URI, and media type mappings, as well as additional interworking advice.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8075"/>
          <seriesInfo name="DOI" value="10.17487/RFC8075"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC9002">
          <front>
            <title>QUIC Loss Detection and Congestion Control</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="I. Swett" initials="I." role="editor" surname="Swett"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes loss detection and congestion control mechanisms for QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9002"/>
          <seriesInfo name="DOI" value="10.17487/RFC9002"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </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="RFC9594">
          <front>
            <title>Key Provisioning for Group Communication Using Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="M. Tiloca" initials="M." surname="Tiloca"/>
            <date month="September" year="2024"/>
            <abstract>
              <t>This document defines how to use the Authentication and Authorization for Constrained Environments (ACE) framework to distribute keying material and configuration parameters for secure group communication. Candidate group members that act as Clients and are authorized to join a group can do so by interacting with a Key Distribution Center (KDC) acting as the Resource Server, from which they obtain the keying material to communicate with other group members. While defining general message formats as well as the interface and operations available at the KDC, this document supports different approaches and protocols for secure group communication. Therefore, details are delegated to separate application profiles of this document as specialized instances that target a particular group communication approach and define how communications in the group are protected. Compliance requirements for such application profiles are also specified.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9594"/>
          <seriesInfo name="DOI" value="10.17487/RFC9594"/>
        </reference>
        <reference anchor="Degabriele" target="https://eprint.iacr.org/2011/615">
          <front>
            <title>On the Joint Security of Encryption and Signature in EMV</title>
            <author initials="J. P." surname="Degabriele" fullname="Jean Paul Degabriele">
              <organization/>
            </author>
            <author initials="A." surname="Lehmann" fullname="Anja Lehmann">
              <organization/>
            </author>
            <author initials="K. G." surname="Paterson" fullname="Kenneth G. Paterson">
              <organization/>
            </author>
            <author initials="N. P." surname="Smart" fullname="Nigel P. Smart">
              <organization/>
            </author>
            <author initials="M." surname="Strefler" fullname="Mario Strefler">
              <organization/>
            </author>
            <date year="2011" month="December"/>
          </front>
        </reference>
        <reference anchor="Thormarker" target="https://eprint.iacr.org/2021/509">
          <front>
            <title>On using the same key pair for Ed25519 and an X25519 based KEM</title>
            <author initials="E." surname="Thormarker" fullname="Erik Thormarker">
              <organization/>
            </author>
            <date year="2021" month="April"/>
          </front>
        </reference>
        <reference anchor="RFC7942">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="205"/>
          <seriesInfo name="RFC" value="7942"/>
          <seriesInfo name="DOI" value="10.17487/RFC7942"/>
        </reference>
      </references>
    </references>
    <?line 2119?>

<section anchor="sec-requirements">
      <name>Assumptions and Security Objectives</name>
      <t>This section presents a set of assumptions and security objectives for the protocol described in this document. The rest of this section refers to three types of groups:</t>
      <ul spacing="normal">
        <li>
          <t>Application group, i.e., a set of CoAP endpoints that share a common pool of resources.</t>
        </li>
        <li>
          <t>Security group, as defined in <xref target="terminology"/> of this document. Between security groups and application groups, there can be a many-to-many, one-to-many, many-to-one, or one-to-one relationship.</t>
        </li>
        <li>
          <t>CoAP group, i.e., a set of CoAP endpoints where each endpoint is configured to receive one-to-many CoAP requests, e.g., sent to the group's associated IP multicast address and UDP port as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>. An endpoint may be a member of multiple CoAP groups. Between application groups and CoAP groups, there can be a many-to-many, one-to-many, many-to-one, or one-to-one relationship. Note that a device sending a CoAP request to a CoAP group is not necessarily itself a member of that group: it is a member only if it also has a CoAP server endpoint listening to requests for this CoAP group, sent to the associated IP multicast address and port. In order to provide secure group communication, all members of a CoAP group as well as all further endpoints configured only as clients sending CoAP (multicast) requests to the CoAP group have to be member of a security group. Between security groups and CoAP groups, there can be a many-to-many, one-to-many, many-to-one, or one-to-one relationship.</t>
        </li>
      </ul>
      <section anchor="ssec-sec-assumptions">
        <name>Assumptions</name>
        <t>The following points are assumed to be already addressed and are out of the scope of this document.</t>
        <ul spacing="normal">
          <li>
            <t>Multicast communication topology: this document considers both 1-to-N (one sender and multiple recipients) and M-to-N (multiple senders and multiple recipients) communication topologies. The 1-to-N communication topology is the simplest group communication scenario that would serve the needs of a typical Low-power and Lossy Network (LLN). Examples of use cases that benefit from secure group communication are provided in <xref target="sec-use-cases"/>.  </t>
            <t>
In a 1-to-N communication model, only a single client transmits data to the CoAP group, in the form of request messages; in an M-to-N communication model (where M and N do not necessarily have the same value), M clients transmit data to the CoAP group. According to <xref target="I-D.ietf-core-groupcomm-bis"/>, any possible proxy entity is supposed to know about the clients. Also, every client expects and is able to handle multiple response messages associated with a same request sent to the CoAP group.</t>
          </li>
          <li>
            <t>Group size: security solutions for group communication should be able to adequately support different and possibly large security groups. The group size is the current number of members in a security group. In the use cases mentioned in this document, the number of clients (normally the controlling devices) is expected to be much smaller than the number of servers (i.e., the controlled devices). A security solution for group communication that supports 1 to 50 clients would be able to properly cover the group sizes required for most use cases that are relevant for this document. The maximum group size is expected to be in the range of hundreds to thousands of devices, with large groups easier to manage if including several silent servers. Security groups larger than that should be divided into smaller independent groups. One should not assume that the set of members of a security group remains fixed. That is, the group membership is subject to changes, possibly on a frequent basis.</t>
          </li>
          <li>
            <t>Communication with the Group Manager: an endpoint must use a secure dedicated channel when communicating with the Group Manager, also when not registered as a member of the security group.</t>
          </li>
          <li>
            <t>Provisioning and management of Security Contexts: a Security Context must be established among the members of the security group. A secure mechanism must be used to generate, revoke and (re-)distribute keying material, communication policies and security parameters in the security group. The actual provisioning and management of the Security Context is out of the scope of this document.</t>
          </li>
          <li>
            <t>Multicast data security cipher suite: all members of a security group must use the same cipher suite to provide authenticity, integrity and confidentiality of messages in the group. The cipher suite is specified as part of the Security Context.</t>
          </li>
          <li>
            <t>Ensuring backward security: a new device joining the security group should not have access to any old Security Contexts used before its joining. This ensures that a new member of the security group is not able to decrypt confidential data sent before it has joined the security group. The adopted key management scheme should ensure that the Security Context is updated to ensure backward confidentiality. The actual mechanism to update the Security Context and renew the group keying material in the security group upon a new member's joining has to be defined as part of the group key management scheme.</t>
          </li>
          <li>
            <t>Ensuring forward security: entities that leave the security group should not have access to any future Security Contexts or message exchanged within the security group after their leaving. This ensures that a former member of the security group is not able to decrypt confidential data sent within the security group anymore. Also, it ensures that a former member is not able to send protected messages to the security group anymore. The actual mechanism to update the Security Context and renew the group keying material in the security group upon a member's leaving has to be defined as part of the group key management scheme.</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-sec-objectives">
        <name>Security Objectives</name>
        <t>The protocol described in this document aims at fulfilling the following security objectives:</t>
        <ul spacing="normal">
          <li>
            <t>Data replay protection: request messages or response messages replayed within the security group must be detected.</t>
          </li>
          <li>
            <t>Data confidentiality: messages sent within the security group shall be encrypted.</t>
          </li>
          <li>
            <t>Group-level data confidentiality: the group mode provides group-level data confidentiality since messages are encrypted at a group level, i.e., in such a way that they can be decrypted by any member of the security group, but not by an external adversary or other external entities.</t>
          </li>
          <li>
            <t>Pairwise data confidentiality: the pairwise mode especially provides pairwise data confidentiality, since messages are encrypted using pairwise keying material shared between any two group members, hence they can be decrypted only by the intended single recipient.</t>
          </li>
          <li>
            <t>Source message authentication: messages sent within the security group shall be authenticated. That is, it is essential to ensure that a message is originated by a member of the security group in the first place, and in particular by a specific, identifiable member of the security group.</t>
          </li>
          <li>
            <t>Message integrity: messages sent within the security group shall be integrity protected. That is, it is essential to ensure that a message has not been tampered with, either by a group member, or by an external adversary or other external entities which are not members of the security group.</t>
          </li>
          <li>
            <t>Message ordering: it must be possible to determine the ordering of messages coming from a single sender. Like in OSCORE <xref target="RFC8613"/>, a recipient endpoint can determine the relative order of requests or responses from another sender endpoint by means of their Partial IV. It is not required to determine ordering of messages from different senders.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-use-cases">
      <name>List of Use Cases</name>
      <t>Group Communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/> provides the necessary background for multicast-based CoAP communication, with particular reference to low-power and lossy networks (LLNs) and resource constrained environments. The interested reader is encouraged to first read <xref target="I-D.ietf-core-groupcomm-bis"/> to understand the non-security related details. This section discusses a number of use cases that benefit from secure group communication, and refers to the three types of groups from <xref target="sec-requirements"/>. Specific security requirements for these use cases are discussed in <xref target="sec-requirements"/>.</t>
      <ul spacing="normal">
        <li>
          <t>Lighting control: consider a building equipped with IP-connected lighting devices, switches, and border routers. The lighting devices acting as servers are organized into application groups and CoAP groups, according to their physical location in the building. For instance, lighting devices in a room or corridor can be configured as members of a single application group and corresponding CoAP group. Those lighting devices together with the switches acting as clients in the same room or corridor can be configured as members of the corresponding security group. Switches are then used to control the lighting devices by sending on/off/dimming commands to all lighting devices in the CoAP group, while border routers connected to an IP network backbone (which is also multicast-enabled) can be used to interconnect routers in the building. Consequently, this would also enable logical groups to be formed even if devices with a role in the lighting application may be physically in different subnets (e.g., on wired and wireless networks). Connectivity between lighting devices may be realized, for instance, by means of IPv6 and (border) routers supporting 6LoWPAN <xref target="RFC4944"/><xref target="RFC6282"/>. Group communication enables synchronous operation of a set of connected lights, ensuring that the light preset (e.g., dimming level or color) of a large set of luminaires are changed at the same perceived time. This is especially useful for providing a visual synchronicity of light effects to the user. As a practical guideline, events within a 200 ms interval are perceived as simultaneous by humans, which is necessary to ensure in many setups. Devices may reply back to the switches that issue on/off/dimming commands, in order to report about the execution of the requested operation (e.g., OK, failure, error) and their current operational status. In a typical lighting control scenario, a single switch is the only entity responsible for sending commands to a set of lighting devices. In more advanced lighting control use cases, an M-to-N communication topology would be required, for instance in case multiple sensors (presence or day-light) are responsible to trigger events to a set of lighting devices. Especially in professional lighting scenarios, the roles of client and server are configured by the lighting commissioner, and devices strictly follow those roles.</t>
        </li>
        <li>
          <t>Integrated building control: enabling Building Automation and Control Systems (BACSs) to control multiple heating, ventilation, and air-conditioning units to predefined presets. Controlled units can be organized into application groups and CoAP groups in order to reflect their physical position in the building, e.g., devices in the same room can be configured as members of a single application group and corresponding CoAP group. As a practical guideline, events within intervals of seconds are typically acceptable. Controlled units are expected to possibly reply back to the BACS issuing control commands, in order to report about the execution of the requested operation (e.g., OK, failure, error) and their current operational status.</t>
        </li>
        <li>
          <t>Software and firmware updates: software and firmware updates often comprise quite a large amount of data. This can overload a Low-power and Lossy Network (LLN) that is otherwise typically used to deal with only small amounts of data, on an infrequent base. Rather than sending software and firmware updates as unicast messages to each individual device, multicasting such updated data to a larger set of devices at once displays a number of benefits. For instance, it can significantly reduce the network load and decrease the overall time latency for propagating this data to all devices. Even if the complete whole update process itself is secured, securing the individual messages is important, in case updates consist of relatively large amounts of data. In fact, checking individual received data piecemeal for tampering avoids that devices store large amounts of partially corrupted data and that they detect tampering hereof only after all data has been received. Devices receiving software and firmware updates are expected to possibly reply back, in order to provide a feedback about the execution of the update operation (e.g., OK, failure, error) and their current operational status.</t>
        </li>
        <li>
          <t>Parameter and configuration update: by means of multicast communication, it is possible to update the settings of a set of similar devices, both simultaneously and efficiently. Possible parameters are related, for instance, to network load management or network access control. Devices receiving parameter and configuration updates are expected to possibly reply back, to provide a feedback about the execution of the update operation (e.g., OK, failure, error) and their current operational status.</t>
        </li>
        <li>
          <t>Commissioning of Low-power and Lossy Network (LLN) systems: a commissioning device is responsible for querying all devices in the local network or a selected subset of them, in order to discover their presence, and be aware of their capabilities, default configuration, and operating conditions. Queried devices displaying similarities in their capabilities and features, or sharing a common physical location can be configured as members of a single application group and corresponding CoAP group. Queried devices are expected to reply back to the commissioning device, in order to notify their presence, and provide the requested information and their current operational status.</t>
        </li>
        <li>
          <t>Emergency multicast: a particular emergency-related information (e.g., natural disaster) is generated and multicast by an emergency notifier, and relayed to multiple devices. The latter may reply back to the emergency notifier, in order to provide their feedback and local information related to the ongoing emergency. This kind of setups should additionally rely on a fault-tolerant multicast algorithm, such as Multicast Protocol for Low-Power and Lossy Networks (MPL).</t>
        </li>
      </ul>
    </section>
    <section anchor="gid-ex">
      <name>Example of Group Identifier Format</name>
      <t>This section provides an example of how the Group Identifier (Gid) can be formatted. That is, the Gid can be composed of two parts, namely a Group Prefix and a Group Epoch.</t>
      <t>For each group, the Group Prefix is constant over time and is uniquely defined in the set of all the groups associated with the same Group Manager. The choice of the Group Prefix for a given group's Security Context is application specific. The size of the Group Prefix directly impact on the maximum number of distinct groups under the same Group Manager.</t>
      <t>The Group Epoch is set to 0 upon the group's initialization, and is incremented by 1 each time new keying material, together with a new Gid, is distributed to the group in order to establish a new Security Context (see <xref target="sec-group-key-management"/>).</t>
      <t>As an example, a 3-byte Gid can be composed of: i) a 1-byte Group Prefix '0xb1' interpreted as a raw byte string; and ii) a 2-byte Group Epoch interpreted as an unsigned integer ranging from 0 to 65535. Then, after having established the Common Context 61532 times in the group, its Gid will assume value '0xb1f05c'.</t>
      <t>Using an immutable Group Prefix for a group with a Group Manager that does not reassign Gid values (see <xref target="sec-gid-recycling"/>) limits the total number of rekeying instances. With a Group Manager that does reassign Gid values, it limits the maximum active number of rekeying instances that a CoAP observation <xref target="RFC7641"/> can persist through. In either case, the group epoch size needs to be chosen depending on the expected rate of rekeying instances.</t>
      <t>As discussed in <xref target="ssec-gid-collision"/>, if endpoints are deployed in multiple groups managed by different non-synchronized Group Managers, it is possible that Group Identifiers of different groups coincide at some point in time. In this case, a recipient has to handle coinciding Group Identifiers, and has to try using different Security Contexts to process an incoming message, until the right one is found and the message is correctly verified. Therefore, it is favorable that Group Identifiers from different Group Managers have a size that result in a small probability of collision. How small this probability should be is up to system designers.</t>
    </section>
    <section anchor="sec-group-manager">
      <name>Responsibilities of the Group Manager</name>
      <t>The Group Manager is responsible for performing the following tasks:</t>
      <ol spacing="normal" type="1"><li>
          <t>Creating and managing OSCORE groups. This includes the assignment of a Gid to every newly created group, ensuring uniqueness of Gids within the set of its OSCORE groups and, optionally, the secure recycling of Gids.</t>
        </li>
        <li>
          <t>Defining policies for authorizing the joining of its OSCORE groups.</t>
        </li>
        <li>
          <t>Handling the join process to add new endpoints as group members.</t>
        </li>
        <li>
          <t>Establishing the Common Context part of the Security Context, and providing it to authorized group members during the join process, together with the corresponding Sender Context.</t>
        </li>
        <li>
          <t>Updating the Key Generation Number and the Gid of its OSCORE groups, upon renewing the respective Security Context.</t>
        </li>
        <li>
          <t>Generating and managing Sender IDs within its OSCORE groups, as well as assigning and providing them to new endpoints during the join process, or to current group members upon request of renewal or re-joining. This includes ensuring that:  </t>
          <ul spacing="normal">
            <li>
              <t>Each Sender ID is unique within each of the OSCORE groups;</t>
            </li>
            <li>
              <t>Each Sender ID is not reassigned within the same group since the latest time when the current Gid value was assigned to the group. That is, the Sender ID is not reassigned even to a current group member re-joining the same group, without a rekeying happening first.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Defining communication policies for each of its OSCORE groups, and signaling them to new endpoints during the join process.</t>
        </li>
        <li>
          <t>Renewing the Security Context of an OSCORE group upon membership change, by revoking and renewing common security parameters and keying material (rekeying).</t>
        </li>
        <li>
          <t>Providing the management keying material that a new endpoint requires to participate in the rekeying process, consistently with the key management scheme used in the group joined by the new endpoint.</t>
        </li>
        <li>
          <t>Assisting a group member that has missed a group rekeying instance to understand which authentication credentials and Recipient Contexts to delete, as associated with former group members.</t>
        </li>
        <li>
          <t>Acting as key repository, in order to handle the authentication credentials of the members of its OSCORE groups, and providing such authentication credentials to other members of the same group upon request. The actual storage of authentication credentials may be entrusted to a separate secure storage device or service.</t>
        </li>
        <li>
          <t>Validating that the format and parameters of authentication credentials of group members are consistent with the public key algorithm and related parameters used in the respective OSCORE group.</t>
        </li>
      </ol>
      <t>The Group Manager specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> provides this functionality.</t>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-27-28">
        <name>Version -27 to -28</name>
        <ul spacing="normal">
          <li>
            <t>Group Encryption Algorithm: admitted AES-CTR and ruled out AES-CBC.</t>
          </li>
          <li>
            <t>Considerations on unreliable/reliable transports for group key management traffic.</t>
          </li>
          <li>
            <t>Explicit mentioning that group rekeying can also be regular/periodic.</t>
          </li>
          <li>
            <t>Clarifications:  </t>
            <ul spacing="normal">
              <li>
                <t>Clearer definition of Signature Encryption Key.</t>
              </li>
              <li>
                <t>Integrity protection for the Group Encryption Algorithm.</t>
              </li>
              <li>
                <t>Use and lifetime of static-static Diffie-Hellman keys.</t>
              </li>
              <li>
                <t>Fixed confusing text on keys used for signing and/or ECDH.</t>
              </li>
              <li>
                <t>Long exchanges do not actually last "indefinitely".</t>
              </li>
              <li>
                <t>In CWTs/CSSs, (kty, crv) indicates types of public key algorithms (not "fully described" public key algorithms).</t>
              </li>
              <li>
                <t>Applications can define the maximum number of Recipient Contexts.</t>
              </li>
              <li>
                <t>Possible means for the application to learn about deliberately deleted Recipient Contexts.</t>
              </li>
              <li>
                <t>Clearer requirement and examples on congestion control for group key management traffic.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Avoided restatements with normative language.</t>
          </li>
          <li>
            <t>Avoided unnecessary normative language for parameters of the Security Context.</t>
          </li>
          <li>
            <t>Updated references.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-26-27">
        <name>Version -26 to -27</name>
        <ul spacing="normal">
          <li>
            <t>Clarified "<bcp14>SHOULD</bcp14>" for the Group Manager's authentication credential having the same format of that of the group members.</t>
          </li>
          <li>
            <t>Avoid unnecessary details on Sequence Number wrap-around.</t>
          </li>
          <li>
            <t>Clarified that using unreliable transports must not forego congestion control.</t>
          </li>
          <li>
            <t>Clarified means for the Group Manager to determine compromised group members.</t>
          </li>
          <li>
            <t>Normative "<bcp14>SHOULD</bcp14>" for preserving current Sender IDs upon group rekeying.</t>
          </li>
          <li>
            <t>Updated security considerations:  </t>
            <ul spacing="normal">
              <li>
                <t>Explicit list of security properties of the pairwise mode.</t>
              </li>
              <li>
                <t>Clarified group-level data confidentiality in the group mode.</t>
              </li>
              <li>
                <t>Explicit list of security properties not aimed to be met.</t>
              </li>
              <li>
                <t>Security considerations on treating opaque binary data as such.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Minor clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-25-26">
        <name>Version -25 to -26</name>
        <ul spacing="normal">
          <li>
            <t>Terminology for Security Context: avoid "immutable"; use "long-term" and "varying".</t>
          </li>
          <li>
            <t>Reference on achieving proof of possession for group members and Group Manager.</t>
          </li>
          <li>
            <t>Not only CWTs but also CCSs can be tagged.</t>
          </li>
          <li>
            <t>Exceptional handling after deleting a Recipient Context.</t>
          </li>
          <li>
            <t>Clearer handling of incoming messages if the Replay Window is invalid.</t>
          </li>
          <li>
            <t>The exhaustion of Sender Sequence Numbers should be handled with margin.</t>
          </li>
          <li>
            <t>Highlighted overhead for accepting out-of-order responses within a long exchange.</t>
          </li>
          <li>
            <t>Generalization of exceptions to behaviors that are defined as <bcp14>SHOULD</bcp14>.</t>
          </li>
          <li>
            <t>Clearer phrasing for the requirement on early signature verification.</t>
          </li>
          <li>
            <t>Clearer generalization of delivery of messages protected in pairwise mode.</t>
          </li>
          <li>
            <t>Generalized use of the Block2 Option in protected (group) requests.</t>
          </li>
          <li>
            <t>Clearer statements on implementation compliance.</t>
          </li>
          <li>
            <t>Suggested means for silent servers to make Replay Windows valid again.</t>
          </li>
          <li>
            <t>Optional procedure for reassigning Gids moved to the document body.</t>
          </li>
          <li>
            <t>Specific definition of reassignment of Sender IDs in a group.</t>
          </li>
          <li>
            <t>Discussed server-side mitigations against unicast requests protected in group mode.</t>
          </li>
          <li>
            <t>Removed hypothetical discussions on alternative protocol designs.</t>
          </li>
          <li>
            <t>Discussion on Denial of Service moved to security considerations.</t>
          </li>
          <li>
            <t>Expanded considerations on leakage of Diffie-Hellman shared secret.</t>
          </li>
          <li>
            <t>Editorial clarifications and fixes.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-24-25">
        <name>Version -24 to -25</name>
        <ul spacing="normal">
          <li>
            <t>Made RFC 5869 a normative reference.</t>
          </li>
          <li>
            <t>Removed request to add a note in the "CoAP Option Numbers" registry.</t>
          </li>
          <li>
            <t>More precise phrasing on using the encryption nonce.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-23-24">
        <name>Version -23 to -24</name>
        <ul spacing="normal">
          <li>
            <t>Added section "Implementation Status", according to RFC 7942.</t>
          </li>
          <li>
            <t>Fixed "P-521" (instead of "P-512").</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-22-23">
        <name>Version -22 to -23</name>
        <ul spacing="normal">
          <li>
            <t>Examples of non-AEAD algorithms as Group Encryption Algorithm.</t>
          </li>
          <li>
            <t>Implementation compliance on non-AEAD algorithms.</t>
          </li>
          <li>
            <t>Clarified that the HKDF Algorithm must be an HMAC-based HKDF.</t>
          </li>
          <li>
            <t>Easier description of using Common IV to compute the nonce.</t>
          </li>
          <li>
            <t>Consistent use of "nonce", "key", and "AEAD key".</t>
          </li>
          <li>
            <t>Repositioned content about the Group Manager.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-21-22">
        <name>Version -21 to -22</name>
        <ul spacing="normal">
          <li>
            <t>Removed mentioning of the CBOR encoding of the HKDF Algorithm.</t>
          </li>
          <li>
            <t>Rephrased consequences on loss of Recipient Contexts.</t>
          </li>
          <li>
            <t>Removed requirement on 0 as initial value of the Key Generation Number.</t>
          </li>
          <li>
            <t>Improved handling of responses from a server that changes Sender ID.</t>
          </li>
          <li>
            <t>Relax constrictions of Block-wise with group communication.</t>
          </li>
          <li>
            <t>Removed the concept of synchronization with the Client's Sender Sequence Number.</t>
          </li>
          <li>
            <t>Improved content on Challenge-Response based freshness and Replay Window recovery.</t>
          </li>
          <li>
            <t>Use the acronym CCSs for CWT Claims Sets.</t>
          </li>
          <li>
            <t>Mentioned wrap-around of the Key Generation Number.</t>
          </li>
          <li>
            <t>Added IANA consideration on the "CoAP Option Numbers" registry.</t>
          </li>
          <li>
            <t>Updated references.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-20-21">
        <name>Version -20 to -21</name>
        <ul spacing="normal">
          <li>
            <t>Updated author list.</t>
          </li>
          <li>
            <t>Terminology: improved definition of "group request".</t>
          </li>
          <li>
            <t>Editorial: removed quotation marks when using the CBOR simple values true, false, and null.</t>
          </li>
          <li>
            <t>Editorial: expanded name of the "CoRE Parameters" registry group.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-19-20">
        <name>Version -19 to -20</name>
        <ul spacing="normal">
          <li>
            <t>Change Controller for the target attribute "gosc" set to "IETF".</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-18-19">
        <name>Version -18 to -19</name>
        <ul spacing="normal">
          <li>
            <t>Unified presentation of handling of multiple responses.</t>
          </li>
          <li>
            <t>Added Rikard Höglund as Contributor.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-17-18">
        <name>Version -17 to -18</name>
        <ul spacing="normal">
          <li>
            <t>Changed document title.</t>
          </li>
          <li>
            <t>Possible use with CoAP-mappable HTTP.</t>
          </li>
          <li>
            <t>Added Common Context parameter "Authentication Credential Format".</t>
          </li>
          <li>
            <t>Renamed "Group Encryption Key" to "Signature Encryption Key". Consistent fixes in its derivation.</t>
          </li>
          <li>
            <t>Renamed "Signature Encryption Algorithm" to "Group Encryption Algorithm".</t>
          </li>
          <li>
            <t>Ensured a single Common IV, also when the two encryption algorithms have different nonce sizes.</t>
          </li>
          <li>
            <t>Guidelines on the Pairwise Key Agreement Algorithm and derivation of the Diffie-Hellman secret.</t>
          </li>
          <li>
            <t>The possible use of a mode follows from the set parameters.</t>
          </li>
          <li>
            <t>The Group Manager is always present; 'gm_cred' in the external_aad cannot be null anymore.</t>
          </li>
          <li>
            <t>The authentication credential of the Group Manager can have a different format than that of the group members'.</t>
          </li>
          <li>
            <t>Set-up of new endpoints moved to document body.</t>
          </li>
          <li>
            <t>The encrypted countersignature is a result of the header compression, not of COSE.</t>
          </li>
          <li>
            <t>Revised examples of compressed and non-compressed COSE object.</t>
          </li>
          <li>
            <t>Removed excessive requirements on group rekeying scheduling.</t>
          </li>
          <li>
            <t>More considerations on the strictness of group key management.</t>
          </li>
          <li>
            <t>Clearer alternatives on retaining an old Security Context.</t>
          </li>
          <li>
            <t>Revised used of terminology on freshness.</t>
          </li>
          <li>
            <t>Clarifications, fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-16-17">
        <name>Version -16 to -17</name>
        <ul spacing="normal">
          <li>
            <t>Definition and registration of the target attribute "gosc".</t>
          </li>
          <li>
            <t>Reference update and editorial fixes.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-15-16">
        <name>Version -15 to -16</name>
        <ul spacing="normal">
          <li>
            <t>Clients "<bcp14>SHOULD</bcp14>" use the group mode for one-to-many requests.</t>
          </li>
          <li>
            <t>Handling of multiple non-notification responses.</t>
          </li>
          <li>
            <t>Revised presentation of security properties.</t>
          </li>
          <li>
            <t>Improved listing of operations defined for the group mode that are inherited by the pairwise mode.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-14-15">
        <name>Version -14 to -15</name>
        <ul spacing="normal">
          <li>
            <t>Updated references and editorial fixes.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-13-14">
        <name>Version -13 to -14</name>
        <ul spacing="normal">
          <li>
            <t>Replaced "node" with "endpoint" where appropriate.</t>
          </li>
          <li>
            <t>Replaced "owning" with "storing" (of keying material).</t>
          </li>
          <li>
            <t>Distinction between "authentication credential" and "public key".</t>
          </li>
          <li>
            <t>Considerations on storing whole authentication credentials.</t>
          </li>
          <li>
            <t>Considerations on Denial of Service.</t>
          </li>
          <li>
            <t>Recycling of Group IDs by tracking the "Birth Gid" of each group
member is now optional to support and use for the Group Manager.</t>
          </li>
          <li>
            <t>Fine-grained suppression of error responses.</t>
          </li>
          <li>
            <t>Changed section title "Mandatory-to-Implement Compliance Requirements" to "Implementation Compliance".</t>
          </li>
          <li>
            <t>"Challenge-Response Synchronization" moved to the document body.</t>
          </li>
          <li>
            <t>RFC 7641 and draft-ietf-core-echo-request-tag as normative references.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-12-13">
        <name>Version -12 to -13</name>
        <ul spacing="normal">
          <li>
            <t>Fixes in the derivation of the Group Encryption Key.</t>
          </li>
          <li>
            <t>Added Mandatory-to-Implement compliance requirements.</t>
          </li>
          <li>
            <t>Changed UCCS to CCS.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-11-12">
        <name>Version -11 to -12</name>
        <ul spacing="normal">
          <li>
            <t>No mode of operation is mandatory to support.</t>
          </li>
          <li>
            <t>Revised parameters of the Security Context, COSE object and external_aad.</t>
          </li>
          <li>
            <t>Revised management of keying material for the Group Manager.</t>
          </li>
          <li>
            <t>Informing of former members when rekeying the group.</t>
          </li>
          <li>
            <t>Admit encryption-only algorithms in group mode.</t>
          </li>
          <li>
            <t>Encrypted countersignature through a keystream.</t>
          </li>
          <li>
            <t>Added public key of the Group Manager as key material and protected data.</t>
          </li>
          <li>
            <t>Clarifications about message processing, especially notifications.</t>
          </li>
          <li>
            <t>Guidance for message processing of external signature checkers.</t>
          </li>
          <li>
            <t>Updated derivation of pairwise keys, with more security considerations.</t>
          </li>
          <li>
            <t>Termination of ongoing observations as client, upon leaving or before re-joining the group.</t>
          </li>
          <li>
            <t>Recycling Group IDs by tracking the "Birth Gid" of each group member.</t>
          </li>
          <li>
            <t>Expanded security and privacy considerations about the group mode.</t>
          </li>
          <li>
            <t>Removed appendices on skipping signature verification and on COSE capabilities.</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>
            <t>Loss of Recipient Contexts due to their overflow.</t>
          </li>
          <li>
            <t>Added diagram on keying material components and their relation.</t>
          </li>
          <li>
            <t>Distinction between anti-replay and freshness.</t>
          </li>
          <li>
            <t>Preservation of Sender IDs over rekeying.</t>
          </li>
          <li>
            <t>Clearer cause-effect about reset of SSN.</t>
          </li>
          <li>
            <t>The GM provides public keys of group members with associated Sender IDs.</t>
          </li>
          <li>
            <t>Removed 'par_countersign_key' from the external_aad.</t>
          </li>
          <li>
            <t>One single format for the external_aad, both for encryption and signing.</t>
          </li>
          <li>
            <t>Presence of 'kid' in responses to requests protected in pairwise mode.</t>
          </li>
          <li>
            <t>Inclusion of 'kid_context' in notifications following a group rekeying.</t>
          </li>
          <li>
            <t>Pairwise mode presented with OSCORE as baseline.</t>
          </li>
          <li>
            <t>Revised examples with signature values.</t>
          </li>
          <li>
            <t>Decoupled growth of clients' Sender Sequence Numbers and loss of synchronization for server.</t>
          </li>
          <li>
            <t>Sender IDs not recycled in the group under the same Gid.</t>
          </li>
          <li>
            <t>Processing and description of the Group Flag bit in the OSCORE Option.</t>
          </li>
          <li>
            <t>Usage of the pairwise mode for multicast requests.</t>
          </li>
          <li>
            <t>Clarifications on synchronization using the Echo Option.</t>
          </li>
          <li>
            <t>General format of context parameters and external_aad elements, supporting future registered COSE algorithms (new Appendix).</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>
            <t>Removed 'Counter Signature Key Parameters' from the Common Context.</t>
          </li>
          <li>
            <t>New parameters in the Common Context covering the DH secret derivation.</t>
          </li>
          <li>
            <t>New countersignature header parameter from draft-ietf-cose-countersign.</t>
          </li>
          <li>
            <t>Stronger policies non non-recycling of Sender IDs and Gid.</t>
          </li>
          <li>
            <t>The Sender Sequence Number is reset when establishing a new Security Context.</t>
          </li>
          <li>
            <t>Added 'request_kid_context' in the aad_array.</t>
          </li>
          <li>
            <t>The server can respond with 5.03 if the client's public key is not available.</t>
          </li>
          <li>
            <t>The observer client stores an invariant identifier of the group.</t>
          </li>
          <li>
            <t>Relaxed storing of original 'kid' for observer clients.</t>
          </li>
          <li>
            <t>Both client and server store the 'kid_context' of the original observation request.</t>
          </li>
          <li>
            <t>The server uses a fresh PIV if protecting the response with a Security Context different from the one used to protect the request.</t>
          </li>
          <li>
            <t>Clarifications on MTI algorithms and curves.</t>
          </li>
          <li>
            <t>Removed optimized requests.</t>
          </li>
          <li>
            <t>Overall clarifications and editorial revision.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>
            <t>Pairwise keys are discarded after group rekeying.</t>
          </li>
          <li>
            <t>Signature mode renamed to group mode.</t>
          </li>
          <li>
            <t>The parameters for countersignatures use the updated COSE registries. Newly defined IANA registries have been removed.</t>
          </li>
          <li>
            <t>Pairwise Flag bit renamed as Group Flag bit, set to 1 in group mode and set to 0 in pairwise mode.</t>
          </li>
          <li>
            <t>Dedicated section on updating the Security Context.</t>
          </li>
          <li>
            <t>By default, sender sequence numbers and replay windows are not reset upon group rekeying.</t>
          </li>
          <li>
            <t>An endpoint implementing only a silent server does not support the pairwise mode.</t>
          </li>
          <li>
            <t>Separate section on general message reception.</t>
          </li>
          <li>
            <t>Pairwise mode moved to the document body.</t>
          </li>
          <li>
            <t>Considerations on using the pairwise mode in non-multicast settings.</t>
          </li>
          <li>
            <t>Optimized requests are moved as an appendix.</t>
          </li>
          <li>
            <t>Normative support for the signature and pairwise mode.</t>
          </li>
          <li>
            <t>Revised methods for synchronization with clients' sender sequence number.</t>
          </li>
          <li>
            <t>Appendix with example values of parameters for countersignatures.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>
            <t>Clarified relation between pairwise mode and group communication (Section 1).</t>
          </li>
          <li>
            <t>Improved definition of "silent server" (Section 1.1).</t>
          </li>
          <li>
            <t>Clarified when a Recipient Context is needed (Section 2).</t>
          </li>
          <li>
            <t>Signature checkers as entities supported by the Group Manager (Section 2.3).</t>
          </li>
          <li>
            <t>Clarified that the Group Manager is under exclusive control of Gid and Sender ID values in a group, with Sender ID values under each Gid value (Section 2.3).</t>
          </li>
          <li>
            <t>Mitigation policies in case of recycled 'kid' values (Section 2.4).</t>
          </li>
          <li>
            <t>More generic exhaustion (not necessarily wrap-around) of sender sequence numbers (Sections 2.5 and 10.11).</t>
          </li>
          <li>
            <t>Pairwise key considerations, as to group rekeying and Sender Sequence Numbers (Section 3).</t>
          </li>
          <li>
            <t>Added reference to static-static Diffie-Hellman shared secret (Section 3).</t>
          </li>
          <li>
            <t>Note for implementation about the external_aad for signing (Sectino 4.3.2).</t>
          </li>
          <li>
            <t>Retransmission by the application for group requests over multicast as Non-confirmable (Section 7).</t>
          </li>
          <li>
            <t>A server <bcp14>MUST</bcp14> use its own Partial IV in a response, if protecting it with a different context than the one used for the request (Section 7.3).</t>
          </li>
          <li>
            <t>Security considerations: encryption of pairwise mode as alternative to group-level security (Section 10.1).</t>
          </li>
          <li>
            <t>Security considerations: added approach to reduce the chance of global collisions of Gid values from different Group Managers (Section 10.5).</t>
          </li>
          <li>
            <t>Security considerations: added implications for block-wise transfers when using the signature mode for requests over unicast (Section 10.7).</t>
          </li>
          <li>
            <t>Security considerations: (multiple) supported signature algorithms (Section 10.13).</t>
          </li>
          <li>
            <t>Security considerations: added privacy considerations on the approach for reducing global collisions of Gid values (Section 10.15).</t>
          </li>
          <li>
            <t>Updates to the methods for synchronizing with clients' sequence number (Appendix E).</t>
          </li>
          <li>
            <t>Simplified text on discovery services supporting the pairwise mode (Appendix G.1).</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>
            <t>Updated abstract and introduction.</t>
          </li>
          <li>
            <t>Clarifications of what pertains a group rekeying.</t>
          </li>
          <li>
            <t>Derivation of pairwise keying material.</t>
          </li>
          <li>
            <t>Content re-organization for COSE Object and OSCORE header compression.</t>
          </li>
          <li>
            <t>Defined the Pairwise Flag bit for the OSCORE Option.</t>
          </li>
          <li>
            <t>Supporting CoAP Observe for group requests and responses.</t>
          </li>
          <li>
            <t>Considerations on message protection across switching to new keying material.</t>
          </li>
          <li>
            <t>New optimized mode based on pairwise keying material.</t>
          </li>
          <li>
            <t>More considerations on replay protection and Security Contexts upon key renewal.</t>
          </li>
          <li>
            <t>Security considerations on Group OSCORE for unicast requests, also as affecting the usage of the Echo Option.</t>
          </li>
          <li>
            <t>Clarification on different types of groups considered (application/security/CoAP).</t>
          </li>
          <li>
            <t>New pairwise mode, using pairwise keying material for both requests and responses.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>
            <t>Group IDs mandated to be unique under the same Group Manager.</t>
          </li>
          <li>
            <t>Clarifications on parameter update upon group rekeying.</t>
          </li>
          <li>
            <t>Updated external_aad structures.</t>
          </li>
          <li>
            <t>Dynamic derivation of Recipient Contexts made optional and application specific.</t>
          </li>
          <li>
            <t>Optional 4.00 response for failed signature verification on the server.</t>
          </li>
          <li>
            <t>Removed client handling of duplicated responses to multicast requests.</t>
          </li>
          <li>
            <t>Additional considerations on public key retrieval and group rekeying.</t>
          </li>
          <li>
            <t>Added Group Manager responsibility on validating public keys.</t>
          </li>
          <li>
            <t>Updates IANA registries.</t>
          </li>
          <li>
            <t>Reference to RFC 8613.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>
            <t>Added references to draft-dijk-core-groupcomm-bis.</t>
          </li>
          <li>
            <t>New parameter Counter Signature Key Parameters (Section 2).</t>
          </li>
          <li>
            <t>Clarification about Recipient Contexts (Section 2).</t>
          </li>
          <li>
            <t>Two different external_aad for encrypting and signing (Section 3.1).</t>
          </li>
          <li>
            <t>Updated response verification to handle Observe notifications (Section 6.4).</t>
          </li>
          <li>
            <t>Extended Security Considerations (Section 8).</t>
          </li>
          <li>
            <t>New "Counter Signature Key Parameters" IANA Registry (Section 9.2).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>Added the new "Counter Signature Parameters" in the Common Context (see Section 2).</t>
          </li>
          <li>
            <t>Added recommendation on using "deterministic ECDSA" if ECDSA is used as countersignature algorithm (see Section 2).</t>
          </li>
          <li>
            <t>Clarified possible asynchronous retrieval of keying material from the Group Manager, in order to process incoming messages (see Section 2).</t>
          </li>
          <li>
            <t>Structured Section 3 into subsections.</t>
          </li>
          <li>
            <t>Added the new 'par_countersign' to the aad_array of the external_aad (see Section 3.1).</t>
          </li>
          <li>
            <t>Clarified non reliability of 'kid' as identity identifier for a group member (see Section 2.1).</t>
          </li>
          <li>
            <t>Described possible provisioning of new Sender ID in case of Partial IV wrap-around (see Section 2.2).</t>
          </li>
          <li>
            <t>The former signature bit in the Flag Byte of the OSCORE Option value is reverted to reserved (see Section 4.1).</t>
          </li>
          <li>
            <t>Updated examples of compressed COSE object, now with the sixth less significant bit in the Flag Byte of the OSCORE Option value set to 0 (see Section 4.3).</t>
          </li>
          <li>
            <t>Relaxed statements on sending error messages (see Section 6).</t>
          </li>
          <li>
            <t>Added explicit step on computing the countersignature for outgoing messages (see Sections 6.1 and 6.3).</t>
          </li>
          <li>
            <t>Handling of just created Recipient Contexts in case of unsuccessful message verification (see Sections 6.2 and 6.4).</t>
          </li>
          <li>
            <t>Handling of replied/repeated responses on the client (see Section 6.4).</t>
          </li>
          <li>
            <t>New IANA Registry "Counter Signature Parameters" (see Section 9.1).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>Revised structure and phrasing for improved readability and better alignment with draft-ietf-core-object-security.</t>
          </li>
          <li>
            <t>Added discussion on wrap-Around of Partial IVs (see Section 2.2).</t>
          </li>
          <li>
            <t>Separate sections for the COSE Object (Section 3) and the OSCORE Header Compression (Section 4).</t>
          </li>
          <li>
            <t>The countersignature is now appended to the encrypted payload of the OSCORE message, rather than included in the OSCORE Option (see Section 4).</t>
          </li>
          <li>
            <t>Extended scope of Section 5, now titled " Message Binding, Sequence Numbers, Freshness and Replay Protection".</t>
          </li>
          <li>
            <t>Clarifications about Non-confirmable messages in Section 5.1 "Synchronization of Sender Sequence Numbers".</t>
          </li>
          <li>
            <t>Clarifications about error handling in Section 6 "Message Processing".</t>
          </li>
          <li>
            <t>Compacted list of responsibilities of the Group Manager in Section 7.</t>
          </li>
          <li>
            <t>Revised and extended security considerations in Section 8.</t>
          </li>
          <li>
            <t>Added IANA considerations for the OSCORE Flag Bits Registry in Section 9.</t>
          </li>
          <li>
            <t>Revised Appendix D, now giving a short high-level description of a new endpoint set-up.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Terminology has been made more aligned with RFC7252 and draft-ietf-core-object-security: i) "client" and "server" replace the old "multicaster" and "listener", respectively; ii) "silent server" replaces the old "pure listener".</t>
          </li>
          <li>
            <t>Section 2 has been updated to have the Group Identifier stored in the 'ID Context' parameter defined in draft-ietf-core-object-security.</t>
          </li>
          <li>
            <t>Section 3 has been updated with the new format of the Additional Authenticated Data.</t>
          </li>
          <li>
            <t>Major rewriting of Section 4 to better highlight the differences with the message processing in draft-ietf-core-object-security.</t>
          </li>
          <li>
            <t>Added Sections 7.2 and 7.3 discussing security considerations about uniqueness of (key, nonce) and collision of group identifiers, respectively.</t>
          </li>
          <li>
            <t>Minor updates to Appendix A.1 about assumptions on multicast communication topology and group size.</t>
          </li>
          <li>
            <t>Updated Appendix C on format of group identifiers, with practical implications of possible collisions of group identifiers.</t>
          </li>
          <li>
            <t>Updated Appendix D.2, adding a pointer to draft-palombini-ace-key-groupcomm about retrieval of nodes' public keys through the Group Manager.</t>
          </li>
          <li>
            <t>Minor updates to Appendix E.3 about Challenge-Response synchronization of sequence numbers based on the Echo Option from draft-ietf-core-echo-request-tag.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Section 1.1 has been updated with the definition of group as "security group".</t>
          </li>
          <li>
            <t>Section 2 has been updated with:  </t>
            <ul spacing="normal">
              <li>
                <t>Clarifications on establishment/derivation of Security Contexts.</t>
              </li>
              <li>
                <t>A table summarizing the the additional context elements compared to OSCORE.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Section 3 has been updated with:  </t>
            <ul spacing="normal">
              <li>
                <t>Examples of request and response messages.</t>
              </li>
              <li>
                <t>Use of CounterSignature0 rather than CounterSignature.</t>
              </li>
              <li>
                <t>Additional Authenticated Data including also the signature algorithm, while not including the Group Identifier any longer.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Added Section 6, listing the responsibilities of the Group Manager.</t>
          </li>
          <li>
            <t>Added Appendix A (former section), including assumptions and security objectives.</t>
          </li>
          <li>
            <t>Appendix B has been updated with more details on the use cases.</t>
          </li>
          <li>
            <t>Added Appendix C, providing an example of Group Identifier format.</t>
          </li>
          <li>
            <t>Appendix D has been updated to be aligned with draft-palombini-ace-key-groupcomm.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>Jiye Park contributed as a co-author of initial versions of this document.</t>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Stefan Beck"/>, <contact fullname="Mike Bishop"/>, <contact fullname="Rolf Blom"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Mohamed Boucadair"/>, <contact fullname="Deb Cooley"/>, <contact fullname="Esko Dijk"/>, <contact fullname="Gorry Fairhurst"/>, <contact fullname="Patrik Fältström"/>, <contact fullname="Martin Gunnarsson"/>, <contact fullname="Klaus Hartke"/>, <contact fullname="Richard Kelsey"/>, <contact fullname="Paul Kyzivat"/>, <contact fullname="Joerg Ott"/>, <contact fullname="Dave Robin"/>, <contact fullname="Jim Schaad"/>, <contact fullname="Ludwig Seitz"/>, <contact fullname="Orie Steele"/>, <contact fullname="Peter van der Stok"/>, <contact fullname="Ketan Talaulikar"/>, <contact fullname="Erik Thormarker"/>, <contact fullname="Mališa Vučinić"/>, and <contact fullname="Paul Wouters"/> for their feedback and comments.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next projects CRITISEC and CYPRESS; the H2020 projects SIFIS-Home (Grant agreement 952652) and ARCADIAN-IoT (Grant agreement 101020259); the SSF project SEC4Factory under the grant RIT17-0032; and the EIT-Digital High Impact Initiative ACTIVE.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
AA==

-->

</rfc>
