<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-groupcomm-23" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="Group OSCORE">Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-23"/>
    <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="2024" month="September" day="26"/>
    <area>Applications</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines the security protocol Group Object Security for Constrained RESTful Environments (Group OSCORE), providing end-to-end security of CoAP messages exchanged between members of a group, e.g., sent over IP multicast. In particular, the described protocol defines how OSCORE is used in a group communication setting to provide source authentication for CoAP group requests, sent by a client to multiple servers, and for protection of the corresponding CoAP responses. Group OSCORE also defines a pairwise mode where each member of the group can efficiently derive a symmetric pairwise key with any other member of the group for pairwise OSCORE communication. Group OSCORE can be used between endpoints communicating with CoAP or CoAP-mappable HTTP.</t>
    </abstract>
    <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>
    <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 any 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>
        <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"/>; CBOR <xref target="RFC8949"/>; 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 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, neither required 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.</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>
        </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>
If the endpoint is configured exclusively as 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>
        </li>
      </ul>
      <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"/>. All algorithms (AEAD, Group Encryption, Signature, Pairwise Key Agreement) are immutable once the Common Context is established.
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. 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. 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).</t>
        <t>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>If the authentication credentials are X.509 certificates <xref target="RFC5280"/> or C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>, 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) <xref target="RFC8392"/>, 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 CBOR map.</t>
        <t>If authentication credentials are CWTs, then the untagged CWT 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 or CWTs, 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 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 any other endpoint X in the group by means of the AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>). The key derivation of these so-called pairwise keys follows the same construction as in <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>:</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" (e.g., for the curves P-256, P-384, and P-512), then the public key is used as is. In case the other endpoint's public key has COSE Key Type "OKP", 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>On the other hand, when combining communications with the group mode and the pairwise mode, this may result in the Partial IV values moving forward more often. 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 immutable 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 immutable parts 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 mutable parts 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 Mutable Security Context</name>
          <t>An endpoint may lose its mutable Security Context, e.g., due to a reboot occurred in an unprepared way (see <xref target="ssec-loss-mutable-context-total"/>) or due to a 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 mutable 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 mutable 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>Total Loss</name>
            <t>In case a loss of the Sender Context and/or of the Recipient Contexts is detected (e.g., following 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 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 currently unable to detect possible replays.</t>
            <t>If an endpoint is configured as 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 currently unable to detect possible replays.</t>
            <t>An adversary may leverage the above to perform a Denial of Service attack and prevent some group members from communicating altogether. 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. 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 above. Thus, they would not be able to further communicate in the group until connectivity with the Group Manager is restored.</t>
          </section>
          <section anchor="ssec-loss-mutable-context-overflow">
            <name>Deleted Recipient Contexts</name>
            <t>The Security Context may contain a large and variable number of Recipient Contexts. A Recipient Context may need to be deleted, because the maximum number of Recipient Contexts has been reached (see <xref target="ssec-sender-recipient-context"/>), or due to some other reason.</t>
            <t>When a Recipient Context is deleted, this does not only result 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 one Recipient Context has 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. 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 request to process with the new Recipient Context and the endpoint supports the CoAP Echo Option <xref target="RFC9175"/>, then it is <bcp14>RECOMMENDED</bcp14> to follow the procedure specified in <xref target="sec-synch-challenge-response"/> which establishes 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.</t>
            <t>Alternatively, the endpoint <bcp14>MAY</bcp14> retrieve or wait for new Security Context parameters from the Group Manager and derive 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.</t>
          </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. If an implementation's integers support wrapping addition, the implementation <bcp14>MUST</bcp14> treat the Sender Sequence Number as exhausted when a wrap-around is detected.</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>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"/>).</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 of the immutable 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 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 its mutable Security Context (see <xref target="ssec-loss-mutable-context"/>), and is provided with a new Sender ID together with the latest immutable 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>
        <t>A. and then XOR with X bytes from the Common IV's start, where X is the length in bytes of the nonce.</t>
        <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 as AEAD nonce by the AEAD Algorithm (see <xref target="ssec-common-context-aead-alg"/>) and by the Group Encryption Algorithm when this is an AEAD algorithm (see <xref target="ssec-common-context-cs-enc-alg"/>).</t>
      </section>
      <section anchor="sec-cose-object-ext-aad">
        <name>external_aad</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 in the Security Context is not set (see <xref target="sec-context"/>). 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 (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 (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 (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>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 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 consisting of (the notation follows <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 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="examples-of-compressed-cose-objects">
        <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"/> 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 exchange, 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 to preserve a long exchange active indefinitely, even in case the group is rekeyed, with consequent change of ID Context, or in case 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, and hence 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. The update of Replay Windows is described in <xref target="ssec-loss-mutable-context"/>.</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"/>.</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. 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.</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>To this end, an endpoint can take into account the different structure of the Security Context defined in <xref target="sec-context"/>, for example based on the presence of Signature Algorithm and Pairwise Key Agreement Algorithm in the Common Context. Alternatively, 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 algorithms 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 algorithms 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 candidate 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. For an example where this is not fulfilled, see <xref target="I-D.amsuess-core-cachable-oscore"/>. 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"/>.</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 any of the two following conditions holds:</t>
      <ul spacing="normal">
        <li>
          <t>The server is not able to identify the received request as 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 <bcp14>SHALL</bcp14> proceed 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 in case 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, such an invariant information makes it simpler for the client to retrieve the current group keying material from the Group Manager, in case the client has missed both the rekeying messages and the first response protected with the new Security Context (see <xref target="ssec-protect-response"/>).</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 <bcp14>SHALL</bcp14> proceed 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, a retry time of 60 seconds will be assumed by the client, as default value defined in <xref section="5.10.5" sectionFormat="of" target="RFC7252"/>.</t>
              </li>
              <li>
                <t>The server <bcp14>MUST</bcp14> perform signature verification before decrypting the COSE object, as defined below. Implementations that cannot perform the two steps in this order <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. Such a configuration, which is specified by the application, mitigates attacks that aim at overloading the server's storage.</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. For an example where this is not fulfilled, see <xref section="9.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</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 in case 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 <bcp14>SHALL</bcp14> proceed 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 structure (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 structure (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In step 3, if any of the following two 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 compared to what 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 compared to what 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"/>).</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 <bcp14>SHALL</bcp14> proceed 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 to which the request protected in pairwise mode was intended for.  </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 structure (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 structure (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 in case 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 client <bcp14>MUST</bcp14> perform signature verification as defined below, before decrypting the COSE object. Implementations that cannot perform the two steps in this order <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 to which the request was intended for.</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 to which the request was intended for. 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 to which the request was intended for.</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 in case 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. Such a configuration, which is specified by the application, mitigates attacks that aim at overloading the client's storage.</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, e.g., intermediary gateways, to verify the countersignature of the message.</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"/>). The support for signature checkers from the Group Manager is defined in <xref target="sec-additional-entities"/>.</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 candidate 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 any 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. 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. In fact, 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>Furthermore, the sender needs to know the individual address of the recipient endpoint. This information may not be known 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>Upon receiving a 4.01 (Unauthorized) response that includes an Echo Option and originates from a verified group member, the subsequent client request echoing the Echo Option value <bcp14>MUST</bcp14> be sent as a unicast message to the same 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>In case 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 other values 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>In case 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, as conveying an echoed Echo Option. 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. Existing devices can be expected to support either EdDSA or ECDSA. In order to enable as much interoperability as we can reasonably achieve, the following applies with respect to the Signature Algorithm (see <xref target="ssec-common-context-cs-alg"/>).  </t>
          <t>
Less constrained endpoints <bcp14>SHOULD</bcp14> implement both: the EdDSA signature algorithm together with the elliptic curve Ed25519 <xref target="RFC8032"/>; and the ECDSA signature algorithm together with the elliptic curve P-256.  </t>
          <t>
Constrained endpoints <bcp14>SHOULD</bcp14> implement: the EdDSA signature algorithm together with the elliptic curve Ed25519 <xref target="RFC8032"/>; or 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>In order to enable as much interoperability as we can reasonably achieve in the presence of constrained devices (see above), the following applies.  </t>
          <t>
Less constrained endpoints <bcp14>SHOULD</bcp14> implement both the X25519 curve <xref target="RFC7748"/> and the P-256 curve as ECDH curves.  </t>
          <t>
Constrained endpoints <bcp14>SHOULD</bcp14> implement the X25519 curve <xref target="RFC7748"/> or the P-256 curve as ECDH 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>This document is based on the existence of an entity called Group Manager that is responsible for the group, but it does not mandate how the Group Manager interacts with the group members. The list of responsibilities of the Group Manager is compiled in <xref target="sec-group-manager"/>.</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>According to a hierarchical approach, 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>
      <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. 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>
        <t>One realization of a Group Manager is specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, where the join process is based on the ACE framework for authentication and authorization in constrained environments <xref target="RFC9200"/>.</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 should preserve the current value of the Sender ID of each group member.</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.</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 in case 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. 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 member of the group and rekey the group accordingly.</t>
        <t>If required by the application, the Group Manager <bcp14>MUST</bcp14> rekey the group also before 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.</t>
          </li>
          <li>
            <t>If no exact 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-joining 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 assert the group membership of sender endpoints, when receiving incoming messages protected in group mode (see <xref target="mess-processing"/>).</t>
        <t>Such a 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>
          <section anchor="sec-sid-recycling">
            <name>Recycling of Sender IDs</name>
            <t>From the moment when a Gid is assigned to a group until the moment a new Gid is assigned to that same group, the Group Manager <bcp14>MUST NOT</bcp14> reassign a Sender ID within the group. This prevents from reusing a Sender ID ('kid') with the same triple (Gid, Master Secret, Master Salt). Within this restriction, 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 for a given entity, then the authentication credential associated with that entity is the untagged CWT.  </t>
            <t>
If the signature checker is provided with a chain or a bag of X.509 / C509 certificates or of CWTs for a given entity, then the authentication credential associated with that entity is the end-entity certificate or end-entity untagged CWT.</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-security-considerations">
      <name>Security Considerations</name>
      <t>The same threat model discussed for OSCORE in <xref section="D.1" sectionFormat="of" target="RFC8613"/> holds for Group OSCORE.</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 results in a practically limited risk and enables a prompt detection/reaction in case of misbehaving.</t>
      <t>The same considerations on supporting Proxy operations discussed for OSCORE in <xref section="D.2" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE.</t>
      <t>The same considerations on protected message fields for OSCORE discussed in <xref section="D.3" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE.</t>
      <t>The same considerations on uniqueness of (key, nonce) pairs for OSCORE discussed in <xref section="D.4" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE. This is further discussed in <xref target="ssec-key-nonce-uniqueness"/> of this document.</t>
      <t>The same considerations on unprotected message fields for OSCORE discussed in <xref section="D.5" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE, with the following differences. First, the 'kid context' of request messages is part of the Additional Authenticated Data, thus safely enabling to keep long exchanges active 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 computed also 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>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 11.2-11.6 of <xref target="RFC7252"/>, especially when run over IP multicast.</t>
      <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 commonly shared group keying material to protect communication within a group. Using the group mode has the implications discussed below. The following refers to group members as the endpoints in the group storing 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 using its own private key and then appended to the message payload. Also, the countersignature is encrypted by using a keystream derived from the group keying material (see <xref target="compression"/>). This ensures group privacy, i.e., 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>
          <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.</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 in case of members' leaving, 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 assert the group membership of a sender endpoint when processing an incoming message, i.e., to assert 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.  </t>
            <t>
A case in point is a group where the Group Encryption Algorithm does not provide integrity protection; 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>
If, when participating in the group rekeying, the current group members had not deleted the Recipient Context and authentication credential of the former group member, then the signature checker would be 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. Then, the group members, as still retaining the authentication credential of the signature checker, will verify and accept the message, even though the sender was not a group member when signing the message.</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>
      <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>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 impersonate any of those two group members, by deriving and using their pairwise key. The possibility of such leakage should be contemplated, as more likely to happen 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, 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, 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>
      <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 same 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 would better and more simply discard such an incoming request.</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 admit 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 same 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 practically relies on altering the content of the OSCORE Option, and having the same MAC in the ciphertext still correctly validating, 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>More in 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 computed also 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 takes as input also 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>
          <t>If, hypothetically, the countersignature did not cover the OSCORE Option:</t>
          <ul spacing="normal">
            <li>
              <t>The attack described in <xref target="ssec-cross-group-injection-attack"/> would still be possible against response messages protected in group mode, since the same unchanged countersignature from message M1 would be also valid in message M2.</t>
            </li>
            <li>
              <t>A simplification would also be possible in performing the attack, since Z is able to derive the Sender/Recipient Keys of X and Y in G1 and G2. That is, Z can also set a convenient Partial IV in the response, until the same unchanged MAC is successfully verified by using G2 as 'request_kid_context', Sid2 as 'request_kid', and the symmetric key associated with X in G2.  </t>
              <t>
Since the Partial IV is 5 bytes in size, this requires 2^40 operations to test all the Partial IVs, which can be done in real-time. The probability that a single given message M1 can be used to forge a response M2 for a given request would be equal to 2^-24, since there are more MAC values (8 bytes in size) than Partial IV values (5 bytes in size).  </t>
              <t>
Note that, by changing the Partial IV as discussed above, any member of G1 would also be able to forge a valid signed response message M2 to be injected in the same group G1.</t>
            </li>
          </ul>
        </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 assert 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. In a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are set in the Security Context, a client supporting the pairwise mode <bcp14>SHOULD</bcp14> use it to protect requests sent to a single group member over unicast. For an example where this is not fulfilled, see <xref section="9.2.1" sectionFormat="of" 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 a first block-wise request which targets all servers in the group and includes the CoAP Block2 Option, following block-wise exchanges rely on unicast requests that should therefore be protected using the pairwise mode.</t>
        <t>Editor's note: The paragraph above will have to be re-checked against the Section "Block-Wise Transfer" of <xref target="I-D.ietf-core-groupcomm-bis"/>, in order to ensure that it is aligned with that.</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"/>, also 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 also 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 resuming to accept 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>In case 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.</t>
        <t>Since requests including the Echo Option are sent over unicast, a server can be victim of the attack discussed in <xref target="ssec-unicast-requests"/>, in case such requests are protected in group mode. Instead, protecting those requests with the pairwise mode prevents the attack above. In fact, only the very 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 mix up 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 them (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"/> 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-cons-oscore-option-numbers">
        <name>CoAP Option Numbers Registry</name>
        <t>IANA is asked to add this document as a reference for the OSCORE Option in the "CoAP Option Numbers" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
      </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>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="24" month="April" year="2024"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-11"/>
        </reference>
        <reference anchor="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="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>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="I-D.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="20" month="March" year="2024"/>
            <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-06"/>
        </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="8" month="July" year="2024"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-09"/>
        </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>Nexus Group</organization>
            </author>
            <date day="8" month="July" year="2024"/>
            <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, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  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
   with 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 document also
   specifies C509 Certificate Signing 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-11"/>
        </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="8" month="July" year="2024"/>
            <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-02"/>
        </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="8" month="July" year="2024"/>
            <abstract>
              <t>   This document specifies the operations performed by a proxy, when
   using the Constrained Application Protocol (CoAP) in group
   communication scenarios.  Such a proxy processes a single request
   sent by a client over unicast, and distributes the request 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-02"/>
        </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="16" month="March" year="2024"/>
            <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-03"/>
        </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="8" month="July" year="2024"/>
            <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-09"/>
        </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="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="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>
      </references>
    </references>
    <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 specifically 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="gid-reassignment">
      <name>Reassignment of Group Identifiers</name>
      <t>As defined in <xref target="sec-gid-recycling"/>, the Group manager <bcp14>MAY</bcp14> support and perform the reassignment of Gid values previously used during a group's lifetime. This enables the group to continue to exist even once the whole space of Gid values has been used.</t>
      <t>If the Group Manager uses this approach, 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>
In fact, 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 anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <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="Rolf Blom"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Esko Dijk"/>, <contact fullname="Martin Gunnarsson"/>, <contact fullname="Klaus Hartke"/>, <contact fullname="Richard Kelsey"/>, <contact fullname="Dave Robin"/>, <contact fullname="Jim Schaad"/>, <contact fullname="Ludwig Seitz"/>, <contact fullname="Peter van der Stok"/>, and <contact fullname="Erik Thormarker"/> 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+y963YbR5Yu+J9PkUOvNSJdAMS7SNXUrKYluqy2ZGtEuexe
vbp9EkCCzBKQyUYCothunVeZeYrzANMvNvsasSMyEgAl+tJrumZOmwISkXHZ
se/72/1+f+v90+xwa2tRLqbF0+yv83p5k30//HsxWmSXxWg5Lxd32aSeZ8/q
qlnM87Iqxtmbi8u3k+U0u6jel/O6mhXVosl25LeXz75/c7G7lQ+H8+K9G5E+
3RrXoyqfwXvG83yy6JfFYtIf1fOiXzf0nyt8eFTPZv1pviiaxdbW1hdZs8ir
8c/5tK7gh4v5stjaKm/m9GezONjbO9s72MrnRf40O7+5mZajfFHCXLdur57C
pN9cZD/W83dldcUz2Xp3+zR7US2KeVUs+s9xGlvwi6fwlvFWsxzOyqaBny/u
buBlLy7efr219b6olsXTrSyj2T3dYCdwLbvwg1leTp9m+K9/wKUO6vkVDlMu
rpdD/rx/e/U4XvvW1qgew4SfZkvYntOtrXy5uK7nOAP8X1/+m2Vl1TzNXg2y
t+W0HuXuY97hV/l8VMdfwQSeZm9eXF5k51+5D2ExRQE78KLJJ3+v5+PmKocd
zw4O3BMjIIKn2bclnIT/rB7DWy4v+vsnR0d72eWiHr27rqcz88CyWszhd5e3
xbio3OcF78oM5zdY0Pz+YV4OmiK9vr8OgA6nQAHFPFrhX//zf81hnq1vaZEX
83LUNHWVWujbet5c57NKF3r4qy70qoZZwvJ4lv9QyMQGcNTpFX89yF4Dtc+G
ZVVGS/4ahhoVzShPPPEHW/ZEpzq40amuW3u5KPMpbMA/Dvzcl3Ne+et5sfzP
/xuoerHAEaJ9+cf6uup85A+2MX+HuQ5mMskNyOHNIPvmP//X1XRZjaNVvynf
5fNx+9s/0C2f0xQH1zXNUO75VlXPYQPK98BV4Qcv+s8HXhJ4ETAsG+R5b75+
drR3eiJ/npw9OZM/nxwcH+ifJ0f7+ueTo1P583TvUB84PTh1n57s7/k/D/XP
syMd92zPjQt/6gNn+0+O9c/DQx3s7OiYfvbs+8uLwfkU7jow91nDvDrk23Qq
L86/O6d/j0G+wSUBeme+J/IXx8n8OPxVPr/Ck7teLG6ap48f397eDsq8ylGc
PM5BXF2x3Hk8qpuC/s/gw/ViNv0it+N89+Lybf90b69/fHKeml5EdReD7Kt8
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
3tXeR797Xa/D4XfCgMqun4OQ1wXOv7205PmulbfhPvTcPWNRECUdbsBY2xcs
oM6HumTdlF/cY3cc9fvnkTmvp/+Npvk//f+2/tRv/y/12er//WnrP9yCQOCA
aoRT/o/sO+CoL4xtczEtuISp43//8aDzCQQfjg7/b50+G8/nP1KzhP+3oZ65
ZpwvV+hm6f3pGiehTXVt8objhErP/cb51/VKRTTOw517xH0zPq+Lbgl+j3W1
xulmY5vuj5Vv6aSk5mH3h7h0a13fB6+E1a1cGa6rzcqCdYWcqyPd6uHWZXna
L0+zL9ab1YwY8Jftc3mqUYdnh33PfptCOdg0B9NZGfGXXLSDf/6riOdp8T4n
/Xd6F1mILkkq+C6SFhKZIA1ksA1jUsgelG24n3/ZHhVoWGx/pASkiNFRDlJC
V5dcJK/uij+uUVOYi0ySJgMJxsCFwPlrLJJt6gL5Ck22/s75xfnzXovN9Tyj
6XXwil3ayHI2Wy7I2VZrGmnCojHeNakYDx6RhLl8JPFK5+7e1P31BWwqLsTw
r65t7udFPiajiPc7+lkU4z0chClluxlnLGk8iBdMwE04jttYTdu0Rqjkq6gR
ipWR10XVVVnQlay81hnnAj06FXKJana9T+X2Pxqwso3VW85PIyprgyZfexLy
bctNJEfxzbfPv97kKK7fjSfmKKKffcpR0IxQaHjlKpssK6lPZsVZXcToaxZl
9ptX58/6XINNk+Bsi9MTTKAzl8XmH9KhR1M8dlPkBKldyZC6wpg2EnaOkaAI
L0zyFL/IXjxfyyP65ThiF+ZH/vDCaTW0dTiTw8FhcgvFlDRXLo78Bk5lCfFc
1+XI7SCGYsW1iMRnUhk0MAmsp3JFixgd0IAl/2xhSiVwMBiFo8ScQgALLz5o
rqgd3mWiB1yyzq5hwVj1prUfsMjpVKo7NI8e3tME3pMr2l95zrMWYVcv/oYH
0zoZ+k/53oFh6LNd57EhU3HjtG8ZuWgo5ooCCpmlJrhR0K+orkDQyV76cSjM
wEYx+5jF080FVRMWd3gpOI9r0WaOWrOwQimmONJipbtY+S8ngmzgl1y7LPyg
IvkjD6nQxqm4+6vrxEDFJ64OWbRjiWsmBHKSY0vBzHRv68ZdHaxa80xGpdk6
O6hbvkXueCbL+0UNXN5U8xkxg3a2Wb1CIWf5h2pLOV2Taob7s6l917lNxtmf
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

-->

</rfc>
