<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.21 (Ruby 3.3.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-key-groupcomm-oscore-17" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.25.0 -->
  <front>
    <title abbrev="Key Management for Group OSCORE Using ACE">Key Management for Group Object Security for Constrained RESTful Environments (Group OSCORE) Using Authentication and Authorization for Constrained Environments (ACE)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-17"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>164 29 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</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>
    <date year="2025" month="April" day="11"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 132?>

<t>This document defines an application profile of the Authentication and Authorization for Constrained Environments (ACE) framework, to request and provision keying material in group communication scenarios that are based on the Constrained Application Protocol (CoAP) and are secured with Group Object Security for Constrained RESTful Environments (Group OSCORE). This application profile delegates the authentication and authorization of Clients, which join an OSCORE group through a Resource Server acting as Group Manager for that group. This application profile leverages protocol-specific transport profiles of ACE to achieve communication security, server authentication, and proof-of-possession for a key owned by the Client and bound to an OAuth 2.0 access token.</t>
    </abstract>
  </front>
  <middle>
    <?line 136?>

<section anchor="sec-introduction">
      <name>Introduction</name>
      <t>The secure communication protocol Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/> provides application-layer protection for the Constrained Application Protocol (CoAP) <xref target="RFC7252"/>, using CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/><xref target="RFC9053"/> and enabling end-to-end security of CoAP messages.</t>
      <t>As defined in <xref target="I-D.ietf-core-oscore-groupcomm"/>, Group Object Security for Constrained RESTful Environments (Group OSCORE) enables end-to-end security for CoAP group communication <xref target="I-D.ietf-core-groupcomm-bis"/>, which can employ, for example, IP multicast as underlying data transport.</t>
      <t>Group OSCORE relies on an entity called Group Manager, which is responsible for managing an OSCORE group and enables the group members to exchange CoAP messages secured with Group OSCORE. The Group Manager can be responsible for multiple groups, coordinates the joining process of new group members, and is entrusted with the distribution and renewal of group keying material.</t>
      <t>This document is an application profile of <xref target="RFC9594"/>, which itself builds on the Authentication and Authorization for Constrained Environments (ACE) framework <xref target="RFC9200"/>. Message exchanges among the participants as well as message formats and processing follow what is specified in <xref target="RFC9594"/>, and enable the provisioning and renewing of keying material in group communication scenarios, where Group OSCORE is used to protect CoAP group communication.</t>
      <section anchor="ssec-terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>Readers are expected to be familiar with:</t>
        <ul spacing="normal">
          <li>
            <t>The terms and concepts described in the ACE framework for authentication and authorization <xref target="RFC9200"/> and in the Authorization Information Format (AIF) <xref target="RFC9237"/> to express authorization information. The terminology for entities in the considered architecture is defined in OAuth 2.0 <xref target="RFC6749"/>. This includes Client (C), Resource Server (RS), and Authorization Server (AS).</t>
          </li>
          <li>
            <t>The terms and concepts related to the message formats and processing specified in <xref target="RFC9594"/>, for provisioning and renewing keying material in group communication scenarios. These include the abbreviations REQx and OPTx denoting the numbered mandatory-to-address and optional-to-address requirements, respectively.</t>
          </li>
          <li>
            <t>The terms and concepts related to Concise Data Definition Language (CDDL) <xref target="RFC8610"/>, Concise Binary Object Representation (CBOR) <xref target="RFC8949"/>, and COSE <xref target="RFC9052"/><xref target="RFC9053"/>.</t>
          </li>
          <li>
            <t>The terms and concepts related to CoAP <xref target="RFC7252"/> and group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>. Unless otherwise indicated, the term "endpoint" is used here following its OAuth definition, aimed at denoting resources such as /token and /introspect at the AS, and /authz-info at the RS. This document does not use the CoAP definition of "endpoint", which is "An entity participating in the CoAP protocol".</t>
          </li>
          <li>
            <t>The terms and concepts for protection and processing of CoAP messages through OSCORE <xref target="RFC8613"/> and through Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> in group communication scenarios. These especially include:  </t>
            <ul spacing="normal">
              <li>
                <t>Group Manager, as the entity responsible for a set of groups where communications are secured with Group OSCORE. In this document, the Group Manager acts as Resource Server.</t>
              </li>
              <li>
                <t>Authentication credential, as the set of information associated with an entity, including that entity's public key and parameters associated with the public key. Examples of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Additionally, this document makes use of the following terminology:</t>
        <ul spacing="normal">
          <li>
            <t>Requester: member of an OSCORE group that sends request messages to other members of the group.</t>
          </li>
          <li>
            <t>Responder: member of an OSCORE group that receives request messages from other members of the group. A responder may reply back, by sending a response message to the requester which has sent the request message.</t>
          </li>
          <li>
            <t>Monitor: member of an OSCORE group that is configured as responder and never sends response messages protected with Group OSCORE. This corresponds to the term "silent server" used in <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          </li>
          <li>
            <t>Signature verifier: entity external to the OSCORE group, and intended to verify the signature of messages exchanged in the group that are protected with the group mode (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="12.3" sectionFormat="bare"/>, <xref target="I-D.ietf-core-oscore-groupcomm" section="7" sectionFormat="bare"/>, and <xref target="I-D.ietf-core-oscore-groupcomm" section="7.5" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>).  </t>
            <t>
An authorized signature verifier does not join the OSCORE group as an actual member. However, it can interact with the Group Manager in order to retrieve what is needed to perform signature verifications, e.g., the authentication credentials of the current group members and of the Group Manager.</t>
          </li>
          <li>
            <t>Signature-only group: an OSCORE group that uses only the group mode (see <xref section="7" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
          <li>
            <t>Pairwise-only group: an OSCORE group that uses only the pairwise mode (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
        </ul>
        <t>Throughout this document, examples for CBOR data items are expressed in CBOR extended diagnostic notation as defined in <xref section="8" sectionFormat="of" target="RFC8949"/> and <xref section="G" sectionFormat="of" target="RFC8610"/> ("diagnostic notation"). Diagnostic notation comments are often used to provide a textual representation of the parameters' keys and values.</t>
        <t>In the CBOR diagnostic notation used in this document, constructs of the form e'SOME_NAME' are replaced by the value assigned to SOME_NAME in the CDDL model shown in <xref target="fig-cddl-model"/> of <xref target="sec-cddl-model"/>. For example, {e'gp_enc_alg': 10, e'sign_alg': -8} stands for {9: 10, 10: -8}.</t>
        <t>Note to RFC Editor: Please delete the paragraph immediately preceding this note. Also, in the CBOR diagnostic notation used in this document, please replace the constructs of the form e'SOME_NAME' with the value assigned to SOME_NAME in the CDDL model shown in <xref target="fig-cddl-model"/> of <xref target="sec-cddl-model"/>. Finally, please delete this note.</t>
      </section>
    </section>
    <section anchor="sec-protocol-overview">
      <name>Protocol Overview</name>
      <t>Group communication for CoAP has been enabled in <xref target="I-D.ietf-core-groupcomm-bis"/> and can be secured by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>. A network node can join an OSCORE group by interacting with the responsible Group Manager. Once registered in the group, the new node can securely exchange messages with other group members.</t>
      <t>This document describes how to use <xref target="RFC9594"/> and <xref target="RFC9200"/> to perform a number of authentication, authorization, and key distribution actions as overviewed in <xref section="2" sectionFormat="of" target="RFC9594"/>, when the considered group is specifically an OSCORE group.</t>
      <t>With reference to <xref target="RFC9594"/>:</t>
      <ul spacing="normal">
        <li>
          <t>The node wishing to join the OSCORE group, i.e., the joining node, is the Client.</t>
        </li>
        <li>
          <t>The Group Manager is the Key Distribution Center (KDC), acting as a Resource Server.</t>
        </li>
        <li>
          <t>The Authorization Server associated with the Group Manager is the AS.</t>
        </li>
      </ul>
      <t>A node performs the steps described in Sections <xref target="RFC9594" section="3" sectionFormat="bare"/> and <xref target="RFC9594" section="4.3.1.1" sectionFormat="bare"/> of <xref target="RFC9594"/> in order to obtain an authorization for joining an OSCORE group and then to join that group. The format and processing of messages exchanged during such steps are further specified in <xref target="sec-joining-node-to-AS"/> and <xref target="sec-joining-node-to-GM"/> of this document.</t>
      <t>All communications between the involved entities <bcp14>MUST</bcp14> be secured.</t>
      <t>In particular, communications between the Client and the Group Manager leverage protocol-specific transport profiles of ACE to achieve communication security, proof-of-possession, and server authentication. It is expected that, in the commonly referred base-case of this document, the transport profile to use is pre-configured and well-known to nodes participating in constrained applications.</t>
      <t>With respect to what is defined in <xref target="RFC9594"/>:</t>
      <ul spacing="normal">
        <li>
          <t>The interface provided by the Group Manager extends the original interface defined in <xref section="4.1" sectionFormat="of" target="RFC9594"/> for the KDC, as specified in <xref target="sec-interface-GM"/> of this document.</t>
        </li>
        <li>
          <t>In addition to those defined in <xref section="8" sectionFormat="of" target="RFC9594"/>, additional parameters are defined in this document and summarized in <xref target="ace-groupcomm-params"/>.</t>
        </li>
        <li>
          <t>In addition to those defined in <xref section="9" sectionFormat="of" target="RFC9594"/>, additional error identifiers are defined in this document and summarized in <xref target="error-types"/>.</t>
        </li>
      </ul>
      <t>Finally, <xref target="profile-req"/> lists the specifications on this application profile of ACE, based on the requirements defined in <xref section="A" sectionFormat="of" target="RFC9594"/>.</t>
    </section>
    <section anchor="sec-format-scope">
      <name>Format of Scope</name>
      <t>Building on the definition in <xref section="3.3" sectionFormat="of" target="RFC6749"/> considered in the ACE framework <xref target="RFC9200"/>, scope denotes: the permissions that the Client seeks to obtain from the AS for accessing resources at a Resource Server; and the permissions that the AS actually issues to the Client following its request. This process is detailed in Sections <xref target="RFC9200" section="5.8.1" sectionFormat="bare"/> and <xref target="RFC9200" section="5.8.2" sectionFormat="bare"/> of <xref target="RFC9200"/>.</t>
      <t>Consistent with the above and building on <xref section="3.1" sectionFormat="of" target="RFC9594"/>, this section defines the exact format and encoding of scope used in this profile.</t>
      <t>To this end, this profile uses the Authorization Information Format (AIF) <xref target="RFC9237"/>. With reference to the generic AIF model</t>
      <artwork><![CDATA[
   AIF-Generic<Toid, Tperm> = [* [Toid, Tperm]]
]]></artwork>
      <t>the value of the CBOR byte string used as scope encodes the CBOR array [* [Toid, Tperm]], where each [Toid, Tperm] element corresponds to one scope entry.</t>
      <t>Furthermore, this document defines the new AIF data model AIF-OSCORE-GROUPCOMM, which this profile <bcp14>MUST</bcp14> use to format and encode scope entries.</t>
      <t>In particular, the following holds for each scope entry:</t>
      <ul spacing="normal">
        <li>
          <t>The object identifier ("Toid") is specialized as a CBOR data item specifying the name of the groups pertaining to the scope entry.</t>
        </li>
        <li>
          <t>The permission set ("Tperm") is specialized as a CBOR unsigned integer with value R, specifying the permissions that the Client wishes to have in the groups indicated by "Toid".</t>
        </li>
      </ul>
      <t>More specifically, the following applies when, as defined in this document, a scope entry includes as set of permissions the set of roles to take in an OSCORE group.</t>
      <ul spacing="normal">
        <li>
          <t>The object identifier ("Toid") is a CBOR text string, specifying the group name for the scope entry.</t>
        </li>
        <li>
          <t>The permission set ("Tperm") is a CBOR unsigned integer with value R, specifying the role(s) that the Client wishes to take in the group (REQ1). The value R is computed as follows.  </t>
          <ul spacing="normal">
            <li>
              <t>Each role in the permission set is converted into the corresponding numeric identifier X from the "Value" column of the "Group OSCORE Roles" registry defined in <xref target="ssec-iana-group-oscore-roles-registry"/> of this document, for which the initial entries are specified in <xref target="tab-role-values"/>.</t>
            </li>
            <li>
              <t>The set of N numbers is converted into the single value R, by taking two to the power of each numeric identifier X_1, X_2, ..., X_N, and then computing the inclusive OR of the binary representations of all the power values.</t>
            </li>
          </ul>
        </li>
      </ul>
      <table align="center" anchor="tab-role-values">
        <name>Numeric Identifier of Roles in an OSCORE Group</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">Value</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Reserved</td>
            <td align="left">0</td>
            <td align="left">This value is reserved</td>
          </tr>
          <tr>
            <td align="left">Requester</td>
            <td align="left">1</td>
            <td align="left">Send protected requests; receive protected responses</td>
          </tr>
          <tr>
            <td align="left">Responder</td>
            <td align="left">2</td>
            <td align="left">Send protected responses; receive protected requests</td>
          </tr>
          <tr>
            <td align="left">Monitor</td>
            <td align="left">3</td>
            <td align="left">Receive protected requests; never send protected messages</td>
          </tr>
          <tr>
            <td align="left">Verifier</td>
            <td align="left">4</td>
            <td align="left">Verify signature of intercepted messages protected with the group mode</td>
          </tr>
        </tbody>
      </table>
      <t>The following CDDL <xref target="RFC8610"/> notation defines a scope entry that uses the AIF-OSCORE-GROUPCOMM data model and expresses a set of Group OSCORE roles from those in <xref target="tab-role-values"/>.</t>
      <sourcecode type="CDDL"><![CDATA[
   ;# include rfc9237

   AIF-OSCORE-GROUPCOMM = AIF-Generic<oscore-gname, oscore-gperm>

   oscore-gname = tstr  ; Group name
   oscore-gperm = uint .bits group-oscore-roles

   group-oscore-roles = &(
      Requester: 1,
      Responder: 2,
      Monitor: 3,
      Verifier: 4
   )

   scope_entry = [oscore-gname, oscore-gperm]
]]></sourcecode>
      <t>Future specifications that define new Group OSCORE roles <bcp14>MUST</bcp14> register a corresponding numeric identifier in the "Group OSCORE Roles" registry.</t>
      <t>Note that the value 0 is not available to use as numeric identifier to specify a Group OSCORE role. It follows that, when expressing Group OSCORE roles to take in a group as per this document, a scope entry has the least significant bit of "Tperm" always set to 0.</t>
      <t>This is an explicit feature of the AIF-OSCORE-GROUPCOMM data model. That is, for each scope entry, the least significant bit of "Tperm" set to 0 explicitly identifies the scope entry as exactly expressing a set of Group OSCORE roles ("Tperm"), pertaining to a single group whose name is specified by the string literal in "Toid".</t>
      <t>Instead, by relying on the same AIF-OSCORE-GROUPCOMM data model, <xref target="I-D.ietf-ace-oscore-gm-admin"/> defines the format of scope entries for Administrator Clients that wish to access an admin interface at the Group Manager. In such scope entries, the least significant bit of "Tperm" is always set to 1.</t>
    </section>
    <section anchor="sec-public-keys-of-joining-nodes">
      <name>Authentication Credentials</name>
      <t>Source authentication of a message sent within the group and protected with Group OSCORE is ensured by means of a digital signature embedded in the message (in group mode), or by integrity-protecting the message with pairwise keying material derived from the asymmetric keys of the sender and recipient (in pairwise mode).</t>
      <t>Therefore, group members must be able to retrieve each other's authentication credentials from a trusted repository, in order to verify source authenticity of incoming group messages.</t>
      <t>As also discussed in <xref target="I-D.ietf-core-oscore-groupcomm"/>, the Group Manager acts as trusted repository of the authentication credentials of the group members, and provides those authentication credentials to group members if requested to.</t>
      <t>Upon joining an OSCORE group, a joining node is thus expected to provide its authentication credential to the Group Manager (see <xref target="ssec-join-req-sending"/>). Later on as a group member, that node can provide the Group Manager with a different authentication credential that replaces the old one (see <xref target="sec-update-pub-key"/>). In either situation, the authentication credential can be provided within a chain or a bag (e.g., as the end-entity certificate in a chain of certificates), in which case the Group Manager stores the whole chain or bag. Consistently, the Group Manager specifies the whole chain or bag when providing that authentication credential, within the 'creds' parameter of a Join Response (see <xref target="ssec-join-resp"/>) or of an Authentication Credential Response (see <xref target="sec-pub-keys"/>).</t>
      <t>In the following circumstances, a joining node is not required to provide its authentication credential to the Group Manager when joining an OSCORE group.</t>
      <ul spacing="normal">
        <li>
          <t>The joining node is going to join the group exclusively as monitor, i.e., it is not going to send protected messages to the group.  </t>
          <t>
In this case, the joining node is not required to provide its own authentication credential to the Group Manager, which thus does not have to perform any check related to the format of the authentication credential, to a signature or ECDH algorithm, and to possible parameters associated with the algorithm and the public key.  </t>
          <t>
If the joining node still provides an authentication credential in the 'client_cred' parameter of the Join Request (see <xref target="ssec-join-req-sending"/>), the Group Manager silently ignores that parameter and the related parameter 'client_cred_verify'.</t>
        </li>
        <li>
          <t>The joining node is currently a group member, and it is re-joining the group not exclusively as monitor.  </t>
          <t>
In this case, the joining node <bcp14>MAY</bcp14> choose to omit the 'client_cred' parameter and the 'client_cred_verify' parameter in the Join Request, if it intends to use the same authentication credential that it is currently using in the group (see <xref section="4.3.1.1" sectionFormat="of" target="RFC9594"/>).</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-joining-node-to-AS">
      <name>Authorization to Join a Group</name>
      <t>This section builds on <xref section="3" sectionFormat="of" target="RFC9594"/> and is organized as follows.</t>
      <t>First, <xref target="ssec-auth-req"/> and <xref target="ssec-auth-resp"/> describe how the joining node interacts with the AS, in order to be authorized to join an OSCORE group under a given Group Manager and to obtain an access token. Then, <xref target="ssec-token-post"/> describes how the joining node transfers the obtained access token to the Group Manager.</t>
      <t>The following considers a joining node that intends to contact the Group Manager for the first time.</t>
      <t>Note that what is defined in <xref section="3" sectionFormat="of" target="RFC9594"/> applies, and only additions or modifications to that specification are defined in this document.</t>
      <section anchor="ssec-auth-req">
        <name>Authorization Request</name>
        <t>The Authorization Request message is as defined in <xref section="3.1" sectionFormat="of" target="RFC9594"/>, with the following additions.</t>
        <ul spacing="normal">
          <li>
            <t>If the 'scope' parameter is present:  </t>
            <ul spacing="normal">
              <li>
                <t>The value of the CBOR byte string encodes a CBOR array, whose format <bcp14>MUST</bcp14> follow the data model AIF-OSCORE-GROUPCOMM defined in <xref target="sec-format-scope"/> of this document. For each OSCORE group to join:      </t>
                <ul spacing="normal">
                  <li>
                    <t>The group name is encoded as a CBOR text string.</t>
                  </li>
                  <li>
                    <t>The set of requested roles is expressed as a single CBOR unsigned integer. This is computed as defined in <xref target="sec-format-scope"/> of this document, from the numerical abbreviations of each requested role defined in the "Group OSCORE Roles" registry, for which this document defines the entries in <xref target="tab-role-values"/> (REQ1).</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="ssec-auth-resp">
        <name>Authorization Response</name>
        <t>The Authorization Response message is as defined in <xref section="3.2" sectionFormat="of" target="RFC9594"/>, with the following additions:</t>
        <ul spacing="normal">
          <li>
            <t>The AS <bcp14>MUST</bcp14> include the 'expires_in' parameter. Other means for the AS to specify the lifetime of access tokens are out of the scope of this document.</t>
          </li>
          <li>
            <t>The AS <bcp14>MUST</bcp14> include the 'scope' parameter, when the value included in the access token differs from the one specified by the joining node in the Authorization Request. In such a case, the second element of each scope entry <bcp14>MUST</bcp14> be present, and specifies the set of roles that the joining node is actually authorized to take in the OSCORE group for that scope entry, encoded as specified in <xref target="ssec-auth-req"/> of this document.</t>
          </li>
        </ul>
        <t>Furthermore, the AS <bcp14>MAY</bcp14> use the extended format of scope defined in <xref section="7" sectionFormat="of" target="RFC9594"/> for the 'scope' claim of the access token. In such a case, the AS <bcp14>MUST</bcp14> use the CBOR tag with tag number TAG_NUMBER, associated with the CoAP Content-Format CF_ID for the media type "application/aif+cbor" registered in <xref target="ssec-iana-coap-content-format-registry"/> of this document (REQ28).</t>
        <t>Note to RFC Editor: In the previous paragraph, please replace "TAG_NUMBER" with the CBOR tag number computed as TN(ct) in <xref section="4.3" sectionFormat="of" target="RFC9277"/>, where ct is the ID assigned to the CoAP Content-Format registered in <xref target="ssec-iana-coap-content-format-registry"/> of this document. Then, please replace "CF_ID" with the ID assigned to that CoAP Content-Format. Finally, please delete this paragraph.</t>
        <t>This indicates that the binary encoded scope, as conveying the actual access control information, follows the scope semantics defined for this application profile in <xref target="sec-format-scope"/> of this document.</t>
      </section>
      <section anchor="ssec-token-post">
        <name>Token Transferring</name>
        <t>The exchange of Token Transfer Request and Token Transfer Response is defined in <xref section="3.3" sectionFormat="of" target="RFC9594"/>. In addition to that, the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>The Token Transfer Request <bcp14>MAY</bcp14> additionally contain the following parameters, which, if included, <bcp14>MUST</bcp14> have the corresponding values defined below (OPT2):  </t>
            <ul spacing="normal">
              <li>
                <t>'ecdh_info' defined in <xref target="ecdh-info"/> of this document, with value the CBOR simple value <tt>null</tt> (0xf6) to request information about the ECDH algorithm, the ECDH algorithm parameters, the ECDH key parameters, and the exact format of authentication credentials used in the OSCORE groups that the Client has been authorized to join. This is relevant in case the joining node supports the pairwise mode of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
              </li>
              <li>
                <t>'kdc_dh_creds' defined in <xref target="gm-dh-info"/> of this document, with value the CBOR simple value <tt>null</tt> (0xf6) to request the Diffie-Hellman authentication credentials of the Group Manager for the OSCORE groups that the Client has been authorized to join. That is, each of such authentication credentials includes a Diffie-Hellman public key of the Group Manager. This is relevant in case the joining node supports the pairwise mode of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> and the access token authorizes to join pairwise-only groups.</t>
              </li>
            </ul>
            <t>
Alternatively, the joining node may retrieve this information by other means.</t>
          </li>
          <li>
            <t>The 'kdcchallenge' parameter contains a dedicated nonce N_S generated by the Group Manager. For the N_S value, it is <bcp14>RECOMMENDED</bcp14> to use an 8-byte long random nonce. The joining node can use this nonce in order to prove the possession of its own private key, upon joining the group (see <xref target="ssec-join-req-sending"/> of this document).  </t>
            <t>
The 'kdcchallenge' parameter <bcp14>MAY</bcp14> be omitted from the Token Transfer Response, if the 'scope' of the access token specifies only the role "monitor", or only the role "verifier", or only the two roles combined, for each and every of the specified groups.</t>
          </li>
          <li>
            <t>If the 'sign_info' parameter is present in the Token Transfer Response, the following applies for each element 'sign_info_entry'.  </t>
            <ul spacing="normal">
              <li>
                <t>'id' <bcp14>MUST NOT</bcp14> refer to OSCORE groups that are pairwise-only groups.</t>
              </li>
              <li>
                <t>'sign_alg' takes value from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/> (REQ3).</t>
              </li>
              <li>
                <t>'sign_parameters' has the same format and value of the COSE capabilities array for the algorithm indicated in 'sign_alg', as specified for that algorithm in the "Capabilities" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/> (REQ4).</t>
              </li>
              <li>
                <t>'sign_key_parameters' has the same format and value of the COSE capabilities array for the COSE key type of the keys used with the algorithm indicated in 'sign_alg', as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="COSE.Key.Types"/> (REQ5).</t>
              </li>
              <li>
                <t>'cred_fmt' takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/> (REQ6). Consistently with <xref section="2.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, acceptable values denote a format of authentication credential that <bcp14>MUST</bcp14> explicitly provide the public key as well as the comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve.      </t>
                <t>
At the time of writing this specification, acceptable formats of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>. Further formats may be available in the future, and would be acceptable to use as long as they comply with the criteria defined above.      </t>
                <t>
[ As to C509 certificates, the COSE Header Parameters 'c5b' and 'c5c' are under pending registration requested by draft-ietf-cose-cbor-encoded-cert. ]</t>
              </li>
            </ul>
            <t>
This format is consistent with every signature algorithm currently considered in <xref target="RFC9053"/>, i.e., with algorithms that have only the COSE key type as their COSE capability. <xref section="B" sectionFormat="of" target="RFC9594"/> describes how the format of each 'sign_info_entry' can be generalized for possible future registered algorithms having a different set of COSE capabilities.</t>
          </li>
          <li>
            <t>If the 'ecdh_info' parameter is present in the Token Transfer Response, the following applies for each element 'ecdh_info_entry'.  </t>
            <ul spacing="normal">
              <li>
                <t>'id' <bcp14>MUST NOT</bcp14> refer to OSCORE groups that are signature-only groups.</t>
              </li>
              <li>
                <t>'ecdh_alg' takes value from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
              </li>
              <li>
                <t>'ecdh_parameters' has the same format and value of the COSE capabilities array for the algorithm indicated in 'ecdh_alg', as specified for that algorithm in the "Capabilities" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
              </li>
              <li>
                <t>'ecdh_key_parameters' has the same format and value of the COSE capabilities array for the COSE key type of the keys used with the algorithm indicated in 'ecdh_alg', as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="COSE.Key.Types"/>.</t>
              </li>
              <li>
                <t>'cred_fmt' takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/>. Consistently with <xref section="2.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, acceptable values denote a format of authentication credential that <bcp14>MUST</bcp14> explicitly provide the public key as well as the comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve. The same considerations provided above on acceptable formats currently available for the 'cred_fmt' element of 'sign_info' apply.</t>
              </li>
            </ul>
            <t>
The Group Manager omits the 'ecdh_info' parameter in the Token Transfer Response even if 'ecdh_info' is included in the Token Transfer Request, in case all the OSCORE groups that the Client is authorized to join are signature-only groups.</t>
          </li>
          <li>
            <t>If the 'kdc_dh_creds' parameter is present in the Token Transfer Response, the following applies for each element 'kdc_dh_creds_entry'.  </t>
            <ul spacing="normal">
              <li>
                <t>'id' <bcp14>MUST</bcp14> refer exclusively to OSCORE groups that are pairwise-only groups.</t>
              </li>
              <li>
                <t>'cred_fmt' takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/>. Consistently with <xref section="2.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, acceptable values denote a format of authentication credential that <bcp14>MUST</bcp14> explicitly provide the public key as well as the comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve. The same considerations provided above on acceptable formats currently available for the 'cred_fmt' element of 'sign_info' apply.</t>
              </li>
            </ul>
            <t>
The Group Manager omits the 'kdc_dh_creds' parameter in the Token Transfer Response even if 'ecdh_info' is included in the Token Transfer Request, in case none of the OSCORE groups that the Client is authorized to join is a pairwise-only group.</t>
          </li>
        </ul>
        <t>Note that, other than through the above parameters as defined in <xref section="3.3" sectionFormat="of" target="RFC9594"/>, the joining node may have obtained such information by alternative means. For example, information conveyed in the 'sign_info' and 'ecdh_info' parameters may have been pre-configured, or the joining node may early retrieve it, e.g., by using the approach described in <xref target="I-D.tiloca-core-oscore-discovery"/> to discover the OSCORE group and the link to the associated group-membership resource at the Group Manager (OPT3).</t>
        <section anchor="ecdh-info">
          <name>'ecdh_info' Parameter</name>
          <t>The 'ecdh_info' parameter is an <bcp14>OPTIONAL</bcp14> parameter of the request and response messages exchanged between the Client and the /authz-info endpoint at the RS (see <xref section="5.10.1." sectionFormat="of" target="RFC9200"/>).</t>
          <t>This parameter allows the Client and the RS to exchange information about an ECDH algorithm as well as about the authentication credentials and public keys to accordingly use for deriving Diffie-Hellman secrets. Its exact semantics and content are application specific.</t>
          <t>In application profiles that build on <xref target="RFC9594"/>, this parameter is used to exchange information about the ECDH algorithm as well as about the authentication credentials and public keys to be used with it, in the groups indicated by the transferred access token as per its 'scope' claim (see <xref section="3.2" sectionFormat="of" target="RFC9594"/>).</t>
          <t>When used in the Token Transfer Request sent to the KDC (see <xref section="3.3" sectionFormat="of" target="RFC9594"/>), the 'ecdh_info' parameter specifies the CBOR simple value <tt>null</tt> (0xf6). This is done to ask for information about the ECDH algorithm and about the authentication credentials used to compute static-static Diffie-Hellman shared secrets <xref target="NIST-800-56A"/>, in the groups that the Client has been authorized to join or interact with.</t>
          <t>When used in the following Token Transfer Response from the KDC (see <xref section="3.3" sectionFormat="of" target="RFC9594"/>), the 'ecdh_info' parameter is a CBOR array of one or more elements. The number of elements is at most the number of groups that the Client has been authorized to join or interact with. Each element contains information about ECDH parameters and about authentication credentials for one or more groups and is formatted as follows.</t>
          <ul spacing="normal">
            <li>
              <t>The first element 'id' is a group name or a CBOR array of group names, which is associated with groups for which the next four elements apply. Each specified group name is a CBOR text string and is hereafter referred to as 'gname'.</t>
            </li>
            <li>
              <t>The second element 'ecdh_alg' is a CBOR integer or a text string that indicates the ECDH algorithm used in the groups identified by the 'gname' values.  </t>
              <t>
For application profiles of <xref target="RFC9594"/> that use the 'ecdh_info' parameter, it is <bcp14>REQUIRED</bcp14> to define specific values that 'ecdh_alg' can take, which are selected from the set of signing algorithms of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
            </li>
            <li>
              <t>The third element 'ecdh_parameters' is a CBOR array that indicates the parameters of the ECDH algorithm used in the groups identified by the 'gname' values. Its content depends on the value of 'ecdh_alg'.  </t>
              <t>
For application profiles of <xref target="RFC9594"/> that use the 'ecdh_info' parameter, it is <bcp14>REQUIRED</bcp14> to define the possible values and structure for the elements of 'ecdh_parameters'.</t>
            </li>
            <li>
              <t>The fourth element 'ecdh_key_parameters' is a CBOR array that indicates the parameters of the key used with the ECDH algorithm in the groups identified by the 'gname' values. Its content depends on the value of 'ecdh_alg'.  </t>
              <t>
For application profiles of <xref target="RFC9594"/> that use the 'ecdh_info' parameter, it is <bcp14>REQUIRED</bcp14> to define the possible values and structure for the elements of 'ecdh_key_parameters'.</t>
            </li>
            <li>
              <t>The fifth element 'cred_fmt' either is a CBOR integer indicating the format of authentication credentials used in the groups identified by the 'gname' values or is the CBOR simple value <tt>null</tt> (0xf6), which indicates that the KDC does not act as a repository of authentication credentials for group members. Its acceptable integer values are taken from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/>, with some of those values also indicating the type of container to use for exchanging the authentication credentials with the KDC (e.g., a chain or bag of certificates).  </t>
              <t>
For application profiles of <xref target="RFC9594"/> that use the 'ecdh_info' parameter, it is <bcp14>REQUIRED</bcp14> to define specific values to use for 'cred_fmt', consistently with the acceptable formats of authentication credentials.</t>
            </li>
          </ul>
          <t>If 'ecdh_info' is included in the Token Transfer Request, the KDC <bcp14>SHOULD</bcp14> include the 'ecdh_info' parameter in the Token Transfer Response, as per the format defined above. Note that the field 'id' of each 'ecdh_info_entry' specifies the name, or array of group names to which that 'ecdh_info_entry' applies. As an exception, the KDC <bcp14>MAY</bcp14> omit the 'ecdh_info' parameter in the Token Transfer Response even if 'ecdh_info' is included in the Token Transfer Request, in case none of the groups that the Client is authorized to join uses an ECDH algorithm to derive Diffie-Hellman secrets.</t>
          <t>The CDDL notation <xref target="RFC8610"/> of the 'ecdh_info' parameter is given below.</t>
          <sourcecode type="CDDL"><![CDATA[
ecdh_info = ecdh_info_req / ecdh_info_resp

ecdh_info_req = null                  ; in the Token Transfer
                                      ; Request to the KDC

ecdh_info_resp = [+ ecdh_info_entry]  ; in the Token Transfer
                                      ; Response from the KDC

ecdh_info_entry =
[
  id: gname / [+ gname],
  ecdh_alg: int / tstr,
  ecdh_parameters: [any],
  ecdh_key_parameters: [+ parameter: any],
  cred_fmt: int / null
]

gname = tstr
]]></sourcecode>
          <t>This format is consistent with every ECDH algorithm currently defined in <xref target="RFC9053"/>, i.e., with algorithms that have only the COSE key type as their COSE capability. <xref target="sec-future-cose-algs"/> of this document describes how the format of each 'ecdh_info_entry' can be generalized for possible future registered algorithms having a different set of COSE capabilities.</t>
        </section>
        <section anchor="gm-dh-info">
          <name>'kdc_dh_creds' Parameter</name>
          <t>The 'kdc_dh_creds' parameter is an <bcp14>OPTIONAL</bcp14> parameter of the request and response messages exchanged between the Client and the /authz-info endpoint at the RS (see <xref section="5.10.1." sectionFormat="of" target="RFC9200"/>).</t>
          <t>This parameter allows the Client to request and retrieve the Diffie-Hellman authentication credentials of the RS, i.e., authentication credentials including a Diffie-Hellman public key of the RS.</t>
          <t>In application profiles that build on <xref target="RFC9594"/>, this parameter is used to request and retrieve from the KDC its Diffie-Hellman authentication credentials to use, in the groups indicated by the transferred access token as per its 'scope' claim (see <xref section="3.2" sectionFormat="of" target="RFC9594"/>).</t>
          <t>When used in the Token Transfer Request sent to the KDC (see <xref section="3.3" sectionFormat="of" target="RFC9594"/>), the 'kdc_dh_creds' parameter specifies the CBOR simple value <tt>null</tt> (0xf6). This is done to ask for the Diffie-Hellman authentication credentials that the KDC uses in the groups that the Client has been authorized to join or interact with.</t>
          <t>When used in the following Token Transfer Response from the KDC (see <xref section="3.2" sectionFormat="of" target="RFC9594"/>), the 'kdc_dh_creds' parameter is a CBOR array of one or more elements. The number of elements is at most the number of groups that the Client has been authorized to join or interact with. Each element contains information about the KDC's Diffie-Hellman authentication credentials for one or more groups and is formatted as follows.</t>
          <ul spacing="normal">
            <li>
              <t>The first element 'id' is a group name or a CBOR array of group names, which is associated with groups for which the next two elements apply. Each specified group name is a CBOR text string and is hereafter referred to as 'gname'.</t>
            </li>
            <li>
              <t>The second element 'cred_fmt' is a CBOR integer indicating the format of the KDC's authentication credential used in the groups identified by the 'gname' values and specified by the following element 'cred'. Its acceptable integer values are taken from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/>, with some of those values also indicating the type of container to use for exchanging the authentication credentials with the KDC (e.g., a chain or bag of certificates).  </t>
              <t>
For application profiles of <xref target="RFC9594"/> that use the 'kdc_dh_creds' parameter, it is <bcp14>REQUIRED</bcp14> to define specific values to use for 'cred_fmt', consistently with the acceptable formats of the KDC's authentication credentials.</t>
            </li>
            <li>
              <t>The third element 'cred' is a CBOR byte string encoding the original binary representation of the Diffie-Hellman authentication credential that the KDC uses in the groups identified by the 'gname' values. The authentication credential complies with the format specified by the 'cred_fmt' element.</t>
            </li>
          </ul>
          <t>If 'kdc_dh_creds' is included in the Token Transfer Request, the KDC <bcp14>SHOULD</bcp14> include the 'kdc_dh_creds' parameter in the Token Transfer Response, as per the format defined above. Note that the field 'id' of each 'kdc_dh_creds_entry' specifies the name, or array of group names to which that 'kdc_dh_creds_entry' applies. As an exception, the KDC <bcp14>MAY</bcp14> omit the 'kdc_dh_creds' parameter in the Token Transfer Response even if 'kdc_dh_creds' is included in the Token Transfer Request, in case the KDC does not use a Diffie-Hellman authentication credential in any of the groups that the Client is authorized to join.</t>
          <t>The CDDL notation <xref target="RFC8610"/> of the 'kdc_dh_creds' parameter is given below.</t>
          <sourcecode type="CDDL"><![CDATA[
kdc_dh_creds = kdc_dh_creds_req / kdc_dh_creds_resp

kdc_dh_creds_req = null                     ; in the Token Transfer
                                            ; Request to the KDC

kdc_dh_creds_resp = [+ kdc_dh_creds_entry]  ; in the Token Transfer
                                            ; Response from the KDC

kdc_dh_creds_entry =
[
  id: gname / [+ gname],
  cred_fmt: int,
  cred: bstr
]

gname = tstr
]]></sourcecode>
        </section>
      </section>
    </section>
    <section anchor="sec-joining-node-to-GM">
      <name>Group Joining</name>
      <t>This section describes the interactions between the joining node and the Group Manager to join an OSCORE group. The message exchange between the joining node and the Group Manager consists of the messages defined in <xref section="4.3.1.1" sectionFormat="of" target="RFC9594"/>. Note that what is defined in <xref target="RFC9594"/> applies, and only additions or modifications to that specification are defined in this document.</t>
      <section anchor="ssec-join-req-sending">
        <name>Send the Join Request</name>
        <t>The joining node requests to join the OSCORE group by sending a Join Request message to the related group-membership resource at the Group Manager, as per <xref section="4.3.1.1" sectionFormat="of" target="RFC9594"/>. Additionally to what is defined in <xref section="4.3.1" sectionFormat="of" target="RFC9594"/>, the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>The 'scope' parameter <bcp14>MUST</bcp14> be included. Its value encodes one scope entry with the format defined in <xref target="sec-format-scope"/>, indicating the group name and the role(s) that the joining node wants to take in the group.  </t>
            <t>
The 'scope' parameter <bcp14>MUST NOT</bcp14> specify any of the following sets of roles: ("requester", "monitor") and ("responder", "monitor"). Future specifications that define a new role for members of OSCORE groups <bcp14>MUST</bcp14> define possible sets of roles (including the new role and existing roles) that are not acceptable to specify in the 'scope' parameter of a Join Request.</t>
          </li>
          <li>
            <t>The 'get_creds' parameter is present only if the joining node wants to retrieve the authentication credentials of the group members from the Group Manager during the joining process (see <xref target="sec-public-keys-of-joining-nodes"/>). Otherwise, this parameter <bcp14>MUST NOT</bcp14> be present.  </t>
            <t>
If this parameter is present and its value is not the CBOR simple value <tt>null</tt> (0xf6), each element of the inner CBOR array 'role_filter' is encoded as a CBOR unsigned integer, with the same value of a permission set ("Tperm") indicating that role or combination of roles in a scope entry, as defined in <xref target="sec-format-scope"/>.</t>
          </li>
          <li>
            <t>The 'cnonce' parameter contains a dedicated nonce N_C generated by the joining node. For the N_C value, it is <bcp14>RECOMMENDED</bcp14> to use an 8-byte long random nonce.</t>
          </li>
          <li>
            <t>If the joining node intends to join the group exclusively as a monitor, then the 'client_cred' parameter and the 'client_cred_verify' parameter <bcp14>MUST</bcp14> be omitted.</t>
          </li>
          <li>
            <t>If the joining node is currently a group member and intends to use the same authentication credential that it is currently using in the group, then the 'client_cred' parameter and the 'client_cred_verify' parameter <bcp14>MAY</bcp14> be omitted.</t>
          </li>
          <li>
            <t>If the 'client_cred_verify' parameter is present, then the proof-of-possession (PoP) evidence included therein is computed as defined below (REQ14).  </t>
            <ul spacing="normal">
              <li>
                <t>Specifically in the case where the joining node is not a current member of the group, the Group Manager might already have achieved proof-of-possession of the joining node's private key associated with the authentication credential AUTH_CRED_C that the joining node intends to use in the group.      </t>
                <t>
For example, that could have happened upon completing the establishment of the secure communication association that is used to protect the Join Request, if the joining node used AUTH_CRED_C to authenticate itself with the Group Manager.      </t>
                <t>
Under these circumstances, the joining node <bcp14>MAY</bcp14> specify an empty PoP evidence, i.e., it sets the value of the 'client_cred_verify' parameter to the empty CBOR byte string (0x40).</t>
              </li>
              <li>
                <t>If the conditions above do not hold or the joining node prefers to compute a non-empty PoP evidence, then the joining node  proceeds as follows. In either case, the N_S used to build the PoP input is as defined in <xref target="sssec-challenge-value"/>.      </t>
                <ul spacing="normal">
                  <li>
                    <t>If the group is not a pairwise-only group, the PoP evidence <bcp14>MUST</bcp14> be a signature. The joining node computes the signature by using the same private key and signature algorithm that it intends to use for signing messages in the OSCORE group.</t>
                  </li>
                  <li>
                    <t>If the group is a pairwise-only group, the PoP evidence <bcp14>MUST</bcp14> be a MAC computed as follows, by using the HKDF Algorithm HKDF SHA-256, which consists of composing the HKDF-Extract and HKDF-Expand steps <xref target="RFC5869"/>.          </t>
                    <t>
MAC = HKDF(salt, IKM, info, L)          </t>
                    <t>
The input parameters of HKDF are as follows:          </t>
                    <ul spacing="normal">
                      <li>
                        <t>salt takes as value the empty byte string.</t>
                      </li>
                      <li>
                        <t>IKM is computed as a cofactor Diffie-Hellman shared secret, see Section 5.7.1.2 of <xref target="NIST-800-56A"/>, using the ECDH algorithm used in the OSCORE group. The joining node uses its own Diffie-Hellman private key and the Diffie-Hellman public key of the Group Manager. For X25519 and X448, the procedure is described in <xref section="5" sectionFormat="of" target="RFC7748"/>.</t>
                      </li>
                      <li>
                        <t>info takes as value the PoP input.</t>
                      </li>
                      <li>
                        <t>L is equal to 8, i.e., the size of the MAC, in bytes.</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <section anchor="sssec-challenge-value">
          <name>Value of the N_S Challenge</name>
          <t>The value of the N_S challenge is determined as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>If the joining node has provided the access token to the Group Manager by means of a Token Transfer Request to the /authz-info endpoint as in <xref target="ssec-token-post"/>, then N_S takes the same value of the most recent 'kdcchallenge' parameter received by the joining node from the Group Manager. This can be either the one specified in the Token Transfer Response, or the one possibly specified in a 4.00 (Bad Request) error response to a following Join Request (see <xref target="ssec-join-req-processing"/>).</t>
            </li>
            <li>
              <t>If the provisioning of the access token to the Group Manager has relied on the DTLS profile of ACE <xref target="RFC9202"/> and the access token was specified in the "psk_identity" field of the ClientKeyExchange message when using DTLS 1.2 <xref target="RFC6347"/>, then N_S is an exporter value computed as defined in <xref section="4" sectionFormat="of" target="RFC5705"/> (REQ15).  </t>
              <t>
Specifically, N_S is exported from the DTLS session between the joining node and the Group Manager, using an empty context value (i.e., a context value of zero-length), 32 as length value in bytes, and the exporter label "EXPORTER-ACE-Pop-Input-coap-group-oscore-app" defined in <xref target="ssec-iana-tls-esporter-label-registry"/> of this document.  </t>
              <t>
The same as above holds if TLS 1.2 <xref target="RFC5246"/> was used instead of DTLS 1.2, as per <xref target="RFC9430"/>.</t>
            </li>
            <li>
              <t>If the provisioning of the access token to the Group Manager has relied on the DTLS profile of ACE <xref target="RFC9202"/> and the access token was specified in the "identity" field of a PskIdentity within the PreSharedKeyExtension of the ClientHello message when using DTLS 1.3 <xref target="RFC9147"/>, then N_S is an exporter value computed as defined in <xref section="7.5" sectionFormat="of" target="RFC8446"/> (REQ15).  </t>
              <t>
Specifically, N_S is exported from the DTLS session between the joining node and the Group Manager, using an empty 'context_value' (i.e., a 'context_value' of zero length), 32 as 'key_length' in bytes, and the exporter label "EXPORTER-ACE-Pop-Input-coap-group-oscore-app" defined in <xref target="ssec-iana-tls-esporter-label-registry"/> of this document.  </t>
              <t>
The same as above holds if TLS 1.3 <xref target="RFC8446"/> was used instead of DTLS 1.3, as per <xref target="RFC9430"/>.</t>
            </li>
          </ol>
          <t>It is up to applications to define how N_S is computed in further alternative settings.</t>
          <t><xref target="ssec-security-considerations-reusage-nonces"/> provides security considerations on the reusage of the N_S challenge.</t>
        </section>
      </section>
      <section anchor="ssec-join-req-processing">
        <name>Receive the Join Request</name>
        <t>The Group Manager processes the Join Request as defined in <xref section="4.3.1" sectionFormat="of" target="RFC9594"/>, with the following additions. Note that the Group Manager can determine whether the joining node is a current group member, e.g., based on the ongoing secure communication association that is used to protect the Join Request.</t>
        <t>In case the joining node is going to join the group exclusively as monitor, then the Group Manager silently ignores the parameters 'client_cred' and 'client_cred_verify', if present.</t>
        <t>In case the joining node is not going to join the group exclusively as monitor, it is a current member of the group, and the 'client_cred_verify' parameter is not present, then the following applies:</t>
        <ul spacing="normal">
          <li>
            <t>If the 'client_cred' parameter is present, the Group Manager verifies that it is already storing the authentication credential specified therein, as associated with the joining node in the group. If the verification fails, the Group Manager <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response.</t>
          </li>
          <li>
            <t>If case the 'client_cred' parameter is not present, the Group Manager verifies that it is already storing an authentication credential, as associated with the joining node in the group. If the verification fails, the Group Manager <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response.</t>
          </li>
        </ul>
        <t>In case the joining node is not going to join the group exclusively as monitor and the 'client_cred_verify' parameter specifies the empty CBOR byte string (0x40), the Group Manager checks whether it has already achieved proof-of-possession of the joining node's private key associated with the authentication credential that is specified in the 'client_cred' parameter. If such verification fails, then the Group Manager <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 3 ("Invalid proof-of-possession evidence"). After receiving that response, the client <bcp14>MUST NOT</bcp14> specify an empty PoP evidence in the 'client_cred_verify' parameter of a follow-up Join Request for joining the same group.</t>
        <t>In case the joining node is not going to join the group exclusively as monitor and the 'client_cred_verify' parameter specifies a value different from the empty CBOR byte string (0x40), then the Group Manager verifies the PoP evidence therein as follows:</t>
        <ul spacing="normal">
          <li>
            <t>As PoP input, the Group Manager uses the value of the 'scope' parameter from the Join Request as a CBOR byte string, concatenated with N_S encoded as a CBOR byte string, concatenated with N_C encoded as a CBOR byte string. The value of N_S is determined as described in <xref target="sssec-challenge-value"/>, while N_C is the nonce provided in the 'cnonce' parameter of the Join Request.</t>
          </li>
          <li>
            <t>As public key of the joining node, the Group Manager uses either the one included in the authentication credential retrieved from the 'client_cred' parameter of the Join Request, or the one from the already stored authentication credential as acquired from previous interactions with the joining node (see above).</t>
          </li>
          <li>
            <t>If the group is not a pairwise-only group, the PoP evidence is a signature. The Group Manager verifies it by using the public key of the joining node, as well as the signature algorithm used in the OSCORE group and possible corresponding parameters.</t>
          </li>
          <li>
            <t>If the group is a pairwise-only group, the PoP evidence is a MAC. The Group Manager recomputes the MAC through the same process that is taken by the joining node when preparing the value of the 'client_cred_verify' parameter for the Join Request (see <xref target="ssec-join-req-sending"/>), with the difference that the Group Manager uses its own Diffie-Hellman private key and the Diffie-Hellman public key of the joining node. The verification succeeds if and only if the recomputed MAC is equal to the MAC conveyed as PoP evidence in the Join Request.</t>
          </li>
        </ul>
        <t>The Group Manager <bcp14>MUST</bcp14> reply with a 5.03 (Service Unavailable) error response in the following cases:</t>
        <ul spacing="normal">
          <li>
            <t>There are currently no OSCORE Sender IDs available to assign in the OSCORE group and, at the same time, the joining node is not going to join the group exclusively as monitor. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 4 ("No available individual keying material").</t>
          </li>
          <li>
            <t>The OSCORE group that the joining node has been trying to join is currently inactive (see <xref target="ssec-resource-active"/>). The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 9 ("Group currently not active").</t>
          </li>
        </ul>
        <t>The Group Manager <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response in the following cases:</t>
        <ul spacing="normal">
          <li>
            <t>The 'scope' parameter is not present in the Join Request, or it is present and specifies any of the following sets of roles: ("requester", "monitor") and ("responder", "monitor").</t>
          </li>
          <li>
            <t>The joining node is not going to join the group exclusively as monitor, and any of the following holds:  </t>
            <ul spacing="normal">
              <li>
                <t>The joining node is not a current member of the group, and the 'client_cred' parameter and the 'client_cred_verify' parameter are not both present in the Join Request.</t>
              </li>
              <li>
                <t>The 'client_cred' parameter is present in the Join Request and its value is not an eligible authentication credential (e.g., it is not of the format accepted in the group).</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>In order to prevent the acceptance of Ed25519 and Ed448 public keys that cannot be successfully converted to Montgomery coordinates, and thus cannot be used for the derivation of pairwise keys (see <xref section="2.5.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), the Group Manager <bcp14>MAY</bcp14> reply with a 4.00 (Bad Request) error response in case all the following conditions hold:</t>
        <ul spacing="normal">
          <li>
            <t>The OSCORE group uses the pairwise mode of Group OSCORE.</t>
          </li>
          <li>
            <t>The OSCORE group uses EdDSA public keys <xref target="RFC8032"/>.</t>
          </li>
          <li>
            <t>The authentication credential of the joining node from the 'client_cred' parameter includes a public key which:  </t>
            <ul spacing="normal">
              <li>
                <t>Is for the elliptic curve Ed25519 and has its Y coordinate equal to -1 or 1 (mod p), with p = (2<sup>255</sup> - 19), see <xref section="4.1" sectionFormat="of" target="RFC7748"/>; or</t>
              </li>
              <li>
                <t>Is for the elliptic curve Ed448 and has its Y coordinate equal to -1 or 1 (mod p), with p =  (2<sup>448</sup> - 2<sup>224</sup> - 1), see <xref section="4.2" sectionFormat="of" target="RFC7748"/>.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Unless it is already intended to use Content-Format "application/concise-problem-details+cbor", a 4.00 (Bad Request) error response from the Group Manager to the joining node <bcp14>MUST</bcp14> have Content-Format "application/ace-groupcomm+cbor". In such a case, the response payload is a CBOR map formatted as follows:</t>
        <ul spacing="normal">
          <li>
            <t>If the group uses (also) the group mode of Group OSCORE, then the CBOR map <bcp14>MUST</bcp14> contain the 'sign_info' parameter, whose CBOR label is defined in <xref section="8" sectionFormat="of" target="RFC9594"/>. This parameter has the same format of 'sign_info_res' defined in <xref section="3.3.1" sectionFormat="of" target="RFC9594"/> and includes a single element 'sign_info_entry', which pertains to the OSCORE group that the joining node has tried to join with the Join Request.</t>
          </li>
          <li>
            <t>If the group uses (also) the pairwise mode of Group OSCORE, then the CBOR map <bcp14>MUST</bcp14> contain the 'ecdh_info' parameter, whose CBOR label is defined in <xref target="ssec-iana-ace-groupcomm-parameters-registry"/>. This parameter has the same format of 'ecdh_info_res' defined in <xref target="ecdh-info"/> and includes a single element 'ecdh_info_entry', which pertains to the OSCORE group that the joining node has tried to join with the Join Request.</t>
          </li>
          <li>
            <t>If the group is a pairwise-only group, the CBOR map <bcp14>MUST</bcp14> contain the 'kdc_dh_creds' parameter, whose CBOR label is defined in <xref target="ssec-iana-ace-groupcomm-parameters-registry"/>. This parameter has the same format of 'kdc_dh_creds_res' defined in <xref target="gm-dh-info"/> and includes a single element 'kdc_dh_creds_entry', which pertains to the OSCORE group that the joining node has tried to join with the Join Request.</t>
          </li>
          <li>
            <t>The CBOR map <bcp14>MAY</bcp14> include the 'kdcchallenge' parameter, whose CBOR label is defined in <xref section="8" sectionFormat="of" target="RFC9594"/>. If present, this parameter is a CBOR byte string, which encodes a newly generated 'kdcchallenge' value that the Client can use when preparing a new Join Request (see <xref target="ssec-join-req-sending"/>). In such a case the Group Manager <bcp14>MUST</bcp14> store the newly generated value as the 'kdcchallenge' value associated with the joining node, thus replacing the currently stored value (if any).</t>
          </li>
        </ul>
        <section anchor="follow-up-to-a-400-bad-request-error-response">
          <name>Follow-up to a 4.00 (Bad Request) Error Response</name>
          <t>When receiving a 4.00 (Bad Request) error response, the joining node <bcp14>MAY</bcp14> send a new Join Request to the Group Manager. In such a case:</t>
          <ul spacing="normal">
            <li>
              <t>The 'cnonce' parameter <bcp14>MUST</bcp14> include a new dedicated nonce N_C generated by the joining node.</t>
            </li>
            <li>
              <t>In case the joining node is going to join the group exclusively as monitor, then the following applies:  </t>
              <ul spacing="normal">
                <li>
                  <t>If present, the 'client_cred' parameter <bcp14>MUST</bcp14> include an authentication credential in the format indicated by the Group Manager. Also, the authentication credential as well as the included public key <bcp14>MUST</bcp14> be compatible with the signature or ECDH algorithm, and with possible associated parameters.</t>
                </li>
                <li>
                  <t>If present, the 'client_cred_verify' parameter <bcp14>MUST</bcp14> include a PoP evidence computed as described in <xref target="ssec-join-req-sending"/>. The private key to use is the one associated with the authentication credential specified in the current 'client_cred' parameter, with the signature or ECDH algorithm, and with possible associated parameters indicated by the Group Manager. If the error response from the Group Manager includes the 'kdcchallenge' parameter, the joining node <bcp14>MUST</bcp14> use its content as new N_S challenge to compute the PoP evidence.</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-join-resp">
        <name>Send the Join Response</name>
        <t>If the processing of the Join Request described in <xref target="ssec-join-req-processing"/> is successful, the Group Manager updates the group membership by registering the joining node NODENAME as a new member of the OSCORE group GROUPNAME, as described in <xref section="4.3.1" sectionFormat="of" target="RFC9594"/>.</t>
        <t>If the joining node has not taken exclusively the role of monitor, the Group Manager performs also the following actions.</t>
        <ul spacing="normal">
          <li>
            <t>The Group Manager selects an available OSCORE Sender ID in the OSCORE group, and exclusively assigns it to the joining node. The Group Manager <bcp14>MUST NOT</bcp14> assign an OSCORE Sender ID to the joining node if this joins the group exclusively with the role of monitor, according to what is specified in the access token (see <xref target="ssec-auth-resp"/>).  </t>
            <t>
Consistently with <xref section="12.2.1.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, the Group Manager <bcp14>MUST</bcp14> assign an OSCORE Sender ID that has not been used in the OSCORE group since the latest time when the current Gid value was assigned to the group. The maximum length of a Sender ID in bytes is determined as defined in <xref section="2.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.  </t>
            <t>
If the joining node is recognized as a current group member, e.g., through the ongoing secure communication association that is used to protect the Join Request, then the following also applies:  </t>
            <ul spacing="normal">
              <li>
                <t>The Group Manager <bcp14>MUST</bcp14> assign a new OSCORE Sender ID different from the one currently used by the joining node in the OSCORE group.</t>
              </li>
              <li>
                <t>The Group Manager <bcp14>MUST</bcp14> add the old, relinquished OSCORE Sender ID of the joining node to the set of stale Sender IDs associated with the current version of the group keying material for the group (see <xref target="sssec-stale-sender-ids"/>).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The Group Manager stores the association between: i) the authentication credential of the joining node; and ii) the Group Identifier (Gid), i.e., the OSCORE ID Context associated with the OSCORE group, together with the OSCORE Sender ID assigned to the joining node in the group. The Group Manager <bcp14>MUST</bcp14> keep this association updated over time.</t>
          </li>
        </ul>
        <t>Then, the Group Manager replies to the joining node, providing the updated security parameters and keying material necessary to participate in the group communication. This success Join Response is formatted as defined in <xref section="4.3.1" sectionFormat="of" target="RFC9594"/>, with the following additions:</t>
        <ul spacing="normal">
          <li>
            <t>The 'gkty' parameter identifies a key of type "Group_OSCORE_Input_Material object", which is defined in <xref target="ssec-iana-groupcomm-keys-registry"/> of this document.</t>
          </li>
          <li>
            <t>The 'key' parameter includes what the joining node needs in order to set up the Group OSCORE Security Context as per <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.  </t>
            <t>
This parameter has as value a Group_OSCORE_Input_Material object, which is defined in this document and extends the OSCORE_Input_Material object encoded in CBOR as defined in <xref section="3.2.1" sectionFormat="of" target="RFC9203"/>. In particular, it contains the additional parameters 'group_senderId', 'cred_fmt', 'gp_enc_alg', 'sign_alg', 'sign_params', 'ecdh_alg', and 'ecdh_params', which are defined in <xref target="ssec-iana-security-context-parameter-registry"/> of this document.  </t>
            <t>
More specifically, the 'key' parameter is composed as follows.  </t>
            <ul spacing="normal">
              <li>
                <t>The 'hkdf' parameter, if present, specifies the HKDF Algorithm that is used in the OSCORE group. The HKDF Algorithm is specified by the HMAC Algorithm value. This parameter <bcp14>MAY</bcp14> be omitted, if the HKDF Algorithm used in the group is HKDF SHA-256. Otherwise, this parameter <bcp14>MUST</bcp14> be present.</t>
              </li>
              <li>
                <t>The 'salt' parameter, if present, has as value the OSCORE Master Salt that is used in the OSCORE group. This parameter <bcp14>MAY</bcp14> be omitted, if the Master Salt used in the group is the empty byte string. Otherwise, this parameter <bcp14>MUST</bcp14> be present.</t>
              </li>
              <li>
                <t>The 'ms' parameter has as value the OSCORE Master Secret that is used in the OSCORE group. This parameter <bcp14>MUST</bcp14> be present.</t>
              </li>
              <li>
                <t>The 'contextId' parameter has as value the Group Identifier (Gid), i.e., the OSCORE ID Context of the OSCORE group. This parameter <bcp14>MUST</bcp14> be present.</t>
              </li>
              <li>
                <t>The 'group_senderId' parameter has as value the OSCORE Sender ID that the Group Manager has assigned to the joining node in the OSCORE group, as described above. This parameter <bcp14>MUST</bcp14> be present if and only if the node does not join the OSCORE group exclusively with the role of monitor, according to what is specified in the access token (see <xref target="ssec-auth-resp"/>).</t>
              </li>
              <li>
                <t>The 'cred_fmt' parameter specifies the Authentication Credential Format used in the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). This parameter <bcp14>MUST</bcp14> be present and it takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/> (REQ6), with some of those values also indicating the type of container to use for exchanging the authentication credentials with the Group Manager (e.g., a chain or bag of certificates). Consistently with <xref section="2.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, acceptable values denote a format that <bcp14>MUST</bcp14> explicitly provide the public key as well as a comprehensive set of information related to the public key algorithm. This information includes, e.g., the used elliptic curve.      </t>
                <t>
At the time of writing this specification, acceptable formats of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>. Further formats may be available in the future, and would be acceptable to use as long as they comply with the criteria defined above.      </t>
                <t>
[ As to C509 certificates, the COSE Header Parameters 'c5b' and 'c5c' are under pending registration requested by draft-ietf-cose-cbor-encoded-cert. ]</t>
              </li>
            </ul>
            <t>
The 'key' parameter <bcp14>MUST</bcp14> also include the following parameters, if and only if the OSCORE group is not a pairwise-only group.  </t>
            <ul spacing="normal">
              <li>
                <t>The 'gp_enc_alg' parameter, specifying the Group Encryption Algorithm that is used in the OSCORE group to encrypt messages protected with the group mode. This parameter takes values from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
              </li>
              <li>
                <t>The 'sign_alg' parameter, specifying the Signature Algorithm that is used in the OSCORE group to sign messages protected with the group mode. This parameter takes values from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
              </li>
              <li>
                <t>The 'sign_params' parameter, specifying the parameters of the Signature Algorithm. This parameter is a CBOR array, which includes the following two elements:      </t>
                <ul spacing="normal">
                  <li>
                    <t>'sign_alg_capab': a CBOR array, with the same format and value of the COSE capabilities array for the Signature Algorithm indicated in 'sign_alg', as specified for that algorithm in the "Capabilities" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
                  </li>
                  <li>
                    <t>'sign_key_type_capab': a CBOR array, with the same format and value of the COSE capabilities array for the COSE key type of the keys used with the Signature Algorithm indicated in 'sign_alg', as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="COSE.Key.Types"/>.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>
The 'key' parameter <bcp14>MUST</bcp14> also include the following parameters, if and only if the OSCORE group is not a signature-only group.  </t>
            <ul spacing="normal">
              <li>
                <t>The 'alg' parameter, specifying the AEAD Algorithm used in the OSCORE group to encrypt messages protected with the pairwise mode.</t>
              </li>
              <li>
                <t>The 'ecdh_alg' parameter, specifying the Pairwise Key Agreement Algorithm used in the OSCORE group to derive the pairwise keys for the pairwise mode. This parameter takes values from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
              </li>
              <li>
                <t>The 'ecdh_params' parameter, specifying the parameters of the Pairwise Key Agreement Algorithm. This parameter is a CBOR array, which includes the following two elements:      </t>
                <ul spacing="normal">
                  <li>
                    <t>'ecdh_alg_capab': a CBOR array, with the same format and value of the COSE capabilities array for the algorithm indicated in 'ecdh_alg', as specified for that algorithm in the "Capabilities" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
                  </li>
                  <li>
                    <t>'ecdh_key_type_capab': a CBOR array, with the same format and value of the COSE capabilities array for the COSE key type of the keys used with the algorithm indicated in 'ecdh_alg', as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="COSE.Key.Types"/>.</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>
The format of 'key' defined above is consistent with every signature algorithm and ECDH algorithm currently considered in <xref target="RFC9053"/>, i.e., with algorithms that have only the COSE key type as their COSE capability. <xref target="sec-future-cose-algs-key"/> of this document describes how the format of the 'key' parameter can be generalized for possible future registered algorithms having a different set of COSE capabilities.</t>
          </li>
        </ul>
        <t>Furthermore, the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>The 'exi' parameter <bcp14>MUST</bcp14> be present.</t>
          </li>
          <li>
            <t>The 'ace_groupcomm_profile' parameter <bcp14>MUST</bcp14> be present and has value coap_group_oscore_app (PROFILE_TBD), which is registered in <xref target="ssec-iana-groupcomm-profile-registry"/> of this document.</t>
          </li>
          <li>
            <t>The 'creds' parameter, if present, specifies the authentication credentials requested by the joining node by means of the 'get_creds' parameter that was specified in the Join Request.  </t>
            <t>
If the joining node has asked for the authentication credentials of all the group members, i.e., the 'get_creds' parameter in the Join Request had value the CBOR Simple Value <tt>null</tt> (0xf6), then the Group Manager provides only the authentication credentials of the group members that are relevant to the joining node. That is, in such a case, the 'creds' parameter specifies only: i) the authentication credentials of the responders currently in the OSCORE group, in case the joining node is configured (also) as requester; and ii) the authentication credentials of the requesters currently in the OSCORE group, in case the joining node is configured (also) as responder or monitor.</t>
          </li>
          <li>
            <t>The 'peer_identifiers' parameter, if present, specifies the OSCORE Sender ID of each group member whose authentication credential is specified in the 'creds' parameter. That is, a group member's Sender ID is used as identifier for that group member (REQ25).</t>
          </li>
          <li>
            <t>The 'group_policies' parameter <bcp14>SHOULD</bcp14> be present, and <bcp14>SHOULD</bcp14> include the following elements:  </t>
            <ul spacing="normal">
              <li>
                <t>"Key Update Check Interval" (see <xref section="4.3.1" sectionFormat="of" target="RFC9594"/>), with default value 3600;</t>
              </li>
              <li>
                <t>"Expiration Delta" (see <xref section="4.3.1" sectionFormat="of" target="RFC9594"/>), with default value 0.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The 'kdc_cred' parameter <bcp14>MUST</bcp14> be present, specifying the Group Manager's authentication credential in its original binary representation (REQ8). The Group Manager's authentication credential <bcp14>MUST</bcp14> be in the format used in the OSCORE group. Also, the authentication credential as well as the included public key <bcp14>MUST</bcp14> be compatible with the signature or ECDH algorithm, and with possible associated parameters used in the OSCORE group.</t>
          </li>
          <li>
            <t>The 'kdc_nonce' parameter <bcp14>MUST</bcp14> be present, specifying the dedicated nonce N_KDC generated by the Group Manager. For N_KDC, it is <bcp14>RECOMMENDED</bcp14> to use an 8-byte long random nonce.</t>
          </li>
          <li>
            <t>The 'kdc_cred_verify' parameter <bcp14>MUST</bcp14> be present, specifying the proof-of-possession (PoP) evidence computed by the Group Manager. The PoP evidence is computed as defined below (REQ21).  </t>
            <ul spacing="normal">
              <li>
                <t>If the group is not a pairwise-only group, then the PoP evidence <bcp14>MUST</bcp14> be a signature. The Group Manager computes the signature by using the signature algorithm used in the OSCORE group, as well as its own private key associated with the authentication credential specified in the 'kdc_cred' parameter.</t>
              </li>
              <li>
                <t>If the group is a pairwise-only group, then the PoP evidence <bcp14>MUST</bcp14> be a MAC computed as follows, by using the HKDF Algorithm HKDF SHA-256, which consists of composing the HKDF-Extract and HKDF-Expand steps <xref target="RFC5869"/>.      </t>
                <t>
