<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-groupcomm-18" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.3 -->
  <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-18"/>
    <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="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="J." surname="Park" fullname="Jiye Park">
      <organization>Universitaet Duisburg-Essen</organization>
      <address>
        <postal>
          <street>Schuetzenbahn 70</street>
          <city>Essen</city>
          <code>45127</code>
          <country>Germany</country>
        </postal>
        <email>ji-ye.park@uni-due.de</email>
      </address>
    </author>
    <date year="2023" month="June" day="22"/>
    <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>
  </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 (and vice versa), or between one proxy and one server (and vice versa). 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.
Group OSCORE is also intended to work with OSCORE-capable proxies <xref target="I-D.tiloca-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>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"/>.</li>
        <li>In the pairwise mode, two group members exchange OSCORE requests and responses (typically) over unicast, and the messages are protected with symmetric keys. 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"/>.</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.tiloca-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 "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with 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>Keying material: data that is necessary to establish and maintain secure communication among endpoints. This includes, for instance, keys and IVs <xref target="RFC4949"/>.</li>
          <li>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 <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"/>.</li>
          <li>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".</li>
          <li>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 responsibilities of the Group Manager are listed in <xref target="sec-group-manager"/>.</li>
          <li>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.</li>
          <li>Group Identifier (Gid): identifier assigned to the group, unique within the set of groups of a given Group Manager.</li>
          <li>Birth Gid: with respect to a group member, the Gid obtained by that group member upon (re-)joining the group.</li>
          <li>Group request: CoAP request message sent by a client in the group to all servers in that group.</li>
          <li>Key Generation Number: an integer value identifying the current version of the keying material used in a group.</li>
          <li>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.</li>
          <li>
            <t>Non-Notification Group Exchange: the exchange of messages between a client and the servers in the group, as pertaining to a group request from the client and the corresponding responses from the servers that are <em>not</em> Observe notifications <xref target="RFC7641"/>. This is irrespective of the group request being an Observe request or not.  </t>
            <t>
The client terminates a Non-Notification Group Exchange when freeing up the CoAP Token value used for the group 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 MUST be able to tell which Security Context was latest established. How to manage information about the group 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>The new parameter Authentication Credential Format, specifying the format of authentication credentials used in the group (see <xref target="ssec-common-context-authcred-format"/>).</li>
            <li>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"/>).</li>
            <li>
              <t>For the group mode, the Common Context is extended with the following new parameters.      </t>
              <ul spacing="normal">
                <li>Group Encryption Algorithm, used for encrypting and decrypting messages protected in group mode (see <xref target="ssec-common-context-cs-enc-alg"/>).</li>
                <li>Signature Algorithm, used for computing and verifying the countersignature of messages protected in group mode (see <xref target="ssec-common-context-cs-alg"/>).</li>
                <li>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"/>).</li>
              </ul>
            </li>
            <li>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"/>).</li>
          </ul>
        </li>
        <li>
          <t>One Sender Context, extended with the following new parameters.  </t>
          <ul spacing="normal">
            <li>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"/>).</li>
            <li>The endpoint's own authentication credential containing its public key (see <xref target="sec-pub-key-format"/>).</li>
            <li>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"/>).</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>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"/>).</li>
            <li>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"/>).</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"/>) SHALL 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 MUST 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-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"/>) SHALL 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"/>) SHALL 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>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 AEAD nonce length for the set algorithm.</li>
            <li>If both the AEAD Algorithm and the Group Encryption Algorithm are set, the length of the Common IV is the greatest AEAD nonce length among those of the two algorithms.</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 MUST 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 MAY provide integrity protection. If this parameter is not set, the group mode is not used in the group.</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>The 'id' element of the 'info' array is the empty byte string.</li>
            <li>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.</li>
            <li>The 'type' element of the 'info' array is "SEKey". The label is an ASCII string and does not include a trailing NUL byte.</li>
            <li>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.</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", COSE algorithm encoding: 5), 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", COSE algorithm encoding: 7), 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" (COSE algorithm encoding: 5).</t>
          <t>More generally, if Pairwise Key Agreement Algorithm is set, it MUST 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 SHALL 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>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 AEAD nonce length for the set algorithm.</li>
          <li>If both the AEAD Algorithm and the Group Encryption Algorithm are set, then L is the smallest AEAD nonce length among those of the two algorithms.</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>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 MUST 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.</li>
          <li>If Group Encryption Algorithm in the Common Context is not set, then the 'alg_aead' element of the 'info' array MUST 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"/>.</li>
          <li>When deriving the Common IV, the 'L' element of the 'info' array MUST specify the length of the Common IV in bytes, which is determined as defined in <xref target="ssec-common-common-iv"/>.</li>
        </ul>
      </section>
      <section anchor="sec-pub-key-format">
        <name>Authentication Credentials</name>
        <t>The authentication credentials of the endpoints in a group MUST 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 SHOULD be encoded according to that same format. The format of authentication credentials MUST 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 <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 MUST 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 CWT Claims Sets 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>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.</li>
          <li>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.</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 MUST 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>The Pairwise Sender Key is the AEAD key for processing outgoing messages addressed to endpoint X.</li>
            <li>The Pairwise Recipient Key is the AEAD key for processing incoming messages from endpoint X.</li>
            <li>HKDF is the OSCORE HKDF algorithm <xref target="RFC8613"/> from the Common Context.</li>
            <li>The Sender Key from the Sender Context is used as salt in the HKDF, when deriving the Pairwise Sender Key.</li>
            <li>The Recipient Key from the Recipient Context associated with endpoint X is used as salt in the HKDF, when deriving the Pairwise Recipient Key.</li>
            <li>Sender Auth Cred is the endpoint's own authentication credential from the Sender Context.</li>
            <li>Recipient Auth Cred is the endpoint X's authentication credential from the Recipient Context associated with the endpoint X.</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>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"/>.</li>
            <li>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"/>.</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>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"/>).</li>
                <li>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.</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 MUST 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 MUST 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 MUST 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 MUST 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 MUST 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 RECOMMENDED 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 MUST be able to detect a loss of the mutable Security Context, to prevent the re-use of a nonce with the same AEAD 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 MUST NOT protect further messages using this Security Context, to avoid reusing an AEAD nonce with the same AEAD key.</t>
            <t>Before resuming its operations in the group, the endpoint MUST 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 AEAD nonce for protecting the responses.</t>
            <t>From then on, the endpoint MUST 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 MUST NOT protect further messages using the current Security Context and MUST NOT 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 MUST NOT 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, information about previously received messages from the corresponding other endpoint is lost. 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 MUST be initialized as invalid. Messages associated with a Recipient Context that has an invalid Replay Window MUST NOT 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 RECOMMENDED to follow the procedure specified in <xref target="sec-synch-challenge-response"/> which establishes a valid Replay Window. In particular, the endpoint MUST use its Partial IV when generating the AEAD nonce and MUST include the Partial IV in the response message conveying the Echo Option.</t>
            <t>Alternatively, the endpoint MAY 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 MUST 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 MUST treat the Sender Sequence Number as exhausted when a wrap-around is detected.</t>
          <t>Upon exhausting the Sender Sequence Number space, the endpoint MUST NOT use this Security Context to protect further messages including a Partial IV.</t>
          <t>The endpoint SHOULD 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 MUST 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 described in this section: 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') SHOULD NOT 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 MAY 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 MUST assign 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 MUST 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>From then on, it MUST NOT use the current Security Context to start processing new messages for the considered group.</li>
              <li>It completes any ongoing message processing for the considered group.</li>
              <li>
                <t>It derives and installs a new Security Context. In particular:  </t>
                <ul spacing="normal">
                  <li>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.</li>
                  <li>It resets its Sender Sequence Number in its Sender Context to 0.</li>
                  <li>It re-initializes the Replay Window of each Recipient Context as valid and with 0 as its current lower limit.</li>
                  <li>For each ongoing Non-Notification Group Exchange where it is a client and that it wants to keep active, it resets to 0 the Response Number of each associated server (see <xref target="sec-long-term-observations"/>).</li>
                  <li>For each ongoing observation where it is an observer client and that it wants to keep active, it resets to 0 the Notification Number of each associated server (see <xref target="sec-long-term-observations"/>).</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>It MUST use its latest installed Sender Context to protect outgoing messages.</li>
              <li>It SHOULD 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"/>).</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="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). 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 AEAD 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"/>), and to external entities with a specific role (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 MUST verify proof-of-possession of the respective private key. Together with the requested authentication credentials of other group members, the Group Manager MUST 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 MUST be secured. Specific details on how to secure such communications are out of the scope of this document.</t>
        <t>The Group Manager MUST 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 MUST 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 MAY 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 MUST 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 an 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 MUST 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 MUST 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 <xref target="sec-group-key-management"/>). The first Key Generation Number assigned to every group MUST be 0.</t>
        <t>The establishment of the new Security Context for the group takes the following steps.</t>
        <ol spacing="normal" type="1"><li>The Group Manager MUST increment the Key Generation Number for the group by 1.</li>
          <li>
            <t>The Group Manager MUST build a set of stale Sender IDs including:  </t>
            <ul spacing="normal">
              <li>The Sender IDs that, during the current Gid, were both assigned to an endpoint and subsequently relinquished (see <xref target="new-sender-id"/>).</li>
              <li>The current Sender IDs of the group members that the upcoming group rekeying aims to exclude from future group communications, if any.</li>
            </ul>
          </li>
          <li>
            <t>The Group Manager rekeys the group, by distributing:  </t>
            <ul spacing="normal">
              <li>The new keying material, i.e., the new Master Secret, the new Gid and (optionally) the new Master Salt.</li>
              <li>The new Key Generation Number from step 1.</li>
              <li>The set of stale Sender IDs from step 2.</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>The group member MUST remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group.</li>
          <li>The group member MUST delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</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 MUST 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>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 MUST NOT install the obtained group keying material yet.</li>
          <li>The group member asks the Group Manager for the set of stale Sender IDs.</li>
          <li>
            <t>If no exact indication can be obtained from the Group Manager, the group member MUST remove all the authentication credentials from its list of group members' authentication credentials used in the group and MUST delete all its Recipient Contexts used in the group.  </t>
            <t>
