<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.7) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-groupcomm-27" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <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-27"/>
    <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="September" day="12"/>
    <area>Applications</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 174?>

<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 178?>

<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 tell 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, specifying the format of authentication credentials used in the group (see <xref target="ssec-common-context-authcred-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, 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, 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, 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"/>) <bcp14>SHALL</bcp14> identify 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"/>) <bcp14>SHALL</bcp14> identify 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"/>) <bcp14>SHALL</bcp14> contain 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"/>) <bcp14>SHALL</bcp14> identify 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>
        </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. Further details on authentication credentials are compiled in <xref target="sec-pub-key-format"/>.</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 this parameter is not set, the group mode is not used in the group.</t>
          <t>A non-authenticated algorithm <bcp14>MUST NOT</bcp14> be used as Group Encryption Algorithm if it is not possible to ensure uniqueness of the (key, nonce) pairs. This is the case, for instance, for A128CTR, A192CTR, and A256CTR <xref target="RFC9459"/>. Instead, examples of non-authenticated algorithms that can be used as Group Encryption Algorithm are A128CBC, A192CBC, and A256CBC <xref target="RFC9459"/>.</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 encryption key for deriving a keystream to encrypt/decrypt a countersignature, 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>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 policies for Recipient Contexts to delete.</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 fully described 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), the public key algorithm is fully described by a COSE key type and its "kty" and "crv" parameters.</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>Certain signature schemes, such as EdDSA and ECDSA, support a secure combined signature and encryption scheme. 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 and encryption <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>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>
          <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.</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"/>).</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 indefinitely, 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.amsuess-core-cachable-oscore"/>).</t>
      <t>As per <xref target="RFC7252"/><xref target="I-D.ietf-core-groupcomm-bis"/>, group requests sent over multicast <bcp14>MUST</bcp14> be 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"/>, responses to Non-confirmable group requests <bcp14>SHOULD</bcp14> also be Non-confirmable, but endpoints <bcp14>MUST</bcp14> be prepared to receive Confirmable responses in reply to a Non-confirmable group 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.amsuess-core-cachable-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 signature scheme of the group mode <bcp14>MUST</bcp14> support a combined signature and encryption scheme. 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 A128CBC defined in <xref section="5" 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 either the AES-CTR or AES-CBC algorithm and accepting Additional Authenticated Data (AAD) as input must return an error if one of these non-AEAD content encryption algorithms 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"/>. When possible, the delivery of rekeying messages should use a reliable transport, in order to reduce chances of group members missing a rekeying instance. The use of an unreliable transport <bcp14>MUST NOT</bcp14> forego enforcing congestion control as appropriate for that transport.</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>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, A128CBC, A192CBC, A256CBC.</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, -65531</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>
              <li>
                <t>(A128CBC, 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 ameliorate 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. Randomness requirements for security are described in <xref target="RFC4086"/>.</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]
]]></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="2" month="July" 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-14"/>
        </reference>
        <reference anchor="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. 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="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </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="7" month="July" year="2025"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-12"/>
        </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.amsuess-core-cachable-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="6" month="July" 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-amsuess-core-cachable-oscore-11"/>
        </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="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="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 2099?>