MAC = HKDF(salt, IKM, info, L)      </t>
                <t>
The input parameters of HKDF are as follows.      </t>
                <ul spacing="normal">
                  <li>
                    <t>salt takes as value the empty byte string.</t>
                  </li>
                  <li>
                    <t>IKM is computed as a cofactor Diffie-Hellman shared secret, see Section 5.7.1.2 of <xref target="NIST-800-56A"/>, using the ECDH algorithm used in the OSCORE group. The Group Manager uses its own Diffie-Hellman private key and the Diffie-Hellman public key of the joining node. For X25519 and X448, the procedure is described in <xref section="5" sectionFormat="of" target="RFC7748"/>.</t>
                  </li>
                  <li>
                    <t>info takes as value the PoP input.</t>
                  </li>
                  <li>
                    <t>L is equal to 8, i.e., the size of the MAC, in bytes.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
          <li>
            <t>The 'group_rekeying' parameter <bcp14>MAY</bcp14> be omitted, if the Group Manager uses the "Point-to-Point" group rekeying scheme registered in <xref section="11.13" sectionFormat="of" target="RFC9594"/> as rekeying scheme in the OSCORE group (OPT9). Its detailed use for this profile is defined in <xref target="sec-group-rekeying-process"/> of this document. In any other case, the 'group_rekeying' parameter <bcp14>MUST</bcp14> be included.</t>
          </li>
        </ul>
        <t>As a last action, if the Group Manager reassigns Gid values during the group's lifetime (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="12.2.1.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="E" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>), then the Group Manager <bcp14>MUST</bcp14> store the Gid specified in the 'contextId' parameter of the 'key' parameter, as the Birth Gid of the joining node in the joined group (see <xref section="E" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). This applies also in case the joining node is in fact re-joining the group; in such a case, the newly determined Birth Gid overwrites the one currently stored.</t>
      </section>
      <section anchor="ssec-join-resp-processing">
        <name>Receive the Join Response</name>
        <t>Upon receiving the Join Response, the joining node retrieves the Group Manager's authentication credential from the 'kdc_cred' parameter. The joining node <bcp14>MUST</bcp14> verify the proof-of-possession (PoP) evidence specified in the 'kdc_cred_verify' parameter of the Join Response as defined below (REQ21).</t>
        <ul spacing="normal">
          <li>
            <t>If the group is not a pairwise-only group, the PoP evidence is a signature. The joining node verifies it by using the public key of the Group Manager from the received authentication credential, as well as the signature algorithm used in the OSCORE group and possible corresponding parameters.</t>
          </li>
          <li>
            <t>If the group is a pairwise-only group, the PoP evidence is a MAC. The joining node recomputes the MAC through the same process that is taken by the Group Manager when computing the value of the 'kdc_cred_verify' parameter (see <xref target="ssec-join-resp"/>), with the difference that the joining node uses its own Diffie-Hellman private key and the Diffie-Hellman public key of the Group Manager from the received authentication credential. The verification succeeds if and only if the recomputed MAC is equal to the MAC conveyed as PoP evidence in the Join Response.</t>
          </li>
        </ul>
        <t>In case of failed verification of the PoP evidence, the joining node <bcp14>MUST</bcp14> stop processing the Join Response and <bcp14>MAY</bcp14> send a new Join Request to the Group Manager (see <xref target="ssec-join-req-sending"/>).</t>
        <t>In case of successful verification of the PoP evidence, the joining node uses the information received in the Join Response to set up the Group OSCORE Security Context, as described in <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. In particular, the following applies.</t>
        <t>If the following parameters were not included in the 'key' parameter of the Join Response, then the joining node performs the following actions.</t>
        <ul spacing="normal">
          <li>
            <t>Absent the 'gp_enc_alg' parameter, the parameter Group Encryption Algorithm in the Common Context of the Group OSCORE Security Context is not set.</t>
          </li>
          <li>
            <t>Absent the 'sign_alg' parameter, the parameter Signature Algorithm in the Common Context of the Group OSCORE Security Context is not set.</t>
          </li>
          <li>
            <t>Absent the 'alg' parameter, the parameter AEAD Algorithm in the Security Context of the Group OSCORE Security Context is not set.</t>
          </li>
          <li>
            <t>Absent the 'ecdh_alg' parameter, the parameter Pairwise Key Agreement Algorithm in the Common Context of the Group OSCORE Security Context is not set.</t>
          </li>
        </ul>
        <t>If the following parameters were not included in the 'key' parameter of the Join Response, then the joining node considers the default values specified below, consistently with <xref section="3.2" sectionFormat="of" target="RFC8613"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Absent the 'hkdf' parameter, the joining node considers HKDF SHA-256 as the HKDF Algorithm to use in the OSCORE group.</t>
          </li>
          <li>
            <t>Absent the 'salt' parameter, the joining node considers the empty byte string as the Master Salt to use in the OSCORE group.</t>
          </li>
          <li>
            <t>Absent the 'group_rekeying' parameter, the joining node considers the "Point-to-Point" group rekeying scheme registered in <xref section="11.13" sectionFormat="of" target="RFC9594"/> as the rekeying scheme used in the OSCORE group (OPT9). The detailed use of that rekeying scheme for this profile is defined in <xref target="sec-group-rekeying-process"/> of this document.</t>
          </li>
        </ul>
        <t>In addition, the joining node maintains an association between each authentication credential retrieved from the 'creds' parameter and the role(s) that the corresponding group member has in the OSCORE group.</t>
        <t>From then on, the joining node can exchange group messages secured with Group OSCORE as described in <xref target="I-D.ietf-core-oscore-groupcomm"/>. When doing so:</t>
        <ul spacing="normal">
          <li>
            <t>The joining node <bcp14>MUST NOT</bcp14> process an incoming request message, if protected by a group member whose authentication credential is not associated with the role "Requester".</t>
          </li>
          <li>
            <t>The joining node <bcp14>MUST NOT</bcp14> process an incoming response message, if protected by a group member whose authentication credential is not associated with the role "Responder".</t>
          </li>
          <li>
            <t>The joining node <bcp14>MUST NOT</bcp14> use the group mode of Group OSCORE to process messages in the group, if the Join Response did not include both the 'gp_enc_alg' parameter and the 'sign_alg' parameter.</t>
          </li>
          <li>
            <t>The joining node <bcp14>MUST NOT</bcp14> use the pairwise mode of Group OSCORE to process messages in the group, if the Join Response did not include both the 'alg' parameter and the 'ecdh_alg' parameter.</t>
          </li>
        </ul>
        <t>If the application requires backward security, the Group Manager <bcp14>MUST</bcp14> generate updated security parameters and group keying material, and provide it to the current group members, upon the new node's joining (see <xref target="sec-group-rekeying-process"/>). In such a case, the joining node is not able to access secure communication in the OSCORE group that occurred prior to its joining.</t>
      </section>
    </section>
    <section anchor="ssec-overview-group-rekeying-process">
      <name>Overview of the Group Rekeying Process</name>
      <t>In a number of cases, the Group Manager has to generate new keying material and distribute it to the group (rekeying), as also discussed in <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      <t>To this end the Group Manager <bcp14>MUST</bcp14> support the Group Rekeying Process described in <xref target="sec-group-rekeying-process"/> of this document, as an instance of the "Point-to-Point" rekeying scheme defined in <xref section="6.1" sectionFormat="of" target="RFC9594"/> and registered in <xref section="11.13" sectionFormat="of" target="RFC9594"/>. Future documents may define the use of alternative group rekeying schemes for this application profile, together with the corresponding rekeying message formats. The resulting group rekeying process <bcp14>MUST</bcp14> comply with the functional steps defined in <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      <t>Upon generating the new group keying material and before starting its distribution, the Group Manager <bcp14>MUST</bcp14> increment the version number of the group keying material. When rekeying a group, the Group Manager <bcp14>MUST</bcp14> preserve the current value of the OSCORE Sender ID of each member in that group.</t>
      <t>The data distributed to a group through a rekeying <bcp14>MUST</bcp14> include:</t>
      <ul spacing="normal">
        <li>
          <t>The new version number of the group keying material for the group.</t>
        </li>
        <li>
          <t>A new Group Identifier (Gid) for the group as introduced in <xref target="RFC9594"/>, which is used as ID Context parameter of the Group OSCORE Common Security Context of that group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).  </t>
          <t>