Otherwise, the group member MUST remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and MUST delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
          <li>The group member installs the current group keying material, and derives the corresponding new Security Context.</li>
        </ol>
        <t>Alternatively, the group member can re-join the group. In such a case, the group member MUST take one of the following two actions.</t>
        <ul spacing="normal">
          <li>First, the group member performs steps 2 and 3 above. Then, the group member re-joins the group.</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>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.</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 MAY support and use this approach. In such a case, the Group Manager MUST 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 MUST 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 MUST 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 MUST evict the elder members from the group. That is, the Group Manager MUST terminate their membership and, in the following steps, it MUST 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: i) an Observe notification <xref target="RFC7641"/> can never successfully match against the Observe requests of two different observations; and ii) a non-notification response can never successfully match against the group requests of two different Non-Notification Group Exchanges. In fact, the excluded elder members would eventually re-join the group, thus terminating any of their ongoing (long-lasting) observations (see <xref target="sec-long-term-observations"/>) and Non-Notification Group Exchanges (see <xref target="sec-replay-protection-non-notifications"/>).      </t>
                    <t>
Therefore, it is ensured by construction that no client can have with the same server two ongoing observations, or two ongoing Non-Notification Group Exchanges, or one ongoing observation and one ongoing Non-Notification Group Exchange, such that the two respective requests were protected using the same Partial IV, Gid and Sender ID.</t>
                  </li>
                </ul>
              </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 MUST NOT reassign a Sender ID within the group. This prevents to reuse 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 MUST 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>The current ID Context (Gid) used in the group.</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>The current Signature Encryption Key (see <xref target="ssec-common-context-group-enc-key"/>).</li>
          <li>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"/>).</li>
        </ul>
        <t>A signature checker MUST 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 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>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.</li>
          <li>Defining policies for authorizing the joining of its OSCORE groups.</li>
          <li>Handling the join process to add new endpoints as group members.</li>
          <li>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.</li>
          <li>Updating the Key Generation Number and the Gid of its OSCORE groups, upon renewing the respective Security Context.</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>Each Sender ID is unique within each of the OSCORE groups;</li>
              <li>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.</li>
            </ul>
          </li>
          <li>Defining communication policies for each of its OSCORE groups, and signaling them to new endpoints during the join process.</li>
          <li>Renewing the Security Context of an OSCORE group upon membership change, by revoking and renewing common security parameters and keying material (rekeying).</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
        </ol>
        <t>The Group Manager specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> provides this functionality.</t>
      </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 MUST 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 MUST 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 MUST 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>AEAD Nonce</name>
        <t>The AEAD 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 the X least significant bits of the Common IV, where X is the length in bits of the AEAD nonce.</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 SHALL 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' MUST be set to the CBOR simple value "null" (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 MUST 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>'alg_group_enc', which specifies Group Encryption Algorithm from the Common Context (see <xref target="ssec-common-context-cs-enc-alg"/>). This parameter MUST be set to the CBOR simple value "null" (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 MUST specify Group Encryption Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</li>
              <li>'alg_signature', which specifies Signature Algorithm from the Common Context (see <xref target="ssec-common-context-cs-alg"/>). This parameter MUST be set to the CBOR simple value "null" (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 MUST specify Signature Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</li>
              <li>'alg_pairwise_key_agreement', which specifies Pairwise Key Agreement Algorithm from the Common Context (see <xref target="ssec-common-context-dh-alg"/>). This parameter MUST be set to the CBOR simple value "null" (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 MUST 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.</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 an observation <xref target="RFC7641"/> or a Non-Notification Group 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, regardless of whether it is an Observe notification or not, cryptographically matches with only one request, rather than with multiple ones 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>The new element 'sender_cred', containing the sender's authentication credential. This parameter MUST 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"/>).</li>
          <li>The new element 'gm_cred', containing the Group Manager's authentication credential. This parameter MUST 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"/>.</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 SHALL encode the ciphertext of the COSE object, concatenated with the encrypted countersignature of the COSE object. That is:  </t>
          <ul spacing="normal">
            <li>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"/>).</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>When the Group OSCORE message is protected in pairwise mode, the message payload SHALL encode the ciphertext of the COSE object.</li>
        <li>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"/>.</li>
        <li>The Group Flag MUST be set to 1 if the Group OSCORE message is protected using the group mode (see <xref target="mess-processing"/>).</li>
        <li>The Group Flag MUST be set to 0 if the Group OSCORE message is protected using the pairwise mode (see <xref target="sec-pairwise-protection"/>). The Group Flag MUST also be set to 0 for ordinary OSCORE messages processed according to <xref target="RFC8613"/>.</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 SHALL 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>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.</li>
          <li>IKM is the Signature Encryption Key from the Common Context (see <xref target="ssec-common-context-group-enc-key"/>).</li>
          <li>info is the serialization of a CBOR array consisting of (the notation follows <xref target="RFC8610"/>):</li>
        </ul>
        <sourcecode type="CDDL"><![CDATA[
   info = [
     id : bstr,
     id_context : bstr,
     type : bool,
     L : uint
   ]
]]></sourcecode>
        <t>where:</t>
        <ul spacing="normal">
          <li>id is the Sender ID of the endpoint that generated PIV.</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>type is the CBOR simple value "true" (0xf5) if M is a request, or the CBOR simple value "false" (0xf4) otherwise.</li>
          <li>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.</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>Before compression (96 bytes):</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>After compression (85 bytes):</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>Before compression (88 bytes):</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>After compression (80 bytes):</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>Before compression (29 bytes):</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>After compression (21 bytes):</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>Before compression (18 bytes):</li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {},
     / ciphertext / h'60b035059d9ef5667c5a0710823b'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>After compression (14 bytes):</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 AEAD (key, nonce) pair (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-term-observations">
        <name>Supporting Observe and Multiple Non-Notification Responses</name>
        <t>A client maintains for each ongoing Non-Notification Group Exchange 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 non-notification responses received from that server (see <xref target="sec-replay-protection-non-notifications"/>).</t>
        <t>When Observe <xref target="RFC7641"/> is used, a client maintains for each ongoing observation one Notification Number for each different server. Then, separately for each server, the client uses the associated Notification Number to perform ordering and replay protection of notifications received from that server (see <xref target="ssec-verify-response-observe"/>).</t>
        <t>Group OSCORE allows to preserve a Non-Notification Group Exchange and an observation 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 Non-Notification Group Exchange or of the observation.</t>
        <t>Upon leaving the group or before re-joining the group, a group member MUST terminate all the ongoing Non-Notification Group Exchanges and observations 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>Synchronization and 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 procedure in <xref section="B.1.2" sectionFormat="of" target="RFC8613"/>, before delivering request messages from a client to the application. This also makes the server (re-)synchronize with the client's Sender Sequence Number.</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, so the same properties as stated in <xref section="7.3" sectionFormat="of" target="RFC8613"/> apply:</t>
        <ul spacing="normal">
          <li>The freshness of a response can be assessed if it is received soon after the request.</li>
          <li>For notifications, this assessment gets weaker with time, and it is RECOMMENDED that the client regularly re-register the observation.</li>
          <li>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.</li>
          <li>For requests and notifications, the received Partial IV allows a recipient to determine the relative order of requests or responses.</li>
        </ul>
        <t>This applies also to non-notification responses:</t>
        <ul spacing="normal">
          <li>In case of a response to a non-group request, there is at most a single such response and only from one, individually targeted server in the group, so freshness can be assessed depending on when the request was sent.</li>
          <li>In case of a response to a group request, multiple such responses can be received from the same server in reply to the same group request, until the CoAP Token value associated with the group request is freed up <xref target="I-D.ietf-core-groupcomm-bis"/>. Therefore, the freshness guarantee gets weaker with time.</li>
          <li>In case of responses to group requests, the received Partial IV allows a recipient to determine the relative order of requests or responses.</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 Numbers, for example when a client exchanges unicast messages with other servers. The operation of validating the Partial IV and performing replay protection MUST 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 by leveraging the Replay Window in the corresponding Recipient Context. When supporting Observe <xref target="RFC7641"/>, the protection from replay of notifications is performed as per <xref section="7.4.1" sectionFormat="of" target="RFC8613"/>.</t>
        <section anchor="sec-replay-protection-non-notifications">
          <name>Replay Protection of Non-notification Responses</name>
          <t>This section refers specifically to non-notification responses to a group request. A client can receive multiple such responses from the same server in the group as a reply to the same group request, until the CoAP Token value associated with the group request is freed up <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
          <t>When replying to a group request with a non-notification response (both successful and error), a server MUST include a Partial IV, except for the first non-notification response where the Partial IV MAY be omitted. A server supporting Observe <xref target="RFC7641"/> MUST NOT reply to a group request with 2.xx responses of which some are notifications and some are not.</t>
          <t>When processing responses from a same server to an Observe registration request, a client supporting Observe MUST accept either only notifications or only non-notification responses. The specific way to achieve this is implementation specific.</t>
          <t>In order to protect against replay, the client SHALL maintain for each ongoing Non-Notification Group Exchange one Response Number for each different server. The Response Number is a non-negative integer containing the largest Partial IV of the received non-notification responses from that server within the Non-Notification Group Exchange.</t>
          <t>Then, separately for each server, the client uses the associated Response Number to perform ordering and replay protection of the non-notification responses to a group request received from that server, by comparing their Partial IVs with one another and against the Response Number.</t>
          <t>For each server, the associated Response Number is initialized to the Partial IV of the first successfully verified non-notification response to a group request. A client MUST only accept at most one such response without Partial IV from each server in the group, and treat it as the oldest non-notification response to the group request received from that server.</t>
          <t>A client receiving a non-notification response to a group request containing a Partial IV SHALL compare the Partial IV with the Response Number associated with the replying server within the ongoing Non-Notification Group Exchange. The client MUST stop processing non-observation responses to a group request from a server, if those have a Partial IV that has been previously received before from that server within the Non-Notification Group Exchange. Applications MAY decide that a client only processes non-notification responses to a group request if those have a greater Partial IV than the Response Number associated with the replying server within the ongoing Non-Notification Group Exchange.</t>
          <t>If the verification of the non-notification response succeeds, and the received Partial IV was greater than the Response Number associated with the replying server, then the client SHALL overwrite that Response Number with the received Partial IV.</t>
          <t>For each server, a client MUST consider the non-notification response to a group request with the highest Partial IV as the freshest, regardless of the order of arrival. Given a group request, implementations need to make sure that the corresponding non-notification response from a server without Partial IV is considered the oldest from that server.</t>
          <t>What is defined in this section does not apply to non-notification responses to non-group requests, since there is at most a single such 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 MUST 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 MUST discard the incoming protected message:</t>
      <ul spacing="normal">
        <li>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.</li>
        <li>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.</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 MUST use the same Security Context for the considered group. That is, an endpoint MUST NOT 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 SHOULD 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 MUST 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 SHOULD also be Non-confirmable, but endpoints MUST 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 MUST 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 RECOMMENDED 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>The server is not able to identify the received request as a group request, i.e., as sent to all servers in the group.</li>
        <li>The server identifies the received request as a group request.</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>A client transmits a secure group request as described in <xref section="8.1" sectionFormat="of" target="RFC8613"/>, with the following modifications.</t>
        <ul spacing="normal">
          <li>In step 2, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.</li>
          <li>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 MUST be set to 1. The Group Encryption Algorithm from the Common Context MUST be used.</li>
          <li>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.</li>
        </ul>
        <t>In addition, when sending a group request, the following applies for the corresponding Non-Notification Group Exchange.</t>
        <ul spacing="normal">
          <li>If the client intends to keep the Non-Notification Group Exchange active beyond a possible change of Sender ID, the client MUST store the value of the 'kid' parameter from the group request, and retain it until the Non-Notification Group 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 MUST NOT update the stored 'kid' parameter value associated with the Non-Notification Group Exchange and the corresponding group request.</li>
          <li>
            <t>If the client intends to keep the Non-Notification Group 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>The client MUST store the value of the 'kid context' parameter from the group request, and retain it until the Non-Notification Group Exchange is terminated. Upon establishing a new Security Context with a new Gid as ID Context (see <xref target="new-sec-context"/>), the client MUST NOT update the stored 'kid context' parameter value associated with the Non-Notification Group Exchange and the corresponding group request.</li>
              <li>
                <t>The client MUST 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 anchor="ssec-protect-request-observe">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641"/> is supported, the following holds for each newly started observation.</t>
          <ul spacing="normal">
            <li>If the client intends to keep the observation active beyond a possible change of Sender ID, the client MUST store the value of the 'kid' parameter from the original Observe request, and retain it for the whole duration of the observation. 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 MUST NOT update the stored value associated with a particular Observe request.</li>
            <li>
              <t>If the client intends to keep the observation 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>The client MUST store the value of the 'kid context' parameter from the original Observe request, and retain it for the whole duration of the observation. Upon establishing a new Security Context with a new Gid as ID Context (see <xref target="new-sec-context"/>), the client MUST NOT update the stored value associated with a particular Observe request.</li>
                <li>
                  <t>Just like defined in <xref target="ssec-protect-request"/>, the client MUST store an invariant identifier of the group, which is immutable even in case the Security Context of the group is re-established.      </t>
                  <t>
After a group rekeying, such an invariant information makes it simpler for the observer 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 observe notification protected with the new Security Context (see <xref target="ssec-protect-response-observe"/>).</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-verify-request">
        <name>Verifying the Request</name>
        <t>Upon receiving a secure group request with the Group Flag set to 1, following the procedure in <xref target="sec-message-reception"/>, a server proceeds as described in <xref section="8.2" sectionFormat="of" target="RFC8613"/>, with the following modifications.</t>
        <ul spacing="normal">
          <li>
            <t>In step 2, the decoding of the compressed COSE object follows <xref target="compression"/> of this document. In particular:  </t>
            <ul spacing="normal">
              <li>If the server discards the request due to not retrieving a Security Context associated with the OSCORE group, the server MAY respond with a 4.01 (Unauthorized) error message. When doing so, the server MAY set an Outer Max-Age option with value zero, and MAY include a descriptive string as diagnostic payload.</li>
              <li>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 MAY 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 SHALL stop processing the request.</li>
            </ul>
          </li>
          <li>In step 4, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.</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>If the server does not have the public key of the client yet, the server MUST stop processing the request and MAY respond with a 5.03 (Service Unavailable) response. The response MAY 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"/>.</li>
              <li>The server MUST perform signature verification before decrypting the COSE object, as defined below. Implementations that cannot perform the two steps in this order MUST ensure that no access to the plaintext is possible before a successful signature verification and MUST prevent any possible leak of time-related information that can yield side-channel attacks.</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>If the signature verification fails, the server SHALL stop processing the request, SHALL NOT update the Replay Window, and MAY respond with a 4.00 (Bad Request) response. Such a response MAY include an Outer Max-Age option with value zero, and its diagnostic payload MAY contain a string, which, if present, MUST be "Decryption failed" as if the decryption of the COSE object had failed.</li>
              <li>When decrypting the COSE object using the Recipient Key, the Group Encryption Algorithm from the Common Context MUST be used.</li>
            </ul>
          </li>
          <li>Additionally, if the used Recipient Context was created upon receiving this group request and the message is not verified successfully, the server MAY delete that Recipient Context. Such a configuration, which is specified by the application, mitigates attacks that aim at overloading the server's storage.</li>
        </ul>
        <t>A server SHOULD NOT 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 server intends to reply with multiple non-notification responses to a group request.</t>
        <ul spacing="normal">
          <li>The server MUST store the value of the 'kid' parameter from the group request, and retain it until the last non-notification response has been sent. The server MUST NOT update the stored value of a 'kid' parameter associated with a particular group 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"/>).</li>
          <li>The server MUST store the value of the 'kid context' parameter from the group request, and retain it until the last non-notification 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 MUST NOT update the stored value of a 'kid context' parameter associated with a particular group request.</li>
        </ul>
        <section anchor="ssec-verify-request-observe">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641"/> is supported, the following holds for each newly started observation.</t>
          <ul spacing="normal">
            <li>The server MUST store the value of the 'kid' parameter from the original Observe request, and retain it for the whole duration of the observation. The server MUST NOT update the stored value of a 'kid' parameter associated with a particular Observe request, even in case the observer client is individually rekeyed and starts using a new Sender ID received from the Group Manager (see <xref target="new-sender-id"/>).</li>
            <li>The server MUST store the value of the 'kid context' parameter from the original Observe request, and retain it for the whole duration of the observation, 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 MUST NOT update the stored value associated with the ongoing observation.</li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-protect-response">
        <name>Protecting the Response</name>
        <t>When using the group mode to protect a response, the server SHALL follow the description in <xref section="8.3" sectionFormat="of" target="RFC8613"/>, with the modifications described in this section.</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="sec-group-key-management"/>).</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 non-notification responses to a group request.  </t>
            <ul spacing="normal">
              <li>The server MUST use the stored value of the 'kid' parameter from the group 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"/>).</li>
              <li>The server MUST use the stored value of the 'kid context' parameter from the group 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"/>).</li>
            </ul>
          </li>
          <li>
            <t>In step 3, if any of the following two conditions holds, the server MUST include its Sender Sequence Number as Partial IV in the response and use it to build the AEAD nonce to protect the response. This prevents the server from reusing the AEAD nonce from the request together with the same encryption key.  </t>
            <ul spacing="normal">
              <li>The response is not the first response that the server sends to the request, regardless of whether it is an Observe notification <xref target="RFC7641"/> or a non-notification response to a group request (see <xref target="sec-replay-protection-non-notifications"/>).</li>
              <li>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"/>).</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 MUST be set to 1. The Group Encryption Algorithm from the Common Context MUST be used.  </t>
            <t>
In addition, the following applies.  </t>
            <ul spacing="normal">
              <li>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 MUST be included in the 'kid context' parameter of the response.</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 MUST protect all the responses to that request with the Sender Context of the new Security Context.      </t>
                <t>
For each ongoing Non-Notification Group Exchange, the server can help the client to synchronize, by including also the 'kid context' parameter in non-notification 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 SHOULD include the 'kid context' parameter during that time. Otherwise, the server SHOULD include it until the Max-Age has expired for the last non-notification 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 SHOULD 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>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"/>).</li>
        </ul>
        <section anchor="ssec-protect-response-observe">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641"/> is supported, the following holds when protecting notifications for an ongoing observation.</t>
          <ul spacing="normal">
            <li>The server MUST use the stored value of the 'kid' parameter from the original Observe request (see <xref target="ssec-verify-request-observe"/>), as value for the 'request_kid' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</li>
            <li>The server MUST use the stored value of the 'kid context' parameter from the original Observe request (see <xref target="ssec-verify-request-observe"/>), as value for the 'request_kid_context' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</li>
          </ul>
          <t>Furthermore, the server may have ongoing observations started by Observe requests protected with an old Security Context. After completing the establishment of a new Security Context, the server MUST protect the following notifications with the Sender Context of the new Security Context.</t>
          <t>For each ongoing observation, the server can help the client to synchronize, by including also the 'kid context' parameter in notifications 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 SHOULD include the 'kid context' parameter during that time. Otherwise, the server SHOULD include it until the Max-Age has expired for the last notification sent before the installation of the new Security Context.</t>
          <t>As per <xref target="sec-replay-protection-non-notifications"/>, the server MUST NOT reply to a group request with 2.xx responses of which some are notifications and some are not. That is, if the server receives an observation request and registers the observation, then any following 2.xx response from the server to that request MUST be a notification. Also, if the server receives an observation request and registers the observation, then any following 2.xx response from the server to that request MUST be a notification.</t>
        </section>
      </section>
      <section anchor="ssec-verify-response">
        <name>Verifying the Response</name>
        <t>Upon receiving a secure response message with the Group Flag set to 1, following the procedure in <xref target="sec-message-reception"/>, the client proceeds as described in <xref section="8.4" sectionFormat="of" target="RFC8613"/>, with the following modifications.</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 MAY 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 SHALL 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 group request.  </t>
            <ul spacing="normal">
              <li>The client MUST use the stored value of the 'kid' parameter from the group 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"/>).</li>
              <li>The client MUST use the stored value of the 'kid context' parameter from the group 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"/>).</li>
            </ul>
            <t>
This ensures that, throughout a Non-Notification Group Exchange, the client can correctly verify non-notification responses to a group 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"/>), 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>The client MUST perform signature verification as defined below, before decrypting the COSE object. Implementations that cannot perform the two steps in this order MUST ensure that no access to the plaintext is possible before a successful signature verification and MUST prevent any possible leak of time-related information that can yield side-channel attacks.</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>If the verification of the countersignature fails, the client: i) SHALL stop processing the response; ii) SHALL NOT update the Response Number associated with the server, if the response is a non-notification response to a group request; and iii) SHALL NOT update the Notification Number associated with the server, if the response is an Observe notification <xref target="RFC7641"/>.</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>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.</li>
                  <li>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"/>).</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) SHALL discard the response and SHALL NOT deliver it to the application; ii) SHALL NOT update the Response Number associated with the server, if the response is a non-notification response to a group request; and iii) SHALL NOT update the Notification Number associated with the server, if the response is an Observe notification <xref target="RFC7641"/>.      </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 MUST be used.  </t>
            <t>
In addition, the client performs the following actions for each ongoing Non-Notification Group Exchange.  </t>
            <ul spacing="normal">
              <li>The ordering and the replay protection of non-notification responses received from a server in reply to a group request are performed as per <xref target="sec-replay-protection-non-notifications"/> of this document, by using the Response Number associated with that server for the Non-Notification Group Exchange in question. In case of unsuccessful decryption and verification of a non-notification response, the client SHALL NOT update the Response Number associated with the server.</li>
              <li>When receiving the first valid non-notification response from a server in reply to a group request, the client MUST store the current kid "kid1" of that server for the Non-Notification Group Exchange in question. If the 'kid' field is included in the OSCORE option of the response, its value specifies "kid1". If the group 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 group request was intended for.</li>
              <li>
                <t>When receiving another valid non-notification response to the same group 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 current kid "kid2" of the server as above for "kid1", and MUST check whether "kid2" is equal to the stored "kid1".      </t>
                <t>
If "kid1" and "kid2" are different, the client SHOULD NOT accept the response as valid to be delivered to the application, and SHOULD NOT update the Response Number associated with the server. Exceptions can apply if the client has a means of preserving the order of responses in a more elaborate way out of the scope of this document, or the client application does not require response ordering altogether.</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 group 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 non-notification responses to group requests, even in case a 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>In step 8, if the used Recipient Context was created upon receiving this response and the message is not verified successfully, the client MAY delete that Recipient Context. Such a configuration, which is specified by the application, mitigates attacks that aim at overloading the client's storage.</li>
        </ul>
        <section anchor="ssec-verify-response-observe">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641"/> is supported, the following holds when verifying notifications for an ongoing observation.</t>
          <ul spacing="normal">
            <li>The client MUST use the stored value of the 'kid' parameter from the original Observe request (see <xref target="ssec-protect-request-observe"/>), as value for the 'request_kid' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</li>
            <li>The client MUST use the stored value of the 'kid context' parameter from the original Observe request (see <xref target="ssec-protect-request-observe"/>), as value for the 'request_kid_context' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</li>
          </ul>
          <t>This ensures that the client can correctly verify notifications, even in case it 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>
          <ul spacing="normal">
            <li>
              <t>The ordering and the replay protection of notifications received from a server are performed as per Sections <xref target="RFC8613" section="4.1.3.5.2" sectionFormat="bare"/> and <xref target="RFC8613" section="7.4.1" sectionFormat="bare"/> of <xref target="RFC8613"/>, by using the Notification Number associated with that server for the observation in question. In addition, the client performs the following actions for each ongoing observation.  </t>
              <ul spacing="normal">
                <li>When receiving the first valid notification from a server, the client MUST store the current kid "kid1" of that server for the observation in question. If the 'kid' field is included in the OSCORE option of the notification, its value specifies "kid1". If the Observe 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 notification (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 Observe request was intended for.</li>
                <li>
                  <t>When receiving another valid notification 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 current kid "kid2" of the server as above for "kid1", and MUST check whether "kid2" is equal to the stored "kid1".      </t>
                  <t>
If "kid1" and "kid2" are different, the client SHOULD NOT accept the response as valid to be delivered to the application, SHOULD NOT update the Notification Number associated with the server, and SHOULD cancel or re-register the observation in question. Exceptions can apply if the client has a means of preserving the order of responses in a more elaborate way out of the scope of this document, or the client application does not require response ordering altogether.      </t>
                  <t>
Note that, if "kid2" is different from "kid1" and the 'kid' field is omitted from the notification - which is possible if the Observe 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 notification.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>This ensures that the client remains able to correctly perform the ordering and replay protection of notifications, even in case a 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>
        </section>
      </section>
      <section anchor="sec-processing-signature-checker">
        <name>External Signature Checkers</name>
        <t>When receiving a message protected in group mode, a signature checker (see <xref target="sec-additional-entities"/>) 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>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.</li>
        </ul>
        <t>Note that the following applies when attempting to verify the countersignature of a response message.</t>
        <ul spacing="normal">
          <li>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.</li>
          <li>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.</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 MUST 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 (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"/> and/or block-wise transfers <xref target="RFC7959"/> in a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are set MUST support the pairwise mode. This applies, for example, to block-wise exchanges after a first block-wise request which targets all servers in the group and includes the CoAP Block2 option (see Section 3.8 of <xref target="I-D.ietf-core-groupcomm-bis"/>). 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 MAY 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>The 'kid' and 'kid context' parameters of the COSE object are used as defined in <xref target="sec-cose-object-kid"/> of this document.</li>
          <li>The external_aad defined in <xref target="sec-cose-object-ext-aad"/> of this document is used for the encryption and decryption process.</li>
          <li>The Pairwise Sender/Recipient Keys used as Sender/Recipient keys are derived as defined in <xref target="sec-derivation-pairwise"/> of this document.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-req">
        <name>Protecting the Request</name>
        <t>When using the pairwise mode, the request is protected as defined in <xref section="8.1" 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>When sending a group request, what is specified in <xref target="ssec-protect-request"/> of this document holds for the corresponding Non-Notification Group Exchange, with respect to storing the value of the 'kid' and 'kid context' parameters, and to storing an invariant identifier of the group.</li>
          <li>If Observe <xref target="RFC7641"/> is supported, what is defined in <xref target="ssec-protect-request-observe"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-verify-req">
        <name>Verifying the Request</name>
        <t>Upon receiving a request with the Group Flag set to 0, following the procedure in <xref target="sec-message-reception"/>, the server MUST process it as defined 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>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 MAY respond with a 4.01 (Unauthorized) error message or a 4.02 (Bad Option) error message, respectively. When doing so, the server MAY set an Outer Max-Age option with value zero, and MAY include a descriptive string as diagnostic payload.</li>
          <li>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.</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>The possible, dynamic creation and configuration of a Recipient Context upon receiving the request.</li>
              <li>The possible deletion of a Recipient Context created upon receiving the request, in case the request is not verified successfully.</li>
              <li>The rule about processing the request where the received Recipient ID ('kid') is equal to the server's Sender ID.</li>
              <li>The storing of the value of the 'kid' and 'kid context' parameters from the group request, if the server intends to reply with multiple non-notification responses to a group request.</li>
            </ul>
          </li>
          <li>If Observe <xref target="RFC7641"/> is supported, what is defined in <xref target="ssec-verify-request-observe"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-resp">
        <name>Protecting the Response</name>
        <t>When using the pairwise mode, a response is protected as defined 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>The protection of a response when using a different Security Context than the one used to protect the corresponding request. 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="sec-group-key-management"/>).</li>
              <li>The use of the stored value of the 'kid' and 'kid context' parameters, if the server intends to reply with multiple non-notification responses to a group request.</li>
              <li>The rules for the inclusion of the server's Sender Sequence Number as Partial IV in a response, as used to build the AEAD nonce to protect the response.</li>
              <li>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.</li>
              <li>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.</li>
            </ul>
          </li>
          <li>If Observe <xref target="RFC7641"/> is supported, what is defined in <xref target="ssec-protect-response-observe"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-verify-resp">
        <name>Verifying the Response</name>
        <t>Upon receiving a response with the Group Flag set to 0, following the procedure in <xref target="sec-message-reception"/>, the client MUST process it as defined 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>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"/>).</li>
          <li>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"/>).</li>
          <li>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.</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>The possible, dynamic creation and configuration of a Recipient Context upon receiving the response.</li>
              <li>The use of the stored value of the 'kid' and 'kid context' parameters, when processing a response to a group request.</li>
              <li>The performing of ordering and replay protection for non-notification responses to a group request.</li>
              <li>The possible deletion of a Recipient Context created upon receiving the response, in case the response is not verified successfully.</li>
            </ul>
          </li>
          <li>If Observe <xref target="RFC7641"/> is supported, what is defined in <xref target="ssec-verify-response-observe"/> of this document holds. The client can also in this case identify a server to be the same one across a change of Sender ID, by relying on the server's public key. As to the expected server's authentication credential, the same holds as specified above for non-notification responses.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-synch-challenge-response">
      <name>Challenge-Response Based Freshness and Synchronization</name>
      <t>This section describes how a server endpoint can verify freshness of a request and synchronize with Sender Sequence Numbers of client endpoints in the group. Similarly to what is defined in <xref section="B.1.2" sectionFormat="of" target="RFC8613"/>, the server performs a challenge-response exchange with a client, by using the Echo Option for CoAP specified in <xref section="2" sectionFormat="of" target="RFC9175"/>.</t>
      <t>Upon receiving a request from a particular client for the first time, 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 MUST use its Partial IV when generating the AEAD nonce for protecting the response conveying the Echo Option, and MUST include the Partial IV in the response.</t>
      <t>The Echo option value SHOULD NOT be reused; if it is reused, it MUST 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 MUST 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 MUST 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 MUST 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 group request, but can instead send a more recent one, if the application permits it. This allows the client to not retain previously sent group 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 group 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>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.</li>
        <li>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.</li>
      </ul>
      <t>If the verifications above fail, the server MUST NOT process the request further and MAY 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>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.</li>
            <li>The server makes the Replay Window valid, and accepts the request as fresh.</li>
          </ol>
        </li>
        <li>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.</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, if synchronization with Sender Sequence Numbers of clients is lost, 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>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"/>).</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 SHOULD 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 SHOULD 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>Endpoints that implement the ECDSA signature algorithm MAY 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"/>.</li>
      </ul>
      <t>For endpoints that support the pairwise mode, the following applies.</t>
      <ul spacing="normal">
        <li>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"/>).</li>
        <li>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"/>).</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 SHOULD implement both the X25519 curve <xref target="RFC7748"/> and the P-256 curve as ECDH curves.  </t>
          <t>
Constrained endpoints SHOULD 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"/> MAY 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 MUST NOT be given for the "gosc" attribute; any present value MUST be ignored by parsers. The "gosc" attribute MUST NOT appear more than once in a given link-value; occurrences after the first MUST be ignored by parsers.</t>
      <t>When a link-value includes the "gosc" attribute, the link-value MUST 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 MUST 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="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 Non-Notification Group Exchanges and observations 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>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.</li>
          <li>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.</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 to possibly re-sign and inject 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>Asymmetric source authentication, by means of a countersignature.</li>
          <li>Symmetric group authentication, by means of an authentication tag (only for Group Encryption Algorithms providing integrity protection).</li>
          <li>Symmetric group confidentiality, by means of symmetric encryption.</li>
          <li>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.</li>
          <li>Group privacy, by encrypting the countersignature.</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 MUST 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>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-group-key-management"/>).</li>
          <li>The case A in <xref section="D.4" sectionFormat="of" target="RFC8613"/> concerns all group requests and responses including a Partial IV (e.g., Observe notifications and non-notification responses to group requests). In this case, same considerations from <xref target="RFC8613"/> apply here as well.</li>
          <li>The case B in <xref section="D.4" sectionFormat="of" target="RFC8613"/> concerns responses not including a Partial IV (e.g., single response to a non-group request). In this case, same considerations from <xref target="RFC8613"/> apply here as well.</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 MUST 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 MUST protect the potential response using the new Security Context. Specifically, the server MUST include its Sender Sequence Number as Partial IV in the response and use it to build the AEAD nonce to protect the response. This prevents the AEAD 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="I-D.ietf-ace-key-groupcomm"/> 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 group 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 group 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. In fact, as long as the Master Secret is different for different groups and this condition holds over time, AEAD 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>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.</li>
            <li>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.</li>
            <li>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.</li>
            <li>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.</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 group requests; as well as the Sender ID of the message originator, which is always present in group 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>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.</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>X sets up a group G2 where it acts as Group Manager.</li>
          <li>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.</li>
          <li>X collects a message M sent to G1 and injects it in G2.</li>
          <li>Members of G2 accept M and believe it to be originated in G2.</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 NOT RECOMMENDED 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 SHOULD 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"/>.</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 synchronization of clients' Sender Sequence Number.</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 AEAD 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 may not be synchronized with a client's Sender Sequence Number, or a 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 synchronize with the clients' Sender Sequence Numbers 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 or lose synchronization.</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 achieve and maintain synchronization with Sender Sequence Numbers of clients.</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 MUST NOT protect further messages including a Partial IV, until it has derived a new Sender Context. This prevents the endpoint to reuse the same AEAD nonce with the same Sender Key.</t>
        <t>In order to renew its own Sender Context, the endpoint SHOULD 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 AEAD 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 MUST 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 MUST be successfully validated, see Section 5.6.2.3.4 of <xref target="NIST-800-56A"/>. The validation MAY 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 MUST NOT 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>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.</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>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.</li>
          <li>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.</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 achieve synchronization with a client's Sender Sequence Number 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>
        <artwork><![CDATA[
+--------------+-------+-----------------------------+------------+
| Bit Position | Name  | Description                 | Reference  |
+--------------+-------+-----------------------------+------------+
|       2      | Group | For using a Group OSCORE    | [RFC-XXXX] |
|              | Flag  | Security Context, set to 1  |            |
|              |       | if the message is protected |            |
|              |       | with the group mode         |            |
+--------------+-------+-----------------------------+------------+
]]></artwork>
      </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 "CoRE Parameters" registry group.</t>
        <artwork><![CDATA[
Attribute Name: gosc
Brief Description: Hint: resource only accessible
                   using Group OSCORE or OSCORE
Change Controller: IESG
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="11" month="January" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces RFC 7390, while it updates RFC 7252 and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-08"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <author fullname="J. Schiller" initials="J." surname="Schiller">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara">
              <organization/>
            </author>
            <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="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8288">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="C. Vigano" initials="C." surname="Vigano">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson">
              <organization/>
            </author>
            <author fullname="F. Palombini" initials="F." surname="Palombini">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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="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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-ace-key-groupcomm">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="5" month="September" year="2022"/>
            <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 acting as Clients and authorized to join a
   group can do so by interacting with a Key Distribution Center (KDC)
   acting as 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="Internet-Draft" value="draft-ietf-ace-key-groupcomm-16"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="I-D.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 AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <date day="11" month="April" year="2023"/>
            <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.  The described overheads are
   independent of the underlying transport.  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-02"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="26" month="April" year="2023"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-06"/>
        </reference>
        <reference anchor="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="10" month="January" year="2023"/>
            <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%.  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 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-05"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-det-sigs-with-noise">
          <front>
            <title>Deterministic ECDSA and EdDSA Signatures with Additional Randomness</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="8" month="August" year="2022"/>
            <abstract>
              <t>   Deterministic elliptic-curve signatures such as deterministic ECDSA
   and EdDSA have gained popularity over randomized ECDSA as their
   security do not depend on a source of high-quality randomness.
   Recent research has however found that implementations of these
   signature algorithms may be vulnerable to certain side-channel and
   fault injection attacks due to their determinism.  One countermeasure
   to such attacks is to re-add randomness to the otherwise
   deterministic calculation of the per-message secret number.  This
   document updates RFC 6979 and RFC 8032 to recommend constructions
   with additional randomness for 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-00"/>
        </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="11" month="January" year="2023"/>
            <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-06"/>
        </reference>
        <reference anchor="I-D.tiloca-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="5" month="April" year="2023"/>
            <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 how to
   secure a CoAP message by applying multiple, nested OSCORE
   protections, e.g., both end-to-end between origin application
   endpoints, as well as between an application endpoint and an
   intermediary or between two intermediaries.  Thus, this document
   updates RFC 8613.  The same approach can be seamlessly used with
   Group OSCORE, for protecting CoAP messages when group communication
   with intermediaries is used.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-capable-proxies-06"/>
        </reference>
        <reference anchor="I-D.tiloca-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="28" month="February" year="2023"/>
            <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 over IP
   multicast to a group of servers.  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-tiloca-core-groupcomm-proxy-08"/>
        </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">
              <organization/>
            </author>
            <author fullname="N. Kushalnagar" initials="N." surname="Kushalnagar">
              <organization/>
            </author>
            <author fullname="J. Hui" initials="J." surname="Hui">
              <organization/>
            </author>
            <author fullname="D. Culler" initials="D." surname="Culler">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. Thubert" initials="P." surname="Thubert">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Ersue" initials="M." surname="Ersue">
              <organization/>
            </author>
            <author fullname="A. Keranen" initials="A." surname="Keranen">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="S. Loreto" initials="S." surname="Loreto">
              <organization/>
            </author>
            <author fullname="A. Rahman" initials="A." surname="Rahman">
              <organization/>
            </author>
            <author fullname="T. Fossati" initials="T." surname="Fossati">
              <organization/>
            </author>
            <author fullname="E. Dijk" initials="E." surname="Dijk">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <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="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>Application group, i.e., a set of CoAP endpoints that share a common pool of resources.</li>
        <li>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.</li>
        <li>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.</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>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</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>Data replay protection: group request messages or response messages replayed within the security group must be detected.</li>
          <li>Data confidentiality: messages sent within the security group shall be encrypted.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</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>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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).</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 cannot reassign Gid values (see <xref target="sec-group-key-management"/>) 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-document-updates">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <section anchor="sec-17-18">
        <name>Version -17 to -18</name>
        <ul spacing="normal">
          <li>Changed document title.</li>
          <li>Possible use with CoAP-mappable HTTP.</li>
          <li>Added Common Context parameter "Authentication Credential Format".</li>
          <li>Renamed "Group Encryption Key" to "Signature Encryption Key". Consistent fixes in its derivation.</li>
          <li>Renamed "Signature Encryption Algorithm" to "Group Encryption Algorithm".</li>
          <li>Ensured a single Common IV, also when the two encryption algorithms have different AEAD nonce sizes.</li>
          <li>Guidelines on the Pairwise Key Agreement Algorithm and derivation of the Diffie-Hellman secret.</li>
          <li>The possible use of a mode follows from the set parameters.</li>
          <li>The Group Manager is always present; 'gm_cred' in the external_aad cannot be null anymore.</li>
          <li>The authentication credential of the Group Manager can have a different format than that of the group members'.</li>
          <li>Set-up of new endpoints moved to document body.</li>
          <li>The encrypted countersignature is a result of the header compression, not of COSE.</li>
          <li>Revised examples of compressed and non-compressed COSE object.</li>
          <li>Removed excessive requirements on group rekeying scheduling.</li>
          <li>More considerations on the strictness of group key management.</li>
          <li>Clearer alternatives on retaining an old Security Context.</li>
          <li>Revised used of terminology on freshness.</li>
          <li>Clarifications, fixes and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-16-17">
        <name>Version -16 to -17</name>
        <ul spacing="normal">
          <li>Definition and registration of the target attribute "gosc".</li>
          <li>Reference update and editorial fixes.</li>
        </ul>
      </section>
      <section anchor="sec-15-16">
        <name>Version -15 to -16</name>
        <ul spacing="normal">
          <li>Clients "SHOULD" use the group mode for one-to-many requests.</li>
          <li>Handling of multiple non-notification responses.</li>
          <li>Revised presentation of security properties.</li>
          <li>Improved listing of operations defined for the group mode that are inherited by the pairwise mode.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-14-15">
        <name>Version -14 to -15</name>
        <ul spacing="normal">
          <li>Updated references and editorial fixes.</li>
        </ul>
      </section>
      <section anchor="sec-13-14">
        <name>Version -13 to -14</name>
        <ul spacing="normal">
          <li>Replaced "node" with "endpoint" where appropriate.</li>
          <li>Replaced "owning" with "storing" (of keying material).</li>
          <li>Distinction between "authentication credential" and "public key".</li>
          <li>Considerations on storing whole authentication credentials.</li>
          <li>Considerations on Denial of Service.</li>
          <li>Recycling of Group IDs by tracking the "Birth Gid" of each group
member is now optional to support and use for the Group Manager.</li>
          <li>Fine-grained suppression of error responses.</li>
          <li>Changed section title "Mandatory-to-Implement Compliance Requirements" to "Implementation Compliance".</li>
          <li>"Challenge-Response Synchronization" moved to the document body.</li>
          <li>RFC 7641 and draft-ietf-core-echo-request-tag as normative references.</li>
          <li>Clarifications and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-12-13">
        <name>Version -12 to -13</name>
        <ul spacing="normal">
          <li>Fixes in the derivation of the Group Encryption Key.</li>
          <li>Added Mandatory-to-Implement compliance requirements.</li>
          <li>Changed UCCS to CCS.</li>
        </ul>
      </section>
      <section anchor="sec-11-12">
        <name>Version -11 to -12</name>
        <ul spacing="normal">
          <li>No mode of operation is mandatory to support.</li>
          <li>Revised parameters of the Security Context, COSE object and external_aad.</li>
          <li>Revised management of keying material for the Group Manager.</li>
          <li>Informing of former members when rekeying the group.</li>
          <li>Admit encryption-only algorithms in group mode.</li>
          <li>Encrypted countersignature through a keystream.</li>
          <li>Added public key of the Group Manager as key material and protected data.</li>
          <li>Clarifications about message processing, especially notifications.</li>
          <li>Guidance for message processing of external signature checkers.</li>
          <li>Updated derivation of pairwise keys, with more security considerations.</li>
          <li>Termination of ongoing observations as client, upon leaving or before re-joining the group.</li>
          <li>Recycling Group IDs by tracking the "Birth Gid" of each group member.</li>
          <li>Expanded security and privacy considerations about the group mode.</li>
          <li>Removed appendices on skipping signature verification and on COSE capabilities.</li>
          <li>Fixes and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>Loss of Recipient Contexts due to their overflow.</li>
          <li>Added diagram on keying material components and their relation.</li>
          <li>Distinction between anti-replay and freshness.</li>
          <li>Preservation of Sender IDs over rekeying.</li>
          <li>Clearer cause-effect about reset of SSN.</li>
          <li>The GM provides public keys of group members with associated Sender IDs.</li>
          <li>Removed 'par_countersign_key' from the external_aad.</li>
          <li>One single format for the external_aad, both for encryption and signing.</li>
          <li>Presence of 'kid' in responses to requests protected in pairwise mode.</li>
          <li>Inclusion of 'kid_context' in notifications following a group rekeying.</li>
          <li>Pairwise mode presented with OSCORE as baseline.</li>
          <li>Revised examples with signature values.</li>
          <li>Decoupled growth of clients' Sender Sequence Numbers and loss of synchronization for server.</li>
          <li>Sender IDs not recycled in the group under the same Gid.</li>
          <li>Processing and description of the Group Flag bit in the OSCORE option.</li>
          <li>Usage of the pairwise mode for multicast requests.</li>
          <li>Clarifications on synchronization using the Echo option.</li>
          <li>General format of context parameters and external_aad elements, supporting future registered COSE algorithms (new Appendix).</li>
          <li>Fixes and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>Removed 'Counter Signature Key Parameters' from the Common Context.</li>
          <li>New parameters in the Common Context covering the DH secret derivation.</li>
          <li>New countersignature header parameter from draft-ietf-cose-countersign.</li>
          <li>Stronger policies non non-recycling of Sender IDs and Gid.</li>
          <li>The Sender Sequence Number is reset when establishing a new Security Context.</li>
          <li>Added 'request_kid_context' in the aad_array.</li>
          <li>The server can respond with 5.03 if the client's public key is not available.</li>
          <li>The observer client stores an invariant identifier of the group.</li>
          <li>Relaxed storing of original 'kid' for observer clients.</li>
          <li>Both client and server store the 'kid_context' of the original observation request.</li>
          <li>The server uses a fresh PIV if protecting the response with a Security Context different from the one used to protect the request.</li>
          <li>Clarifications on MTI algorithms and curves.</li>
          <li>Removed optimized requests.</li>
          <li>Overall clarifications and editorial revision.</li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>Pairwise keys are discarded after group rekeying.</li>
          <li>Signature mode renamed to group mode.</li>
          <li>The parameters for countersignatures use the updated COSE registries. Newly defined IANA registries have been removed.</li>
          <li>Pairwise Flag bit renamed as Group Flag bit, set to 1 in group mode and set to 0 in pairwise mode.</li>
          <li>Dedicated section on updating the Security Context.</li>
          <li>By default, sender sequence numbers and replay windows are not reset upon group rekeying.</li>
          <li>An endpoint implementing only a silent server does not support the pairwise mode.</li>
          <li>Separate section on general message reception.</li>
          <li>Pairwise mode moved to the document body.</li>
          <li>Considerations on using the pairwise mode in non-multicast settings.</li>
          <li>Optimized requests are moved as an appendix.</li>
          <li>Normative support for the signature and pairwise mode.</li>
          <li>Revised methods for synchronization with clients' sender sequence number.</li>
          <li>Appendix with example values of parameters for countersignatures.</li>
          <li>Clarifications and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>Clarified relation between pairwise mode and group communication (Section 1).</li>
          <li>Improved definition of "silent server" (Section 1.1).</li>
          <li>Clarified when a Recipient Context is needed (Section 2).</li>
          <li>Signature checkers as entities supported by the Group Manager (Section 2.3).</li>
          <li>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).</li>
          <li>Mitigation policies in case of recycled 'kid' values (Section 2.4).</li>
          <li>More generic exhaustion (not necessarily wrap-around) of sender sequence numbers (Sections 2.5 and 10.11).</li>
          <li>Pairwise key considerations, as to group rekeying and Sender Sequence Numbers (Section 3).</li>
          <li>Added reference to static-static Diffie-Hellman shared secret (Section 3).</li>
          <li>Note for implementation about the external_aad for signing (Sectino 4.3.2).</li>
          <li>Retransmission by the application for group requests over multicast as Non-confirmable (Section 7).</li>
          <li>A server MUST 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).</li>
          <li>Security considerations: encryption of pairwise mode as alternative to group-level security (Section 10.1).</li>
          <li>Security considerations: added approach to reduce the chance of global collisions of Gid values from different Group Managers (Section 10.5).</li>
          <li>Security considerations: added implications for block-wise transfers when using the signature mode for requests over unicast (Section 10.7).</li>
          <li>Security considerations: (multiple) supported signature algorithms (Section 10.13).</li>
          <li>Security considerations: added privacy considerations on the approach for reducing global collisions of Gid values (Section 10.15).</li>
          <li>Updates to the methods for synchronizing with clients' sequence number (Appendix E).</li>
          <li>Simplified text on discovery services supporting the pairwise mode (Appendix G.1).</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>Updated abstract and introduction.</li>
          <li>Clarifications of what pertains a group rekeying.</li>
          <li>Derivation of pairwise keying material.</li>
          <li>Content re-organization for COSE Object and OSCORE header compression.</li>
          <li>Defined the Pairwise Flag bit for the OSCORE option.</li>
          <li>Supporting CoAP Observe for group requests and responses.</li>
          <li>Considerations on message protection across switching to new keying material.</li>
          <li>New optimized mode based on pairwise keying material.</li>
          <li>More considerations on replay protection and Security Contexts upon key renewal.</li>
          <li>Security considerations on Group OSCORE for unicast requests, also as affecting the usage of the Echo option.</li>
          <li>Clarification on different types of groups considered (application/security/CoAP).</li>
          <li>New pairwise mode, using pairwise keying material for both requests and responses.</li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>Group IDs mandated to be unique under the same Group Manager.</li>
          <li>Clarifications on parameter update upon group rekeying.</li>
          <li>Updated external_aad structures.</li>
          <li>Dynamic derivation of Recipient Contexts made optional and application specific.</li>
          <li>Optional 4.00 response for failed signature verification on the server.</li>
          <li>Removed client handling of duplicated responses to multicast requests.</li>
          <li>Additional considerations on public key retrieval and group rekeying.</li>
          <li>Added Group Manager responsibility on validating public keys.</li>
          <li>Updates IANA registries.</li>
          <li>Reference to RFC 8613.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>Added references to draft-dijk-core-groupcomm-bis.</li>
          <li>New parameter Counter Signature Key Parameters (Section 2).</li>
          <li>Clarification about Recipient Contexts (Section 2).</li>
          <li>Two different external_aad for encrypting and signing (Section 3.1).</li>
          <li>Updated response verification to handle Observe notifications (Section 6.4).</li>
          <li>Extended Security Considerations (Section 8).</li>
          <li>New "Counter Signature Key Parameters" IANA Registry (Section 9.2).</li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>Added the new "Counter Signature Parameters" in the Common Context (see Section 2).</li>
          <li>Added recommendation on using "deterministic ECDSA" if ECDSA is used as countersignature algorithm (see Section 2).</li>
          <li>Clarified possible asynchronous retrieval of keying material from the Group Manager, in order to process incoming messages (see Section 2).</li>
          <li>Structured Section 3 into subsections.</li>
          <li>Added the new 'par_countersign' to the aad_array of the external_aad (see Section 3.1).</li>
          <li>Clarified non reliability of 'kid' as identity identifier for a group member (see Section 2.1).</li>
          <li>Described possible provisioning of new Sender ID in case of Partial IV wrap-around (see Section 2.2).</li>
          <li>The former signature bit in the Flag Byte of the OSCORE option value is reverted to reserved (see Section 4.1).</li>
          <li>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).</li>
          <li>Relaxed statements on sending error messages (see Section 6).</li>
          <li>Added explicit step on computing the countersignature for outgoing messages (see Sections 6.1 and 6.3).</li>
          <li>Handling of just created Recipient Contexts in case of unsuccessful message verification (see Sections 6.2 and 6.4).</li>
          <li>Handling of replied/repeated responses on the client (see Section 6.4).</li>
          <li>New IANA Registry "Counter Signature Parameters" (see Section 9.1).</li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>Revised structure and phrasing for improved readability and better alignment with draft-ietf-core-object-security.</li>
          <li>Added discussion on wrap-Around of Partial IVs (see Section 2.2).</li>
          <li>Separate sections for the COSE Object (Section 3) and the OSCORE Header Compression (Section 4).</li>
          <li>The countersignature is now appended to the encrypted payload of the OSCORE message, rather than included in the OSCORE Option (see Section 4).</li>
          <li>Extended scope of Section 5, now titled " Message Binding, Sequence Numbers, Freshness and Replay Protection".</li>
          <li>Clarifications about Non-confirmable messages in Section 5.1 "Synchronization of Sender Sequence Numbers".</li>
          <li>Clarifications about error handling in Section 6 "Message Processing".</li>
          <li>Compacted list of responsibilities of the Group Manager in Section 7.</li>
          <li>Revised and extended security considerations in Section 8.</li>
          <li>Added IANA considerations for the OSCORE Flag Bits Registry in Section 9.</li>
          <li>Revised Appendix D, now giving a short high-level description of a new endpoint set-up.</li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>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".</li>
          <li>Section 2 has been updated to have the Group Identifier stored in the 'ID Context' parameter defined in draft-ietf-core-object-security.</li>
          <li>Section 3 has been updated with the new format of the Additional Authenticated Data.</li>
          <li>Major rewriting of Section 4 to better highlight the differences with the message processing in draft-ietf-core-object-security.</li>
          <li>Added Sections 7.2 and 7.3 discussing security considerations about uniqueness of (key, nonce) and collision of group identifiers, respectively.</li>
          <li>Minor updates to Appendix A.1 about assumptions on multicast communication topology and group size.</li>
          <li>Updated Appendix C on format of group identifiers, with practical implications of possible collisions of group identifiers.</li>
          <li>Updated Appendix D.2, adding a pointer to draft-palombini-ace-key-groupcomm about retrieval of nodes' public keys through the Group Manager.</li>
          <li>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.</li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>Section 1.1 has been updated with the definition of group as "security group".</li>
          <li>
            <t>Section 2 has been updated with:  </t>
            <ul spacing="normal">
              <li>Clarifications on establishment/derivation of Security Contexts.</li>
              <li>A table summarizing the the additional context elements compared to OSCORE.</li>
            </ul>
          </li>
          <li>
            <t>Section 3 has been updated with:  </t>
            <ul spacing="normal">
              <li>Examples of request and response messages.</li>
              <li>Use of CounterSignature0 rather than CounterSignature.</li>
              <li>Additional Authenticated Data including also the signature algorithm, while not including the Group Identifier any longer.</li>
            </ul>
          </li>
          <li>Added Section 6, listing the responsibilities of the Group Manager.</li>
          <li>Added Appendix A (former section), including assumptions and security objectives.</li>
          <li>Appendix B has been updated with more details on the use cases.</li>
          <li>Added Appendix C, providing an example of Group Identifier format.</li>
          <li>Appendix D has been updated to be aligned with draft-palombini-ace-key-groupcomm.</li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <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="Rikard Höglund"/>, <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 VINNOVA and the Celtic-Next project CRITISEC; 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+y92XYbR7Yo+M6vyEWv1SJdAMRRolRdvQ4t0baONbUll133
DF4JIElmCcjkyQREsVy+v9J/0T9wf6z3GLEjMhIAKcnl6ntUgyAgM4YdO/Y8
DIfDrfePs8OtrUW5mBWPs2+aenmVvRr/tZgssjfFZNmUi5vsvG6yJ3XVLpq8
rIpp9v3Zm7fny1l2Vr0vm7qaF9WizXbk3TdPXn1/truVj8dN8d6NSN9uTetJ
lc9hnmmTny+GZbE4H07qphjWLf11gQ9P6vl8OMsXRbvY2tr6ImsXeTX9OZ/V
Fby4aJbF1lZ51dDHdnGwt/do72Arb4r8cXZ6dTUrJ/mihLVuXV88hkV/f5b9
WDfvyuqCV7L17vpx9qxaFE1VLIZPcRlb8MZjmGW61S7H87Jt4fXFzRVM9uzs
7ddbW5N6Cq8/zpaw2JOtq/JxBn++yCZ5lS3bIsubJr/JdsrzLJ/Nspui3c0A
XJd5e5ldFg0sNssW9eQx/gIf27pZNMV5+5jGmBbn+XIGwFvU+vvNnH/Gf27l
y8Vl3TzeyujPUP7OsrKCJ16MsrflrJ7k7muG7Yu8mdTxT3UDO/j+2Zuz7PQr
9yUcaFHA3p+1+flf62baXuQA6+zgwD0xgeN/nH1Xwhn47+opzPLmbLj/4Oho
L3sDu3t3Wc/m5oFltWjgvTfXxbSo3PfFPC9nj7M5rm+0oPX9S1OO2iK9v29G
gIEzOPuiiXb4zf/6fxtYZ+dX2uRZU07atq5SG31bN+1lPq90o4efdaMXNawS
tser/JdCFjYCBE/v+OtR9hrwfD4uqzLa8tcw1KRoJ3niid/Zts91qaMrXeoG
e//XESDuYoEPRVv/1/qyyl43xfJ//T/dR35ne/8rrHU0l0VutuvXefMu3nF5
U4Tf0zZ/qMr3RdOWi7xYZE+XZTteNhfDs7Y169Btv5lcLovF34pqnAP0Hu5F
uw5f4l0fHe8fPOxu9JuimefVTWen5fCmgBNu3v3LsiqH02UxmgKxq2p4egHr
fIyE79nw6cgTeU/dx2WLRO37r58c7O8/ko9HeycP5OODRw/124cHxwf68cHR
vn58eHQiH0/2DvWBk/2HR/rx4MQ98GB/z3881I+PjnSKR3tuCvioDzzaf3is
Hw8PabCXz968HZ7s7Q2PH5wyUV5JoM9G2VcAnw75OpshGw1/i159PsqeXBbx
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
wbxWEcHznlF3zlxMTpFdYJzdj4NprWjrrjznqEfkAUG8J+GJ/00MdHQOo3gV
uuYCDERzvmDyfLrQNtFdOnzfyVTSbz7AqQaGDvQnst3ZOFbbeC+yr9K/2jRX
aUfXLxAjxgnCwihkiJ4assv2jey1AMVtY4TztbVe71Ffy88cxmu1leIeY9qp
ty2uKz15p+9nsr4Ne4zueNEhwXjPM6++HCrln82N67jviY4jrpvWQpH6iwdy
kr2DLxJjY62W2sU290NouhoM5CsSWzjCBf1uVOLvPn3z6zPWHOXoP7am9Rb3
NoLiMqDBxZ4xSDUEIvah9+uvvx5fz2ADw9yOJs3/+p9N8wkYGsIfzuflZfjt
i3L4QX71rh5f9l6EUcovjosZWB69FzD16VR+fdp8qHsn1d/0i2/AJZr2Xi6m
0/CNptZPfj8uFk3wQWfzD6W+pfoAjcJe/a//cTUOLpX9engNv/++HDflUn57
AubMuzosm/zm/6omvfPw0UK/+XoxuquugsxW8/8mv3uL1swtdu0I9vy8prGC
dMEEZtUHILoPs5p9KGfhT2LxppxQFMNDJQQLTXxqadsolQFgLrJWsoSC+dPZ
Dz/8+KcjdfGOS7iPBz8grnlWoyt4/O7s/dn56fFz/MSrg72DPflb0zs/++7s
fPAKqCq2XyJnVKFl608PDx4dHpAxcfTu+OgkGPODs/p9+5P7e/vhqQeHT3fo
Jefn3+nrw5sffhdubqjFsgzLFT4hjGz/cbhGHhw81ymcnr0fnFRXFfCovArm
F2CRICd6hqQ/iCQ4On5/9qegZ/8/3u1OZXCTAwA=

-->

</rfc>