<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. There can be a one-to-one or a one-to-many relation between security groups and application groups, and vice versa.</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. There can be a one-to-one or a one-to-many relation between application groups and CoAP groups. 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. There can be a one-to-one or a one-to-many relation between security groups and CoAP groups, and vice versa.</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-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="Esko Dijk"/>, <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="Peter van der Stok"/>, <contact fullname="Erik Thormarker"/>, and <contact fullname="Mališa Vučinić"/> 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:
H4sIAAAAAAAAA+y963Ybx5Ym+J9PkUOvNSJPARDvInXa3UVL9LHKkq0RZR/X
qlXlTgAJMo+ATBYSEMVyaV5l5in6AaZebPY1YkdkJABK9KVm6vTqMkVmRsZl
x77vb/f7/a33T7PDra1FuZgWT7O/zOvlTfb98G/FaJFdFqPlvFzcZZN6nj2r
q2Yxz8uqGGdvLi7fTpbT7KJ6X87ralZUiybbkXcvn33/5mJ3Kx8O58V7NyL9
dmtcj6p8Bt8Zz/PJol8Wi0l/VM+Lft3Qf67w4VE9m/Wn+aJoFltbW19kzSKv
xj/n07qCFxfzZbG1Vd7M6cdmcbC3d7Z3sJXPi/xpdn5zMy1H+aKEuW7dXj2F
Sb+5yP5az9+V1RXPZOvd7dPsRbUo5lWx6D/HaWzBG0/hK+OtZjmclU0Dry/u
buBjLy7efr219b6olsXTrSyj2T3dYCdwLbvwwiwvp08z/Nff41IH9fwKhykX
18sh/75/e/U4XvvW1qgew4SfZkvYntOtrXy5uK7nOAP8X1/+m2Vl1TzNXg2y
t+W0HuXu17zDr/L5qI7/BBN4mr15cXmRnX/lfgmLKQrYgRdNPvlbPR83Vzns
eHZw4J4YARE8zb4t4ST87+oxfOXyor9/cnS0l10u6tG763o6Mw8sq8Uc3ru8
LcZF5X5f8K7McH6DBc3v7+floCnS6/vLAOhwChRQzKMV/uU//tcc5tn6Ky3y
Yl6OmqauUgt9W8+b63xW6UIPf9WFXtUwS1gez/LvC5nYAI46veKvB9lroPbZ
sKzKaMlfw1CjohnliSf+YMue6FQHNzrVdWsvF2U+hQ34h4Gf+3LOK389L5b/
8X8BVS8WOEK0L/9QX1edj/zBNuZvMNfBTCa5ATm8GWTf/Mf/upouq3G06jfl
u3w+bv/1D3TL5zTFwXVNM5R7vlXVc9iA8j1wVXjhRf/5wEsCLwKGZYM8783X
z472Tk/kx+PTkzP58eTsif745OD4QH88OdrXH58cncqPp3uH+sDpwan77cn+
nv/xUH88O9Jxz/bcuPCjPnC2/+RYfzw81MHOjo7ptWffX14Mzqdw7YHPzxpm
2yELpwN6cf7dOf17DKIO7guQPrNAEcU4TubH4T/l8ys8xOvF4qZ5+vjx7e3t
oMyrHCXL4xwk1xWLoMejuino/ww+XC9m0y9yO853Ly7f9k/39vrHJ+ep6UUE
eDHIvsrn71r892KKMjD8W/Tqy0H27LqIb+vLcnpnfx+9dD7I3tRX8OO7u+jF
8+m0qOI/tt/+EXdiWryP376pm0U9jf/cvm7P8/dl07pro2u8bP5vckxvCiTW
ohqT2kGq0uu8nPf/WjZF9m1x17+A+zScls01nkx2ObouZkWT/dCgSvK8bEbz
YlFkL+urnM4neza/u1nUV/P85vou69NZZZc3xQhYY/Z6OVT9JpPz68EEYEb4
m0NDTQd7+6f9vaMk0VTvpzfLYTOo4KYPrur3j/EH/M1j+Y75TPMYJzC4fD2Q
780PBzfjCWhg1cRfYnOH81HRfwer9teY1ZvgobJe1DdNvxH9sn8zh1+M6ilw
gNkN7APww+B5VhGHTTF/X/Rny+kCZtcs+lW9KCc60eCF6W151YfB4fF5cTMv
Gtj6xGN4QfqjYT3vFxVyunF/VMwXiU+zhjbKb+AkC5zuh7KIhwp4Fz5y5x6Y
4wOT+VV/DDonXNKmfwtnDfMHGtGH8lmzLJqmL18CasNP+c0DDnN4cqCM6ejs
6Mj/qL89PjhVfnZycKqc6+TkTH/75OBA2dWTs+MzxxwdPzs9PHMMb//oif4I
Wrb+eHxGH35eXOXDeVlMiw04yD+ARjMwr8TSuwBB9DoHNbr1SPtyvyyuZ3kV
s5Tz6m959Kfo1W8HqEq+htsxb+sP3xYVmAPXiSeiUb6jlVyC8rqIhviuvCqm
8R/buvoliOHJtMVLQVsv6/CPwl++r7LFdQEaTlkZi6yegMkxQlaBNx80y+wS
eH++WM4L+FR28erHkBns9/cPkswAbgcMDEJkNCchgs8+Ptk/hoffXuMNR+a+
mZDwz8eCArSA+K9+dUvihLjGBp7OgHlkN8BAiZNejA+Oj/fPaIFAIz/xv4Z5
A6bXtxevgjUe7HcxvPYaD/YfH++dbW0BW0ClB966vHj59dNs+5+AxPs/wf/+
eXtrq9/vZ/kQbb0RWKJvr8smAwN2SXx8XExA+DU8bz0V5WMPZ0b3cMz3JZqD
GciY/qIGVjX2XwQ6AGnS5FcwleIDMI3qCgZG7kIzs18zxjGoyjLRnWf1+evd
bFgsbgsQrbNiNgTqx2FzNnd7WTG4GvQy5KBZ/b6YZy9eZ44FD8CUhtOaw7+W
03zeo4+OQeufl0P4pNsP3a3r+lZWlsFmLvEYgVrlUxlyzmWlc2yKxYIoo5Y9
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
IL9uqyCtjPYbzRCgro2pKiWPa64KpH3koLfdde+pWim3V5xCciXd7BaPK2dT
mvL+vdPWqgmR51G/tOIehOeRZqfuJsjD3xLdJeyeMAjebLgTFx/QSnCXRD5y
ibYG0hY7BzrUiEEYSe0JgwlIu73E+5J2YpMC0ga7chJoGVJIoXlXYH1Nlw1c
0emdGC6Bl2onYV3sGjW7/fl6Vi4W5la9cclaNi/BJKS7iRk+EqQKqt9jkL1w
xmkQ93BWTetbbVrwFND1ORx+J4x37fo5MNVe4PTbK0uS6Fo9JdyGnuMTLEKj
3NMNBFKbQQQX7MGYRMfVLe6xN+76+udRpK2/wJ92f99wvdVfy2oM9uynXdvu
5d336qb3KLi9yIff55zCralNLVdAyiZHZaymerjJKs5VJm+x5tUF2+WsE+/d
a183mPL/6f+39Xf99v9Sv1v9v7/b+nc3tWe4rgo/+e/ZdyCDXxgz/GJacPFg
x//+/UHnE2gUODr8/3WmVzyff0/NEv7/hibRmnH+tMKMSO9P1zgJxb9rkzcc
J9TP7zfOv6zXf6NxHu7co5uS8XlddCt991hXa5xuybHp/litKJ0O2Dzs/pBg
bK3r++CTsLqVK8N1tXljsK5QXHQkOj7cuixP++Vp9sV6DxADe3y5fS5PNeqb
7+DZ7GIslINN8yH8LNLvT1wthz/+iyhE0+J9Tqba9C5yZrj0xOBvkYiWIBpp
fYNtGJNyWMAuhPv55faoQBt4+yOl/kWMjrL/EmalZAF6A0lcx416bbi6K2mL
kS4SeLs4c5S1IJvLQ5sUDSCZovlIYucuMLKpo/QLWNP5xflzwz66VtnPi3xM
5jMvN3otyjOIVYndjFP1NHLI20HwZjiOq//RfGXrrpD8KXVXYEnwdVFlHSU1
XVn6a922LiSoUyHnuZaV+BoG/9KA7QusWnQePdHRG3QOtCchf205FOUovvn2
+debHMX1u/HEHEX02qccBc0IebZXKLPJspLCfLYUNJiAUQlRrb55df6sz+AD
NAlO+Tk9wcxRU9NlE2/p0KMpHrspcsLermTsXWFeBRJ2jjHDCFVPEnS/yF48
X3tF++U4uq3mJX944bQa2jqcyeHgMLmFYv2bKxdnHwThBwkGXtflyO0gBu3F
CY3EZ9JpNIQ9yDCcIcW6GEfS0Da/tjA1QjgYjMKZCpzGAgsvPij7sMO7EoyA
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
Xw6yP2U7Y/g/+GM/26cL737uvvIkVbYLUlYa+NZ2zARiBYMCaRju9CoGufnx
6Q/wvS/9Zx+HE3ICjA09rPXjPJP78RW+aw9wuW+K9af3UDf7+MmD3OyDz7jZ
uLjV9xqeeLhbHSib7k7TDv8ON5oE/g9UOEXmdgDMrZEaFx5rin+tapD4kljA
k7qjYPqiSeL99ijqFxRTRZBhj16zIpq9+PFRO73bg6lofVegj2nd0QTk3rU3
wozjLcYap8uGs40ccxuqiKZbrKOqji81N/mocD4fqssCAd12x6/oCdpjye6C
zBx0lCgzd7nGG/6Bs27oVDi2yka+7R/qXa0RQu8iDo9KWD/Mu2F3gx4U7zT2
RyNtF9ZGNh21S6vB2KD0bwGHZTIRX38Eo1tylsg12n6VQulIi76iuqLtKakb
H9fNwR6SCt3IVpM6W1cFBu8w1K9N/GS1QadFl1g45I6nQcfWmpBCcLOaRZzf
gIfPORbSX6+p4VuYnHOdLxvrj1lJCApoN+UQFGt5t/VyOmbXp8meoGa6uZi0
EUCRt0Ac6Yppi4c1Sxx8Z4L27Ty/6efw62rcF2uQKkk0hNuuMq4NGMkrJKCY
QYQC56NLjG7BbkhOgDoF2plnLu1o6hziG6a6t4iaTafcenhFpA6Lq7JSwL0o
kKwiLcyX8jH2FtMP8CPLufXXrU8Xlhpdn48n1ZnUedcFPsJutuzsQfRYbQ4Y
WoJ6Fyj/QC4Xi9PHNlSB0/A8ipJf/cxlDKVXZgiOpqLNQe2HXkC3Q3ZujrCX
eFzs0zK4Oy+e+2nP8W952iERNXxMt1Jzjoh50ce8Bs2OdgK8voG9REeZ9rHU
zAlGvcujQlw6He+LbcXEGVWiufO1z+gWS2SgpDsLJancYucLOOK6bkKbdQYM
NiLA7Z2XV9cLTqanD/a6ZiQwjS64qSDoifie95bACZu0qOynXqvlZypmaBRH
TylOcXb9Jd+XmDhph+eFEiOnxMzWZCzoIFZo1fU7ICElKN6LZCiD8SNlrZzh
znX2ygN5Pb5RCXzf5doMmZosQHq2Y+fVS32UaiamZfWOZUHqSEhCtfaPM71+
IB9QstjZAaqkfXtAxnTn3lw8+/7Vq4vvnl8894aJ6zgTNIdJXVnP3jBp9n2N
5hHlgyKvo/xp7mDMuBe1xscYM2Ja5ph7ji1zOXmBM5O06alL7QtcXLrf1F9X
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
7O8vRw8vrn4hN9jDWBCRWSl+qaqZ1hA7q3HwjQ5JWx92pxVDzWSyS1DclYpl
R1skZiy52h4KHzu5C6G2JQESU/T7BtDbS08DUyr0VmlYXr57yYQGrmTbGJ6e
lguXy159D3dZ7TRJfUHAm6QFul+hGiPTHyX3Mpne4SPvE6MZOyqLH1DMYrae
qycNGnvBu3RZS/KbBr9LjFCJfevMLDSxJPelBDOLPHXJDKwVk+h8SuTg0Vvf
a75iEo1FDNzbmbXPzt995/zdfxZ+hJR8GS9C9obH0ha6ogOXROa0EmR72quS
5bbPvrV951vbfxp+FF80Z/Sbs1SJDx31E11eKTu4czt8U7poaDMxOneqOFt/
8+hi5JdWwWmZKnBzCWaRg84qRJq3Ry9Z13XzCDWLyyDIXC2pvh/mXirRPpvB
+84M3n8SfkxUoqhr3Wd52BLdd5bo/uPwo9gWICyakekzq6Usz5ZKki0piOAK
tO+mb7U3dDL0PamYFSzSMIFZOHNHXRSAj1LPNDd/a1Bqilc1hnq2ouGWHHMt
1cW5V8PhpYHXe64SPEdGkYO4MNjpJVLIUUNS1cStF80yjP7rZrYF56GBih94
xr0bA9LAAyM00TQ+OhHFsISY+gtiiGHmGXpNhDA+RXkl2d5XLUm9C1CSRluh
ybB32uUtnTIz10kNUEv9BydvWanIrPr4LC/DVsHGOU3tqK27/HHwajx7ss+q
wLI6X00iL049vWwnIgwmqwpB2oLnpyRTP0KYsmdk33lG9g/Cjx/Uz2IA1r6m
UlL/nJo5MOfOO+LvuGT1fgzWHvUr/CvvL7sK9p2rYH8//PiB4wMslrz8GqHu
pfTE7b1UUibx2TIeyl3ZPL1OMUoaSyl3c1jD8FZ/tVDoXHgtIa0U08wu/wh9
4dm+AumlLsOEMwij5tr3t54Mq0CxZqDVm3Vr6sLORZVOcAQ22iph10Q2Zmm3
woFkdY0ZvMEJ5pFAwF94UeXGPjp3PKbxbQ5lCKdaHCByQFUn1isl3dxJMWqh
0gJNwybPMRvm1obmujiEchc5fgSfpkSexA/HhLsZBCmucpTGnyCKZR+lHm4b
DC9SsQBvdO0NeOyBgZo14k/r3jXX15x/VorucC7bgo+ST0bbjdLm/pKLvSf7
znuyvxd+hCT4dtCxpwUMV1ygNnTvPFhObovPGiqyd0X9zM8uEhYWUOhifpgW
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
5YaVVfiFl9NyoboIz4/4EN4aP2Jf2101ygMA

-->

</rfc>