Note that the Gid differs from the group name also introduced in <xref target="RFC9594"/>, which is a plain, stable, and invariant identifier, with no cryptographic relevance and meaning.</t>
        </li>
        <li>
          <t>A new value for the Master Secret parameter of the Group OSCORE Common Security Context of that group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
        </li>
        <li>
          <t>A set of stale Sender IDs, which allows each rekeyed node to purge authentication credentials and Recipient Contexts used in the group and associated with those Sender IDs. This in turn allows every group member to rely on stored authentication credentials, in order to confidently assert the group membership of other sender nodes, when receiving protected messages in the group (see <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). More details on the maintenance of stale Sender IDs are provided in <xref target="sssec-stale-sender-ids"/>.</t>
        </li>
      </ul>
      <t>The data distributed through a group rekeying <bcp14>MAY</bcp14> also include a new value for the Master Salt parameter of the Group OSCORE Common Security Context of that group.</t>
      <t>The Group Manager <bcp14>MUST</bcp14> rekey the group in the following cases.</t>
      <ul spacing="normal">
        <li>
          <t>The application requires backward security - In this case, the group is rekeyed when a node joins the group as a new member. Therefore, a joining node cannot access communications in the group prior to its joining.</t>
        </li>
        <li>
          <t>One or more nodes leave the group - That is, the group is rekeyed when one or more current members spontaneously request to leave the group (see <xref target="sec-leave-req"/>), or when the Group Manager forcibly evicts them from the group, e.g., due to expired or revoked authorization (see <xref target="sec-leaving"/>). Therefore, a leaving node cannot access communications in the group after its leaving, thus ensuring forward security in the group.  </t>
          <t>
Due to the set of stale Sender IDs distributed through the rekeying, this ensures that a node storing the latest group keying material does not store the authentication credentials of former group members (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="12.2" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="13.1" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>).</t>
        </li>
      </ul>
      <t>When the expiration time for the group keying material approaches or has passed, the Group Manager may want to extend the secure group operation, as considered appropriate. If the Group Manager does so, the Group Manager <bcp14>MUST</bcp14> rekey the group.</t>
      <t>The Group Manager <bcp14>MAY</bcp14> rekey the group for other reasons, e.g., according to an application-specific rekeying period or scheduling.</t>
      <section anchor="sssec-stale-sender-ids">
        <name>Stale OSCORE Sender IDs</name>
        <t>For each OSCORE group, the Group Manager <bcp14>MUST</bcp14> maintain N &gt; 1 sets of "stale" OSCORE Sender IDs. It is up to the application to specify the value of N, possibly on a per-group basis.</t>
        <t>Each set is uniquely associated with one version of the group keying material, and includes the OSCORE Sender IDs that have become "stale" in the OSCORE group under that version of the group keying material.</t>
        <t>In the following cases, the Group Manager <bcp14>MUST</bcp14> add an element to the set X associated with the current version of the group keying material.</t>
        <ul spacing="normal">
          <li>
            <t>When a current group member obtains a new Sender ID, its old Sender ID is added to X. This happens when the Group Manager assigns a new Sender ID upon request from the group member (see <xref target="sec-new-key"/>), or in case the group member re-joins the group (see <xref target="ssec-join-req-sending"/> and <xref target="ssec-join-resp"/>), thus also obtaining a new Sender ID.</t>
          </li>
          <li>
            <t>When a current group member leaves the group, its current Sender ID is added to X. This happens when a group member requests to leave the group (see <xref target="sec-leave-req"/>) or is forcibly evicted from the group (see <xref target="sec-leaving"/>).</t>
          </li>
        </ul>
        <t>The value of N can change during the lifetime of the group. If the new value N' is smaller than N, then the Group Manager <bcp14>MUST</bcp14> preserve the sets associated with the (up to) N' most recent versions of the group keying material.</t>
        <t>When performing a group rekeying (see <xref target="sec-group-rekeying-process"/>) for switching from an old version V of the group keying material to a new version V' = (V + 1), the Group Manager <bcp14>MUST</bcp14> perform the following actions.</t>
        <ul spacing="normal">
          <li>
            <t>Before creating the new group keying material with version V', if the number of sets of stale Sender IDs for the group is equal to N, then the Group Manager deletes the oldest set.</t>
          </li>
          <li>
            <t>The Group Manager rekeys the group. This includes also distributing the set of stale Sender IDs associated with the version V of the group keying material (see <xref target="ssec-overview-group-rekeying-process"/>).</t>
          </li>
          <li>
            <t>After completing the group rekeying, the Group Manager creates an empty set of stale Sender IDs, as associated with the version V' of the group keying material.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-interface-GM">
      <name>Interface at the Group Manager</name>
      <t>The Group Manager provides the interface defined in <xref section="4.1" sectionFormat="of" target="RFC9594"/>, with the following additions:</t>
      <ul spacing="normal">
        <li>
          <t>The new FETCH handler is defined for the sub-resource /ace-group/GROUPNAME/kdc-cred (see <xref target="sec-gm-pub-key-fetch"/> of this document).</t>
        </li>
        <li>
          <t>Three new sub-resources are defined (see <xref target="ssec-resource-active"/>, <xref target="ssec-resource-verif-data"/>, and <xref target="ssec-resource-stale-sids"/> of this document).</t>
        </li>
      </ul>
      <t><xref target="ssec-admitted-methods"/> provides a summary of the CoAP methods admitted to access different resources at the Group Manager, for nodes with different roles in the group or as non members (REQ11).</t>
      <t>The GROUPNAME segment of the URI path <bcp14>MUST</bcp14> match with the group name specified in the scope entry of the scope in the access token (i.e., 'gname' in <xref section="3.1" sectionFormat="of" target="RFC9594"/>) (REQ7).</t>
      <t>The Resource Type (rt=) Link Target Attribute value "core.osc.gm" is registered in <xref target="iana-rt"/> (REQ10), and can be used to describe group-membership resources and its sub-resources at a Group Manager, e.g., by using a CoRE link-format document <xref target="RFC6690"/>.</t>
      <t>Applications can use this common resource type to discover links to group-membership resources for joining OSCORE groups, e.g., by using the approach described in <xref target="I-D.tiloca-core-oscore-discovery"/>.</t>
      <section anchor="sec-gm-pub-key-fetch">
        <name>/ace-group/GROUPNAME/kdc-cred</name>
        <t>In addition to what is defined in <xref section="4.5" sectionFormat="of" target="RFC9594"/>, this resource also implements a FETCH handler.</t>
        <section anchor="kdc-cred-fetch">
          <name>FETCH Handler</name>
          <t>The handler expects a FETCH request, whose payload is a CBOR map including a nonce N_C (see <xref target="sec-gm-pub-key-signature-verifier"/>).</t>
          <t>In addition to what is defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>, the Group Manager performs the following checks.</t>
          <t>In case the requesting Client is a current group member, the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 8 ("Operation permitted only to signature verifiers").</t>
          <t>In case GROUPNAME denotes a pairwise-only group, the Group Manager <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 7 ("Signatures not used in the group").</t>
          <t>If all verifications succeed, the handler replies with a 2.05 (Content) response, specifying the authentication credential of the Group Manager together with a proof-of-possession (PoP) evidence. The payload of the response is formatted as defined in <xref target="sec-gm-pub-key-signature-verifier"/>.</t>
        </section>
      </section>
      <section anchor="ssec-resource-active">
        <name>/ace-group/GROUPNAME/active</name>
        <t>This resource implements a GET handler.</t>
        <section anchor="active-get">
          <name>GET Handler</name>
          <t>The handler expects a GET request.</t>
          <t>In addition to what is defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>, the handler verifies that the requesting Client is a current member of the group. If the verification fails, the KDC <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 0 ("Operation permitted only to group members").</t>
          <t>If all verifications succeed, the handler replies with a 2.05 (Content) response, specifying the current status of the group, i.e., active or inactive. The payload of the response is formatted as defined in <xref target="sec-status"/>.</t>
          <t>The method to set the current group status is out of the scope of this document, and is defined for the administrator interface of the Group Manager specified in <xref target="I-D.ietf-ace-oscore-gm-admin"/>.</t>
        </section>
      </section>
      <section anchor="ssec-resource-verif-data">
        <name>/ace-group/GROUPNAME/verif-data</name>
        <t>This resource implements a GET handler.</t>
        <section anchor="verif-data-get">
          <name>GET Handler</name>
          <t>The handler expects a GET request.</t>
          <t>In addition to what is defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>, the handler performs the following actions.</t>
          <t>In case the requesting Client is a current group member, the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 8 ("Operation permitted only to signature verifiers").</t>
          <t>In case GROUPNAME denotes a pairwise-only group, the Group Manager <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 7 ("Signatures not used in the group").</t>
          <t>If all verifications succeed, the handler replies with a 2.05 (Content) response, specifying data that allow also an external signature verifier to verify signatures of messages protected with the group mode and sent to the group (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="7.5" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="12.3" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>). The response <bcp14>MUST</bcp14> have Content-Format set to "application/ace-groupcomm+cbor". The payload of the response is a CBOR map, which is formatted as defined in <xref target="sec-verif-data"/>.</t>
        </section>
      </section>
      <section anchor="ssec-resource-stale-sids">
        <name>/ace-group/GROUPNAME/stale-sids</name>
        <t>This resource implements a FETCH handler.</t>
        <section anchor="stale-sids-fetch">
          <name>FETCH Handler</name>
          <t>The handler expects a FETCH request, whose payload specifies a version number of the group keying material, encoded as an unsigned CBOR integer (see <xref target="sec-retrieve-stale-sids"/>).</t>
          <t>In addition to what is defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>, the handler verifies that the requesting Client is a current member of the group. If the verification fails, the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 0 ("Operation permitted only to group members").</t>
          <t>If all verifications succeed, the handler replies with a 2.05 (Content) response, specifying data that allow the requesting Client to delete the Recipient Contexts and authentication credentials associated with former members of the group (see <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. The payload of the response is formatted as defined in <xref target="sec-retrieve-stale-sids"/>.</t>
        </section>
      </section>
      <section anchor="ssec-admitted-methods">
        <name>Admitted Methods</name>
        <t><xref target="tab-methods"/> summarizes the CoAP methods admitted to access different resources at the Group Manager, for (non-)members of a group with group name GROUPNAME, and considering different roles. The last two rows of the table apply to a node with node name NODENAME.</t>
        <t>The table uses the following abbreviations.</t>
        <ul spacing="normal">
          <li>
            <t>G = CoAP method GET</t>
          </li>
          <li>
            <t>F = CoAP method FETCH</t>
          </li>
          <li>
            <t>P = CoAP method POST</t>
          </li>
          <li>
            <t>D = CoAP method DELETE</t>
          </li>
          <li>
            <t>Type1 = Member as Requester and/or Responder</t>
          </li>
          <li>
            <t>Type2 = Member as Monitor</t>
          </li>
          <li>
            <t>Type3 = Non-member (authorized to be signature verifier)</t>
          </li>
          <li>
            <t>Type4 = Non-member (not authorized to be signature verifier)</t>
          </li>
          <li>
            <t>* = Cannot join the group as signature verifier</t>
          </li>
        </ul>
        <table align="center" anchor="tab-methods">
          <name>Admitted CoAP Methods on the Group Manager Resources</name>
          <thead>
            <tr>
              <th align="left">Resource</th>
              <th align="left">Type1</th>
              <th align="left">Type2</th>
              <th align="left">Type3</th>
              <th align="left">Type4</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">/ace-group</td>
              <td align="left">F</td>
              <td align="left">F</td>
              <td align="left">F</td>
              <td align="left">F</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME</td>
              <td align="left">G P</td>
              <td align="left">G P</td>
              <td align="left">P *</td>
              <td align="left">P</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/active</td>
              <td align="left">G</td>
              <td align="left">G</td>
              <td align="left">-</td>
              <td align="left">-</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/verif-data</td>
              <td align="left">-</td>
              <td align="left">-</td>
              <td align="left">G</td>
              <td align="left">-</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/creds</td>
              <td align="left">G F</td>
              <td align="left">G F</td>
              <td align="left">G F</td>
              <td align="left">-</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/kdc-cred</td>
              <td align="left">G</td>
              <td align="left">G</td>
              <td align="left">F</td>
              <td align="left">-</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/stale-sids</td>
              <td align="left">F</td>
              <td align="left">F</td>
              <td align="left">-</td>
              <td align="left">-</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/policies</td>
              <td align="left">G</td>
              <td align="left">G</td>
              <td align="left">-</td>
              <td align="left">-</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/num</td>
              <td align="left">G</td>
              <td align="left">G</td>
              <td align="left">-</td>
              <td align="left">-</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/nodes/NODENAME</td>
              <td align="left">G P D</td>
              <td align="left">G D</td>
              <td align="left">-</td>
              <td align="left">-</td>
            </tr>
            <tr>
              <td align="left">/ace-group/GROUPNAME/nodes/NODENAME/cred</td>
              <td align="left">P</td>
              <td align="left">-</td>
              <td align="left">-</td>
              <td align="left">-</td>
            </tr>
          </tbody>
        </table>
        <section anchor="signature-verifiers">
          <name>Signature Verifiers</name>
          <t>Just like any candidate group member, a signature verifier provides the Group Manager with an access token, as described in <xref target="ssec-token-post"/>. However, unlike candidate group members, it does not join any OSCORE group, i.e., it does not perform the joining process defined in <xref target="sec-joining-node-to-GM"/>.</t>
          <t>After successfully transferring an access token to the Group Manager, a signature verifier is allowed to perform only some operations as non-member of a group, and only for the OSCORE groups specified in the validated access token. These are the operations specified in <xref target="sec-pub-keys"/>, <xref target="sec-gm-pub-key"/>, <xref target="sec-verif-data"/>, and <xref target="sec-retrieve-gnames"/>.</t>
          <t>Consistently, in case a node is not a member of the group with group name GROUPNAME and is authorized to be only signature verifier for that group, the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response if that node attempts to access any other endpoint than the following ones:</t>
          <ul spacing="normal">
            <li>
              <t>/ace-group</t>
            </li>
            <li>
              <t>/ace-group/GROUPNAME/verif-data</t>
            </li>
            <li>
              <t>/ace-group/GROUPNAME/creds</t>
            </li>
            <li>
              <t>/ace-group/GROUPNAME/kdc-cred</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="client-operations">
        <name>Operations Supported by Clients</name>
        <t>Building on what is defined in <xref section="4.1.1" sectionFormat="of" target="RFC9594"/>, and with reference to the resources at the Group Manager newly defined earlier in <xref target="sec-interface-GM"/> of this document, it is expected that a Client minimally supports also the following set of operations and corresponding interactions with the Group Manager (REQ12).</t>
        <ul spacing="normal">
          <li>
            <t>GET request to /ace-group/GROUPNAME/active, in order to check the current status of the OSCORE group.</t>
          </li>
          <li>
            <t>GET request to /ace-group/GROUPNAME/verif-data, in order for a signature verifier to retrieve data required to verify signatures of messages protected with the group mode of Group OSCORE and sent to a group (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="12.3" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="7.5" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>). Note that this operation is relevant to support only to signature verifiers.</t>
          </li>
          <li>
            <t>FETCH request to /ace-group/GROUPNAME/stale-sids, in order to retrieve from the Group Manager the data required to delete some of the stored group members' authentication credentials and associated Recipient Contexts (see <xref target="stale-sids-fetch"/>). This data is provided as an aggregated set of stale Sender IDs, which are used as specified in <xref target="missed-rekeying"/>.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-additional-interactions">
      <name>Additional Interactions with the Group Manager</name>
      <t>This section defines the possible interactions with the Group Manager, in addition to the group joining specified in <xref target="sec-joining-node-to-GM"/>.</t>
      <section anchor="sec-updated-key">
        <name>Retrieve Updated Keying Material</name>
        <t>At some point, a group member considers the Group OSCORE Security Context invalid and to be renewed. This happens, for instance, after a number of unsuccessful security processing of incoming messages from other group members, or when the Security Context expires as specified by the 'exp' or 'exi' parameter of the Join Response.</t>
        <t>When this happens, the group member retrieves updated security parameters and group keying material. This can occur in the two different ways described below.</t>
        <section anchor="ssec-updated-key-only">
          <name>Get Group Keying Material</name>
          <t>If the group member wants to retrieve only the latest group keying material, it sends a Key Distribution Request to the Group Manager.</t>
          <t>That is, it sends a CoAP GET request to the endpoint /ace-group/GROUPNAME at the Group Manager.</t>
          <t>The Group Manager processes the Key Distribution Request according to <xref section="4.3.2" sectionFormat="of" target="RFC9594"/>. The Key Distribution Response is formatted as defined in <xref section="4.3.2" sectionFormat="of" target="RFC9594"/>, with the following additions.</t>
          <ul spacing="normal">
            <li>
              <t>The 'key' parameter is formatted as defined in <xref target="ssec-join-resp"/> of this document, with the difference that it does not include the 'group_SenderId' parameter.</t>
            </li>
            <li>
              <t>The 'exp' parameter <bcp14>SHOULD</bcp14> be present.</t>
            </li>
            <li>
              <t>The 'exi' parameter <bcp14>MUST</bcp14> be present.</t>
            </li>
            <li>
              <t>The 'ace_groupcomm_profile' parameter <bcp14>MUST</bcp14> be present and has value coap_group_oscore_app.</t>
            </li>
          </ul>
          <t>Upon receiving the Key Distribution Response, the group member retrieves the updated security parameters and group keying material, and, if they differ from the current ones, uses them to set up the new Group OSCORE Security Context as described in <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        </section>
        <section anchor="ssec-updated-and-individual-key">
          <name>Get Group Keying Material and OSCORE Sender ID</name>
          <t>If the group member wants to retrieve the latest group keying material as well as the OSCORE Sender ID that it has in the OSCORE group, it sends a Key Distribution Request to the Group Manager.</t>
          <t>That is, it sends a CoAP GET request to the endpoint /ace-group/GROUPNAME/nodes/NODENAME at the Group Manager.</t>
          <t>The Group Manager processes the Key Distribution Request according to <xref section="4.8.1" sectionFormat="of" target="RFC9594"/>. The Key Distribution Response is formatted as defined in <xref section="4.8.1" sectionFormat="of" target="RFC9594"/>, with the following additions.</t>
          <ul spacing="normal">
            <li>
              <t>The 'key' parameter is formatted as defined in <xref target="ssec-join-resp"/> of this document. If the requesting group member has exclusively the role of monitor, then the 'key' parameter does not include the 'group_SenderId' parameter.  </t>
              <t>
Note that, in any other case, the current Sender ID of the group member is not specified as a separate parameter, but instead by the 'group_SenderId' parameter within the 'key' parameter.</t>
            </li>
            <li>
              <t>The 'exp' parameter <bcp14>SHOULD</bcp14> be present.</t>
            </li>
            <li>
              <t>The 'exi' parameter <bcp14>MUST</bcp14> be present.</t>
            </li>
          </ul>
          <t>Upon receiving the Key Distribution Response, the group member retrieves the updated security parameters, group keying material, and Sender ID, and, if they differ from the current ones, uses them to set up the new Group OSCORE Security Context as described in <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        </section>
      </section>
      <section anchor="sec-new-key">
        <name>Request to Change Individual Keying Material</name>
        <t>As discussed in <xref section="2.6.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, a group member may at some point exhaust its Sender Sequence Numbers in the OSCORE group.</t>
        <t>When this happens, the group member <bcp14>MUST</bcp14> send a Key Renewal Request message to the Group Manager, as per <xref section="4.8.2.1" sectionFormat="of" target="RFC9594"/>. That is, it sends a CoAP POST request to the endpoint /ace-group/GROUPNAME/nodes/NODENAME at the Group Manager.</t>
        <t>Upon receiving the Key Renewal Request, the Group Manager processes it as defined in <xref section="4.8.2" sectionFormat="of" target="RFC9594"/>, with the following additions.</t>
        <t>The Group Manager <bcp14>MUST</bcp14> return a 5.03 (Service Unavailable) response in case the OSCORE group identified by GROUPNAME is currently inactive (see <xref target="ssec-resource-active"/>). The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 9 ("Group currently not active").</t>
        <t>Otherwise, the Group Manager performs one of the following actions.</t>
        <ol spacing="normal" type="1"><li>
            <t>If the requesting group member has exclusively the role of monitor, the Group Manager replies with a 4.00 (Bad Request) error response.  The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 1 ("Request inconsistent with the current roles").</t>
          </li>
          <li>
            <t>Otherwise, the Group Manager takes one of the following actions.  </t>
            <ul spacing="normal">
              <li>
                <t>The Group Manager rekeys the OSCORE group. That is, the Group Manager generates new group keying material for that group (see <xref target="sec-group-rekeying-process"/>), and replies to the group member with a group rekeying message as defined in <xref target="sec-group-rekeying-process"/>, providing the new group keying material. Then, the Group Manager rekeys the rest of the OSCORE group, as discussed in <xref target="sec-group-rekeying-process"/>.      </t>
                <t>
The Group Manager <bcp14>SHOULD</bcp14> perform a group rekeying only if already scheduled to  occur shortly, e.g., according to an application-specific rekeying period or scheduling, or as a reaction to a recent change in the group membership. In any other case, the Group Manager <bcp14>SHOULD NOT</bcp14> rekey the OSCORE group when receiving a Key Renewal Request (OPT12).</t>
              </li>
              <li>
                <t>The Group Manager selects and assigns a new OSCORE Sender ID for that group member, according to the same criteria defined in <xref target="ssec-join-resp"/> for selecting and assigning an OSCORE Sender ID to include in a Join Response.      </t>
                <t>
Then, the Group Manager replies with a Key Renewal Response formatted as defined in <xref section="4.8.2" sectionFormat="of" target="RFC9594"/>. The CBOR map in the response payload only includes the 'group_SenderId' parameter defined in <xref target="ssec-iana-ace-groupcomm-parameters-registry"/> of this document, specifying the new Sender ID of the group member encoded as a CBOR byte string.      </t>
                <t>
Consistently with <xref section="2.6.3.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, the Group Manager <bcp14>MUST</bcp14> assign a new Sender ID that has not been used in the OSCORE group since the latest time when the current Gid value was assigned to the group.      </t>
                <t>
Furthermore, the Group Manager <bcp14>MUST</bcp14> add the old, relinquished Sender ID of the group member to the most recent set of stale Sender IDs for the group (see <xref target="sssec-stale-sender-ids"/>).      </t>
                <t>
The Group Manager <bcp14>MUST</bcp14> return a 5.03 (Service Unavailable) response in case there are currently no Sender IDs available to assign in the OSCORE group. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 4 ("No available individual keying material").</t>
              </li>
            </ul>
          </li>
        </ol>
      </section>
      <section anchor="sec-pub-keys">
        <name>Retrieve Authentication Credentials of Group Members</name>
        <t>A group member or a signature verifier may need to retrieve the authentication credentials of (other) group members. To this end, the group member or signature verifier sends an Authentication Credential Request message to the Group Manager, as per Sections <xref target="RFC9594" section="4.4.1.1" sectionFormat="bare"/> and <xref target="RFC9594" section="4.4.2.1" sectionFormat="bare"/> of <xref target="RFC9594"/>. That is, it sends the request to the endpoint /ace-group/GROUPNAME/creds at the Group Manager.</t>
        <t>If the Authentication Credential Request uses the method FETCH, then the Authentication Credential Request is formatted as defined in <xref section="4.4.1" sectionFormat="of" target="RFC9594"/>. That is:</t>
        <ul spacing="normal">
          <li>
            <t>Each element (if any) of the inner CBOR array 'role_filter' is formatted as in the inner CBOR array 'role_filter' of the 'get_creds' parameter of the Join Request when the parameter value is not the CBOR simple value <tt>null</tt> (0xf6) (see <xref target="ssec-join-req-sending"/>).</t>
          </li>
          <li>
            <t>Each element (if any) of the inner CBOR array 'id_filter' is a CBOR byte string, which encodes the OSCORE Sender ID of the group member for which the associated authentication credential is requested (REQ25).</t>
          </li>
        </ul>
        <t>Upon receiving the Authentication Credential Request, the Group Manager processes it as per Section 4.4.1 or Section 4.4.2 of <xref target="RFC9594"/>, depending on the request method being FETCH or GET, respectively. Additionally, if the Authentication Credential Request uses the method FETCH, the Group Manager silently ignores node identifiers included in the ’get_creds’ parameter of the request that are not associated with any current group member (REQ26).</t>
        <t>The success Authentication Credential Response is formatted as defined in Section 4.4.1 or Section 4.4.2 of <xref target="RFC9594"/>, depending on the request method being FETCH or GET, respectively.</t>
      </section>
      <section anchor="sec-update-pub-key">
        <name>Upload a New Authentication Credential</name>
        <t>A group member may need to provide the Group Manager with its new authentication credential to use in the group from then on, hence replacing the current one. This can be the case, for instance, if the signature or ECDH algorithm and possible associated parameters used in the OSCORE group have been changed, and the current authentication credential is not compatible with them.</t>
        <t>To this end, the group member sends an Authentication Credential Update Request message to the Group Manager, as per <xref section="4.9.1.1" sectionFormat="of" target="RFC9594"/>, with the following addition.</t>
        <ul spacing="normal">
          <li>
            <t>The group member computes the proof-of-possession (PoP) evidence included in 'client_cred_verify' in the same way defined in <xref target="ssec-join-req-sending"/> when preparing a Join Request for the OSCORE group in question (REQ14), with the difference that the 'client_cred_verify' parameter <bcp14>MUST NOT</bcp14> specify an empty PoP evidence.</t>
          </li>
        </ul>
        <t>That is, the group member sends a CoAP POST request to the endpoint /ace-group/GROUPNAME/nodes/NODENAME/cred at the Group Manager.</t>
        <t>Upon receiving the Authentication Credential Update Request, the Group Manager processes it as per <xref section="4.9.1" sectionFormat="of" target="RFC9594"/>, with the following additions.</t>
        <ul spacing="normal">
          <li>
            <t>The N_S challenge that is used to build the proof-of-possession input is computed as defined in <xref target="sssec-challenge-value"/> (REQ15).</t>
          </li>
          <li>
            <t>The Group Manager verifies the PoP challenge included in the 'client_cred_verify' parameter in the same way defined in <xref target="ssec-join-req-processing"/> when processing a Join Request for the OSCORE group in question (REQ14), with the difference that the verification <bcp14>MUST</bcp14> fail if the 'client_cred_verify' parameter specifies an empty PoP evidence.</t>
          </li>
          <li>
            <t>The Group Manager <bcp14>MUST</bcp14> return a 5.03 (Service Unavailable) response in case the OSCORE group identified by GROUPNAME is currently inactive (see <xref target="ssec-resource-active"/>). The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 9 ("Group currently not active").</t>
          </li>
          <li>
            <t>If the requesting group member has exclusively the role of monitor, the Group Manager replies with a 4.00 (Bad request) error response. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 1 ("Request inconsistent with the current roles").</t>
          </li>
          <li>
            <t>If the request is successfully processed, the Group Manager stores the association between: i) the new authentication credential of the group member; and ii) the Group Identifier (Gid), i.e., the OSCORE ID Context associated with the OSCORE group, together with the OSCORE Sender ID assigned to the group member in the group. The Group Manager <bcp14>MUST</bcp14> keep this association updated over time.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-gm-pub-key">
        <name>Retrieve the Group Manager's Authentication Credential</name>
        <t>A group member or a signature verifier may need to retrieve the authentication credential of the Group Manager. To this end, the requesting Client sends a KDC Authentication Credential Request message to the Group Manager.</t>
        <t><xref target="sec-gm-pub-key-group-member"/> defines how this operation is performed by a group member, building on <xref section="4.5.1.1" sectionFormat="of" target="RFC9594"/>.</t>
        <t><xref target="sec-gm-pub-key-signature-verifier"/> defines how this operation is performed by a signature verifier, by relying on the additional FETCH handler defined in <xref target="kdc-cred-fetch"/> of this document.</t>
        <section anchor="sec-gm-pub-key-group-member">
          <name>Retrieval for Group Members</name>
          <t>A group member sends a CoAP GET request to the endpoint /ace-group/GROUPNAME/kdc-cred at the Group Manager as per <xref section="4.5.1.1" sectionFormat="of" target="RFC9594"/>, where GROUPNAME is the name of the OSCORE group.</t>
          <t>In addition to what is defined in <xref section="4.5.1" sectionFormat="of" target="RFC9594"/>, the Group Manager <bcp14>MUST</bcp14> respond with a 4.03 (Forbidden) error response, if the requesting Client is not a current group member. The response <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor" <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 0 ("Operation permitted only to group members").</t>
          <t>The payload of the 2.05 (Content) KDC Authentication Credential Response is a CBOR map, which is formatted as defined in <xref section="4.5.1" sectionFormat="of" target="RFC9594"/>. The Group Manager specifies the parameters 'kdc_cred', 'kdc_nonce', and 'kdc_cred_verify' as defined for the Join Response in <xref target="ssec-join-resp"/> of this document. This especially applies to the computing of the proof-of-possession (PoP) evidence included in 'kdc_cred_verify' (REQ21).</t>
          <t>Upon receiving a 2.05 (Content) KDC Authentication Credential Response, the requesting Client retrieves the Group Manager's authentication credential from the 'kdc_cred' parameter, and proceeds as defined in <xref section="4.5.1.1" sectionFormat="of" target="RFC9594"/>. The requesting Client verifies the PoP evidence included in 'kdc_cred_verify' by means of the same method used when processing the Join Response, as defined in <xref target="ssec-join-resp"/> of this document (REQ21).</t>
        </section>
        <section anchor="sec-gm-pub-key-signature-verifier">
          <name>Retrieval for Signature Verifiers</name>
          <t>A Client signature verifier sends a CoAP FETCH request to the endpoint /ace-group/GROUPNAME/kdc-cred at the Group Manager defined in <xref section="4.5" sectionFormat="of" target="RFC9594"/>, where GROUPNAME is the name of the OSCORE group.</t>
          <t>The request <bcp14>MUST</bcp14> have Content-Format "application/ace-groupcomm+cbor". The payload of the request is formatted as a CBOR map, which <bcp14>MUST</bcp14> contain the following field with the value specified below:</t>
          <ul spacing="normal">
            <li>
              <t>'cnonce': encoded as a CBOR byte string, whose value is a dedicated nonce N_C generated by the Client. For the N_C value, it is <bcp14>RECOMMENDED</bcp14> to use an 8-byte long random nonce.</t>
            </li>
          </ul>
          <t>The payload of the 2.05 (Content) KDC Authentication Credential Response is a CBOR map, which is formatted as defined in <xref section="4.5.1" sectionFormat="of" target="RFC9594"/>, with the following difference:</t>
          <ul spacing="normal">
            <li>
              <t>The 'kdc_cred_verify' field  specifies the PoP evidence computed by the Group Manager over the following PoP input: the nonce N_C (encoded as a CBOR byte string) concatenated with the nonce N_KDC (encoded as a CBOR byte string), where:  </t>
              <ul spacing="normal">
                <li>
                  <t>N_C is the nonce generated by the Client signature verifier and specified in the 'cnonce' field of the received KDC Authentication Credential Request.</t>
                </li>
                <li>
                  <t>N_KDC is the nonce generated by the Group Manager and specified in the 'kdc_nonce' field of the KDC Authentication Credential Response.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>The Group Manager specifies the 'kdc_cred' field and 'kdc_nonce' field as defined for the Join Response in <xref target="ssec-join-resp"/> of this document. The computed PoP evidence included in the 'kdc_cred_verify' field is always a signature computed over the PoP input defined above (REQ21).</t>
          <t>Upon receiving a 2.05 (Content) KDC Authentication Credential Response, the requesting Client retrieves the Group Manager's authentication credential from the 'kdc_cred' parameter. Then, it proceeds as defined in <xref section="4.5.1.1" sectionFormat="of" target="RFC9594"/>, with the difference that it verifies the PoP evidence included in 'kdc_cred_verify' field by verifying a signature and using the PoP input defined above (REQ21)</t>
          <t>Note that a signature verifier would not receive a successful response from the Group Manager, in case GROUPNAME denotes a pairwise-only group (see <xref target="kdc-cred-fetch"/>).</t>
          <t><xref target="fig-gm-pub-key-signature-verifier-req-resp"/> gives an overview of the exchange described above,  while <xref target="fig-gm-pub-key-signature-verifier-resp-ex"/> shows an example of Signature Verification Data Request-Response.</t>
          <figure anchor="fig-gm-pub-key-signature-verifier-req-resp">
            <name>Message Flow of KDC Authentication Credential Request-Response, with a Signature Verifier as Requesting Client</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="176" width="568" viewBox="0 0 568 176" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 24,64 L 24,160" fill="none" stroke="black"/>
                  <path d="M 536,64 L 536,160" fill="none" stroke="black"/>
                  <path d="M 32,96 L 528,96" fill="none" stroke="black"/>
                  <path d="M 32,144 L 56,144" fill="none" stroke="black"/>
                  <path d="M 512,144 L 528,144" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="536,96 524,90.4 524,101.6" fill="black" transform="rotate(0,528,96)"/>
                  <polygon class="arrowhead" points="40,144 28,138.4 28,149.6" fill="black" transform="rotate(180,32,144)"/>
                  <g class="text">
                    <text x="40" y="36">Signature</text>
                    <text x="536" y="36">Group</text>
                    <text x="36" y="52">Verifier</text>
                    <text x="536" y="52">Manager</text>
                    <text x="152" y="84">KDC</text>
                    <text x="228" y="84">Authentication</text>
                    <text x="332" y="84">Credential</text>
                    <text x="408" y="84">Request</text>
                    <text x="168" y="116">FETCH</text>
                    <text x="312" y="116">/ace-group/GROUPNAME/kdc-cred</text>
                    <text x="80" y="148">KDC</text>
                    <text x="156" y="148">Authentication</text>
                    <text x="260" y="148">Credential</text>
                    <text x="344" y="148">Response:</text>
                    <text x="404" y="148">2.05</text>
                    <text x="464" y="148">(Content)</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
Signature                                                       Group
Verifier                                                       Manager
  |                                                               |
  |              KDC Authentication Credential Request            |
  |-------------------------------------------------------------->|
  |               FETCH /ace-group/GROUPNAME/kdc-cred             |
  |                                                               |
  |<--- KDC Authentication Credential Response: 2.05 (Content) ---|
  |                                                               |
]]></artwork>
            </artset>
          </figure>
          <figure anchor="fig-gm-pub-key-signature-verifier-resp-ex">
            <name>Example of KDC Authentication Credential Request-Response, with a Signature Verifier as Requesting Client</name>
            <artwork><![CDATA[
   Request:

   Header: FETCH (Code=0.05)
   Uri-Host: "kdc.example.com"
   Uri-Path: "ace-group"
   Uri-Path: "g1"
   Uri-Path: "kdc-cred"
   Content-Format: 261 (application/ace-groupcomm+cbor)
   Payload (in CBOR diagnostic notation):
   {
     / cnonce / 6: h'6c5a8891bbcf4199'
   }


   Response:

   Header: Content (Code=2.05)
   Content-Format: 261 (application/ace-groupcomm+cbor)
   Payload (in CBOR diagnostic notation):
   {
     / kdc_cred /        17: h'a2026008a101a5010202419920012158
                               2065eda5a12577c2bae829437fe33870
                               1a10aaa375e1bb5b5de108de439c0855
                               1d2258201e52ed75701163f7f9e40ddf
                               9f341b3dc9ba860af7e0ca7ca7e9eecd
                               0084d19c',
     / kdc_nonce /       18: h'aff56da30b7db12a',
     / kdc_cred_verify / 19: h'f3e4be39445b1a3e83e1510d1aca2f2e
                               3fc54702aa56e1b2cb20284294c9106a
                               8a7c081c7645042b18aba9d1fad1bd9c
                               63f91bac658d69351210a031d8fc7c5f'
   }
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="sec-verif-data">
        <name>Retrieve Signature Verification Data</name>
        <t>A signature verifier may need to retrieve data required to verify signatures of messages protected with the group mode and sent to a group (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="7.5" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="12.3" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>). To this end, the signature verifier sends a Signature Verification Data Request message to the Group Manager.</t>
        <t>That is, it sends a CoAP GET request to the endpoint /ace-group/GROUPNAME/verif-data at the Group Manager defined in <xref target="ssec-resource-verif-data"/> of this document, where GROUPNAME is the name of the OSCORE group.</t>
        <t>The payload of the 2.05 (Content) Signature Verification Data Response is a CBOR map, which has the format used for the Join Response message in <xref target="ssec-join-resp"/>, with the following differences.</t>
        <ul spacing="normal">
          <li>
            <t>Of the parameters present in the Join Response message, only the parameters 'gkty', 'key', 'num', 'exp', 'exi', and 'ace_groupcomm_profile' are present in the Signature Verification Data Response.  </t>
            <t>
The 'key' parameter includes only the following data.  </t>
            <ul spacing="normal">
              <li>
                <t>The parameters 'hkdf', 'contextId', 'cred_fmt', 'gp_enc_alg', 'sign_alg', and 'sign_params'. These parameters <bcp14>MUST</bcp14> be present.</t>
              </li>
              <li>
                <t>The parameters 'alg' and 'ecdh_alg'. These parameters <bcp14>MUST NOT</bcp14> be present if the group is a signature-only group. Otherwise, they <bcp14>MUST</bcp14> be present.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The 'sign_enc_key' parameter is also included, with CBOR label registered in <xref target="ssec-iana-ace-groupcomm-parameters-registry"/>. This parameter specifies the Signature Encryption Key of the OSCORE Group, encoded as a CBOR byte string. The Group Manager derives the Signature Encryption Key from the group keying material, as per <xref section="2.1.9" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. This parameter <bcp14>MUST</bcp14> be present.</t>
          </li>
        </ul>
        <t>In order to verify signatures in the group (see <xref section="7.5" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), the signature verifier relies on: the data retrieved from the 2.05 (Content) Signature Verification Data Response; the public keys of the group members signing the messages to verify, retrieved from those members' authentication credentials that can be obtained as defined in <xref target="sec-pub-keys"/>; and the public key of the Group Manager, retrieved from the Group Manager's authentication credential that can be obtained as defined in <xref target="sec-gm-pub-key-signature-verifier"/>.</t>
        <t><xref target="fig-verif-data-req-resp"/> gives an overview of the exchange described above,  while <xref target="fig-verif-data-req-resp-ex"/> shows an example of Signature Verification Data Request-Response.</t>
        <figure anchor="fig-verif-data-req-resp">
          <name>Message Flow of Signature Verification Data Request-Response</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="176" width="552" viewBox="0 0 552 176" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 24,64 L 24,160" fill="none" stroke="black"/>
                <path d="M 520,64 L 520,160" fill="none" stroke="black"/>
                <path d="M 32,96 L 512,96" fill="none" stroke="black"/>
                <path d="M 32,144 L 56,144" fill="none" stroke="black"/>
                <path d="M 496,144 L 512,144" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="520,96 508,90.4 508,101.6" fill="black" transform="rotate(0,512,96)"/>
                <polygon class="arrowhead" points="40,144 28,138.4 28,149.6" fill="black" transform="rotate(180,32,144)"/>
                <g class="text">
                  <text x="40" y="36">Signature</text>
                  <text x="520" y="36">Group</text>
                  <text x="36" y="52">Verifier</text>
                  <text x="520" y="52">Manager</text>
                  <text x="176" y="84">Signature</text>
                  <text x="268" y="84">Verification</text>
                  <text x="340" y="84">Data</text>
                  <text x="392" y="84">Request</text>
                  <text x="152" y="116">GET</text>
                  <text x="296" y="116">/ace-group/GROUPNAME/verif-data</text>
                  <text x="104" y="148">Signature</text>
                  <text x="196" y="148">Verification</text>
                  <text x="268" y="148">Data</text>
                  <text x="328" y="148">Response:</text>
                  <text x="388" y="148">2.05</text>
                  <text x="448" y="148">(Content)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
Signature                                                     Group
Verifier                                                     Manager
  |                                                             |
  |              Signature Verification Data Request            |
  |------------------------------------------------------------>|
  |              GET /ace-group/GROUPNAME/verif-data            |
  |                                                             |
  |<--- Signature Verification Data Response: 2.05 (Content) ---|
  |                                                             |
]]></artwork>
          </artset>
        </figure>
        <figure anchor="fig-verif-data-req-resp-ex">
          <name>Example of Signature Verification Data Request-Response</name>
          <artwork><![CDATA[
   Request:

   Header: GET (Code=0.01)
   Uri-Host: "kdc.example.com"
   Uri-Path: "ace-group"
   Uri-Path: "g1"
   Uri-Path: "verif-data"


   Response:

   Header: Content (Code=2.05)
   Content-Format: 261 (application/ace-groupcomm+cbor)
   Payload (in CBOR diagnostic notation):
   {
                       / gkty / 7: e'group_oscore_input_material_obj',
                       / key /  8: {
                         / hkdf /       3: 5, / HMAC with SHA-256 /
                         / contextId /  6: h'37fc',
                              e'cred_fmt': 33, / x5chain /
                            e'gp_enc_alg': 10, / AES-CCM-16-64-128 /
                              e'sign_alg': -8, / EdDSA /
                           e'sign_params': [[1], [1, 6]]
                                           / [[OKP], [OKP, Ed25519]] /
                       },
     / num /                    9: 12,
     / ace_groupcomm_profile / 10: e'coap_group_oscore_app',
     / exp /                   11: 1609459200,
     / exi /                   12: 2592000,
                  e'sign_enc_key': h'bc661fae6742abc3dd01beda1142567c'
   }
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-policies">
        <name>Retrieve the Group Policies</name>
        <t>A group member may request the current policies used in the OSCORE group. To this end, the group member sends a Policies Request, as per <xref section="4.6.1.1" sectionFormat="of" target="RFC9594"/>. That is, it sends a CoAP GET request to the endpoint /ace-group/GROUPNAME/policies at the Group Manager, where GROUPNAME is the name of the OSCORE group.</t>
        <t>Upon receiving the Policies Request, the Group Manager processes it as per <xref section="4.6.1" sectionFormat="of" target="RFC9594"/>. The success Policies Response is formatted as defined in <xref section="4.6.1" sectionFormat="of" target="RFC9594"/>.</t>
      </section>
      <section anchor="sec-version">
        <name>Retrieve the Keying Material Version</name>
        <t>A group member may request the current version of the keying material used in the OSCORE group. To this end, the group member sends a Version Request, as per <xref section="4.7.1.1" sectionFormat="of" target="RFC9594"/>. That is, it sends a CoAP GET request to the endpoint /ace-group/GROUPNAME/num at the Group Manager, where GROUPNAME is the name of the OSCORE group.</t>
        <t>Upon receiving the Version Request, the Group Manager processes it as per <xref section="4.7.1" sectionFormat="of" target="RFC9594"/>. The success Version Response is formatted as defined in <xref section="4.7.1" sectionFormat="of" target="RFC9594"/>.</t>
      </section>
      <section anchor="sec-status">
        <name>Retrieve the Group Status</name>
        <t>A group member may request the current status of the OSCORE group, i.e., active or inactive. To this end, the group member sends a Group Status Request to the Group Manager.</t>
        <t>That is, the group member sends a CoAP GET request to the endpoint /ace-group/GROUPNAME/active at the Group Manager defined in <xref target="ssec-resource-active"/> of this document, where GROUPNAME is the name of the OSCORE group.</t>
        <t>The payload of the 2.05 (Content) Group Status Response includes the CBOR Simple Value <tt>true</tt> (0xf5) if the group is currently active, or the CBOR Simple Value <tt>false</tt> (0xf4) otherwise. The group is considered active if it is set to allow new members to join, and if communication within the group is fine to occur.</t>
        <t>Upon learning from a 2.05 (Content) Group Status Response that the group is currently inactive, the group member <bcp14>SHOULD</bcp14> stop taking part in communications within the group, until the group becomes active again.</t>
        <t>Upon learning from a 2.05 (Content) Group Status Response that the group has become active again, the group member can resume taking part in communications within the group.</t>
        <t><xref target="fig-key-status-req-resp"/> gives an overview of the exchange described above, while <xref target="fig-key-status-req-resp-ex"/> shows an example of Group Status Request-Response.</t>
        <figure anchor="fig-key-status-req-resp">
          <name>Message Flow of Group Status Request-Response</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="144" width="560" viewBox="0 0 560 144" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 24,64 L 24,128" fill="none" stroke="black"/>
                <path d="M 528,64 L 528,128" fill="none" stroke="black"/>
                <path d="M 32,80 L 48,80" fill="none" stroke="black"/>
                <path d="M 496,80 L 520,80" fill="none" stroke="black"/>
                <path d="M 32,112 L 120,112" fill="none" stroke="black"/>
                <path d="M 440,112 L 520,112" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="528,80 516,74.4 516,85.6" fill="black" transform="rotate(0,520,80)"/>
                <polygon class="arrowhead" points="40,112 28,106.4 28,117.6" fill="black" transform="rotate(180,32,112)"/>
                <g class="text">
                  <text x="24" y="36">Group</text>
                  <text x="528" y="36">Group</text>
                  <text x="28" y="52">Member</text>
                  <text x="528" y="52">Manager</text>
                  <text x="80" y="84">Group</text>
                  <text x="132" y="84">Status</text>
                  <text x="196" y="84">Request:</text>
                  <text x="248" y="84">GET</text>
                  <text x="376" y="84">/ace-group/GROUPNAME/active</text>
                  <text x="152" y="116">Group</text>
                  <text x="204" y="116">Status</text>
                  <text x="272" y="116">Response:</text>
                  <text x="332" y="116">2.05</text>
                  <text x="392" y="116">(Content)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
Group                                                          Group
Member                                                        Manager
  |                                                              |
  |--- Group Status Request: GET /ace-group/GROUPNAME/active --->|
  |                                                              |
  |<----------- Group Status Response: 2.05 (Content) -----------|
  |                                                              |
]]></artwork>
          </artset>
        </figure>
        <figure anchor="fig-key-status-req-resp-ex">
          <name>Example of Group Status Request-Response</name>
          <artwork><![CDATA[
   Request:

   Header: GET (Code=0.01)
   Uri-Host: "kdc.example.com"
   Uri-Path: "ace-group"
   Uri-Path: "g1"
   Uri-Path: "active"


   Response:

   Header: Content (Code=2.05)
   Content-Format: 60 (application/cbor)
   Payload (in CBOR diagnostic notation):
     true
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-retrieve-gnames">
        <name>Retrieve Group Names</name>
        <t>A node may want to retrieve from the Group Manager the group name and the URI of the group-membership resource of a group. This is relevant in the following cases.</t>
        <ul spacing="normal">
          <li>
            <t>Before joining a group, a joining node may know only the current Group Identifier (Gid) of that group, but not the group name and the URI of the group-membership resource.</t>
          </li>
          <li>
            <t>As current group member in several groups, the node has missed a previous group rekeying in one of them (see <xref target="sec-group-rekeying-process"/>). Hence, it retains stale keying material and fails to decrypt received messages exchanged in that group.  </t>
            <t>
Such messages do not provide a direct hint to the correct group name, that the node would need in order to retrieve the latest keying material and authentication credentials from the Group Manager (see <xref target="ssec-updated-key-only"/>, <xref target="ssec-updated-and-individual-key"/>, and <xref target="sec-pub-keys"/>). However, such messages may specify the current Gid of the group, as value of the 'kid_context' field of the OSCORE CoAP option (see <xref section="6.1" sectionFormat="of" target="RFC8613"/> and <xref section="3.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
          <li>
            <t>As signature verifier, the node also refers to a group name for retrieving the required authentication credentials from the Group Manager (see <xref target="sec-pub-keys"/>). As discussed above, intercepted messages do not provide a direct hint to the correct group name, while they may specify the current Gid of the group, as value of the 'kid_context' field of the OSCORE CoAP option. In such a case, upon intercepting a message in the group, the node requires to correctly map the Gid currently used in the group with the invariant group name.  </t>
            <t>
Furthermore, since it is not a group member, the node does not take part to a possible group rekeying. Thus, following a group rekeying and the consequent change of Gid in a group, the node would retain the old Gid value and cannot correctly associate intercepted messages to the right group, especially if acting as signature verifier in several groups. This in turn prevents the efficient verification of signatures, and especially the retrieval of required, new authentication credentials from the Group Manager.</t>
          </li>
        </ul>
        <t>In either case, the node only knows the current Gid of the group, as learned from received or intercepted messages exchanged in the group. As detailed below, the node can contact the Group Manager, and request the group name and URI of the group-membership resource corresponding to that Gid. Then, it can use that information to join the group, or get the latest keying material as a current group member, or retrieve authentication credentials used in the group as a signature verifier. To this end, the node sends a Group Name and URI Retrieval Request, as per <xref section="4.2.1.1" sectionFormat="of" target="RFC9594"/>.</t>
        <t>That is, the node sends a CoAP FETCH request to the endpoint /ace-group at the Group Manager formatted as defined in <xref section="4.2.1" sectionFormat="of" target="RFC9594"/>. Each element of the CBOR array 'gid' is a CBOR byte string (REQ13), which encodes the Gid of the group for which the group name and the URI of the group-membership resource are requested.</t>
        <t>Upon receiving the Group Name and URI Retrieval Request, the Group Manager processes it as per <xref section="4.2.1" sectionFormat="of" target="RFC9594"/>. The success Group Name and URI Retrieval Response is formatted as defined in <xref section="4.2.1" sectionFormat="of" target="RFC9594"/>. Each element of the CBOR array 'gid' is a CBOR byte string (REQ13), which encodes the Gid of the group for which the group name and the URI of the group-membership resource are provided.</t>
        <t>For each of its groups, the Group Manager maintains an association between the group name and the URI of the group-membership resource on one hand, and only the current Gid for that group on the other hand. That is, the Group Manager does not maintain an association between the former pair and any other Gid for that group than the current, most recent one.</t>
        <t><xref target="fig-group-names-req-resp"/> gives an overview of the exchanges described above, while <xref target="fig-group-names-req-resp-ex"/> shows an example of Group Name and URI Retrieval Request-Response.</t>
        <figure anchor="fig-group-names-req-resp">
          <name>Message Flow of Group Name and URI Retrieval Request-Response</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="144" width="568" viewBox="0 0 568 144" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 16,64 L 16,128" fill="none" stroke="black"/>
                <path d="M 536,64 L 536,128" fill="none" stroke="black"/>
                <path d="M 24,80 L 40,80" fill="none" stroke="black"/>
                <path d="M 496,80 L 528,80" fill="none" stroke="black"/>
                <path d="M 24,112 L 48,112" fill="none" stroke="black"/>
                <path d="M 496,112 L 528,112" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="536,80 524,74.4 524,85.6" fill="black" transform="rotate(0,528,80)"/>
                <polygon class="arrowhead" points="32,112 20,106.4 20,117.6" fill="black" transform="rotate(180,24,112)"/>
                <g class="text">
                  <text x="536" y="36">Group</text>
                  <text x="20" y="52">Node</text>
                  <text x="536" y="52">Manager</text>
                  <text x="72" y="84">Group</text>
                  <text x="116" y="84">Name</text>
                  <text x="152" y="84">and</text>
                  <text x="184" y="84">URI</text>
                  <text x="240" y="84">Retrieval</text>
                  <text x="316" y="84">Request:</text>
                  <text x="376" y="84">FETCH</text>
                  <text x="444" y="84">/ace-group</text>
                  <text x="80" y="116">Group</text>
                  <text x="124" y="116">Name</text>
                  <text x="160" y="116">and</text>
                  <text x="192" y="116">URI</text>
                  <text x="248" y="116">Retrieval</text>
                  <text x="328" y="116">Response:</text>
                  <text x="388" y="116">2.05</text>
                  <text x="448" y="116">(Content)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
                                                                Group
Node                                                           Manager
 |                                                                |
 |--- Group Name and URI Retrieval Request: FETCH /ace-group ---->|
 |                                                                |
 |<--- Group Name and URI Retrieval Response: 2.05 (Content) -----|
 |                                                                |
]]></artwork>
          </artset>
        </figure>
        <figure anchor="fig-group-names-req-resp-ex">
          <name>Example of Group Name and URI Retrieval Request-Response</name>
          <artwork><![CDATA[
   Request:

   Header: FETCH (Code=0.05)
   Uri-Host: "kdc.example.com"
   Uri-Path: "ace-group"
   Content-Format: 261 (application/ace-groupcomm+cbor)
   Payload (in CBOR diagnostic notation):
   {
     / gid / 0: [h'37fc', h'84bd']
   }


   Response:

   Header: Content (Code=2.05)
   Content-Format: 261 (application/ace-groupcomm+cbor)
   Payload (in CBOR diagnostic notation):
   {
     / gid /   0: [h'37fc', h'84bd'],
     / gname / 1: ["g1", "g2"],
     / guri /  2: ["/ace-group/g1", "/ace-group/g2"]
   }
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-leave-req">
        <name>Leave the Group</name>
        <t>A group member may request to leave the OSCORE group. To this end, the group member sends a Group Leaving Request, as per <xref section="4.8.3.1" sectionFormat="of" target="RFC9594"/>. That is, it sends a CoAP DELETE request to the endpoint /ace-group/GROUPNAME/nodes/NODENAME at the Group Manager.</t>
        <t>Upon receiving the Group Leaving Request, the Group Manager processes it as per <xref section="4.8.3" sectionFormat="of" target="RFC9594"/>. Then, the Group Manager performs the follow-up actions defined in <xref target="sec-leaving"/> of this document.</t>
      </section>
    </section>
    <section anchor="sec-leaving">
      <name>Removal of a Group Member</name>
      <t>Other than after a spontaneous request to the Group Manager as described in <xref target="sec-leave-req"/>, a node may be forcibly removed from the OSCORE group, e.g., due to expired or revoked authorization.</t>
      <t>In either case, if the Group Manager reassigns Gid values during the group's lifetime (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="12.2.1.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="E" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>), the Group Manager "forgets" the Birth Gid currently associated with the leaving node in the OSCORE group. This was stored following the Join Response sent to that node, after its latest (re-)joining of the OSCORE group (see <xref target="ssec-join-resp"/>).</t>
      <t>If any of the two conditions below holds, the Group Manager <bcp14>MUST</bcp14> inform the leaving node of its eviction as follows. If both conditions hold, the Group Manager <bcp14>MUST</bcp14> inform the leaving node by using only the method corresponding to one of either conditions.</t>
      <ul spacing="normal">
        <li>
          <t>If, upon joining the group (see <xref target="ssec-join-req-sending"/>), the leaving node specified a URI in the 'control_uri' parameter defined in <xref section="4.3.1" sectionFormat="of" target="RFC9594"/>, then the Group Manager sends a DELETE request targeting the URI specified in the 'control_uri' parameter (OPT7).</t>
        </li>
        <li>
          <t>If the leaving node has been observing the associated resource at /ace-group/GROUPNAME/nodes/NODENAME, then the Group Manager sends an unsolicited 4.04 (Not Found) error response to the leaving node, as specified in <xref section="4.3.2" sectionFormat="of" target="RFC9594"/>.</t>
        </li>
      </ul>
      <t>Furthermore, the Group Manager might intend to evict all the current group members from the group at once. In such a case, if the Join Responses sent by the Group Manager to nodes joining the group (see <xref target="ssec-join-resp"/>) specify a URI in the 'control_group_uri' parameter defined in <xref section="4.3.1" sectionFormat="of" target="RFC9594"/>, then the Group Manager <bcp14>MUST</bcp14> additionally send a DELETE request targeting the URI specified in the 'control_group_uri' parameter (OPT10).</t>
      <t>If the leaving node has not exclusively the role of monitor, then the Group Manager performs the following actions.</t>
      <ul spacing="normal">
        <li>
          <t>The Group Manager frees the OSCORE Sender ID value of the leaving node. This value <bcp14>MUST NOT</bcp14> become available for possible upcoming joining nodes in the same group, until the group has been rekeyed and assigned a new Group Identifier (Gid).</t>
        </li>
        <li>
          <t>The Group Manager <bcp14>MUST</bcp14> add the relinquished Sender ID of the leaving node to the most recent set of stale Sender IDs for the group (see <xref target="sssec-stale-sender-ids"/>).</t>
        </li>
        <li>
          <t>The Group Manager cancels the association between, on one hand, the authentication credential of the leaving node and, on the other hand, the Gid associated with the OSCORE group together with the freed Sender ID value.</t>
        </li>
        <li>
          <t>The Group Manager deletes the authentication credential of the leaving node, if that authentication credential has no remaining association with any pair (Gid, Sender ID).</t>
        </li>
      </ul>
      <t>Then, the Group Manager <bcp14>MUST</bcp14> generate updated security parameters and group keying material, and provide it to the remaining group members (see <xref target="sec-group-rekeying-process"/>). As a consequence, the leaving node is not able to acquire the new security parameters and group keying material distributed after its leaving.</t>
      <t>The same considerations from <xref section="5" sectionFormat="of" target="RFC9594"/> apply here as well, considering the Group Manager acting as KDC.</t>
    </section>
    <section anchor="sec-group-rekeying-process">
      <name>Group Rekeying Process</name>
      <t>In order to rekey an OSCORE group, the Group Manager distributes the following information for that group:</t>
      <ul spacing="normal">
        <li>
          <t>A new Group Identifier (Gid), i.e., a new OSCORE ID Context.</t>
        </li>
        <li>
          <t>A new OSCORE Master Secret.</t>
        </li>
        <li>
          <t>Optionally, a new OSCORE Master Salt.</t>
        </li>
      </ul>
      <t>Before starting such distribution, the Group Manager <bcp14>MUST</bcp14> increment the version number of the group keying material used in the group.</t>
      <t>As per Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="12.2.1.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="E" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>, the Group Manager <bcp14>MAY</bcp14> reassign a Gid to the same group over that group's lifetime, e.g., once the whole space of Gid values has been used for the group in question. If the Group Manager supports reassignment of Gid values and performs it in a group, then the Group Manager additionally takes the following actions.</t>
      <ul spacing="normal">
        <li>
          <t>Before rekeying the group, the Group Manager <bcp14>MUST</bcp14> check if the new Gid to be distributed coincides with the Birth Gid of any of the current group members (see <xref target="ssec-join-resp"/>).</t>
        </li>
        <li>
          <t>If any of such "elder members" is found in the group, then the Group Manager <bcp14>MUST</bcp14> evict them from the group. That is, the Group Manager <bcp14>MUST</bcp14> terminate their membership and <bcp14>MUST</bcp14> rekey the group in such a way that the new keying material is not provided to those evicted elder members. This also includes adding their relinquished Sender IDs to the most recent set of stale Sender IDs for the group (see <xref target="sssec-stale-sender-ids"/>), before rekeying the group.  </t>
          <t>
Until a further following group rekeying, the Group Manager <bcp14>MUST</bcp14> store the list of those latest-evicted elder members. If any of those nodes re-joins the group before a further following group rekeying occurs, the Group Manager <bcp14>MUST NOT</bcp14> rekey the group upon their re-joining. When one of those nodes re-joins the group, the Group Manager can rely, e.g., on the ongoing secure communication association to recognize the node as included in the stored list.</t>
        </li>
      </ul>
      <t>Throughout the rekeying execution, the Group Manager <bcp14>MUST</bcp14> preserve the same unchanged OSCORE Sender IDs for all group members that are intended to remain in the group. This avoids affecting the retrieval of authentication credentials from the Group Manager and the verification of group messages.</t>
      <t>The Group Manager <bcp14>MUST</bcp14> support the "Point-to-Point" group rekeying scheme registered in <xref section="11.12" sectionFormat="of" target="RFC9594"/>, as per the detailed use defined in <xref target="sending-rekeying-msg"/> of this document. Future specifications may define how this application profile can use alternative group rekeying schemes, which <bcp14>MUST</bcp14> comply with the functional steps defined in <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. The Group Manager <bcp14>MUST</bcp14> indicate the use of such an alternative group rekeying scheme to joining nodes, by means of the 'group_rekeying' parameter included in Join Response messages (see <xref target="ssec-join-resp"/>).</t>
      <t>It is <bcp14>RECOMMENDED</bcp14> that the Group Manager gets confirmation of successful distribution from the group members, and admits a maximum number of individual retransmissions to non-confirming group members. Once completed the group rekeying process, the Group Manager creates a new empty set of stale Sender IDs associated with the version of the newly distributed group keying material (see <xref target="sssec-stale-sender-ids"/>).</t>
      <t>In case the rekeying terminates and some group members have not received the new keying material, they will not be able to correctly process following secured messages exchanged in the group. These group members will eventually contact the Group Manager, in order to retrieve the current keying material and its version.</t>
      <t>Some of these group members may be in multiple groups, each associated with a different Group Manager. When failing to correctly process messages secured with the new keying material, these group members may not have sufficient information to determine which exact Group Manager they should contact, in order to retrieve the current keying material they are missing.</t>
      <t>If the Gid is formatted as described in <xref section="C" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, then the Group Prefix can be used as a hint to determine the right Group Manager, as long as no collisions among Group Prefixes are experienced. Otherwise, a group member needs to contact the Group Manager of each group, e.g., by first requesting only the version of the current group keying material (see <xref target="sec-version"/>) and then possibly requesting the current keying material (see <xref target="ssec-updated-key-only"/>).</t>
      <t>Furthermore, some of these group members can be in multiple groups, all of which are associated with the same Group Manager. In this case, these group members may also not have sufficient information to determine which exact group they should refer to, when contacting the right Group Manager. Hence, they need to contact a Group Manager multiple times, i.e., separately for each group they belong to and associated with that Group Manager.</t>
      <t><xref target="receiving-rekeying-msg"/> defines the actions performed by a group member upon receiving the new group keying material. <xref target="missed-rekeying"/> discusses how a group member can realize that it has missed one or more rekeying instances, and the actions it is accordingly required to take.</t>
      <section anchor="sending-rekeying-msg">
        <name>Sending Rekeying Messages</name>
        <t>When using the "Point-to-Point" group rekeying scheme, the group rekeying messages <bcp14>MUST</bcp14> have Content-Format set to "application/ace-groupcomm+cbor" and have the same format used for the Join Response message in <xref target="ssec-join-resp"/>, with the following differences. Note that this extends the minimal content of a rekeying message as defined in <xref section="6" sectionFormat="of" target="RFC9594"/> (OPT14).</t>
        <ul spacing="normal">
          <li>
            <t>Of the parameters present in the Join Response message, only the parameters 'gkty', 'key', 'num', 'exp', 'exi', and 'ace_groupcomm_profile' are present.  </t>
            <t>
The 'key' parameter includes only the following data.  </t>
            <ul spacing="normal">
              <li>
                <t>The 'ms' parameter, specifying the new OSCORE Master Secret value. This parameter <bcp14>MUST</bcp14> be present.</t>
              </li>
              <li>
                <t>The 'contextId' parameter, specifying the new Gid to use as OSCORE ID Context value. This parameter <bcp14>MUST</bcp14> be present.</t>
              </li>
              <li>
                <t>The 'salt' value, specifying the new OSCORE Master Salt value. This parameter <bcp14>MAY</bcp14> be present.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The 'stale_node_ids' parameter <bcp14>MUST</bcp14> also be included, with CBOR label registered in <xref target="ssec-iana-ace-groupcomm-parameters-registry"/>. This parameter is encoded as a CBOR array, where each element is encoded as a CBOR byte string. The order of elements in the CBOR array is irrelevant. The parameter is populated as follows.  </t>
            <ul spacing="normal">
              <li>
                <t>The Group Manager creates an empty CBOR array ARRAY.</t>
              </li>
              <li>
                <t>The Group Manager considers the most recent set of stale Sender IDs for the group (see <xref target="sssec-stale-sender-ids"/>), i.e., the set X associated with the current version of the group keying material about to be relinquished.</t>
              </li>
              <li>
                <t>For each Sender ID in X, the Group Manager encodes it as a CBOR byte string and adds the result to ARRAY.</t>
              </li>
              <li>
                <t>The 'stale_node_ids' parameter takes ARRAY as value.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The parameters 'creds', 'peer_roles', and 'peer_identifiers' <bcp14>SHOULD</bcp14> be present, if the group rekeying is performed due to one or multiple Clients that have requested to join the group.  </t>
            <t>
Following the same semantics used in the Join Response message (see <xref target="ssec-join-resp"/>), the three parameters specify the authentication credential, roles in the group and node identifier of each of the Clients that have requested to join the group. The Group Manager <bcp14>MUST NOT</bcp14> include a non-empty subset of these three parameters.</t>
          </li>
        </ul>
        <t>The Group Manager separately sends a group rekeying message formatted as defined above to each group member to be rekeyed.</t>
        <t>Each rekeying message <bcp14>MUST</bcp14> be secured with the pairwise secure communication association between the Group Manager and the group member used during the joining process. Each rekeying message can target the 'control_uri' URI path defined in <xref section="4.3.1" sectionFormat="of" target="RFC9594"/> (OPT7), if provided by the intended recipient upon joining the group (see <xref target="ssec-join-req-sending"/>).</t>
        <t>This distribution approach requires group members to act (also) as servers, in order to correctly handle unsolicited group rekeying messages from the Group Manager. If a group member and the Group Manager use OSCORE <xref target="RFC8613"/> to secure their pairwise communications, then the group member <bcp14>MUST</bcp14> create a Replay Window in its own Recipient Context upon establishing the OSCORE Security Context with the Group Manager, e.g., by means of the OSCORE profile of ACE <xref target="RFC9203"/>.</t>
        <t>Group members and the Group Manager <bcp14>SHOULD</bcp14> additionally support alternative distribution approaches that do not require group members to act (also) as servers. A number of such approaches are defined in <xref section="6" sectionFormat="of" target="RFC9594"/>. In particular, a group member may use CoAP Observe <xref target="RFC7641"/> and subscribe for updates to the group-membership resource of the group, at the endpoint /ace-group/GROUPNAME of the Group Manager (see <xref section="6.1" sectionFormat="of" target="RFC9594"/>). Alternatively, a full-fledged Pub-Sub model can be considered <xref target="I-D.ietf-core-coap-pubsub"/>, where the Group Manager publishes to a rekeying topic hosted at a Broker, while the group members subscribe to such topic (see <xref section="6.2" sectionFormat="of" target="RFC9594"/>).</t>
      </section>
      <section anchor="receiving-rekeying-msg">
        <name>Receiving Rekeying Messages</name>
        <t>After having received the new group keying material, a group member proceeds as follows. Unless otherwise specified, the following is independent of the specifically used group rekeying scheme.</t>
        <t>The group member considers the stale Sender IDs received from the Group Manager. If the "Point-to-Point" group rekeying scheme as detailed in <xref target="sending-rekeying-msg"/> is used, the stale Sender IDs are specified by the 'stale_node_ids' parameter.</t>
        <t>After that, as per <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, the group member <bcp14>MUST</bcp14> remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and <bcp14>MUST</bcp14> delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
        <t>Then, the following cases can occur, based on the version number V' of the new group keying material distributed through the rekeying process. If the "Point-to-Point" group rekeying scheme as detailed in <xref target="sending-rekeying-msg"/> is used, this information is specified by the 'num' parameter.</t>
        <ul spacing="normal">
          <li>
            <t>The group member has not missed any group rekeying. That is, the old keying material stored by the group member has version number V, while the received new keying material has version number V' = (V + 1). In such a case, the group member simply installs the new keying material and derives the corresponding new Security Context.</t>
          </li>
          <li>
            <t>The group member has missed one or more group rekeying instances. That is, the old keying material stored by the group member has version number V, while the received new keying material has version number V' &gt; (V + 1). In such a case, the group member <bcp14>MUST</bcp14> proceed as defined in <xref target="missed-rekeying"/>.</t>
          </li>
          <li>
            <t>The group member has received keying material not newer than the stored one. That is, the old keying material stored by the group member has version number V, while the received keying material has version number V' &lt; (V + 1). In such a case, the group member <bcp14>MUST</bcp14> ignore the received rekeying messages and <bcp14>MUST NOT</bcp14> install the received keying material.</t>
          </li>
        </ul>
      </section>
      <section anchor="missed-rekeying">
        <name>Missed Rekeying Instances</name>
        <t>A group member can realize to have missed one or more rekeying instances in one of the ways discussed below. In the following, V denotes the version number of the old keying material stored by the group member, while V' denotes the version number of the latest, possibly just distributed, keying material.</t>
        <t>a. The group member has participated to a rekeying process that has distributed new keying material with version number V' &gt; (V + 1), as discussed in <xref target="receiving-rekeying-msg"/>.</t>
        <t>b. The group member has obtained the latest keying material from the Group Manager, as a response to a Key Distribution Request (see <xref target="ssec-updated-key-only"/>) or to a Join Request when re-joining the group (see <xref target="ssec-join-req-sending"/>). That is, V is different than V' specified by the 'num' parameter in the response.</t>
        <t>c. The group member has obtained the authentication credentials of other group members, through an Authentication Credential Request-Response exchange with the Group Manager (see <xref target="sec-pub-keys"/>). That is, V is different than V' specified by the 'num' parameter in the response.</t>
        <t>d. The group member has performed a Version Request-Response exchange with the Group Manager (see <xref target="sec-version"/>). That is, V is different than V' specified by the 'num' parameter in the response.</t>
        <t>In either case, the group member <bcp14>MUST</bcp14> delete the stored keying material with version number V.</t>
        <t>If case (a) or case (b) applies, the group member <bcp14>MUST</bcp14> perform the following actions.</t>
        <ol spacing="normal" type="1"><li>
            <t>The group member <bcp14>MUST NOT</bcp14> install the latest keying material yet, in case that was already obtained.</t>
          </li>
          <li>
            <t>The group member sends a Stale Sender IDs Request to the Group Manager (see <xref target="sec-retrieve-stale-sids"/>), specifying the version number V as payload of the request.  </t>
            <t>
If the Stale Sender IDs Response from the Group Manager has no payload, the group member <bcp14>MUST</bcp14> remove all the authentication credentials from its list of group members' authentication credentials used in the group, and <bcp14>MUST</bcp14> delete all its Recipient Contexts used in the group.  </t>
            <t>
Otherwise, the group member considers the stale Sender IDs specified in the Stale Sender IDs Response from the Group Manager. Then, the group member <bcp14>MUST</bcp14> remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and <bcp14>MUST</bcp14> delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
          <li>
            <t>The group member installs the latest keying material with version number V' and derives the corresponding new Security Context.</t>
          </li>
        </ol>
        <t>If case (c) or case (d) applies, the group member <bcp14>SHOULD</bcp14> perform the following actions.</t>
        <ol spacing="normal" type="1"><li>
            <t>The group member sends a Stale Sender IDs Request to the Group Manager (see <xref target="sec-retrieve-stale-sids"/>), specifying the version number V as payload of the request.  </t>
            <t>
If the Stale Sender IDs Response from the Group Manager has no payload, the group member <bcp14>MUST</bcp14> remove all the authentication credentials from its list of group members' authentication credentials used in the group, and <bcp14>MUST</bcp14> delete all its Recipient Contexts used in the group.  </t>
            <t>
Otherwise, the group member considers the stale Sender IDs specified in the Stale Sender IDs Response from the Group Manager. Then, the group member <bcp14>MUST</bcp14> remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and <bcp14>MUST</bcp14> delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
          <li>
            <t>The group member retrieves the latest keying material with version number V' from the Group Manager. This can happen by sending a Key Distribution Request to the Group Manager (see <xref target="ssec-updated-key-only"/>) and <xref target="ssec-updated-and-individual-key"/>).</t>
          </li>
          <li>
            <t>The group member installs the latest keying material with version number V' and derives the corresponding new Security Context.</t>
          </li>
        </ol>
        <t>If case (c) or case (d) applies, the group member can alternatively perform the following actions.</t>
        <ol spacing="normal" type="1"><li>
            <t>The group member re-joins the group (see <xref target="ssec-join-req-sending"/>). When doing so, the group member <bcp14>MUST</bcp14> re-join with the same roles it currently has in the group, and <bcp14>MUST</bcp14> request from the Group Manager the authentication credentials of all the current group members. That is, the 'get_creds' parameter of the Join Request <bcp14>MUST</bcp14> be present and <bcp14>MUST</bcp14> be set to the CBOR Simple Value <tt>null</tt> (0xf6).</t>
          </li>
          <li>
            <t>When receiving the Join Response (see <xref target="ssec-join-resp-processing"/> and <xref target="ssec-join-resp-processing"/>), the group member retrieves the set Z of authentication credentials specified in the 'creds' parameter.  </t>
            <t>
Then, the group member <bcp14>MUST</bcp14> remove every authentication credential which is not in Z from its list of group members' authentication credentials used in the group, and <bcp14>MUST</bcp14> delete each of its Recipient Contexts used in the group that does not include any of the authentication credentials in Z.</t>
          </li>
          <li>
            <t>The group member installs the latest keying material with version number V' and derives the corresponding new Security Context.</t>
          </li>
        </ol>
        <section anchor="sec-retrieve-stale-sids">
          <name>Retrieve Stale Sender IDs</name>
          <t>When realizing to have missed one or more group rekeying instances (see <xref target="missed-rekeying"/>), a node needs to retrieve from the Group Manager the data required to delete some of its stored group members' authentication credentials and Recipient Contexts (see <xref target="stale-sids-fetch"/>). These data is provided as an aggregated set of stale Sender IDs, which are used as specified in <xref target="missed-rekeying"/>.</t>
          <t>That is, the node sends a CoAP FETCH request to the endpoint /ace-group/GROUPNAME/stale-sids at the Group Manager defined in <xref target="ssec-resource-stale-sids"/> of this document, where GROUPNAME is the name of the OSCORE group.</t>
          <t>The payload of the Stale Sender IDs Request <bcp14>MUST</bcp14> include a CBOR unsigned integer. This encodes the version number V of the most recent group keying material stored and installed by the requesting Client, which is older than the latest, possibly just distributed, keying material with version number V'.</t>
          <t>The handler <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response, if the request is not formatted correctly. Also, the handler <bcp14>MUST</bcp14> respond with a 4.00 (Bad Request) error response, if the specified version number V is greater or equal than the version number V' associated with the latest keying material in the group, i.e., in case V &gt;= V'.</t>
          <t>Otherwise, the handler responds with a 2.05 (Content) Stale Sender IDs Response. The payload of the response is formatted as defined below, where SKEW = (V' - V + 1).</t>
          <ul spacing="normal">
            <li>
              <t>The Group Manager considers ITEMS as the current number of sets of stale Sender IDs for the group (see <xref target="sssec-stale-sender-ids"/>).</t>
            </li>
            <li>
              <t>If SKEW &gt; ITEMS, the Stale Sender IDs Response <bcp14>MUST NOT</bcp14> have a payload.</t>
            </li>
            <li>
              <t>Otherwise, the payload of the Stale Sender IDs Response <bcp14>MUST</bcp14> include a CBOR array, where each element is encoded as a CBOR byte string. The order of elements in the CBOR array is irrelevant. The Group Manager populates the CBOR array as follows.  </t>
              <ul spacing="normal">
                <li>
                  <t>The Group Manager creates an empty CBOR array ARRAY and an empty set X.</t>
                </li>
                <li>
                  <t>The Group Manager considers the SKEW most recent sets of stale Sender IDs for the group. Note that the most recent set is the one associated with the latest version of the group keying material.</t>
                </li>
                <li>
                  <t>The Group Manager copies all the Sender IDs from the selected sets into X. When doing so, the Group Manager <bcp14>MUST</bcp14> discard duplicates. That is, the same Sender ID <bcp14>MUST NOT</bcp14> be present more than once in the final content of X.</t>
                </li>
                <li>
                  <t>For each Sender ID in X, the Group Manager encodes it as a CBOR byte string and adds the result to ARRAY.</t>
                </li>
                <li>
                  <t>Finally, ARRAY is specified as payload of the Stale Sender IDs Response. Note that ARRAY might result in the empty CBOR array.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t><xref target="fig-stale-ids-req-resp"/> gives an overview of the exchange described above,  while <xref target="fig-stale-ids-req-resp-ex"/> shows an example of Stale Sender IDs Request-Response.</t>
          <figure anchor="fig-stale-ids-req-resp">
            <name>Message Flow of Stale Sender IDs Request-Response</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="176" width="552" viewBox="0 0 552 176" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 24,64 L 24,160" fill="none" stroke="black"/>
                  <path d="M 520,64 L 520,160" fill="none" stroke="black"/>
                  <path d="M 32,96 L 512,96" fill="none" stroke="black"/>
                  <path d="M 32,144 L 112,144" fill="none" stroke="black"/>
                  <path d="M 464,144 L 512,144" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="520,96 508,90.4 508,101.6" fill="black" transform="rotate(0,512,96)"/>
                  <polygon class="arrowhead" points="40,144 28,138.4 28,149.6" fill="black" transform="rotate(180,32,144)"/>
                  <g class="text">
                    <text x="520" y="36">Group</text>
                    <text x="20" y="52">Node</text>
                    <text x="520" y="52">Manager</text>
                    <text x="200" y="84">Stale</text>
                    <text x="252" y="84">Sender</text>
                    <text x="296" y="84">IDs</text>
                    <text x="344" y="84">Request</text>
                    <text x="152" y="116">FETCH</text>
                    <text x="304" y="116">/ace-group/GROUPNAME/stale-sids</text>
                    <text x="144" y="148">Stale</text>
                    <text x="196" y="148">Sender</text>
                    <text x="240" y="148">IDs</text>
                    <text x="296" y="148">Response:</text>
                    <text x="356" y="148">2.05</text>
                    <text x="416" y="148">(Content)</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
                                                              Group
Node                                                         Manager
  |                                                             |
  |                   Stale Sender IDs Request                  |
  |------------------------------------------------------------>|
  |             FETCH /ace-group/GROUPNAME/stale-sids           |
  |                                                             |
  |<---------- Stale Sender IDs Response: 2.05 (Content) -------|
  |                                                             |
]]></artwork>
            </artset>
          </figure>
          <figure anchor="fig-stale-ids-req-resp-ex">
            <name>Example of Stale Sender IDs Request-Response</name>
            <artwork><![CDATA[
   Request:

   Header: FETCH (Code=0.05)
   Uri-Host: "kdc.example.com"
   Uri-Path: "ace-group"
   Uri-Path: "g1"
   Uri-Path: "stale-sids"
   Content-Format: 60 (application/cbor)
   Payload (in CBOR diagnostic notation):
     42


   Response:

   Header: Content (Code=2.05)
   Content-Format: 60 (application/cbor)
   Payload (in CBOR diagnostic notation):
     [h'01', h'fc', h'12ab', h'de44', h'ff']
]]></artwork>
          </figure>
        </section>
      </section>
    </section>
    <section anchor="ace-groupcomm-params">
      <name>ACE Groupcomm Parameters</name>
      <t>In addition to what is defined in <xref section="8" sectionFormat="of" target="RFC9594"/>, this application profile defines additional parameters used during the second part of the message exchange with the Group Manager, i.e., after the exchange of Token Transfer Request and Response (see <xref target="ssec-token-post"/>). The table below summarizes them and specifies the CBOR key to use instead of the full descriptive name.</t>
      <t>Note that the media type "application/ace-groupcomm+cbor" <bcp14>MUST</bcp14> be used when these parameters are transported in the respective message fields.</t>
      <table align="center" anchor="tab-ACE-Groupcomm-Parameters">
        <name>ACE Groupcomm Parameters</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">CBOR Key</th>
            <th align="left">CBOR Type</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">group_senderId</td>
            <td align="left">21</td>
            <td align="left">bstr</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">ecdh_info</td>
            <td align="left">31</td>
            <td align="left">array</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">kdc_dh_creds</td>
            <td align="left">32</td>
            <td align="left">array</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">sign_enc_key</td>
            <td align="left">33</td>
            <td align="left">bstr</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">stale_node_ids</td>
            <td align="left">34</td>
            <td align="left">array</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
        </tbody>
      </table>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with the RFC number of this specification and delete this paragraph.</t>
      <t>The Group Manager is expected to support all the parameters above. Instead, a Client is required to support the new parameters defined in this application profile as specified below (REQ29).</t>
      <ul spacing="normal">
        <li>
          <t>'group_senderId' <bcp14>MUST</bcp14> be supported by a Client that intends to join an OSCORE group with the role of Requester and/or Responder.</t>
        </li>
        <li>
          <t>'ecdh_info' <bcp14>MUST</bcp14> be supported by a Client that intends to join a group which uses the pairwise mode of Group OSCORE.</t>
        </li>
        <li>
          <t>'kdc_dh_creds' <bcp14>MUST</bcp14> be supported by a Client that intends to join a group which uses the pairwise mode of Group OSCORE and that does not plan to or cannot rely on an early retrieval of the Group Manager's Diffie-Hellman authentication credential.</t>
        </li>
        <li>
          <t>'sign_enc_key' <bcp14>MUST</bcp14> be supported by a Client that intends to join a group which uses the group mode of Group OSCORE or to be signature verifier for that group.</t>
        </li>
        <li>
          <t>'stale_node_ids' <bcp14>MUST</bcp14> be supported.</t>
        </li>
      </ul>
      <t>When the conditional parameters defined in <xref section="8" sectionFormat="of" target="RFC9594"/> are used with this application profile, a Client must, should, or may support them as specified below (REQ30).</t>
      <ul spacing="normal">
        <li>
          <t>'client_cred' and 'client_cred_verify'. A Client that has an own authentication credential to use in a group <bcp14>MUST</bcp14> support these parameters.</t>
        </li>
        <li>
          <t>'kdcchallenge'. A Client that has an own authentication credential to use in a group and that provides the access token to the Group Manager through a Token Transfer Request (see <xref target="ssec-token-post"/>) <bcp14>MUST</bcp14> support this parameter.</t>
        </li>
        <li>
          <t>'creds_repo'. This parameter is not relevant for this application profile, since the Group Manager always acts as repository of the group members' authentication credentials.</t>
        </li>
        <li>
          <t>'group_policies'. A Client that is interested in the specific policies used in a group, but that does not know them or cannot become aware of them before joining that group, <bcp14>SHOULD</bcp14> support this parameter.</t>
        </li>
        <li>
          <t>'peer_roles'. A Client <bcp14>MUST</bcp14> support this parameter, since in this application profile it is relevant for Clients to know the roles of the group member associated with each authentication credential.</t>
        </li>
        <li>
          <t>'kdc_nonce', 'kdc_cred', and 'kdc_cred_verify'. A Client <bcp14>MUST</bcp14> support these parameters, since the Group Manager's authentication credential is required to process messages protected with Group OSCORE (see Section 4.3 of <xref target="I-D.ietf-core-oscore-groupcomm"/>).</t>
        </li>
        <li>
          <t>'mgt_key_material'. A Client that supports an advanced rekeying scheme possibly used in the group, such as based on one-to-many rekeying messages sent by the Group Manager (e.g., over IP multicast), <bcp14>MUST</bcp14> support this parameter.</t>
        </li>
        <li>
          <t>'control_group_uri'. A Client that supports the hosting of local resources each associated with a group (hence acting as CoAP server) and the reception of one-to-many requests sent to those resources by the Group Manager (e.g., over IP
multicast) <bcp14>MUST</bcp14> support this parameter.</t>
        </li>
      </ul>
    </section>
    <section anchor="error-types">
      <name>ACE Groupcomm Error Identifiers</name>
      <t>In addition to what is defined in <xref section="9" sectionFormat="of" target="RFC9594"/>, this document defines new values that the Group Manager can use as error identifiers. These are used in error responses with Content-Format "application/concise-problem-details+cbor" <xref target="RFC9290"/>, as values of the 'error-id' field within the Custom Problem Detail entry 'ace- groupcomm-error' (see <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>).</t>
      <table align="center" anchor="tab-ACE-Groupcomm-Error-Identifiers">
        <name>ACE Groupcomm Error Identifiers</name>
        <thead>
          <tr>
            <th align="left">Value</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">7</td>
            <td align="left">Signatures not used in the group</td>
          </tr>
          <tr>
            <td align="left">8</td>
            <td align="left">Operation permitted only to signature verifiers</td>
          </tr>
          <tr>
            <td align="left">9</td>
            <td align="left">Group currently not active</td>
          </tr>
        </tbody>
      </table>
      <t>If the Client supports the problem-details format <xref target="RFC9290"/> and the Custom Problem Detail entry 'ace-groupcomm-error' defined in <xref section="4.1.2" sectionFormat="of" target="RFC9594"/>, and is able to understand the error specified in the 'error-id' field therein, then the Client may use that information to determine what actions to take next. If the Concise Problem Details data item specified in the error response includes the 'detail' entry and the Client supports it, such an entry may provide additional context.</t>
      <ul spacing="normal">
        <li>
          <t>In case of error 7, the Client should stop sending the request in question to the Group Manager. In this application profile, this error is relevant only for a signature verifier, in case it tries to access resources related to a pairwise-only group.</t>
        </li>
        <li>
          <t>In case of error 8, the Client should stop sending the request in question to the Group Manager.</t>
        </li>
        <li>
          <t>In case of error 9, the Client should wait for a certain (pre-configured) amount of time, before trying to re-send its request to the Group Manager.</t>
        </li>
      </ul>
    </section>
    <section anchor="default-values-for-group-configuration-parameters">
      <name>Default Values for Group Configuration Parameters</name>
      <t>This section defines the default values that the Group Manager assumes for the configuration parameters of an OSCORE group, unless differently specified when creating and configuring the group (for example, by means of the admin interface specified in <xref target="I-D.ietf-ace-oscore-gm-admin"/>).</t>
      <t>A possible reason for the Group Manager to consider default values different from those recommended in this section is to ensure that each of those are consistent with what the Group Manager supports, e.g., in terms of signature algorithm and format of authentication credentials used in the OSCORE group.</t>
      <t>This ensures that the Group Manager is able to perform the operations defined in this document, e.g., to achieve proof-of-possession of a joining node's private key (see <xref target="ssec-join-req-processing"/>), as well as to provide a joining node with its own authentication credential and the associated proof-of-possession challenge (see <xref target="ssec-join-resp"/>).</t>
      <t>The following builds on the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/>, the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>, the "COSE Key Types" registry <xref target="COSE.Key.Types"/>, and the "COSE Elliptic Curves" registry <xref target="COSE.Elliptic.Curves"/>.</t>
      <section anchor="common">
        <name>Common</name>
        <t>This section always applies, as related to common configuration parameters.</t>
        <ul spacing="normal">
          <li>
            <t>For the HKDF Algorithm 'hkdf', the Group Manager <bcp14>SHOULD</bcp14> use HKDF SHA-256, defined as default in <xref section="3.2" sectionFormat="of" target="RFC8613"/>. In the 'hkdf' parameter, this HKDF Algorithm is specified by the HMAC Algorithm HMAC 256/256 (COSE algorithm encoding: 5).</t>
          </li>
          <li>
            <t>For the Authentication Credential Format 'cred_fmt', the Group Manager <bcp14>SHOULD</bcp14> use CBOR Web Token Claims Set (CCS) <xref target="RFC8392"/>, i.e., the COSE Header Parameter 'kccs' (COSE header parameter encoding: 14).</t>
          </li>
          <li>
            <t>For 'max_stale_sets', the Group Manager <bcp14>SHOULD</bcp14> consider N = 3 as the maximum number of stored sets of stale Sender IDs for the group (see <xref target="sssec-stale-sender-ids"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="group-mode">
        <name>Group Mode</name>
        <t>This section applies if the group uses (also) the group mode of Group OSCORE.</t>
        <ul spacing="normal">
          <li>
            <t>For the Group Encryption Algorithm 'gp_enc_alg' used to encrypt messages protected with the group mode, the Group Manager <bcp14>SHOULD</bcp14> use AES-CCM-16-64-128 (COSE algorithm encoding: 10).</t>
          </li>
          <li>
            <t>For the Signature Algorithm 'sign_alg' used to sign messages protected with the group mode, the Group Manager <bcp14>SHOULD</bcp14> use EdDSA <xref target="RFC8032"/>.</t>
          </li>
          <li>
            <t>For the parameters 'sign_params' of the Signature Algorithm, the Group Manager <bcp14>SHOULD</bcp14> use the following:  </t>
            <ul spacing="normal">
              <li>
                <t>The array [[OKP], [OKP, Ed25519]], in case EdDSA is assumed or specified for 'sign_alg'. This indicates to use the COSE key type OKP and the elliptic curve Ed25519 <xref target="RFC8032"/>.</t>
              </li>
              <li>
                <t>The array [[EC2], [EC2, P-256]], in case ES256 <xref target="RFC6979"/> is specified for 'sign_alg'. This indicates to use the COSE key type EC2 and the elliptic curve P-256.</t>
              </li>
              <li>
                <t>The array [[EC2], [EC2, P-384]], in case ES384 <xref target="RFC6979"/> is specified for 'sign_alg'. This indicates to use the COSE key type EC2 and the elliptic curve P-384.</t>
              </li>
              <li>
                <t>The array [[EC2], [EC2, P-521]], in case ES512 <xref target="RFC6979"/> is specified for 'sign_alg'. This indicates to use the COSE key type EC2 and the elliptic curve P-521.</t>
              </li>
              <li>
                <t>The array [[RSA], [RSA]], in case PS256, PS384, or PS512 <xref target="RFC8017"/> is specified for 'sign_alg'. This indicates to use the COSE key type RSA.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="pairwise-mode">
        <name>Pairwise Mode</name>
        <t>This section applies if the group uses (also) the pairwise mode of Group OSCORE.</t>
        <ul spacing="normal">
          <li>
            <t>For the AEAD Algorithm 'alg' used to encrypt messages protected with the pairwise mode, the Group Manager <bcp14>SHOULD</bcp14> use the same default value defined in <xref section="3.2" sectionFormat="of" target="RFC8613"/>, i.e., AES-CCM-16-64-128 (COSE algorithm encoding: 10).</t>
          </li>
          <li>
            <t>For the Pairwise Key Agreement Algorithm 'ecdh_alg' used to compute static-static Diffie-Hellman shared secrets, the Group Manager <bcp14>SHOULD</bcp14> use the following:  </t>
            <ul spacing="normal">
              <li>
                <t>The ECDH algorithm ECDH-SS + HKDF-256 (COSE algorithm encoding: -27), in case the HKDF Algorithm assumed or specified for 'hkdf' is HKDF SHA-256 (specified by the HMAC Algorithm HMAC 256/256).</t>
              </li>
              <li>
                <t>The ECDH algorithm ECDH-SS + HKDF-512 (COSE algorithm encoding: -28), in case the HKDF Algorithm specified for 'hkdf' is HKDF SHA-512 (specified by the HMAC Algorithm HMAC HMAC 512/512).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>For the parameter 'ecdh_params' of the Pairwise Key Agreement Algorithm, the Group Manager <bcp14>SHOULD</bcp14> use the following:  </t>
            <ul spacing="normal">
              <li>
                <t>The array [[OKP], [OKP, X25519]], in case EdDSA is assumed or specified for 'sign_alg', or in case the group is a pairwise-only group. This indicates to use the COSE key type OKP and the elliptic curve X25519 <xref target="RFC8032"/>.</t>
              </li>
              <li>
                <t>The array [[EC2], [EC2, P-256]], in case ES256 <xref target="RFC6979"/> is specified for 'sign_alg'. This indicates to use the COSE key type EC2 and the elliptic curve P-256.</t>
              </li>
              <li>
                <t>The array [[EC2], [EC2, P-384]], in case ES384 <xref target="RFC6979"/> is specified for 'sign_alg'. This indicates to use the COSE key type EC2 and the elliptic curve P-384.</t>
              </li>
              <li>
                <t>The array [[EC2], [EC2, P-521]], in case ES512 <xref target="RFC6979"/> is specified for 'sign_alg'. This indicates to use the COSE key type EC2 and the elliptic curve P-521.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations for this profile are inherited from <xref target="RFC9594"/>, the ACE framework for Authentication and Authorization <xref target="RFC9200"/>, and the specific transport profile of ACE signaled by the AS, such as <xref target="RFC9202"/> and <xref target="RFC9203"/>.</t>
      <t>The following security considerations also apply for this profile.</t>
      <section anchor="ssec-security-considerations-management">
        <name>Management of OSCORE Groups</name>
        <t>This profile leverages the following management aspects related to OSCORE groups and discussed in the sections of <xref target="I-D.ietf-core-oscore-groupcomm"/> referred below.</t>
        <ul spacing="normal">
          <li>
            <t>Management of group keying material (see <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). The Group Manager is responsible for the renewal and re-distribution of the keying material in the groups of its competence (rekeying).  </t>
            <t>
The Group Manager performs a rekeying when one or more members leave the group, thus preserving forward security and ensuring that the security properties of Group OSCORE are fulfilled. According to the specific application requirements, the Group Manager can also rekey the group upon a new node's joining, in case backward security has also to be preserved.</t>
          </li>
          <li>
            <t>Provisioning and retrieval of authentication credentials (see <xref section="12" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). The Group Manager acts as repository of authentication credentials of group members, and provides them upon request.</t>
          </li>
          <li>
            <t>Freshness of messages (see <xref section="5.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). This concerns how a recipient node can assert freshness of messages received within the group.</t>
          </li>
        </ul>
        <t>Before sending the Join Response, the Group Manager <bcp14>MUST</bcp14> verify that the joining node actually owns the associated private key. To this end, the Group Manager relies on the proof-of-possession challenge-response defined in <xref target="sec-joining-node-to-GM"/>.</t>
        <t>A node may have joined multiple OSCORE groups under different non-synchronized Group Managers. Therefore, it can happen that those OSCORE groups have the same Group Identifier (Gid). It follows that, upon receiving a Group OSCORE message addressed to one of those groups, the node would have multiple Security Contexts matching with the Gid in the incoming message. It is up to the application to decide how to handle such collisions of Group Identifiers, e.g., by trying to process the incoming message using one Security Context at the time until the right one is found.</t>
      </section>
      <section anchor="ssec-security-considerations-challenges">
        <name>Size of Nonces as Proof-of-Possesion Challenge</name>
        <t>With reference to the Join Request message in <xref target="ssec-join-req-sending"/>, the proof-of-possession (PoP) evidence included in 'client_cred_verify' is computed over an input including also N_C | N_S, where | denotes concatenation.</t>
        <t>For the N_C challenge, it is <bcp14>RECOMMENDED</bcp14> to use an 8-byte long random nonce. Furthermore, N_C is always conveyed in the 'cnonce' parameter of the Join Request, which is always sent over the secure communication association between the joining node and the Group Manager.</t>
        <t>As defined in <xref target="sssec-challenge-value"/>, the way the N_S value is computed depends on the particular way the joining node provides the Group Manager with the access token, as well as on following interactions between the two.</t>
        <ul spacing="normal">
          <li>
            <t>If the access token has not been provided to the Group Manager by means of a Token Transfer Request to the /authz-info endpoint as in <xref target="ssec-token-post"/>, then N_S is computed as a 32-byte long challenge. For an example, see points (2) and (3) in <xref target="sssec-challenge-value"/>.</t>
          </li>
          <li>
            <t>If the access token has been provided to the Group Manager by means of a Token Transfer Request to the /authz-info endpoint as in <xref target="ssec-token-post"/>, then N_S takes the most recent value provided to the Client by the Group Manager in the 'kdcchallenge' parameter, as specified in point (1) of <xref target="sssec-challenge-value"/>. This value is provided either in the Token Transfer Response (see <xref target="ssec-token-post"/>), or in a 4.00 (Bad Request) error response to a following Join Request (see <xref target="ssec-join-req-processing"/>). In either case, it is <bcp14>RECOMMENDED</bcp14> to use an 8-byte long random challenge as value for N_S.</t>
          </li>
        </ul>
        <t>If we consider both N_C and N_S to take 8-byte long values, the following considerations hold.</t>
        <ul spacing="normal">
          <li>
            <t>Let us consider both N_C and N_S as taking random values, and the Group Manager to never change the value of the N_S provided to a Client during the lifetime of an access token. Then, as per the birthday paradox, the average collision for N_S will happen after 2<sup>32</sup> new transferred access tokens, while the average collision for N_C will happen after 2<sup>32</sup> new Join Requests. This amounts to considerably more token provisionings than the expected new joinings to OSCORE groups under a same Group Manager, as well as to considerably more requests to join OSCORE groups from a same Client using a same access token under a same Group Manager.</t>
          </li>
          <li>
            <t><xref section="7" sectionFormat="of" target="RFC9203"/> as well <xref section="B.2" sectionFormat="of" target="RFC8613"/> recommend the use of 8-byte random values as well. Unlike in those cases, the values of N_C and N_S considered in this document are not used for as sensitive operations as the derivation of a Security Context, and thus do not have possible implications in the security of AEAD ciphers.</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-security-considerations-reusage-nonces">
        <name>Reusage of Nonces for Proof-of-Possession Input</name>
        <t>As long as the Group Manager preserves the same N_S value currently associated with an access token, i.e., the latest value provided to a Client in a 'kdcchallenge' parameter, the Client is able to successfully reuse the same proof-of-possession (PoP) input for multiple Join Requests to that Group Manager.</t>
        <t>In particular, the Client can reuse the same N_C value for every Join Request to the Group Manager, and combine it with the same unchanged N_S value. This results in reusing the same PoP input for producing the PoP evidence to include in the 'client_cred_verify' parameter of the Join Requests.</t>
        <t>Unless the Group Manager maintains a list of N_C values already used by that Client since the latest update to the N_S value associated with the access token, the Group Manager can be forced to falsely believe that the Client possesses its own private key at that point in time, upon verifying the PoP evidence in the 'client_cred_verify' parameter.</t>
      </section>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-kinfo">
        <name>OAuth Parameters</name>
        <t>IANA is asked to register the following entries in the "OAuth Parameters" registry, following the procedure specified in <xref section="11.2" sectionFormat="of" target="RFC6749"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: ecdh_info</t>
          </li>
          <li>
            <t>Parameter Usage Location: client-rs request, rs-client response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: kdc_dh_creds</t>
          </li>
          <li>
            <t>Parameter Usage Location: client-rs request, rs-client response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-kinfo-map">
        <name>OAuth Parameters CBOR Mappings</name>
        <t>IANA is asked to register the following entries in the "OAuth Parameters CBOR Mappings" registry, following the procedure specified in <xref section="8.10" sectionFormat="of" target="RFC9200"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: ecdh_info</t>
          </li>
          <li>
            <t>CBOR Key: TBD (range -256 to 255)</t>
          </li>
          <li>
            <t>Value Type: Null or array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: kdc_dh_creds</t>
          </li>
          <li>
            <t>CBOR Key: TBD (range -256 to 255)</t>
          </li>
          <li>
            <t>Value Type: Null or array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-iana-ace-groupcomm-parameters-registry">
        <name>ACE Groupcomm Parameters</name>
        <t>IANA is asked to register the following entries to the "ACE Groupcomm Parameters" registry defined in <xref section="11.7" sectionFormat="of" target="RFC9594"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: group_senderId</t>
          </li>
          <li>
            <t>CBOR Key: 21 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: bstr</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: ecdh_info</t>
          </li>
          <li>
            <t>CBOR Key: 31 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: kdc_dh_creds</t>
          </li>
          <li>
            <t>CBOR Key: 32 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: sign_enc_key</t>
          </li>
          <li>
            <t>CBOR Key: 33 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: bstr</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: stale_node_ids</t>
          </li>
          <li>
            <t>CBOR Key: 34 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-iana-groupcomm-keys-registry">
        <name>ACE Groupcomm Key Types</name>
        <t>IANA is asked to register the following entry in the "ACE Groupcomm Key Types" registry defined in <xref section="11.8" sectionFormat="of" target="RFC9594"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: Group_OSCORE_Input_Material object</t>
          </li>
          <li>
            <t>Key Type Value: GROUPCOMM_KEY_TBD</t>
          </li>
          <li>
            <t>Profile: "coap_group_oscore_app", defined in <xref target="ssec-iana-groupcomm-profile-registry"/> of this document.</t>
          </li>
          <li>
            <t>Description: A Group_OSCORE_Input_Material object encoded as described in <xref target="ssec-join-resp"/> of this document.</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-iana-groupcomm-profile-registry">
        <name>ACE Groupcomm Profiles</name>
        <t>IANA is asked to register the following entry in the "ACE Groupcomm Profiles" registry defined in <xref section="11.9" sectionFormat="of" target="RFC9594"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: coap_group_oscore_app</t>
          </li>
          <li>
            <t>Description: Application profile to provision keying material for participating in group communication protected with Group OSCORE as per <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          </li>
          <li>
            <t>CBOR Value: PROFILE_TBD</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-iana-security-context-parameter-registry">
        <name>OSCORE Security Context Parameters</name>
        <t>IANA is asked to register the following entries in the "OSCORE Security Context Parameters" registry defined in <xref section="9.4" sectionFormat="of" target="RFC9203"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: group_SenderId</t>
          </li>
          <li>
            <t>CBOR Label: 7 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: byte string</t>
          </li>
          <li>
            <t>Registry: -</t>
          </li>
          <li>
            <t>Description: OSCORE Sender ID assigned to a member of an OSCORE group</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: cred_fmt</t>
          </li>
          <li>
            <t>CBOR Label: 8 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: integer</t>
          </li>
          <li>
            <t>Registry: <xref target="COSE.Header.Parameters"/> Labels (integer)</t>
          </li>
          <li>
            <t>Description: Format of authentication credentials to be used in the OSCORE group</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: gp_enc_alg</t>
          </li>
          <li>
            <t>CBOR Label: 9 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: text string / integer</t>
          </li>
          <li>
            <t>Registry: <xref target="COSE.Algorithms"/> Values</t>
          </li>
          <li>
            <t>Description: OSCORE Group Encryption Algorithm Value</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: sign_alg</t>
          </li>
          <li>
            <t>CBOR Label: 10 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: text string / integer</t>
          </li>
          <li>
            <t>Registry: <xref target="COSE.Algorithms"/> Values</t>
          </li>
          <li>
            <t>Description: OSCORE Signature Algorithm Value</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: sign_params</t>
          </li>
          <li>
            <t>CBOR Label: 11 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: array</t>
          </li>
          <li>
            <t>Registry: <xref target="COSE.Algorithms"/> Capabilities, <xref target="COSE.Key.Types"/> Capabilities, <xref target="COSE.Elliptic.Curves"/> Values</t>
          </li>
          <li>
            <t>Description: OSCORE Signature Algorithm Parameters</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: ecdh_alg</t>
          </li>
          <li>
            <t>CBOR Label: 12 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: text string / integer</t>
          </li>
          <li>
            <t>Registry: <xref target="COSE.Algorithms"/> Values</t>
          </li>
          <li>
            <t>Description: OSCORE Pairwise Key Agreement Algorithm Value</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: ecdh_params</t>
          </li>
          <li>
            <t>CBOR Label: 13 (suggested)</t>
          </li>
          <li>
            <t>CBOR Type: array</t>
          </li>
          <li>
            <t>Registry: <xref target="COSE.Algorithms"/> Capabilities, <xref target="COSE.Key.Types"/> Capabilities, <xref target="COSE.Elliptic.Curves"/> Values</t>
          </li>
          <li>
            <t>Description: OSCORE Pairwise Key Agreement Algorithm Parameters</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-iana-tls-esporter-label-registry">
        <name>TLS Exporter Labels</name>
        <t>IANA is asked to register the following entry in the "TLS Exporter Labels" registry defined in <xref section="6" sectionFormat="of" target="RFC5705"/> and updated in <xref section="12" sectionFormat="of" target="RFC8447"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Value: EXPORTER-ACE-Pop-Input-coap-group-oscore-app</t>
          </li>
          <li>
            <t>DTLS-OK: Y</t>
          </li>
          <li>
            <t>Recommended: N</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-iana-AIF-registry">
        <name>AIF Media-Type Sub-Parameters</name>
        <t>For the media-types application/aif+cbor and application/aif+json defined in <xref section="5.1" sectionFormat="of" target="RFC9237"/>, IANA is requested to register the following entries for the two media-type parameters Toid and Tperm, in the respective sub-registry defined in <xref section="5.2" sectionFormat="of" target="RFC9237"/> within the "MIME Media Type Sub-Parameter" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Parameter: Toid</t>
          </li>
          <li>
            <t>Name: oscore-gname</t>
          </li>
          <li>
            <t>Description/Specification: OSCORE group name</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Parameter: Tperm</t>
          </li>
          <li>
            <t>Name: oscore-gperm</t>
          </li>
          <li>
            <t>Description/Specification: permissions pertaining OSCORE groups</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-iana-coap-content-format-registry">
        <name>CoAP Content-Formats</name>
        <t>IANA is asked to register the following entries in the "CoAP Content-Formats" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Content Type: application/aif+cbor;Toid="oscore-gname",Tperm="oscore-gperm"</t>
          </li>
          <li>
            <t>Content Coding: -</t>
          </li>
          <li>
            <t>ID: 292 (suggested)</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Content Type: application/aif+json;Toid="oscore-gname",Tperm="oscore-gperm"</t>
          </li>
          <li>
            <t>Content Coding: -</t>
          </li>
          <li>
            <t>ID: 293 (suggested)</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-rt">
        <name>CoRE Resource Type</name>
        <t>IANA is asked to register the following entry in the "Resource Type (rt=) Link Target Attribute Values" registry within the "Constrained Restful Environments (CoRE) Parameters" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Value: "core.osc.gm"</t>
          </li>
          <li>
            <t>Description: Group-membership resource of an OSCORE Group Manager.</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t>Client applications can use this resource type to discover a group-membership resource at an OSCORE Group Manager, where to send a request for joining the corresponding OSCORE group.</t>
      </section>
      <section anchor="iana-ace-groupcomm-errors">
        <name>ACE Groupcomm Errors</name>
        <t>IANA is asked to register the following entries in the "ACE Groupcomm Errors" registry defined in <xref section="11.12" sectionFormat="of" target="RFC9594"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Value: 7 (suggested)</t>
          </li>
          <li>
            <t>Description: Signatures not used in the group.</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Value: 8 (suggested)</t>
          </li>
          <li>
            <t>Description: Operation permitted only to signature verifiers.</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Value: 9 (suggested)</t>
          </li>
          <li>
            <t>Description: Group currently not active.</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-iana-group-oscore-roles-registry">
        <name>Group OSCORE Roles</name>
        <t>This document establishes the IANA "Group OSCORE Roles" registry. The registry has been created to use the "Expert Review" registration procedure <xref target="RFC8126"/>. Expert review guidelines are provided in <xref target="ssec-iana-expert-review"/>.</t>
        <t>This registry includes the possible roles that nodes can take in an OSCORE group, each in combination with a numeric identifier. These numeric identifiers are used to express authorization information about joining OSCORE groups, as specified in <xref target="sec-format-scope"/> of [RFC-XXXX].</t>
        <t>The columns of this registry are:</t>
        <ul spacing="normal">
          <li>
            <t>Name: A value that can be used in documents for easier comprehension, to identify a possible role that nodes can take in an OSCORE group.</t>
          </li>
          <li>
            <t>Value: The numeric identifier for this role. Integer values greater than 65535 are marked as "Private Use", all other values use the registration policy "Expert Review" <xref target="RFC8126"/>.</t>
          </li>
          <li>
            <t>Description: This field contains a brief description of the role.</t>
          </li>
          <li>
            <t>Reference: This contains a pointer to the public specification for the role.</t>
          </li>
        </ul>
        <t>This registry will be initially populated by the values in <xref target="tab-role-values"/>. The Reference column for all of these entries will be [RFC-XXXX].</t>
      </section>
      <section anchor="ssec-iana-expert-review">
        <name>Expert Review Instructions</name>
        <t>The IANA registry established in this document is defined as "Expert Review".  This section gives some general guidelines for what the experts should be looking for, but they are being designated as experts for a reason so they should be given substantial latitude.</t>
        <t>Expert reviewers should take into consideration the following points:</t>
        <ul spacing="normal">
          <li>
            <t>Clarity and correctness of registrations. Experts are expected to check the clarity of purpose and use of the requested entries. Experts should inspect the entry for the considered role, to verify the correctness of its description against the role as intended in the specification that defined it. Experts should consider requesting an opinion on the correctness of registered parameters from the Authentication and Authorization for Constrained Environments (ACE) Working Group and the Constrained RESTful Environments (CoRE) Working Group.  </t>
            <t>
Entries that do not meet these objectives of clarity and completeness should not be registered.</t>
          </li>
          <li>
            <t>Duplicated registration and point squatting should be discouraged. Reviewers are encouraged to get sufficient information for registration requests to ensure that the usage is not going to duplicate one that is already registered and that the point is likely to be used in deployments.</t>
          </li>
          <li>
            <t>Experts should take into account the expected usage of roles when approving point assignments. Given a 'Value' V as code point, the length of the encoding of (2<sup>V+1</sup> - 1) should be weighed against the usage of the entry, considering the resources and capabilities of devices it will be used on. Additionally, given a 'Value' V as code point, the length of the encoding of (2<sup>V+1</sup> - 1) should be weighed against how many code points resulting in that encoding length are left, and the resources and capabilities of devices it will be used on.</t>
          </li>
          <li>
            <t>Specifications are recommended. When specifications are not provided, the description provided needs to have sufficient information to verify the points above.</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC5705">
          <front>
            <title>Keying Material Exporters for Transport Layer Security (TLS)</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="March" year="2010"/>
            <abstract>
              <t>A number of protocols wish to leverage Transport Layer Security (TLS) to perform key establishment but then use some of the keying material for their own purposes. This document describes a general mechanism for allowing that. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5705"/>
          <seriesInfo name="DOI" value="10.17487/RFC5705"/>
        </reference>
        <reference anchor="RFC6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol. The DTLS protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees. Datagram semantics of the underlying transport are preserved by the DTLS protocol. This document updates DTLS 1.0 to work with TLS version 1.2. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC6979">
          <front>
            <title>Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
            <author fullname="T. Pornin" initials="T." surname="Pornin"/>
            <date month="August" year="2013"/>
            <abstract>
              <t>This document defines a deterministic digital signature generation procedure. Such signatures are compatible with standard Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) digital signatures and can be processed with unmodified verifiers, which need not be aware of the procedure described therein. Deterministic signatures retain the cryptographic security features associated with digital signatures but can be more easily implemented in various environments, since they do not need access to a source of high-quality randomness.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6979"/>
          <seriesInfo name="DOI" value="10.17487/RFC6979"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2016"/>
            <abstract>
              <t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS). These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7748"/>
          <seriesInfo name="DOI" value="10.17487/RFC7748"/>
        </reference>
        <reference anchor="RFC8017">
          <front>
            <title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
            <author fullname="K. Moriarty" initials="K." role="editor" surname="Moriarty"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <author fullname="J. Jonsson" initials="J." surname="Jonsson"/>
            <author fullname="A. Rusch" initials="A." surname="Rusch"/>
            <date month="November" year="2016"/>
            <abstract>
              <t>This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.</t>
              <t>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series. By publishing this RFC, change control is transferred to the IETF.</t>
              <t>This document also obsoletes RFC 3447.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8017"/>
          <seriesInfo name="DOI" value="10.17487/RFC8017"/>
        </reference>
        <reference anchor="RFC8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8447">
          <front>
            <title>IANA Registry Updates for TLS and DTLS</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document describes a number of changes to TLS and DTLS IANA registries that range from adding notes to the registry all the way to changing the registration policy. These changes were mostly motivated by WG review of the TLS- and DTLS-related registries undertaken as part of the TLS 1.3 development process.</t>
              <t>This document updates the following RFCs: 3749, 5077, 4680, 5246, 5705, 5878, 6520, and 7301.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8447"/>
          <seriesInfo name="DOI" value="10.17487/RFC8447"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9202">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="S. Gerdes" initials="S." surname="Gerdes"/>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a profile of the Authentication and Authorization for Constrained Environments (ACE) framework that allows constrained servers to delegate client authentication and authorization. The protocol relies on DTLS version 1.2 or later for communication security between entities in a constrained network using either raw public keys or pre-shared keys. A resource-constrained server can use this protocol to delegate management of authorization information to a trusted host with less-severe limitations regarding processing power and memory.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9202"/>
          <seriesInfo name="DOI" value="10.17487/RFC9202"/>
        </reference>
        <reference anchor="RFC9203">
          <front>
            <title>The Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security 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="RFC" value="9203"/>
          <seriesInfo name="DOI" value="10.17487/RFC9203"/>
        </reference>
        <reference anchor="RFC9237">
          <front>
            <title>An Authorization Information Format (AIF) for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Information about which entities are authorized to perform what operations on which constituents of other entities is a crucial component of producing an overall system that is secure. Conveying precise authorization information is especially critical in highly automated systems with large numbers of entities, such as the Internet of Things.</t>
              <t>This specification provides a generic information model and format for representing such authorization information, as well as two variants of a specific instantiation of that format for use with Representational State Transfer (REST) resources identified by URI path.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9237"/>
          <seriesInfo name="DOI" value="10.17487/RFC9237"/>
        </reference>
        <reference anchor="RFC9277">
          <front>
            <title>On Stable Storage for Items in Concise Binary Object Representation (CBOR)</title>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document defines a stored ("file") format for Concise Binary Object Representation (CBOR) data items that is friendly to common systems that recognize file types, such as the Unix file(1) command.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9277"/>
          <seriesInfo name="DOI" value="10.17487/RFC9277"/>
        </reference>
        <reference anchor="RFC9290">
          <front>
            <title>Concise Problem Details for Constrained Application Protocol (CoAP) APIs</title>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>This document defines a concise "problem detail" as a way to carry machine-readable details of errors in a Representational State Transfer (REST) response to avoid the need to define new error response formats for REST APIs for constrained environments. The format is inspired by, but intended to be more concise than, the problem details for HTTP APIs defined in RFC 7807.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9290"/>
          <seriesInfo name="DOI" value="10.17487/RFC9290"/>
        </reference>
        <reference anchor="RFC9430">
          <front>
            <title>Extension of the Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE) to Transport Layer Security (TLS)</title>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document updates "Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)" (RFC 9202) by specifying that the profile applies to TLS as well as DTLS.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9430"/>
          <seriesInfo name="DOI" value="10.17487/RFC9430"/>
        </reference>
        <reference anchor="RFC9594">
          <front>
            <title>Key Provisioning for Group Communication Using Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="M. Tiloca" initials="M." surname="Tiloca"/>
            <date month="September" year="2024"/>
            <abstract>
              <t>This document defines how to use the Authentication and Authorization for Constrained Environments (ACE) framework to distribute keying material and configuration parameters for secure group communication. Candidate group members that act as Clients and are authorized to join a group can do so by interacting with a Key Distribution Center (KDC) acting as the Resource Server, from which they obtain the keying material to communicate with other group members. While defining general message formats as well as the interface and operations available at the KDC, this document supports different approaches and protocols for secure group communication. Therefore, details are delegated to separate application profiles of this document as specialized instances that target a particular group communication approach and define how communications in the group are protected. Compliance requirements for such application profiles are also specified.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9594"/>
          <seriesInfo name="DOI" value="10.17487/RFC9594"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="16" month="March" year="2025"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of CoAP messages exchanged between members of a group, e.g.,
   sent over IP multicast.  In particular, the described protocol
   defines how OSCORE is used in a group communication setting to
   provide source authentication for CoAP group requests, sent by a
   client to multiple servers, and for protection of the corresponding
   CoAP responses.  Group OSCORE also defines a pairwise mode where each
   member of the group can efficiently derive a symmetric pairwise key
   with any other member of the group for pairwise OSCORE communication.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-25"/>
        </reference>
        <reference anchor="NIST-800-56A" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Ar3.pdf">
          <front>
            <title>Recommendation for Pair-Wise Key-Establishment Schemes Using Discrete Logarithm Cryptography - NIST Special Publication 800-56A, Revision 3</title>
            <author initials="E." surname="Barker" fullname="Elaine Barker">
              <organization/>
            </author>
            <author initials="L." surname="Chen" fullname="Lily Chen">
              <organization/>
            </author>
            <author initials="A." surname="Roginsky" fullname="Allen Roginsky">
              <organization/>
            </author>
            <author initials="A." surname="Vassilev" fullname="Apostol Vassilev">
              <organization/>
            </author>
            <author initials="R." surname="Davis" fullname="Richard Davis">
              <organization/>
            </author>
            <date year="2018" month="April"/>
          </front>
        </reference>
        <reference anchor="COSE.Algorithms" target="https://www.iana.org/assignments/cose/cose.xhtml#algorithms">
          <front>
            <title>COSE Algorithms</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Key.Types" target="https://www.iana.org/assignments/cose/cose.xhtml#key-type">
          <front>
            <title>COSE Key Types</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Elliptic.Curves" target="https://www.iana.org/assignments/cose/cose.xhtml#elliptic-curves">
          <front>
            <title>COSE Elliptic Curves</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Header.Parameters" target="https://www.iana.org/assignments/cose/cose.xhtml#header-parameters">
          <front>
            <title>COSE Header Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="24" month="February" year="2025"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-13"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pubsub">
          <front>
            <title>A publish-subscribe architecture for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Jaime Jimenez" initials="J." surname="Jimenez">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Michael Koster" initials="M." surname="Koster">
              <organization>Dogtiger Labs</organization>
            </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <date day="28" month="February" year="2025"/>
            <abstract>
              <t>   This document describes a publish-subscribe architecture for the
   Constrained Application Protocol (CoAP), extending the capabilities
   of CoAP communications for supporting endpoints with long breaks in
   connectivity and/or up-time.  CoAP clients publish on and subscribe
   to a topic via a corresponding topic resource at a CoAP server acting
   as broker.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pubsub-18"/>
        </reference>
        <reference anchor="I-D.tiloca-core-oscore-discovery">
          <front>
            <title>Discovery of OSCORE Groups with the CoRE Resource Directory</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
         </author>
            <date day="3" month="March" year="2025"/>
            <abstract>
              <t>   Group communication over the Constrained Application Protocol (CoAP)
   can be secured by means of Group Object Security for Constrained
   RESTful Environments (Group OSCORE).  At deployment time, devices may
   not know the exact security groups to join, the respective Group
   Manager, or other information required to perform the joining
   process.  This document describes how a CoAP endpoint can use
   descriptions and links of resources registered at the CoRE Resource
   Directory to discover security groups and to acquire information for
   joining them through the respective Group Manager.  A given security
   group may protect multiple application groups, which are separately
   announced in the Resource Directory as sets of endpoints sharing a
   pool of resources.  This approach is consistent with, but not limited
   to, the joining of security groups based on the ACE framework for
   Authentication and Authorization in constrained environments.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-discovery-17"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oscore-gm-admin">
          <front>
            <title>Admin Interface for the OSCORE Group Manager</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="Peter Van der Stok" initials="P." surname="Van der Stok">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   Group communication for CoAP can be secured using Group Object
   Security for Constrained RESTful Environments (Group OSCORE).  A
   Group Manager is responsible for handling the joining of new group
   members, as well as managing and distributing the group keying
   material.  This document defines a RESTful admin interface at the
   Group Manager that allows an Administrator entity to create and
   delete OSCORE groups, as well as to retrieve and update their
   configuration.  The ACE framework for Authentication and
   Authorization is used to enforce authentication and authorization of
   the Administrator at the Group Manager.  Protocol-specific transport
   profiles of ACE are used to achieve communication security, proof-of-
   possession, and server authentication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oscore-gm-admin-13"/>
        </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="3" month="March" year="2025"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50% while also significantly reducing memory and code size
   compared to ASN.1.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The TLSA selectors
   registry defined in RFC 6698 is extended to include CBOR
   certificates.  The document also specifies C509 Certificate Signing
   Requests, C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-13"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC6749">
          <front>
            <title>The OAuth 2.0 Authorization Framework</title>
            <author fullname="D. Hardt" initials="D." role="editor" surname="Hardt"/>
            <date month="October" year="2012"/>
            <abstract>
              <t>The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf. This specification replaces and obsoletes the OAuth 1.0 protocol described in RFC 5849. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6749"/>
          <seriesInfo name="DOI" value="10.17487/RFC6749"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
      </references>
    </references>
    <?line 2111?>

<section anchor="profile-req">
      <name>Profile Requirements</name>
      <t>This section lists how this application profile of ACE addresses the requirements defined in <xref section="A" sectionFormat="of" target="RFC9594"/>.</t>
      <section anchor="mandatory-to-address-requirements">
        <name>Mandatory-to-Address Requirements</name>
        <ul spacing="normal">
          <li>
            <t>REQ1: Specify the format and encoding of scope. This includes defining the set of possible roles and their identifiers, as well as the corresponding encoding to use in the scope entries according to the used scope format: see <xref target="sec-format-scope"/> and <xref target="ssec-auth-req"/>.</t>
          </li>
          <li>
            <t>REQ2: If scope uses AIF, register its specific instance of "Toid" and "Tperm" as media type parameters and a corresponding Content-Format, as per the guidelines in <xref target="RFC9237"/>: see <xref target="ssec-iana-AIF-registry"/> and <xref target="ssec-iana-coap-content-format-registry"/>.</t>
          </li>
          <li>
            <t>REQ3: If used, specify the acceptable values for the 'sign_alg' parameter: values from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
          </li>
          <li>
            <t>REQ4: If used, specify the acceptable values and structure for the 'sign_parameters' parameter: values and structure from the COSE algorithm capabilities as specified in the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
          </li>
          <li>
            <t>REQ5: If used, specify the acceptable values and structure for the 'sign_key_parameters' parameter: values and structure from the COSE key type capabilities as specified in the "COSE Key Types" registry <xref target="COSE.Key.Types"/>.</t>
          </li>
          <li>
            <t>REQ6: Specify the acceptable formats for authentication credentials and, if applicable, the acceptable values for the 'cred_fmt' parameter: acceptable formats explicitly provide the public key as well as the comprehensive set of information related to the public key algorithm (see <xref target="ssec-token-post"/> and <xref target="ssec-join-resp"/>). Consistent acceptable values for 'cred_fmt' are taken from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/>, with some of those values also indicating the type of container to use for exchanging the authentication credentials with the Group Manager (e.g., a chain or bag of certificates).</t>
          </li>
          <li>
            <t>REQ7: If the value of the GROUPNAME URI path and the group name in the access token scope ('gname') are not required to coincide, specify the mechanism to map the GROUPNAME value in the URI to the group name: not applicable, since a perfect matching is required.</t>
          </li>
          <li>
            <t>REQ8: Define whether the KDC has an authentication credential as required for the correct group operation and if this has to be provided through the 'kdc_cred' parameter: yes, as required by the Group OSCORE protocol <xref target="I-D.ietf-core-oscore-groupcomm"/>, see <xref target="ssec-join-resp"/> of this document.</t>
          </li>
          <li>
            <t>REQ9: Specify if any part of the KDC interface as defined in <xref target="RFC9594"/> is not supported by the KDC: not applicable.</t>
          </li>
          <li>
            <t>REQ10: Register a Resource Type for the group-membership resources, which is used to discover the correct URL for sending a Join Request to the KDC: the Resource Type (rt=) Link Target Attribute value "core.osc.gm" is registered in <xref target="iana-rt"/>.</t>
          </li>
          <li>
            <t>REQ11: Define what specific actions (e.g., CoAP methods) are allowed on each resource accessible through the KDC interface, depending on: whether the Client is a current group member; the roles that a Client is authorized to take as per the obtained access token; and the roles that the Client has as a current group member: see <xref target="ssec-admitted-methods"/>.</t>
          </li>
          <li>
            <t>REQ12: Categorize possible newly defined operations for Clients into primary operations expected to be minimally supported and secondary operations, and provide accompanying considerations: see <xref target="client-operations"/>.</t>
          </li>
          <li>
            <t>REQ13: Specify the encoding of group identifiers: CBOR byte string (see <xref target="sec-retrieve-gnames"/>).</t>
          </li>
          <li>
            <t>REQ14: Specify the approaches used to compute and verify the PoP evidence to include in the 'client_cred_verify' parameter and which of those approaches is used in which case: see <xref target="ssec-join-req-sending"/> and <xref target="ssec-join-req-processing"/>.</t>
          </li>
          <li>
            <t>REQ15: Specify how the nonce N_S is generated, if the access token is not provided to the KDC through the Token Transfer Request sent to the /authz-info endpoint (e.g., the access token is instead transferred during the establishment of a secure communication association): see <xref target="sssec-challenge-value"/>.</t>
          </li>
          <li>
            <t>REQ16: Define the initial value of the version number for the group keying material: the initial value <bcp14>MUST</bcp14> be set to 0 when creating the OSCORE group, e.g., as in <xref target="I-D.ietf-ace-oscore-gm-admin"/>.</t>
          </li>
          <li>
            <t>REQ17: Specify the format of the group keying material that is conveyed in the 'key' parameter: see <xref target="ssec-join-resp"/>.</t>
          </li>
          <li>
            <t>REQ18: Specify the acceptable values of the 'gkty' parameter. For each of them, register a corresponding entry in the "ACE Groupcomm Key Types" IANA registry if such an entry does not exist already: Group_OSCORE_Input_Material object (see <xref target="ssec-join-resp"/>).</t>
          </li>
          <li>
            <t>REQ19: Specify and register the application profile identifier: coap_group_oscore_app (see <xref target="ssec-iana-groupcomm-profile-registry"/>).</t>
          </li>
          <li>
            <t>REQ20: If used, specify the format and default values of the entries of the CBOR map to include in the 'group_policies' parameter: see <xref target="ssec-join-resp"/>.</t>
          </li>
          <li>
            <t>REQ21: Specify the approaches used to compute and verify the PoP evidence to include in the 'kdc_cred_verify' parameter and which of those approaches is used in which case. If external signature verifiers are supported, specify how those provide a nonce to the KDC to be used for computing the PoP evidence: see <xref target="ssec-join-resp"/>, <xref target="ssec-join-resp-processing"/> and <xref target="sec-gm-pub-key-signature-verifier"/>.</t>
          </li>
          <li>
            <t>REQ22: Specify the communication protocol that members of the group use to communicate with each other (e.g., CoAP for group communication): CoAP <xref target="RFC7252"/>, also for group communication <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
          </li>
          <li>
            <t>REQ23: Specify the security protocol that members of the group use to protect the group communication (e.g., Group OSCORE). This must provide encryption, integrity, and replay protection: Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          </li>
          <li>
            <t>REQ24: Specify how the communication is secured between the Client and the KDC. Optionally, specify a transport profile of ACE <xref target="RFC9200"/> to use between the Client and the KDC: by means of any transport profile of ACE <xref target="RFC9200"/> between Client and Group Manager that complies with the requirements in <xref section="C" sectionFormat="of" target="RFC9200"/>.</t>
          </li>
          <li>
            <t>REQ25: Specify the format of the node identifiers of group members: the Sender ID used in the OSCORE group (see <xref target="ssec-join-resp"/> and <xref target="sec-pub-keys"/>).</t>
          </li>
          <li>
            <t>REQ26: Specify policies at the KDC to handle node identifiers that are included in the 'get_creds' parameter but are not associated with any current group member: see <xref target="sec-pub-keys"/>.</t>
          </li>
          <li>
            <t>REQ27: Specify the format of (newly generated) individual keying material for group members or of the information to derive such keying material, as well as the corresponding CBOR map key that has to be registered in the "ACE Groupcomm Parameters" registry: see <xref target="sec-new-key"/>.</t>
          </li>
          <li>
            <t>REQ28: Specify which CBOR tag is used for identifying the semantics of binary scopes, or register a new CBOR tag if a suitable one does not exist already: see <xref target="ssec-auth-resp"/>.</t>
          </li>
          <li>
            <t>REQ29: Categorize newly defined parameters according to the same criteria of <xref section="8" sectionFormat="of" target="RFC9594"/>: see <xref target="ace-groupcomm-params"/>.</t>
          </li>
          <li>
            <t>REQ30: Define whether Clients must, should, or may support the conditional parameters defined in <xref section="8" sectionFormat="of" target="RFC9594"/> and under which circumstances: see <xref target="ace-groupcomm-params"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="optional-to-address-requirements">
        <name>Optional-to-Address Requirements</name>
        <ul spacing="normal">
          <li>
            <t>OPT1: Optionally, if the textual format of scope is used, specify CBOR values to use for abbreviating the role identifiers in the group: not applicable.</t>
          </li>
          <li>
            <t>OPT2: Optionally, specify the additional parameters used in the exchange of Token Transfer Request and Response:  </t>
            <ul spacing="normal">
              <li>
                <t>'ecdh_info', to negotiate the ECDH algorithm, ECDH algorithm parameters, ECDH key parameters, and exact format of authentication credentials used in the group, in case the joining node supports the pairwise mode of Group OSCORE (see <xref target="ssec-token-post"/>).</t>
              </li>
              <li>
                <t>'kdc_dh_creds', to ask for and retrieve the Group Manager's Diffie-Hellman authentication credentials, in case the joining node supports the pairwise mode of Group OSCORE and the access token authorizes to join pairwise-only groups (see <xref target="ssec-token-post"/>).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>OPT3: Optionally, specify the negotiation of parameter values for signature algorithm and signature keys, if the 'sign_info' parameter is not used: possible early discovery by using the approach based on the CoRE Resource Directory described in <xref target="I-D.tiloca-core-oscore-discovery"/>.</t>
          </li>
          <li>
            <t>OPT4: Optionally, specify possible or required payload formats for specific error cases: send a 4.00 (Bad Request) error response to a Join Request (see <xref target="ssec-join-req-processing"/>).</t>
          </li>
          <li>
            <t>OPT5: Optionally, specify additional identifiers of error types as values of the 'error-id' field within the Custom Problem Detail entry 'ace-groupcomm-error': see <xref target="iana-ace-groupcomm-errors"/>.</t>
          </li>
          <li>
            <t>OPT6: Optionally, specify the encoding of the 'creds_repo' parameter if the default one is not used: no.</t>
          </li>
          <li>
            <t>OPT7: Optionally, specify the functionalities implemented at the resource hosted by the Client at the URI indicated in the 'control_uri' parameter, including the encoding of exchanged messages and other details: see <xref target="sec-leaving"/> for the eviction of a group member; see <xref target="sec-group-rekeying-process"/> for the group rekeying process.</t>
          </li>
          <li>
            <t>OPT8: Optionally, specify the behavior of the POST handler of group-membership resources, for the case when it fails to retrieve an authentication credential for the specific Client: send a 4.00 (Bad Request) error response to a Join Request (see <xref target="ssec-join-req-processing"/>).</t>
          </li>
          <li>
            <t>OPT9: Optionally, define a default group rekeying scheme to refer to in case the 'rekeying_scheme' parameter is not included in the Join Response: the "Point-to-Point" rekeying scheme registered in <xref section="11.13" sectionFormat="of" target="RFC9594"/>, whose detailed use for this profile is defined in <xref target="sec-group-rekeying-process"/> of this document.</t>
          </li>
          <li>
            <t>OPT10: Optionally, specify the functionalities implemented at the resource hosted by the Client at the URI indicated in the 'control_group_uri' parameter, including the encoding of exchanged messages and other details: see <xref target="sec-leaving"/> for the eviction of multiple group members.</t>
          </li>
          <li>
            <t>OPT11: Optionally, specify policies that instruct Clients to retain messages and for how long, if those are unsuccessfully decrypted: no.</t>
          </li>
          <li>
            <t>OPT12: Optionally, specify for the KDC to perform a group rekeying when receiving a Key Renewal Request, together with or instead of renewing individual keying material: the Group Manager <bcp14>SHOULD NOT</bcp14> perform a group rekeying, unless already scheduled to occur shortly (see <xref target="sec-new-key"/>).</t>
          </li>
          <li>
            <t>OPT13: Optionally, specify how the identifier of a group member's authentication credential is included in requests sent to other group members: no.</t>
          </li>
          <li>
            <t>OPT14: Optionally, specify additional information to include in rekeying messages for the "Point-to-Point" group rekeying scheme (see <xref section="6" sectionFormat="of" target="RFC9594"/>): see <xref target="sending-rekeying-msg"/>.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-future-cose-algs">
      <name>Extensibility for Future COSE Algorithms</name>
      <t>As defined in <xref section="8.1" sectionFormat="of" target="RFC9053"/>, future algorithms can be registered in the "COSE Algorithms" registry <xref target="COSE.Algorithms"/> as specifying none or multiple COSE capabilities.</t>
      <t>To enable the seamless use of such future registered algorithms, this section defines a general, agile format for:</t>
      <ul spacing="normal">
        <li>
          <t>Each 'ecdh_info_entry' of the 'ecdh_info' parameter in the Token Transfer Response; see <xref target="ecdh-info"/>).  </t>
          <t><xref section="B" sectionFormat="of" target="RFC9594"/> describes the analogous general format for each 'sign_info_entry' of the 'sign_info' parameter in the Token Transfer Response (see <xref target="ssec-token-post"/> of this document).</t>
        </li>
        <li>
          <t>The 'sign_params' and 'ecdh_params' parameters within the 'key' parameter (see <xref target="ssec-join-resp"/>), as part of the response payloads used in <xref target="ssec-join-resp"/>, <xref target="ssec-updated-key-only"/>, <xref target="ssec-updated-and-individual-key"/>, and <xref target="sec-group-rekeying-process"/>.</t>
        </li>
      </ul>
      <t>If any of the currently registered COSE algorithms is considered, using this general format yields the same structure defined in this document for the items above, thus ensuring backward compatibility.</t>
      <section anchor="sec-future-cose-algs-ecdh-info-entry">
        <name>Format of 'ecdh_info_entry'</name>
        <t>The format of each 'ecdh_info_entry' (see <xref target="ssec-token-post"/> and <xref target="ecdh-info"/>) is generalized as follows.</t>
        <ul spacing="normal">
          <li>
            <t>'ecdh_parameters' includes N &gt;= 0 elements, each of which is a COSE capability of the ECDH algorithm indicated in 'ecdh_alg'.  </t>
            <t>
In particular, 'ecdh_parameters' has the same format and value of the COSE capabilities array for the ECDH algorithm indicated in 'ecdh_alg', as specified for that algorithm in the 'Capabilities' column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</t>
          </li>
          <li>
            <t>'ecdh_key_parameters' is replaced by N elements 'ecdh_capab', each of which is a CBOR array.  </t>
            <t>
The i-th 'ecdh_capab' array (i = 0, ..., N-1) is the array of COSE capabilities for the algorithm capability specified in 'ecdh_parameters'[i].  </t>
            <t>
In particular, each 'ecdh_capab' array has the same format and value of the COSE capabilities array for the algorithm capability specified in 'ecdh_parameters'[i].  </t>
            <t>
Such a COSE capabilities array is currently defined for the algorithm capability COSE key type, in the "Capabilities" column of the "COSE Key Types" registry <xref target="COSE.Key.Types"/>.</t>
          </li>
        </ul>
        <t>The CDDL notation <xref target="RFC8610"/> of the 'ecdh_info_entry' parameter is given below.</t>
        <figure anchor="fig-ecdh-info-entry-general">
          <name>'ecdh_info_entry' with General Format</name>
          <sourcecode type="CDDL"><![CDATA[
ecdh_info_entry =
[
    id: gname / [+ gname],
    ecdh_alg: int / tstr,
    ecdh_parameters : [* ecdh_capab: any],
  * ecdh_capab: [* capab: any],
    cred_fmt: int / null
]

gname = tstr
]]></sourcecode>
        </figure>
      </section>
      <section anchor="sec-future-cose-algs-key">
        <name>Format of 'key'</name>
        <t>The format of 'key' (see <xref target="ssec-join-resp"/>) is generalized as follows.</t>
        <ul spacing="normal">
          <li>
            <t>The 'sign_params' array includes N+1 elements, whose exact structure and value depend on the value of the signature algorithm specified in 'sign_alg'.  </t>
            <ul spacing="normal">
              <li>
                <t>The first element, i.e., 'sign_params'[0], is the array of the N COSE capabilities for the signature algorithm, as specified for that algorithm in the "Capabilities" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/> (see <xref section="8.1" sectionFormat="of" target="RFC9053"/>).</t>
              </li>
              <li>
                <t>Each following element 'sign_params'[i], i.e., with index i &gt; 0, is the array of COSE capabilities for the algorithm capability specified in 'sign_params'[0][i-1].</t>
              </li>
            </ul>
            <t>
For example, if 'sign_params'[0][0] specifies the key type as capability of the algorithm, then 'sign_params'[1] is the array of COSE capabilities for the COSE key type associated with the signature algorithm, as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="COSE.Key.Types"/> (see <xref section="8.2" sectionFormat="of" target="RFC9053"/>).</t>
          </li>
          <li>
            <t>The 'ecdh_params' array includes M+1 elements, whose exact structure and value depend on the value of the ECDH algorithm specified in 'ecdh_alg'.  </t>
            <ul spacing="normal">
              <li>
                <t>The first element, i.e., 'ecdh_params'[0], is the array of the M COSE capabilities for the ECDH algorithm, as specified for that algorithm in the "Capabilities" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/> (see <xref section="8.1" sectionFormat="of" target="RFC9053"/>).</t>
              </li>
              <li>
                <t>Each following element 'ecdh_params'[i], i.e., with index i &gt; 0, is the array of COSE capabilities for the algorithm capability specified in 'ecdh_params'[0][i-1].</t>
              </li>
            </ul>
            <t>
For example, if 'ecdh_params'[0][0] specifies the key type as capability of the algorithm, then 'ecdh_params'[1] is the array of COSE capabilities for the COSE key type associated with the ECDH algorithm, as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="COSE.Key.Types"/> (see <xref section="8.2" sectionFormat="of" target="RFC9053"/>).</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-cddl-model" removeInRFC="true">
      <name>CDDL Model</name>
      <figure anchor="fig-cddl-model">
        <name>CDDL Model</name>
        <artwork type="CDDL" align="left"><![CDATA[
; ACE Groupcomm Parameters
sign_enc_key = 21

; ACE Groupcomm Key Types
group_oscore_input_material_obj = 1

; ACE Groupcomm Profiles
coap_group_oscore_app = 1

; OSCORE Security Context Parameters
cred_fmt = 8
gp_enc_alg = 9
sign_alg = 10
sign_params = 11
]]></artwork>
      </figure>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-16-17">
        <name>Version -16 to -17</name>
        <ul spacing="normal">
          <li>
            <t>CBOR diagnostic notation uses placeholders from a CDDL model.</t>
          </li>
          <li>
            <t>Fixes in the CDDL definitions.</t>
          </li>
          <li>
            <t>Fixes in the examples in CBOR diagnostic notation.</t>
          </li>
          <li>
            <t>Updated author list.</t>
          </li>
          <li>
            <t>Updated references and section numbers of referred documents.</t>
          </li>
          <li>
            <t>Use actual tables.</t>
          </li>
          <li>
            <t>Add high-level recap of the concept of scope.</t>
          </li>
          <li>
            <t>Fixed name of the error with error code 4.</t>
          </li>
          <li>
            <t>Renamed parameters to align with RFC 9594  </t>
            <ul spacing="normal">
              <li>
                <t>"Group Encryption Key" becomes "Signature Encryption Key"</t>
              </li>
              <li>
                <t>'group_enc_key' becomes 'sign_enc_key'</t>
              </li>
              <li>
                <t>"Signature Encryption Algorithm" becomes "Group Encryption Algorithm"</t>
              </li>
              <li>
                <t>'sign_enc_alg' becomes 'gp_enc_alg'</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Added CBOR integer abbreviations for ACE Groupcomm Parameters.</t>
          </li>
          <li>
            <t>Considerations on authentication credentials consistent with RFC 9594.</t>
          </li>
          <li>
            <t>Revised alternative computing of N_S challenge when DTLS is used.</t>
          </li>
          <li>
            <t>Generalized definition of ecdh_info.</t>
          </li>
          <li>
            <t>Generalized definition of kdc_dh_creds.</t>
          </li>
          <li>
            <t>Clarified maximum size of the OSCORE Sender ID.</t>
          </li>
          <li>
            <t>Clarified parameters left "not set" in the Security Context.</t>
          </li>
          <li>
            <t>Clarified meaning of 'cred_fmt'.</t>
          </li>
          <li>
            <t>Consistent mandatory use of 'cnonce'.</t>
          </li>
          <li>
            <t>Relation between 'cred_fmt' and Authentication Credential Format.</t>
          </li>
          <li>
            <t>Implicit PoP evidence of the Client's authentication credential.</t>
          </li>
          <li>
            <t>Process of 'client_cred' and 'client_cred_verify' consistent with RFC 9594.</t>
          </li>
          <li>
            <t>GET to ace-group/GROUPNAME/kdc-cred only for group members.</t>
          </li>
          <li>
            <t>Added FETCH handler for /ace-group/GROUPNAME/kdc-cred.</t>
          </li>
          <li>
            <t>PUT becomes POST for ace-group/GROUPNAME/nodes/NODENAME.</t>
          </li>
          <li>
            <t>Fixed error response code from /ace-group/GROUPNAME/nodes/NODENAME.</t>
          </li>
          <li>
            <t>Consistent use of the 'exi' ACE Groupcomm Parameter.</t>
          </li>
          <li>
            <t>Use concise problem details (RFC9290) for error responses.</t>
          </li>
          <li>
            <t>Revised default values on group configuration parameters.</t>
          </li>
          <li>
            <t>Revised future-ready generalization of 'ecdh_info_entry'.</t>
          </li>
          <li>
            <t>CCS is used as default format of authentication credential.</t>
          </li>
          <li>
            <t>Updated name of TLS exporter label.</t>
          </li>
          <li>
            <t>Revised IANA considerations.</t>
          </li>
          <li>
            <t>Aligned requirement formulation with that in RFC 9594.</t>
          </li>
          <li>
            <t>Use of AASVG in message diagrams.</t>
          </li>
          <li>
            <t>Clarifications and editorial fixes.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-15-16">
        <name>Version -15 to -16</name>
        <ul spacing="normal">
          <li>
            <t>Early mentioning of invalid combinations of roles.</t>
          </li>
          <li>
            <t>Revised presentation of handling of stale Sender IDs.</t>
          </li>
          <li>
            <t>Fixed CDDL notation.</t>
          </li>
          <li>
            <t>Fixed diagnostic notation in examples.</t>
          </li>
          <li>
            <t>Possible reason to deviate from default parameter values.</t>
          </li>
          <li>
            <t>Clarifications and editorial fixes.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-14-15">
        <name>Version -14 to -15</name>
        <ul spacing="normal">
          <li>
            <t>Alignment with renaming in draft-ietf-ace-key-groupcomm.</t>
          </li>
          <li>
            <t>Updated signaling of semantics for binary encoded scopes.</t>
          </li>
          <li>
            <t>Considered the upload of access tokens in the DTLS 1.3 Handshake.</t>
          </li>
          <li>
            <t>Fixes in IANA registrations.</t>
          </li>
          <li>
            <t>Editorial fixes.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-13-14">
        <name>Version -13 to -14</name>
        <ul spacing="normal">
          <li>
            <t>Major reordering of the document sections.</t>
          </li>
          <li>
            <t>The HKDF Algorithm is specified by the HMAC Algorithm.</t>
          </li>
          <li>
            <t>Group communication does not necessarily use IP multicast.</t>
          </li>
          <li>
            <t>Generalized AIF data model, also for draft-ace-oscore-gm-admin.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-12-13">
        <name>Version -12 to -13</name>
        <ul spacing="normal">
          <li>
            <t>Renamed parameters about authentication credentials.</t>
          </li>
          <li>
            <t>It is optional for the Group Manager to reassign Gids by tracking "Birth Gids".</t>
          </li>
          <li>
            <t>Distinction between authentication credentials and public keys.</t>
          </li>
          <li>
            <t>Updated IANA considerations related to AIF.</t>
          </li>
          <li>
            <t>Updated textual description of registered ACE Scope Semantics value.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-11-12">
        <name>Version -11 to -12</name>
        <ul spacing="normal">
          <li>
            <t>Clarified semantics of 'ecdh_info' and 'kdc_dh_creds'.</t>
          </li>
          <li>
            <t>Definition of /ace-group/GROUPNAME/kdc-pub-key moved to draft-ietf-ace-key-groupcomm.</t>
          </li>
          <li>
            <t>/ace-group accessible also to non-members that are not Verifiers.</t>
          </li>
          <li>
            <t>Clarified what resources are accessible to Verifiers.</t>
          </li>
          <li>
            <t>Revised error handling for the newly defined resources.</t>
          </li>
          <li>
            <t>Revised use of CoAP error codes.</t>
          </li>
          <li>
            <t>Use of "Token Transfer Request" and "Token Transfer Response".</t>
          </li>
          <li>
            <t>New parameter 'rekeying_scheme'.</t>
          </li>
          <li>
            <t>Categorization of new parameters and inherited conditional parameters.</t>
          </li>
          <li>
            <t>Clarifications on what to do in case of enhanced error responses.</t>
          </li>
          <li>
            <t>Changed UCCS to CCS.</t>
          </li>
          <li>
            <t>Authentication credentials of just joined Clients can be in rekeying messages.</t>
          </li>
          <li>
            <t>Revised names of new IANA registries.</t>
          </li>
          <li>
            <t>Clarified meaning of registered CoRE resource type.</t>
          </li>
          <li>
            <t>Alignment to new requirements from draft-ietf-ace-key-groupcomm.</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>
            <t>Removed redundancy of key type capabilities, from 'sign_info', 'ecdh_info' and 'key'.</t>
          </li>
          <li>
            <t>New resource to retrieve the Group Manager's authentication credential.</t>
          </li>
          <li>
            <t>New resource to retrieve material for Signature Verifiers.</t>
          </li>
          <li>
            <t>New parameter 'gp_enc_alg' related to the group mode.</t>
          </li>
          <li>
            <t>'cred_fmt' takes value from the COSE Header Parameters registry.</t>
          </li>
          <li>
            <t>Improved alignment of the Join Response payload with the Group OSCORE Security Context parameters.</t>
          </li>
          <li>
            <t>Recycling Group IDs by tracking "Birth GIDs".</t>
          </li>
          <li>
            <t>Error handling in case of non available Sender IDs upon joining.</t>
          </li>
          <li>
            <t>Error handling in case EdDSA public keys with invalid Y coordinate when the pairwise mode of Group OSCORE is supported.</t>
          </li>
          <li>
            <t>Generalized proof-of-possession (PoP) for the joining node's private key; defined Diffie-Hellman based PoP for OSCORE groups using only the pairwise mode.</t>
          </li>
          <li>
            <t>Proof-of-possession of the Group Manager's private key in the Join Response.</t>
          </li>
          <li>
            <t>Always use 'peer_identifiers' to convey Sender IDs as node identifiers.</t>
          </li>
          <li>
            <t>Stale Sender IDs provided when rekeying the group.</t>
          </li>
          <li>
            <t>New resource for late retrieval of stale Sender IDs.</t>
          </li>
          <li>
            <t>Added examples of message exchanges.</t>
          </li>
          <li>
            <t>Revised default values of group configuration parameters.</t>
          </li>
          <li>
            <t>Fixes to IANA registrations.</t>
          </li>
          <li>
            <t>General format of parameters related to COSE capabilities, supporting future registered COSE algorithms (new Appendix).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>
            <t>Updated non-recycling policy of Sender IDs.</t>
          </li>
          <li>
            <t>Removed policies about Sender Sequence Number synchronization.</t>
          </li>
          <li>
            <t>'control_path' renamed to 'control_uri'.</t>
          </li>
          <li>
            <t>Format of 'get_pub_keys' aligned with draft-ietf-ace-key-groupcomm.</t>
          </li>
          <li>
            <t>Additional way to inform of group eviction.</t>
          </li>
          <li>
            <t>Registered semantics identifier for extended scope format.</t>
          </li>
          <li>
            <t>Extended error handling, with error type specified in some error responses.</t>
          </li>
          <li>
            <t>Renumbered requirements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>
            <t>The url-path "ace-group" is used.</t>
          </li>
          <li>
            <t>Added overview of admitted methods on the Group Manager resources.</t>
          </li>
          <li>
            <t>Added exchange of parameters relevant for the pairwise mode of Group OSCORE.</t>
          </li>
          <li>
            <t>The signed value for 'client_cred_verify' includes also the scope.</t>
          </li>
          <li>
            <t>Renamed the key material object as Group_OSCORE_Input_Material object.</t>
          </li>
          <li>
            <t>Replaced 'clientId' with 'group_SenderId'.</t>
          </li>
          <li>
            <t>Added message exchange for Group Names request-response.</t>
          </li>
          <li>
            <t>No reassignment of Sender ID and Gid in the same OSCORE group.</t>
          </li>
          <li>
            <t>Updates on group rekeying contextual with request of new Sender ID.</t>
          </li>
          <li>
            <t>Signature verifiers can also retrieve Group Names and URIs.</t>
          </li>
          <li>
            <t>Removed group policy about supporting Group OSCORE in pairwise mode.</t>
          </li>
          <li>
            <t>Registration of the resource type rt="core.osc.gm".</t>
          </li>
          <li>
            <t>Update list of requirements.</t>
          </li>
          <li>
            <t>Clarifications and editorial revision.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>
            <t>AIF data model to express scope entries.</t>
          </li>
          <li>
            <t>A set of roles is checked as valid when processing the Join Request.</t>
          </li>
          <li>
            <t>Updated format of 'get_pub_keys' in the Join Request.</t>
          </li>
          <li>
            <t>Payload format and default values of group policies in the Join Response.</t>
          </li>
          <li>
            <t>Updated payload format of the FETCH request to retrieve authentication credentials.</t>
          </li>
          <li>
            <t>Default values for group configuration parameters.</t>
          </li>
          <li>
            <t>IANA registrations to support the AIF data model.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>
            <t>Alignments with draft-ietf-core-oscore-groupcomm.</t>
          </li>
          <li>
            <t>New format of 'sign_info', using the COSE capabilities.</t>
          </li>
          <li>
            <t>New format of Join Response parameters, using the COSE capabilities.</t>
          </li>
          <li>
            <t>Considerations on group rekeying.</t>
          </li>
          <li>
            <t>Editorial revision.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>
            <t>Added role of external signature verifier.</t>
          </li>
          <li>
            <t>Parameter 'rsnonce' renamed to 'kdcchallenge'.</t>
          </li>
          <li>
            <t>Parameter 'kdcchallenge' may be omitted in some cases.</t>
          </li>
          <li>
            <t>Clarified difference between group name and OSCORE Gid.</t>
          </li>
          <li>
            <t>Removed the role combination ["requester", "monitor"].</t>
          </li>
          <li>
            <t>Admit implicit scope and audience in the Authorization Request.</t>
          </li>
          <li>
            <t>New format for the 'sign_info' parameter.</t>
          </li>
          <li>
            <t>Scope not mandatory to include in the Join Request.</t>
          </li>
          <li>
            <t>Group policy about supporting Group OSCORE in pairwise mode.</t>
          </li>
          <li>
            <t>Possible individual rekeying of a single requesting node combined with a group rekeying.</t>
          </li>
          <li>
            <t>Security considerations on reusage of signature challenges.</t>
          </li>
          <li>
            <t>Addressing optional requirement OPT12 from draft-ietf-ace-key-groupcomm</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>
            <t>Nonce N_S also in error responses to the Join Requests.</t>
          </li>
          <li>
            <t>Supporting single access token for multiple groups/topics.</t>
          </li>
          <li>
            <t>Supporting legal requesters/responders using the 'peer_roles' parameter.</t>
          </li>
          <li>
            <t>Registered and used dedicated label for TLS Exporter.</t>
          </li>
          <li>
            <t>Added method for uploading a new authentication credential to the Group Manager.</t>
          </li>
          <li>
            <t>Added resource and method for retrieving the current group status.</t>
          </li>
          <li>
            <t>Fixed inconsistency in retrieving group keying material only.</t>
          </li>
          <li>
            <t>Clarified retrieval of keying material for monitor-only members.</t>
          </li>
          <li>
            <t>Clarification on incrementing version number when rekeying the group.</t>
          </li>
          <li>
            <t>Clarification on what is re-distributed with the group rekeying.</t>
          </li>
          <li>
            <t>Security considerations on the size of the nonces used for the signature challenge.</t>
          </li>
          <li>
            <t>Added CBOR values to abbreviate role identifiers in the group.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>New abstract.</t>
          </li>
          <li>
            <t>Moved general content to draft-ietf-ace-key-groupcomm</t>
          </li>
          <li>
            <t>Terminology: node name; node resource.</t>
          </li>
          <li>
            <t>Creation and pointing at node resource.</t>
          </li>
          <li>
            <t>Updated Group Manager API (REST methods and offered services).</t>
          </li>
          <li>
            <t>Size of challenges 'cnonce' and 'rsnonce'.</t>
          </li>
          <li>
            <t>Value of 'rsnonce' for reused or non-traditionally-posted tokens.</t>
          </li>
          <li>
            <t>Removed reference to RFC 7390.</t>
          </li>
          <li>
            <t>New requirements from draft-ietf-ace-key-groupcomm</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>New sections, aligned with the interface of ace-key-groupcomm .</t>
          </li>
          <li>
            <t>Exchange of information on the signature algorithm and related parameters, during the Token POST (Section 4.1).</t>
          </li>
          <li>
            <t>Nonce 'rsnonce' from the Group Manager to the Client (Section 4.1).</t>
          </li>
          <li>
            <t>Client PoP signature in the Key Distribution Request upon joining (Section 4.2).</t>
          </li>
          <li>
            <t>Local actions on the Group Manager, upon a new node's joining (Section 4.2).</t>
          </li>
          <li>
            <t>Local actions on the Group Manager, upon a node's leaving (Section 12).</t>
          </li>
          <li>
            <t>IANA registration in ACE Groupcomm Parameters registry.</t>
          </li>
          <li>
            <t>More fulfilled profile requirements (Appendix A).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Editorial fixes.</t>
          </li>
          <li>
            <t>Changed: "listener" to "responder"; "pure listener" to "monitor".</t>
          </li>
          <li>
            <t>Changed profile name to "coap_group_oscore_app", to reflect it is an application profile.</t>
          </li>
          <li>
            <t>Added the 'type' parameter for all requests to a Join Resource.</t>
          </li>
          <li>
            <t>Added parameters to indicate the encoding of authentication credentials.</t>
          </li>
          <li>
            <t>Challenge-response for proof-of-possession of signature keys (Section 4).</t>
          </li>
          <li>
            <t>Renamed 'key_info' parameter to 'sign_info'; updated its format; extended to include also parameters of the signature key (Section 4.1).</t>
          </li>
          <li>
            <t>Code 4.00 (Bad request), in responses to joining nodes providing an invalid authentication credential (Section 4.3).</t>
          </li>
          <li>
            <t>Clarifications on provisioning and checking of authentication credentials (Sections 4 and 6).</t>
          </li>
          <li>
            <t>Extended discussion on group rekeying and possible different approaches (Section 7).</t>
          </li>
          <li>
            <t>Extended security considerations: proof-of-possession of signature keys; collision of OSCORE Group Identifiers (Section 8).</t>
          </li>
          <li>
            <t>Registered three entries in the IANA registry "Sequence Number Synchronization Method" (Section 9).</t>
          </li>
          <li>
            <t>Registered one public key encoding in the "ACE Public Key Encoding" IANA registry (Section 9).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Changed name of 'req_aud' to 'audience' in the Authorization Request (Section 3.1).</t>
          </li>
          <li>
            <t>Added negotiation of signature algorithm/parameters between Client and Group Manager (Section 4).</t>
          </li>
          <li>
            <t>Updated format of the Key Distribution Response as a whole (Section 4.3).</t>
          </li>
          <li>
            <t>Added parameter 'cs_params' in the 'key' parameter of the Key Distribution Response (Section 4.3).</t>
          </li>
          <li>
            <t>New IANA registrations in the "ACE Authorization Server Request Creation Hints" registry, "ACE Groupcomm Key" registry, "OSCORE Security Context Parameters" registry and "ACE Groupcomm Profile" registry (Section 9).</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="sec-acknowledgments">
      <name>Acknowledgments</name>
      <t>Jiye Park contributed as a co-author of initial versions of this document.</t>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Santiago Aragón"/>, <contact fullname="Stefan Beck"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Martin Gunnarsson"/>, <contact fullname="Rikard Höglund"/>, <contact fullname="Watson Ladd"/>, <contact fullname="Daniel Migault"/>, <contact fullname="Jim Schaad"/>, <contact fullname="Ludwig Seitz"/>, <contact fullname="Göran Selander"/>, and <contact fullname="Peter van der Stok"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next projects CRITISEC and CYPRESS; by the H2020 project SIFIS-Home (Grant agreement 952652); and by the EIT-Digital High Impact Initiative ACTIVE.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
+hnizunVJU+k+UJM/kSELEohVTQaI2gskmoFpe8rlFYcELG+UHKOu5mp37Fp
ZDwkVudcMjadJw/6jh3mvHZmETFopzQQa+koZrY1ZFZ02p5roW0cTbAKE2pG
uLVs5Ayv0Mw0k1zP595LHgkbwx/RGlqe/uLi/NmTJxdPH148VP91Ok1OuvTu
SYGz5eFSwqWll/xWhUHUuWY9PKe2oiO86HxQgeTwGIXxpQlKfQJnQ8V7Lz5N
nrhTJmI7WqT1iHeQlPBAp75tps8jWpesIBfpFPM8uvRKvUi0RgN1xLgCFcCH
fT6UVgVp5r6gjMFS4VWsl57Chr9uhy5Qb6MQWVnuA7UaDUbTyX1ScOQUv8Bo
DN5r71FjcCiuUWDNW2iZWsBQ7a5rMJk1DcEaMjWQp4MCHYO/ZxVC01WBud1J
j2gvRb2rNsEHA2TNHzAy7dkgSdkJT0vOZWPDdpGIOi7eFovJiCwiuZk0H82U
whtTKN71wXbKWbHhuDqSQ3uaZ7eN86t27YRc/XIbrvI37D3XCYR6m7N3OqLT
VCoRTjoJio0Jvn6VF1WzbvYOe5JeY1dP6pqdUpYHvCZUr4TuHmKfCWFdXYdt
/C/7T5Km1ZurDbvA3f6hU9hQ3e6Oi8ghbmBfsPf75+f6Gqt5p8I1Vu+XFvvn
zxE4REtduXlgbC93w8efAKIVud5pyCyp4dt9wOGQHvV8W/2KaUu4J+JAfITt
joH2VzrYruXn4rGpWyROW1nL6DeTtJy/LcrX3VpTOXcrsDd5lNSX5OssHWXl
qRw24HGUfbELKN3BL78t8+7XBfw02YQT78k97oGQ29Svn6fza/jaEEn4xVU/
/ERphz73LQk4zaN+st1uThBkz0U13gY2SvrZKE+vpgBqPkSeTM/unOIvf+Jk
3M8S1qrgj6PT5HrraHiYnpw86A8Gw/FB/8GDLfwZ4IoRJMTlYUhAFRztKY4+
4g5U4MGf8k//GPeS7u3uHe3unqT93X56uNvfhf/GPe3t7vb3+ocnG0uIfW/3
6DAbpYdpf+/w+Hi4N0izk70HB/vH42x//+R4d9nzfXhxmqb7x4cZ4PNwcDjK
+rsno+xg/8Fw9+TwcOnzo729w5O93X52uJeNjg+Pd/v9o/3x8fhBdrA7Go2X
Pf9gvH/QH+yPhg8G6cnRbjo+znaH6TH8L3uQZcPRsucBdQej/oPhVsfFtJKL
wHhCmB6PD49G6f7u4Hg06O+l/hOOMgKf9B/gE+P97GCQ7T84ODgc9NP97GQ/
6x/2d0f9dJjujfeyZbDtj4eHB8e7e2l6eATY3RsO4HBPDuB4hg/6u0fpsudP
AA+7J/3h8dHB4e7B3qB/kg7SB6P+OB31B6MHw2XPwznAJUmHR4cno6MH+4dA
ULvp7n5/dDIeHg8Px3Jv7sItSU9QZnlhdYQPzCd/8UNdbRqJOn68YUZnK4ex
7rV32iq90u4yHSQMm7X4rlZQ3pZFze6vd4bT83m5S6x5XHKsS86dvGTtzpp2
1LW5aq5T7WlPvjbyisZtX0V91AZe4rrhzKhn49Cjrx12xBiOvrBjW0m5sYCr
1/NbigNk9K/p4gb/hX0kOtwkQsICDd1+MPc2ePsqSCTHB/uggq4iWglmgHXw
ACuIx+RlsIvr16MxAjzksP5jCm0Qox/fzPHvq9krQOCrdHKF/4W3R/6mzdF/
03rVlnZqdZavN8eIwYDr8XIgzK5p+aa1MEvQaYyUu5kNueeqcGzLsO73trk1
E+0H91vv2cLzhsVAF3IjYp6kgwwNYn829VpFdhLiiWWB+YRxMR2WtzMiC6w3
9K/rV5x30V5tF4l34QiLN8teZez8aH1vJE12r9fvPVh14Ii3+frpPHb6TdaF
jJcpHUw9WbWrZqNwwIo7ulXshhWZxxJwZLFyB374ObOUxQBU6YSKoCOJOjyP
Qp06RpYaPHTqwBTEupb3zyTfjySJFwOMPsQyPb2myp+bHG4LdjRfJQLWOs65
lUFbPk6WfTrOmMV79BRFVv3NuobuwTF0X26hiANjFdUrXOG+HUKooq08fuM+
3EHWGbQKu/gwrqC4IyhC2E1en3XI+j19OHhAxoPT/3AeHLv7zd+yw6T+z2cJ
KqXwr+PTJJNuANIikkIBr1RcvyoG/1DbPrYMsvXPwLg+bX4X/gyVR+NB2D9N
DjvwX18/OTtn7ejy67Pu3uFR8lnbGkbxxIXIdbV/PB42Ayf/ZFZJPU329/HF
7w6BaQPyWl5HDzoa7WnS38VHzy4uu+fnT7r9o+7RQbe/d7JkEVzGqMKnSfcE
F7kYPbw8a38w8xTm0+Rvf+v/2En+1u8kRz/+uMxV4f7zGTz67C/P8WH4Vwfe
vXd42H/w44/N7//F+HJwmMpnsZ88AHzsmZ9FDRd0/OwidUW7kFp/EdhB0Xf0
+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

-->

</rfc>
