<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.0.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-key-groupcomm-oscore-16" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.3 -->
  <front>
    <title abbrev="Key Management for OSCORE Groups in ACE">Key Management for OSCORE Groups in ACE</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
    <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="J." surname="Park" fullname="Jiye Park">
      <organization>Universitaet Duisburg-Essen</organization>
      <address>
        <postal>
          <street>Schuetzenbahn 70</street>
          <city>Essen</city>
          <code>45127</code>
          <country>Germany</country>
        </postal>
        <email>ji-ye.park@uni-due.de</email>
      </address>
    </author>
    <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="2023" month="March" day="06"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines an application profile of the ACE framework for Authentication and Authorization, to request and provision keying material in group communication scenarios that are based on CoAP and are secured with Group Object Security for Constrained RESTful Environments (Group OSCORE). This application profile delegates the authentication and authorization of Clients, that join an OSCORE group through a Resource Server acting as Group Manager for that group. This application profile leverages protocol-specific transport profiles of ACE to achieve communication security, server authentication and proof-of-possession for a key owned by the Client and bound to an OAuth 2.0 Access Token.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="sec-introduction">
      <name>Introduction</name>
      <t>Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/> is a method for application-layer protection of 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 payload and options.</t>
      <t>As described in <xref target="I-D.ietf-core-oscore-groupcomm"/>, Group OSCORE is used to protect CoAP group communication <xref target="I-D.ietf-core-groupcomm-bis"/>, which can employ, for example, IP multicast as underlying data transport. This relies on a 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="I-D.ietf-ace-key-groupcomm"/>, which itself builds on the ACE framework for Authentication and Authorization <xref target="RFC9200"/>. Message exchanges among the participants as well as message formats and processing follow what specified in <xref target="I-D.ietf-ace-key-groupcomm"/> for provisioning and renewing 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 "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/><xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with:</t>
        <ul spacing="normal">
          <li>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).</li>
          <li>The terms and concepts related to the message formats and processing specified in <xref target="I-D.ietf-ace-key-groupcomm"/>, 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.</li>
          <li>The terms and concepts described in CBOR <xref target="RFC8949"/> and COSE <xref target="RFC9052"/><xref target="RFC9053"/>.</li>
          <li>The terms and concepts described in 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".</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>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.</li>
              <li>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="RFC7925"/> and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.</li>
            </ul>
          </li>
        </ul>
        <t>Additionally, this document makes use of the following terminology.</t>
        <ul spacing="normal">
          <li>Requester: member of an OSCORE group that sends request messages to other members of the group.</li>
          <li>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.</li>
          <li>Monitor: member of an OSCORE group that is configured as responder and never replies back to requesters after receiving request messages. This corresponds to the term "silent server" used in <xref target="I-D.ietf-core-oscore-groupcomm"/>.</li>
          <li>Signature verifier: entity external to the OSCORE group and intended to verify the signature of messages exchanged in the group (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="3.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="8.5" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>). An authorized signature verifier does not join the OSCORE group as an actual member, yet it can retrieve the authentication credentials of the current group members from the Group Manager.</li>
          <li>Signature-only group: an OSCORE group that uses only the group mode (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</li>
          <li>Pairwise-only group: an OSCORE group that uses only the pairwise mode (see <xref section="9" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</li>
        </ul>
        <t>Examples throughout this document are expressed in CBOR diagnostic notation without the tag and value abbreviations.</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 with Group Object Security for Constrained RESTful Environments (Group OSCORE) as specified in <xref target="I-D.ietf-core-oscore-groupcomm"/>. A network node joins 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="I-D.ietf-ace-key-groupcomm"/> and <xref target="RFC9200"/> to perform a number of authentication, authorization and key distribution actions as overviewed in <xref section="2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, when the considered group is specifically an OSCORE group.</t>
      <t>With reference to <xref target="I-D.ietf-ace-key-groupcomm"/>:</t>
      <ul spacing="normal">
        <li>The node wishing to join the OSCORE group, i.e., the joining node, is the Client.</li>
        <li>The Group Manager is the Key Distribution Center (KDC), acting as a Resource Server.</li>
        <li>The Authorization Server associated with the Group Manager is the AS.</li>
      </ul>
      <t>A node performs the steps described in Sections <xref target="I-D.ietf-ace-key-groupcomm" section="3" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-key-groupcomm" section="4.3.1.1" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-key-groupcomm"/> 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 MUST 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="I-D.ietf-ace-key-groupcomm"/>:</t>
      <ul spacing="normal">
        <li>The interface provided by the Group Manager extends the original interface defined in <xref section="4.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> for the KDC, as specified in <xref target="sec-interface-GM"/> of this document.</li>
        <li>In addition to those defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, additional parameters are defined in this document and summarized in <xref target="ace-groupcomm-params"/>.</li>
        <li>In addition to those defined in <xref section="9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, additional error identifiers are defined in this document and summarized in <xref target="error-types"/>.</li>
      </ul>
      <t>Finally, <xref target="profile-req"/> lists the specifications on this application profile of ACE, based on the requirements defined in Appendix A of <xref target="I-D.ietf-ace-key-groupcomm"/>.</t>
    </section>
    <section anchor="sec-format-scope">
      <name>Format of Scope</name>
      <t>Building on <xref section="3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, 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 specific data model AIF-OSCORE-GROUPCOMM, that this profile MUST use to format and encode scope entries.</t>
      <t>In particular, the following holds for each scope entry.</t>
      <ul spacing="normal">
        <li>The object identifier ("Toid") is specialized as a CBOR item specifying the name of the groups pertaining to the scope entry.</li>
        <li>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".</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>The object identifier ("Toid") is a CBOR text string, specifying the group name for the scope entry.</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>Each role in the permission set is converted into the corresponding numeric identifier X from the "Value" column of the "Group OSCORE Roles" registry, for which this document defines the entries in <xref target="fig-role-values"/>.</li>
            <li>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.</li>
          </ul>
        </li>
      </ul>
      <figure anchor="fig-role-values">
        <name>Numeric identifier of roles in an OSCORE group</name>
        <artwork align="center"><![CDATA[
+-----------+-------+-------------------------------------------------+
| Name      | Value | Description                                     |
+===========+=======+=================================================+
| Reserved  | 0     | This value is reserved                          |
|-----------+-------+-------------------------------------------------+
| Requester | 1     | Send requests; receive responses                |
|-----------+-------+-------------------------------------------------+
| Responder | 2     | Send responses; receive requests                |
+-----------+-------+-------------------------------------------------+
| Monitor   | 3     | Receive requests; never send requests/responses |
|-----------+-------+-------------------------------------------------|
| Verifier  | 4     | Verify signature of intercepted messages        |
+-----------+-------+-------------------------------------------------+
]]></artwork>
      </figure>
      <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="fig-role-values"/>.</t>
      <artwork><![CDATA[
   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]
]]></artwork>
      <t>Future specifications that define new Group OSCORE roles MUST register a corresponding numeric identifier in the "Group OSCORE Roles" registry defined in <xref target="ssec-iana-group-oscore-roles-registry"/> of this document.</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 sender and recipient (in pairwise mode).</t>
      <t>Therefore, group members must be able to retrieve each other's authentication credential 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. Upon joining an OSCORE group, a joining node is thus expected to provide its own authentication credential to the Group Manager.</t>
      <t>In particular, the following applies when a node joins an OSCORE group.</t>
      <ul spacing="normal">
        <li>The joining node is going to join the group exclusively as monitor, i.e., it is not going to send messages to the group. 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. In case 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, as well as the related parameters 'cnonce' and 'client_cred_verify'.</li>
        <li>The Group Manager already acquired the authentication credential of the joining node during a past joining process. In this case, the joining node MAY choose not to provide again its own authentication credential to the Group Manager, in order to limit the size of the Join Request. The joining node MUST provide its own authentication credential again if it has provided the Group Manager with multiple authentication credentials during past joining processes, intended for different OSCORE groups. If the joining node provides its own authentication credential, the Group Manager performs consistency checks as per <xref target="ssec-join-req-processing"/> and, in case of success, considers it as the authentication credential associated with the joining node in the OSCORE group.</li>
        <li>
          <t>The joining node and the Group Manager use an asymmetric proof-of-possession key to establish a secure communication association. Then, two cases can occur.  </t>
          <ol spacing="normal" type="1"><li>
              <t>When establishing the secure communication association, the Group Manager obtained from the joining node the joining node's authentication credential, in the format used in the OSCORE group and including the asymmetric proof-of-possession key as public key. Also, such authentication credential and the proof-of-possession key are compatible with the signature or ECDH algorithm, and possible associated parameters used in the OSCORE group.      </t>
              <t>
In this case, the Group Manager considers the authentication credential as the one associated with the joining node in the OSCORE group. If the joining node is aware that the authentication credential and the public key included thereof are also valid for the OSCORE group, then the joining node MAY choose to not provide again its own authentication credential to the Group Manager.      </t>
              <t>
The joining node MUST provide again its own authentication credential if it has provided the Group Manager with multiple authentication credentials during past joining processes, intended for different OSCORE groups. If the joining node provides its own authentication credential in the 'client_cred' parameter of the Join Request (see <xref target="ssec-join-req-sending"/>), the Group Manager performs consistency checks as per <xref target="ssec-join-req-processing"/> and, in case of success, considers it as the authentication credential associated with the joining node in the OSCORE group.</t>
            </li>
            <li>
              <t>The authentication credential is not in the format used in the OSCORE group, or else the authentication credential and the proof-of-possession key included as public key are not compatible with the signature or ECDH algorithm, and possible associated parameters used in the OSCORE group.      </t>
              <t>
In this case, the joining node MUST provide a different compatible authentication credential and public key included thereof to the Group Manager in the 'client_cred' parameter of the Join Request (see <xref target="ssec-join-req-sending"/>). Then, the Group Manager performs consistency checks on this latest provided authentication credential as per <xref target="ssec-join-req-processing"/> and, in case of success, considers it as the authentication credential associated with the joining node in the OSCORE group.</t>
            </li>
          </ol>
        </li>
        <li>The joining node and the Group Manager use a symmetric proof-of-possession key to establish a secure communication association. In this case, upon performing a joining process with that Group Manager for the first time, the joining node specifies its own authentication credential in the 'client_cred' parameter of the Join Request (see <xref target="ssec-join-req-sending"/>).</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="I-D.ietf-ace-key-groupcomm"/> 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. 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="I-D.ietf-ace-key-groupcomm"/> 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="I-D.ietf-ace-key-groupcomm"/>, 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 MUST follow the data model AIF-OSCORE-GROUPCOMM defined in <xref target="sec-format-scope"/>. For each OSCORE group to join:      </t>
                <ul spacing="normal">
                  <li>The group name is encoded as a CBOR text string.</li>
                  <li>The set of requested roles is expressed as a single CBOR unsigned integer. This is computed as defined in <xref target="sec-format-scope"/>, 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="fig-role-values"/> (REQ1).</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="I-D.ietf-ace-key-groupcomm"/>, with the following additions:</t>
        <ul spacing="normal">
          <li>The AS MUST 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.</li>
          <li>The AS MUST 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 MUST 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"/>.</li>
        </ul>
        <t>Furthermore, the AS MAY use the extended format of scope defined in <xref section="7" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> for the 'scope' claim of the Access Token. In such a case, the AS MUST 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="I-D.ietf-ace-key-groupcomm"/>. In addition to that, the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>The Token Transfer Request MAY additionally contain the following parameters, which, if included, MUST have the corresponding values defined below (OPT2):  </t>
            <ul spacing="normal">
              <li>'ecdh_info' defined in <xref target="ecdh-info"/> of this document, with value the CBOR simple value "null" (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 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"/>.</li>
              <li>'kdc_dh_creds' defined in <xref target="gm-dh-info"/> of this document, with value the CBOR simple value "null" (0xf6) to request the Diffie-Hellman authentication credentials of the Group Manager for the 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"/>.</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 RECOMMENDED 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"/>).  </t>
            <t>
The 'kdcchallenge' parameter MAY 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 response, the following applies for each element 'sign_info_entry'.  </t>
            <ul spacing="normal">
              <li>'id' MUST NOT refer to OSCORE groups that are pairwise-only groups.</li>
              <li>'sign_alg' takes value from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</li>
              <li>'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).</li>
              <li>'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).</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.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, acceptable values denote a format of authentication credential that MUST 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 (when applicable).      </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="RFC7925"/> 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 CWTs and CCSs, the COSE Header Parameters 'kcwt' and 'kccs' are under pending registration requested by draft-ietf-lake-edhoc. ]      </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. Appendix B of <xref target="I-D.ietf-ace-key-groupcomm"/> 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 'ecdh_info' is included in the Token Transfer Request, the Group Manager SHOULD include the 'ecdh_info' parameter in the Token Transfer Response, as per the format defined in <xref target="ecdh-info"/>. Note that the field 'id' of each 'ecdh_info_entry' specifies the name, or array of group names, for which that 'ecdh_info_entry' applies to.  </t>
            <t>
As an exception, the KDC MAY omit the 'ecdh_info' parameter in the Token Transfer Response even if 'ecdh_info' is included in the Token Transfer Request, in case all the groups that the Client is authorized to join are signature-only groups.</t>
          </li>
          <li>If 'kdc_dh_creds' is included in the Token Transfer Request and any of the groups that the Client has been authorized to join is a pairwise-only group, then the Group Manager MUST include the 'kdc_dh_creds' parameter in the Token Transfer Response, as per the format defined in <xref target="gm-dh-info"/>. Otherwise, if 'kdc_dh_creds' is included in the Token Transfer Request, the Group Manager MAY include the 'kdc_dh_creds' parameter in the Token Transfer Response. Note that the field 'id' specifies the group name, or array of group names, for which the corresponding 'kdc_dh_creds' applies to.</li>
        </ul>
        <t>Note that, other than through the above parameters as defined in <xref section="3.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, 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 OPTIONAL 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 this application profile, 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="I-D.ietf-ace-key-groupcomm"/>).</t>
          <t>When used in the Token Transfer Request sent to the Group Manager, the 'ecdh_info' parameter has value the CBOR simple value "null" (0xf6). This is done to ask for information about the ECDH algorithm as well as about the authentication credentials and public keys to be used to compute static-static Diffie-Hellman shared secrets <xref target="NIST-800-56A"/>, in the OSCORE groups that the Client has been authorized to join and that use the pairwise mode of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>When used in the following Token Transfer Response from the Group Manager, the 'ecdh_info' parameter is a CBOR array of one or more elements. The number of elements is at most the number of OSCORE groups that the Client has been authorized to join.</t>
          <t>Each element contains information about ECDH parameters as well as about authentication credentials and public keys, for one or more OSCORE groups that use the pairwise mode of Group OSCORE and that the Client has been authorized to join. Each element is formatted as follows.</t>
          <ul spacing="normal">
            <li>The first element 'id' is the group name of the OSCORE group or an array of group names for the OSCORE groups for which the specified information applies. In the following, each specified group name is referred to as 'gname'. The 'id' element MUST NOT refer to OSCORE groups that are signature-only groups.</li>
            <li>The second element 'ecdh_alg' is a CBOR integer or a CBOR text string indicating the ECDH algorithm used in the OSCORE group identified by 'gname'. Values are taken from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</li>
            <li>The third element 'ecdh_parameters' is a CBOR array indicating the parameters of the ECDH algorithm used in the OSCORE group identified by 'gname'. Its format and value are the same 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"/>.</li>
            <li>The fourth element 'ecdh_key_parameters' is a CBOR array indicating the parameters of the keys used with the ECDH algorithm in the OSCORE group identified by 'gname'. Its content depends on the value of 'ecdh_alg'. In particular, its format and value are the same 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"/>.</li>
            <li>The fifth element 'cred_fmt' is a CBOR integer indicating the format of authentication credentials used in the OSCORE group identified by 'gname'. It takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/> (REQ6). Acceptable values denote a format that MUST 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 (when applicable). The same considerations and guidelines for the 'cred_fmt' element of 'sign_info' apply (see <xref target="ssec-token-post"/>).</li>
          </ul>
          <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
                                      ; Group Manager

ecdh_info_res = [ + ecdh_info_entry ] ; in the Token Transfer
                                      ; Response from the
                                      ; Group Manager

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

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 OPTIONAL 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 this application profile, this parameter is used to request and retrieve from the Group Manager its Diffie-Hellman authentication credentials to use, in the OSCORE groups that the Client has been authorized to join. The Group Manager has a Diffie-Hellman authentication credential in an OSCORE group if and only if the group is a pairwise-only group. In this case, the early retrieval of the Group Manager's authentication credential is necessary in order for the joining node to prove the possession of its own private key, upon joining the group (see <xref target="ssec-join-req-sending"/>).</t>
          <t>When used in the Token Transfer Request sent to the Group Manager, the 'kdc_dh_creds' parameter has value the CBOR simple value "null" (0xf6). This is done to ask for the Diffie-Hellman authentication credentials that the Group Manager uses in the OSCORE groups that the Client has been authorized to join.</t>
          <t>When used in the following Token Transfer Response from the Group Manager, the 'kdc_dh_creds' parameter is a CBOR array of one or more elements. The number of elements is at most the number of OSCORE groups that the Client has been authorized to join.</t>
          <t>Each element 'kdc_dh_creds_entry' contains information about the Group Manager's Diffie-Hellman authentication credentials, for one or more OSCORE groups that are pairwise-only groups and that the Client has been authorized to join. Each element is formatted as follows.</t>
          <ul spacing="normal">
            <li>The first element 'id' is the group name of the OSCORE group or an array of group names for the OSCORE groups for which the specified information applies. In particular, 'id' MUST refer exclusively to OSCORE groups that are pairwise-only groups.</li>
            <li>The second element 'cred_fmt' is a CBOR integer indicating the format of authentication credentials used in the OSCORE group identified by 'gname'. It takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/> (REQ6). Acceptable values denote a format that MUST 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 (when applicable). The same considerations and guidelines for the 'cred_fmt' element of 'sign_info' apply (see <xref target="ssec-token-post"/>).</li>
            <li>The third element 'cred' is a CBOR byte string, which encodes the Group Manager's Diffie-Hellman authentication credential in its original binary representation made available to other endpoints in the group. That is, the original binary representation complies with the format specified by the 'cred_fmt' element. Note that the authentication credential provides the comprehensive set of information related to its public key algorithm, i.e., the ECDH algorithm used in the OSCORE group as pairwise key agreement algorithm.</li>
          </ul>
          <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
                                            ; Group Manager

kdc_dh_creds_res = [ + kdc_dh_creds_entry ] ; in the Token Transfer
                                            ; Response from the
                                            ; Group Manager

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="I-D.ietf-ace-key-groupcomm"/>. Note that what is defined in <xref target="I-D.ietf-ace-key-groupcomm"/> 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="I-D.ietf-ace-key-groupcomm"/>. Additionally to what is defined in <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>The 'scope' parameter MUST 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 MUST NOT 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 MUST 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 MUST NOT be present.  </t>
            <t>
If this parameter is present and its value is not the CBOR simple value "null" (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>'cnonce' contains a dedicated nonce N_C generated by the joining node. For the N_C value, it is RECOMMENDED to use an 8-byte long random nonce.</li>
          <li>
            <t>The proof-of-possession (PoP) evidence included in 'client_cred_verify' is computed as defined below (REQ14). 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>If the group is not a pairwise-only group, the PoP evidence MUST be a signature. The joining node computes the signature by using the same private key and signature algorithm it intends to use for signing messages in the OSCORE group.</li>
              <li>
                <t>If the group is a pairwise-only group, the PoP evidence MUST 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>salt takes as value the empty byte string.</li>
                  <li>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"/>.</li>
                  <li>info takes as value the PoP input.</li>
                  <li>L is equal to 8, i.e., the size of the MAC, in bytes.</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>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"/>).</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:  </t>
              <ul spacing="normal">
                <li>in the "psk_identity" field of the ClientKeyExchange message when using DTLS 1.2 <xref target="RFC6347"/>; or</li>
                <li>in the "identity" field of a PskIdentity within the PreSharedKeyExtension of the ClientHello message when using DTLS 1.3 <xref target="RFC9147"/>,</li>
              </ul>
              <t>
then N_S is an exporter value computed as defined in <xref section="7.5" sectionFormat="of" target="RFC8446"/>. Specifically, N_S is exported from the DTLS session between the joining node and the Group Manager, using an empty 'context_value', 32 bytes as 'key_length', and the exporter label "EXPORTER-ACE-Sign-Challenge-coap-group-oscore-app" defined in <xref target="ssec-iana-tls-esporter-label-registry"/> of this document.</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="I-D.ietf-ace-key-groupcomm"/>, with the following additions.</t>
        <t>The Group Manager verifies the PoP evidence contained in 'client_cred_verify' as follows:</t>
        <ul spacing="normal">
          <li>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.</li>
          <li>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 <xref target="sec-public-keys-of-joining-nodes"/>).</li>
          <li>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.</li>
          <li>If the group is a pairwise-only group, the PoP evidence is a MAC. The Group Manager recomputes the MAC through the same process 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.</li>
        </ul>
        <t>The Group Manager MUST reply with a 5.03 (Service Unavailable) error response in the following cases:</t>
        <ul spacing="normal">
          <li>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 MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 4 ("No available node identifiers").</li>
          <li>The OSCORE group that the joining node has been trying to join is currently inactive (see <xref target="ssec-resource-active"/>). The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 9 ("Group currently not active").</li>
        </ul>
        <t>The Group Manager MUST reply with a 4.00 (Bad Request) error response in the following cases:</t>
        <ul spacing="normal">
          <li>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).</li>
          <li>
            <t>The 'client_cred' parameter is not present in the Join Request while the joining node is not going to join the group exclusively as monitor, and any of the following conditions holds:  </t>
            <ul spacing="normal">
              <li>The Group Manager does not store an eligible authentication credential (e.g., of the format accepted in the group) for the joining node.</li>
              <li>The Group Manager stores multiple eligible authentication credentials (e.g., of the format accepted in the group) for the joining node.</li>
            </ul>
          </li>
          <li>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").</li>
          <li>The Join Request includes the 'client_cred' parameter but does not include both the 'cnonce' and 'client_cred_verify' parameters.</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.4.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), the Group Manager MAY reply with a 4.00 (Bad Request) error response in case all the following conditions hold:</t>
        <ul spacing="normal">
          <li>The OSCORE group uses the pairwise mode of Group OSCORE.</li>
          <li>The OSCORE group uses EdDSA public keys <xref target="RFC8032"/>.</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>Is for the elliptic curve Ed25519 and has its Y coordinate equal to -1 or 1 (mod p), with p = (2^255 - 19), see <xref section="4.1" sectionFormat="of" target="RFC7748"/>; or</li>
              <li>Is for the elliptic curve Ed448 and has its Y coordinate equal to -1 or 1 (mod p), with p =  (2^448 - 2^224 - 1), see <xref section="4.2" sectionFormat="of" target="RFC7748"/>.</li>
            </ul>
          </li>
        </ul>
        <t>A 4.00 (Bad Request) error response from the Group Manager to the joining node MUST have content format application/ace-groupcomm+cbor. The response payload is a CBOR map formatted as follows:</t>
        <ul spacing="normal">
          <li>If the group uses (also) the group mode of Group OSCORE, the CBOR map MUST contain the 'sign_info' parameter, whose CBOR label is defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. This parameter has the same format of 'sign_info_res' defined in <xref section="3.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> and includes a single element 'sign_info_entry', pertaining to the OSCORE group that the joining node has tried to join with the Join Request.</li>
          <li>If the group uses (also) the pairwise mode of Group OSCORE, the CBOR map MUST 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', pertaining to the OSCORE group that the joining node has tried to join with the Join Request.</li>
          <li>If the group is a pairwise-only group, the CBOR map MUST 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', pertaining to the OSCORE group that the joining node has tried to join with the Join Request.</li>
          <li>The CBOR map MAY include the 'kdcchallenge' parameter, whose CBOR label is defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. If present, this parameter is a CBOR byte string, which encodes a newly generated 'kdcchallenge' value that the Client can use when preparing a Join Request (see <xref target="ssec-join-req-sending"/>). In such a case the Group Manager MUST store the newly generated value as the 'kdcchallenge' value associated with the joining node, replacing the currently stored value (if any).</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 MAY send a new Join Request to the Group Manager. In such a case:</t>
          <ul spacing="normal">
            <li>The 'cnonce' parameter MUST include a new dedicated nonce N_C generated by the joining node.</li>
            <li>The 'client_cred' parameter MUST include an authentication credential in the format indicated by the Group Manager. Also, the authentication credential as well as the included public key MUST be compatible with the signature or ECDH algorithm, and possible associated parameters.</li>
            <li>The 'client_cred_verify' parameter MUST include a PoP evidence computed as described in <xref target="ssec-join-req-sending"/>, by using the private key associated with the authentication credential specified in the current 'client_cred' parameter, with the signature or ECDH algorithm, and possible associated parameters indicated by the Group Manager. If the error response from the Group Manager includes the 'kdcchallenge' parameter, the joining node MUST use its content as new N_S challenge to compute the PoP evidence.</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="I-D.ietf-ace-key-groupcomm"/>.</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 MUST NOT 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="3.2.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, the Group Manager MUST 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.  </t>
            <t>
If the joining node is recognized as a current group member, e.g., through the ongoing secure communication association, the following also applies.  </t>
            <ul spacing="normal">
              <li>The Group Manager MUST assign a new OSCORE Sender ID different than the one currently used by the joining node in the OSCORE group.</li>
              <li>The Group Manager MUST 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"/>).</li>
            </ul>
          </li>
          <li>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 MUST keep this association updated over time.</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="I-D.ietf-ace-key-groupcomm"/>, with the following additions:</t>
        <ul spacing="normal">
          <li>The 'gkty' parameter identifies a key of type "Group_OSCORE_Input_Material object", defined in <xref target="ssec-iana-groupcomm-keys-registry"/> of this document.</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', 'sign_enc_alg', 'sign_alg', 'sign_params', 'ecdh_alg' and 'ecdh_params' 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>The 'hkdf' parameter, if present, specifies the HKDF Algorithm used in the OSCORE group. The HKDF Algorithm is specified by the HMAC Algorithm value. This parameter MAY be omitted, if the HKDF Algorithm used in the group is HKDF SHA-256. Otherwise, this parameter MUST be present.</li>
              <li>The 'salt' parameter, if present, has as value the OSCORE Master Salt used in the OSCORE group. This parameter MAY be omitted, if the Master Salt used in the group is the empty byte string. Otherwise, this parameter MUST be present.</li>
              <li>The 'ms' parameter includes the OSCORE Master Secret value used in the OSCORE group. This parameter MUST be present.</li>
              <li>The 'contextId' parameter has as value the Group Identifier (Gid), i.e., the OSCORE ID Context of the OSCORE group. This parameter MUST be present.</li>
              <li>The 'group_senderId' parameter has as value the OSCORE Sender ID assigned to the joining node by the Group Manager, as described above. This parameter MUST 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"/>).</li>
              <li>
                <t>The 'cred_fmt' parameter specifies the format of authentication credentials used in the OSCORE group. This parameter MUST be present and it takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="COSE.Header.Parameters"/> (REQ6). Consistently with <xref section="2.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, acceptable values denote a format that MUST 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 (when applicable).      </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="RFC7925"/> 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 CWTs and CCSs, the COSE Header Parameters 'kcwt' and 'kccs' are under pending registration requested by draft-ietf-lake-edhoc. ]      </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 MUST also include the following parameters, if and only if the OSCORE group is not a pairwise-only group.  </t>
            <ul spacing="normal">
              <li>The 'sign_enc_alg' parameter, specifying the Signature Encryption Algorithm 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"/>.</li>
              <li>The 'sign_alg' parameter, specifying the Signature Algorithm used to sign messages in the OSCORE group. This parameter takes values from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</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>'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"/>.</li>
                  <li>'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"/>.</li>
                </ul>
              </li>
            </ul>
            <t>
The 'key' parameter MUST also include the following parameters, if and only if the OSCORE group is not a signature-only group.  </t>
            <ul spacing="normal">
              <li>The 'alg' parameter, specifying the AEAD Algorithm used in the OSCORE group to encrypt messages protected with the pairwise mode.</li>
              <li>The 'ecdh_alg' parameter, specifying the Pairwise Key Agreement Algorithm used in the OSCORE group. This parameter takes values from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</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>'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"/>.</li>
                  <li>'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"/>.</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"/> 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>The 'exp' parameter MUST be present.</li>
          <li>The 'ace_groupcomm_profile' parameter MUST be present and has value coap_group_oscore_app (PROFILE_TBD), which is defined in <xref target="ssec-iana-groupcomm-profile-registry"/> of this document.</li>
          <li>
            <t>The 'creds' parameter, if present, includes the authentication credentials requested by the joining node by means of the 'get_creds' parameter in the Join Request.  </t>
            <t>
If the joining node has asked for the authentication credentials of all the group members, i.e., 'get_creds' had value the CBOR simple value "null" (0xf6) in the Join Request, 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, 'creds' includes 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>The 'peer_identifiers' parameter includes 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).</li>
          <li>
            <t>The 'group_policies' parameter SHOULD be present, and SHOULD include the following elements:  </t>
            <ul spacing="normal">
              <li>"Key Update Check Interval" defined in <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, with default value 3600;</li>
              <li>"Expiration Delta" defined in <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, with default value 0.</li>
            </ul>
          </li>
          <li>The 'kdc_cred' parameter MUST be present, specifying the Group Manager's authentication credential in its original binary representation (REQ8). The Group Manager's authentication credential MUST be in the format used in the OSCORE group. Also, the authentication credential as well as the included public key MUST be compatible with the signature or ECDH algorithm, and possible associated parameters used in the OSCORE group.</li>
          <li>The 'kdc_nonce' parameter MUST be present, specifying the dedicated nonce N_KDC generated by the Group Manager. For N_KDC, it is RECOMMENDED to use an 8-byte long random nonce.</li>
          <li>
            <t>The 'kdc_cred_verify' parameter MUST be present, specifying the proof-of-possession (PoP) evidence computed by the Group Manager. The PoP evidence is computed over the nonce N_KDC, which is specified in the 'kdc_nonce' parameter and taken as PoP input. The PoP evidence is computed as defined below (REQ21).  </t>
            <ul spacing="normal">
              <li>If the group is not a pairwise-only group, the PoP evidence MUST 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.</li>
              <li>
                <t>If the group is a pairwise-only group, the PoP evidence MUST 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>salt takes as value the empty byte string.</li>
                  <li>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"/>.</li>
                  <li>info takes as value the PoP input.</li>
                  <li>L is equal to 8, i.e., the size of the MAC, in bytes.</li>
                </ul>
              </li>
            </ul>
          </li>
          <li>The 'group_rekeying' parameter MAY be omitted, if the Group Manager uses the "Point-to-Point" group rekeying scheme registered in <xref section="11.12" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> 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 MUST be included.</li>
        </ul>
        <t>As a last action, if the Group Manager reassigns Gid values during the group's lifetime (see <xref section="3.2.1.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), then the Group Manager MUST 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="3" 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 MUST 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>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.</li>
          <li>If the group is a pairwise-only group, the PoP evidence is a MAC. The joining node recomputes the MAC through the same process 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.</li>
        </ul>
        <t>In case of failed verification of the PoP evidence, the joining node MUST stop processing the Join Response and MAY 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"/>. If the following parameters were not included in the 'key' parameter of the Join Response, the joining node considers the default values specified below, consistently with <xref section="3.2" sectionFormat="of" target="RFC8613"/>.</t>
        <ul spacing="normal">
          <li>Absent the 'hkdf' parameter, the joining node considers HKDF SHA-256 as HKDF Algorithm to use in the OSCORE group.</li>
          <li>Absent the 'salt' parameter, the joining node considers the empty byte string as Master Salt to use in the OSCORE group.</li>
          <li>Absent the 'group_rekeying' parameter, the joining node considers the "Point-to-Point" group rekeying scheme registered in <xref section="11.12" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> as the rekeying scheme used in the group (OPT9). Its detailed use for this profile is defined in <xref target="sec-group-rekeying-process"/> of this document.</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>The joining node MUST NOT process an incoming request message, if protected by a group member whose authentication credential is not associated with the role "Requester".</li>
          <li>The joining node MUST NOT process an incoming response message, if protected by a group member whose authentication credential is not associated with the role "Responder".</li>
          <li>The joining node MUST NOT use the pairwise mode of Group OSCORE to process messages in the group, if the Join Response did not include the 'ecdh_alg' parameter.</li>
        </ul>
        <t>If the application requires backward security, the Group Manager MUST 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="3.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      <t>To this end the Group Manager MUST 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="I-D.ietf-ace-key-groupcomm"/> and registered in <xref section="11.12" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. 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 MUST comply with the functional steps defined in <xref section="3.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 MUST increment the version number of the group keying material. When rekeying a group, the Group Manager MUST 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 MUST include:</t>
      <ul spacing="normal">
        <li>The new version number of the group keying material for the group.</li>
        <li>
          <t>A new Group Identifier (Gid) for the group as introduced in <xref target="I-D.ietf-ace-key-groupcomm"/>, 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="I-D.ietf-ace-key-groupcomm"/>, which is a plain, stable and invariant identifier, with no cryptographic relevance and meaning.</t>
        </li>
        <li>A new value for the Master Secret parameter of the Group OSCORE Common Security Context of the group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</li>
        <li>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="3.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"/>.</li>
      </ul>
      <t>Also, the data distributed through a group rekeying MAY include a new value for the Master Salt parameter of the Group OSCORE Common Security Context of that group.</t>
      <t>The Group Manager MUST rekey the group in the following cases.</t>
      <ul spacing="normal">
        <li>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.</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 owning 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="3.2" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="12.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 MUST rekey the group.</t>
      <t>The Group Manager MAY 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 MUST 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 MUST add an element to the set X associated with the current version of the group keying material.</t>
        <ul spacing="normal">
          <li>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.</li>
          <li>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"/>).</li>
        </ul>
        <t>The value of N can change during the lifetime of the group. If the new value N' is smaller than N, the Group Manager MUST 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 to a new version V' = (V + 1) of the group keying material, the Group Manager MUST perform the following actions.</t>
        <ul spacing="normal">
          <li>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.</li>
          <li>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"/>).</li>
          <li>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.</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="I-D.ietf-ace-key-groupcomm"/>, with the additional sub-resources defined from <xref target="ssec-resource-active"/> to <xref target="ssec-resource-stale-sids"/> of this document.</t>
      <t>Furthermore, <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 MUST match with the group name specified in the scope entry of the Access Token scope (i.e., 'gname' in <xref section="3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>) (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 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="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="I-D.ietf-ace-key-groupcomm"/>, the handler verifies that the requesting Client is a current member of the group. If the verification fails, the KDC MUST reply with a 4.03 (Forbidden) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST 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="I-D.ietf-ace-key-groupcomm"/>, the Group Manager performs the following checks.</t>
          <t>If the requesting Client is a current group member, the Group Manager MUST reply with a 4.03 (Forbidden) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 8 ("Operation permitted only to signature verifiers").</t>
          <t>If GROUPNAME denotes a pairwise-only group, the Group Manager MUST reply with a 4.00 (Bad Request) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST 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="3.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="8.5" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>). The response MUST 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.</t>
          <t>In addition to what is defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, the handler verifies that the requesting Client is a current member of the group. If the verification fails, the Group Manager MUST reply with a 4.03 (Forbidden) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST 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="3.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>The table in <xref target="method-table"/> 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>
        <figure anchor="method-table">
          <name>Admitted CoAP Methods on the Group Manager Resources</name>
          <artwork align="center"><![CDATA[
+---------------------------------+--------+-------+-------+-------+
| Resource                        | Type1  | Type2 | Type3 | Type4 |
+---------------------------------+--------+-------+-------+-------+
| ace-group/                      | F      | F     | F     | F     |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/            | G Po   | G Po  | Po *  | Po    |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/active      | G      | G     | -     | -     |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/verif-data  | -      | -     | G     | -     |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/creds       | G F    | G F   | G F   | -     |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/kdc-cred    | G      | G     | G     | -     |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/stale-sids  | F      | F     | -     | -     |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/policies    | G      | G     | -     | -     |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/num         | G      | G     | -     | -     |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/nodes/      | G Pu D | G D   | -     | -     |
|           NODENAME              |        |       |       |       |
+---------------------------------+--------+-------+-------+-------+
| ace-group/GROUPNAME/nodes/      | Po     | -     | -     | -     |
|           NODENAME/pub-key      |        |       |       |       |
+---------------------------------+--------+-------+-------+-------+

CoAP methods: G = GET; F = FETCH; Po = POST; Pu = PUT; D = DELETE

Type1 = Member as Requester and/or Responder
Type2 = Member as Monitor
Type3 = Non-member (authorized to be signature verifier)
        (*) = cannot join the group as signature verifier
Type4 = Non-member (not authorized to be signature verifier)
]]></artwork>
        </figure>
        <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 MUST reply with a 4.03 (Forbidden) error response if that node attempts to access any other endpoint than: /ace-group; ace-group/GROUPNAME/verif-data; /ace-group/GROUPNAME/creds; and ace-group/GROUPNAME/kdc-cred.</t>
        </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="I-D.ietf-ace-key-groupcomm"/>, 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>GET request to ace-group/GROUPNAME/active, in order to check the current status of the group.</li>
          <li>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="3.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="8.5" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>). Note that this operation is relevant to support only to signature verifiers.</li>
          <li>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"/>.</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' 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="I-D.ietf-ace-key-groupcomm"/>. The Key Distribution Response is formatted as defined in <xref section="4.3.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, with the following additions.</t>
          <ul spacing="normal">
            <li>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.</li>
            <li>The 'exp' parameter MUST be present.</li>
            <li>The 'ace_groupcomm_profile' parameter MUST be present and has value coap_group_oscore_app.</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="I-D.ietf-ace-key-groupcomm"/>. The Key Distribution Response is formatted as defined in <xref section="4.8.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, 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'.  </t>
              <t>
Note that, in any other case, the current Sender ID of the group member is not specified as a separate parameter, but rather specified by 'group_SenderId' within the 'key' parameter.</t>
            </li>
            <li>The 'exp' parameter MUST be present.</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.5.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 MUST send a Key Renewal Request message to the Group Manager, as per <xref section="4.8.2.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. That is, it sends a CoAP PUT 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="I-D.ietf-ace-key-groupcomm"/>, with the following additions.</t>
        <t>The Group Manager MUST 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 MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST 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>If the requesting group member has exclusively the role of monitor, the Group Manager replies with a 4.03 (Forbidden) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 1 ("Request inconsistent with the current roles").</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 SHOULD 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 SHOULD NOT rekey the OSCORE group when receiving a Key Renewal Request (OPT12).</t>
              </li>
              <li>
                <t>The Group Manager determines and assigns a new OSCORE Sender ID for that group member, and replies with a Key Renewal Response formatted as defined in <xref section="4.8.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The CBOR Map in the response payload includes a single parameter 'group_SenderId' 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.5.3.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, the Group Manager MUST 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 MUST 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 MUST return a 5.03 (Service Unavailable) response in case there are currently no Sender IDs available to assign in the OSCORE group. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 4 ("No available node identifiers").</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="I-D.ietf-ace-key-groupcomm" section="4.4.1.1" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-key-groupcomm" section="4.4.2.1" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-key-groupcomm"/>. 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, the Authentication Credential Request is formatted as defined in <xref section="4.4.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. That is:</t>
        <ul spacing="normal">
          <li>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 "null" (0xf6) (see <xref target="ssec-join-req-sending"/>).</li>
          <li>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).</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="I-D.ietf-ace-key-groupcomm"/>, 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="I-D.ietf-ace-key-groupcomm"/>, 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="I-D.ietf-ace-key-groupcomm"/>, with the following addition.</t>
        <ul spacing="normal">
          <li>The group member computes the proof-of-possession (PoP) evidence included in 'client_cred_verify' in the same way taken when preparing a Join Request for the OSCORE group in question, as defined in <xref target="ssec-join-req-sending"/> (REQ14).</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="I-D.ietf-ace-key-groupcomm"/>, with the following additions.</t>
        <ul spacing="normal">
          <li>The N_S challenge used to build the proof-of-possession input is computed as defined in <xref target="sssec-challenge-value"/> (REQ15).</li>
          <li>The Group Manager verifies the PoP challenge included in 'client_cred_verify' in the same way as when processing a Join Request for the OSCORE group in question, as defined in <xref target="ssec-join-req-processing"/> (REQ14).</li>
          <li>The Group Manager MUST 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 MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 9 ("Group currently not active").</li>
          <li>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 MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 1 ("Request inconsistent with the current roles").</li>
          <li>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 MUST keep this association updated over time.</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>That is, it sends a CoAP GET request to the endpoint /ace-group/GROUPNAME/kdc-cred at the Group Manager defined in <xref section="4.5.1.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, 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="I-D.ietf-ace-key-groupcomm"/>, the Group Manager MUST respond with a 4.00 (Bad Request) error response, if the requesting Client is not a current group member and GROUPNAME denotes a pairwise-only group. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 7 ("Signatures not used in the group").</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="I-D.ietf-ace-key-groupcomm"/>. The Group Manager specifies the parameters 'kdc_cred', 'kdc_nonce' and 'kdc_challenge' 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="I-D.ietf-ace-key-groupcomm"/>. 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>
        <t>Note that a signature verifier would not receive a successful response from the Group Manager, in case GROUPNAME denotes a pairwise-only group.</t>
      </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="3.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="8.5" 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>From the Join Response message, only the parameters 'gkty', 'key', 'num', 'exp' and 'ace_groupcomm_profile' are present. The 'key' parameter includes only the following data.  </t>
            <ul spacing="normal">
              <li>The parameters 'hkdf', 'contextId', 'cred_fmt', 'sign_enc_alg', 'sign_alg', 'sign_params'. These parameters MUST be present.</li>
              <li>The parameters 'alg' and 'ecdh_alg'. These parameters MUST NOT be present if the group is a signature-only group. Otherwise, they MUST be present.</li>
            </ul>
          </li>
          <li>The parameter 'group_enc_key' is also included, with CBOR label defined in <xref target="ssec-iana-ace-groupcomm-parameters-registry"/>. This parameter specifies the Group Encryption Key of the OSCORE Group, encoded as a CBOR byte string. The Group Manager derives the Group Encryption Key from the group keying material, as per <xref section="2.1.6" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. This parameter MUST be present.</li>
        </ul>
        <t>In order to verify signatures in the group (see <xref section="8.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"/>.</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>
          <artwork 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>
        </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"
   Payload: -

   Response:

   Header: Content (Code=2.05)
   Content-Format: "application/ace-groupcomm+cbor"
   Payload (in CBOR diagnostic notation, with GROUPCOMM_KEY_TBD
            and PROFILE_TBD being CBOR integers, while GROUP_ENC_KEY
            being a CBOR byte string):
    {
      "gkty": GROUPCOMM_KEY_TBD,
      "key": {
        "hkdf": 5,                     ; HMAC 256/256
        "contextId": h'37fc',
        "cred_fmt": 33,                ; x5chain
        "sign_enc_alg": 10,            ; AES-CCM-16-64-128
        "sign_alg": -8,                ; EdDSA
        "sign_params": [[1], [1, 6]]   ; [[OKP], [OKP, Ed25519]]
      },
      "num": 12,
      "exp": 1609459200,
      "ace_groupcomm_profile": PROFILE_TBD,
      "group_enc_key": GROUP_ENC_KEY
    }
]]></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="I-D.ietf-ace-key-groupcomm"/>. 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="I-D.ietf-ace-key-groupcomm"/>. The success Policies Response is formatted as defined in <xref section="4.6.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</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="I-D.ietf-ace-key-groupcomm"/>. 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="I-D.ietf-ace-key-groupcomm"/>. The success Version Response is formatted as defined in <xref section="4.7.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</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 "true" (0xf5) if the group is currently active, or the CBOR simple value "false" (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 happen.</t>
        <t>Upon learning from a 2.05 (Content) response that the group is currently inactive, the group member SHOULD stop taking part in communications within the group, until it becomes active again.</t>
        <t>Upon learning from a 2.05 (Content) 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>
          <artwork align="center"><![CDATA[
Group                                                         Group
Member                                                       Manager
  |                                                             |
  |--- Group Status Request: GET ace-group/GROUPNAME/active --->|
  |                                                             |
  |<---------- Group Status Response: 2.05 (Content) -----------|
  |                                                             |
]]></artwork>
        </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"
   Payload: -

   Response:

   Header: Content (Code=2.05)
   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>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 to the group-membership resource.</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="4.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 to 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="I-D.ietf-ace-key-groupcomm"/>.</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="I-D.ietf-ace-key-groupcomm"/>. 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 to 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="I-D.ietf-ace-key-groupcomm"/>. The success Group Name and URI Retrieval Response is formatted as defined in <xref section="4.2.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. 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 to 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 to 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>
          <artwork 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>
        </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: "application/ace-groupcomm+cbor"
   Payload (in CBOR diagnostic notation):
     {
       "gid": [h'37fc', h'84bd']
     }

   Response:

   Header: Content (Code=2.05)
   Content-Format: "application/ace-groupcomm+cbor"
   Payload (in CBOR diagnostic notation):
     {
       "gid": [h'37fc', h'84bd'],
       "gname": ["g1", "g2"],
       "guri": ["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="I-D.ietf-ace-key-groupcomm"/>. 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="I-D.ietf-ace-key-groupcomm"/>. 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 <xref section="3.2.1.1" sectionFormat="of" 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 MUST inform the leaving node of its eviction as follows. If both conditions hold, the Group Manager MUST inform the leaving node by using only the method corresponding to one of either conditions.</t>
      <ul spacing="normal">
        <li>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="I-D.ietf-ace-key-groupcomm"/>, the Group Manager sends a DELETE request targeting the URI specified in the 'control_uri' parameter (OPT7).</li>
        <li>If the leaving node has been observing the associated resource at ace-group/GROUPNAME/nodes/NODENAME, 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="I-D.ietf-ace-key-groupcomm"/>.</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="I-D.ietf-ace-key-groupcomm"/>, then the Group Manager MUST 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, the Group Manager performs the following actions.</t>
      <ul spacing="normal">
        <li>The Group Manager frees the OSCORE Sender ID value of the leaving node. This value MUST NOT become available for possible upcoming joining nodes in the same group, until the group has been rekeyed and assigned a new Group Identifier (Gid).</li>
        <li>The Group Manager MUST 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"/>).</li>
        <li>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. 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).</li>
      </ul>
      <t>Then, the Group Manager MUST 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="I-D.ietf-ace-key-groupcomm"/> 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 the OSCORE group, the Group Manager distributes a new Group Identifier (Gid), i.e., a new OSCORE ID Context; a new OSCORE Master Secret; and, optionally, a new OSCORE Master Salt for that group. When doing so, the Group Manager MUST increment the version number of the group keying material, before starting its distribution.</t>
      <t>As per <xref section="3.2.1.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, the Group Manager MAY 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>Before rekeying the group, the Group Manager MUST 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"/>).</li>
        <li>
          <t>If any of such "elder members" is found in the group, the Group Manager MUST evict them from the group. That is, the Group Manager MUST terminate their membership and MUST 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 MUST 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 MUST NOT 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>Across the rekeying execution, the Group Manager MUST preserve the same unchanged OSCORE Sender IDs for all group members 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 MUST support the "Point-to-Point" group rekeying scheme registered in <xref section="11.12" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, 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 MUST comply with the functional steps defined in <xref section="3.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. The Group Manager MUST 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 RECOMMENDED 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 Appendix C of <xref target="I-D.ietf-core-oscore-groupcomm"/>, 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 MUST 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="I-D.ietf-ace-key-groupcomm"/> (OPT14).</t>
        <ul spacing="normal">
          <li>
            <t>From the Join Response, only the parameters 'gkty', 'key', 'num', 'exp', and 'ace_groupcomm_profile' are present. The 'key' parameter includes only the following data.  </t>
            <ul spacing="normal">
              <li>The 'ms' parameter, specifying the new OSCORE Master Secret value. This parameter MUST be present.</li>
              <li>The 'contextId' parameter, specifying the new Gid to use as OSCORE ID Context value. This parameter MUST be present.</li>
              <li>The 'salt' value, specifying the new OSCORE Master Salt value. This parameter MAY be present.</li>
            </ul>
          </li>
          <li>
            <t>The parameter 'stale_node_ids' MUST also be included, with CBOR label defined 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>The Group Manager creates an empty CBOR array ARRAY.</li>
              <li>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.</li>
              <li>For each Sender ID in X, the Group Manager encodes it as a CBOR byte string and adds the result to ARRAY.</li>
              <li>The parameter 'stale_node_ids' takes ARRAY as value.</li>
            </ul>
          </li>
          <li>The parameters 'creds', 'peer_roles' and 'peer_identifiers' SHOULD be present, if the group rekeying is performed due to one or multiple Clients that have requested to join the group. 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 MUST NOT include a non-empty subset of these three parameters.</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 MUST 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="I-D.ietf-ace-key-groupcomm"/> (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, the group member MUST 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 SHOULD 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="I-D.ietf-ace-key-groupcomm"/>. 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="I-D.ietf-ace-key-groupcomm"/>). 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="I-D.ietf-ace-key-groupcomm"/>).</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="3.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, the group member MUST remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and MUST delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
        <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>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.</li>
          <li>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 MUST proceed as defined in <xref target="missed-rekeying"/>.</li>
          <li>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 MUST ignore the received rekeying messages and MUST NOT install the received keying material.</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 MUST delete the stored keying material with version number V.</t>
        <t>If case (a) or case (b) applies, the group member MUST perform the following actions.</t>
        <ol spacing="normal" type="1"><li>The group member MUST NOT install the latest keying material yet, in case that was already obtained.</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 MUST remove all the authentication credentials from its list of group members' authentication credentials used in the group, and MUST delete all its Recipient Contexts used in the group.  </t>
            <t>
Otherwise, the group member considers the stale Sender IDs specified in the Stale Sender IDs Response from the Group Manager. Then, the group member MUST remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and MUST delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
          <li>The group member installs the latest keying material with version number V' and derives the corresponding new Security Context.</li>
        </ol>
        <t>If case (c) or case (d) applies, the group member SHOULD 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 MUST remove all the authentication credentials from its list of group members' authentication credentials used in the group, and MUST delete all its Recipient Contexts used in the group.  </t>
            <t>
Otherwise, the group member considers the stale Sender IDs specified in the Stale Sender IDs Response from the Group Manager. Then, the group member MUST remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and MUST delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
          <li>The group member obtains 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"/>).</li>
          <li>The group member installs the latest keying material with version number V' and derives the corresponding new Security Context.</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>The group member re-joins the group (see <xref target="ssec-join-req-sending"/>). When doing so, the group member MUST re-join with the same roles it currently has in the group, and MUST request from the Group Manager the authentication credentials of all the current group members. That is, the 'get_creds' parameter of the Join Request MUST be present and MUST be set to the CBOR simple value "null" (0xf6).</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 MUST remove every authentication credential which is not in Z from its list of group members' authentication credentials used in the group, and MUST delete each of its Recipient Contexts used in the group that does not include any of the authentication credentials in Z.</t>
          </li>
          <li>The group member installs the latest keying material with version number V' and derives the corresponding new Security Context.</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 MUST 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 MUST reply with a 4.00 (Bad Request) error response, if the request is not formatted correctly. Also, the handler MUST 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>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"/>).</li>
            <li>If SKEW &gt; ITEMS, the Stale Sender IDs Response MUST NOT have a payload.</li>
            <li>
              <t>Otherwise, the payload of the Stale Sender IDs Response MUST 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>The Group Manager creates an empty CBOR array ARRAY and an empty set X.</li>
                <li>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.</li>
                <li>The Group Manager copies all the Sender IDs from the selected sets into X. When doing so, the Group Manager MUST discard duplicates. That is, the same Sender ID MUST NOT be present more than once in the final content of X.</li>
                <li>For each Sender ID in X, the Group Manager encodes it as a CBOR byte string and adds the result to ARRAY.</li>
                <li>Finally, ARRAY is specified as payload of the Stale Sender IDs Response. Note that ARRAY might result in the empty CBOR array.</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>
            <artwork align="center"><![CDATA[
                                                              Group
Node                                                         Manager
  |                                                             |
  |                   Stale Sender IDs Request                  |
  |------------------------------------------------------------>|
  |             FETCH ace-group/GROUPNAME/stale-sids            |
  |                                                             |
  |<---------- Stale Sender IDs Response: 2.05 (Content) -------|
  |                                                             |
]]></artwork>
          </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"
   Payload (in CBOR diagnostic notation):
     42

   Response:

   Header: Content (Code=2.05)
   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 those defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, 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 MUST be used when these parameters are transported in the respective message fields.</t>
      <figure anchor="fig-ACE-Groupcomm-Parameters">
        <name>ACE Groupcomm Parameters</name>
        <artwork align="center"><![CDATA[
+----------------+------+-------+------------+
| Name           | CBOR | CBOR  | Reference  |
|                | Key  | Type  |            |
+----------------+------+-------+------------+
| group_senderId | TBD  | bstr  | [RFC-XXXX] |
+----------------+------+-------+------------+
| ecdh_info      | TBD  | array | [RFC-XXXX] |
+----------------+------+-------+------------+
| kdc_dh_creds   | TBD  | array | [RFC-XXXX] |
+----------------+------+-------+------------+
| group_enc_key  | TBD  | bstr  | [RFC-XXXX] |
+----------------+------+-------+------------+
| stale_node_ids | TBD  | array | [RFC-XXXX] |
+----------------+------+-------+------------+
]]></artwork>
      </figure>
      <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>'group_senderId' MUST be supported by a Client that intends to join an OSCORE group with the role of Requester and/or Responder.</li>
        <li>'ecdh_info' MUST be supported by a Client that intends to join a group which uses the pairwise mode of Group OSCORE.</li>
        <li>'kdc_dh_creds' MUST 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.</li>
        <li>'group_enc_key' MUST 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.</li>
        <li>'stale_node_ids' MUST be supported.</li>
      </ul>
      <t>When the conditional parameters defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> are used with this application profile, a Client must, should or may support them as specified below (REQ30).</t>
      <ul spacing="normal">
        <li>'client_cred', 'cnonce', 'client_cred_verify'. A Client that has an own authentication credential to use in a group MUST support these parameters.</li>
        <li>'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"/>) MUST support this parameter.</li>
        <li>'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.</li>
        <li>'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, SHOULD support this parameter.</li>
        <li>'peer_roles'. A Client MUST 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.</li>
        <li>'kdc_nonce', 'kdc_cred' and 'kdc_cred_verify'. A Client MUST 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"/>).</li>
        <li>'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), MUST support this parameter.</li>
        <li>'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) MUST support this parameter.</li>
      </ul>
    </section>
    <section anchor="error-types">
      <name>ACE Groupcomm Error Identifiers</name>
      <t>In addition to those defined in <xref section="9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, this application profile defines new values that the Group Manager can include as error identifiers, in the 'error' field of an error response with Content-Format application/ace-groupcomm+cbor.</t>
      <figure anchor="fig-ACE-Groupcomm-Error">
        <name>ACE Groupcomm Error Identifiers</name>
        <artwork align="center"><![CDATA[
+-------+-------------------------------------------------+
| Value |                   Description                   |
+-------+-------------------------------------------------+
|   7   | Signatures not used in the group                |
+-------+-------------------------------------------------+
|   8   | Operation permitted only to signature verifiers |
+-------+-------------------------------------------------+
|   9   | Group currently not active                      |
+-------+-------------------------------------------------+
]]></artwork>
      </figure>
      <t>A Client supporting the 'error' parameter (see Sections <xref target="I-D.ietf-ace-key-groupcomm" section="4.1.2" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-key-groupcomm" section="8" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-key-groupcomm"/>) and able to understand the specified error may use that information to determine what actions to take next. If it is included in the error response and supported by the Client, the 'error_description' parameter may provide additional context. The following guidelines apply.</t>
      <ul spacing="normal">
        <li>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.</li>
        <li>In case of error 8, the Client should stop sending the request in question to the Group Manager.</li>
        <li>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.</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. This can be achieved as 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>
      <section anchor="common">
        <name>Common</name>
        <t>This section always applies, as related to common configuration parameters.</t>
        <ul spacing="normal">
          <li>For the HKDF Algorithm 'hkdf', the Group Manager SHOULD 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).</li>
          <li>
            <t>For the format 'cred_fmt' used for the authentication credentials in the group, the Group Manager SHOULD use CBOR Web Token (CWT) or CWT Claims Set (CCS) <xref target="RFC8392"/>, i.e., the COSE Header Parameter 'kcwt' and 'kccs', respectively.  </t>
            <t>
[
    These COSE Header Parameters are under pending registration requested by draft-ietf-lake-edhoc.
 ]</t>
          </li>
          <li>For 'max_stale_sets', the Group Manager SHOULD consider N = 3 as the maximum number of stored sets of stale Sender IDs for the group (see <xref target="sssec-stale-sender-ids"/>).</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>For the Signature Encryption Algorithm 'sign_enc_alg' used to encrypt messages protected with the group mode, the Group Manager SHOULD use AES-CCM-16-64-128 (COSE algorithm encoding: 10) as default value.</li>
        </ul>
        <t>The Group Manager SHOULD use the following default values for the Signature Algorithm 'sign_alg' and related parameters 'sign_params', consistently with 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>
        <ul spacing="normal">
          <li>For the Signature Algorithm 'sign_alg' used to sign messages protected with the group mode, the signature algorithm EdDSA <xref target="RFC8032"/>.</li>
          <li>
            <t>For the parameters 'sign_params' of the Signature Algorithm:  </t>
            <ul spacing="normal">
              <li>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"/>.</li>
              <li>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.</li>
              <li>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.</li>
              <li>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.</li>
              <li>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.</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>
        <t>For the AEAD Algorithm 'alg' used to encrypt messages protected with the pairwise mode, the Group Manager SHOULD 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>
        <t>For the Pairwise Key Agreement Algorithm 'ecdh_alg' and related parameters 'ecdh_params', the Group Manager SHOULD use the following default values, consistently with 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>
        <ul spacing="normal">
          <li>For the Pairwise Key Agreement Algorithm 'ecdh_alg' used to compute static-static Diffie-Hellman shared secrets, the ECDH algorithm ECDH-SS + HKDF-256 specified in <xref section="6.3.1" sectionFormat="of" target="RFC9053"/>.</li>
          <li>
            <t>For the parameters 'ecdh_params' of the Pairwise Key Agreement Algorithm:  </t>
            <ul spacing="normal">
              <li>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"/>.</li>
              <li>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.</li>
              <li>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.</li>
              <li>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.</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="I-D.ietf-ace-key-groupcomm"/>, the ACE framework for Authentication and Authorization <xref target="RFC9200"/>, and the specific transport profile of ACE signalled 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="3.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>Provisioning and retrieval of authentication credentials (see <xref section="3" 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.</li>
          <li>Synchronization of sequence numbers (see <xref section="6.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). This concerns how a responder node that has just joined an OSCORE group can synchronize with the sequence number of requesters in the same group.</li>
        </ul>
        <t>Before sending the Join Response, the Group Manager MUST verify that the joining node actually owns the associated private key. To this end, the Group Manager can rely on the proof-of-possession challenge-response defined in <xref target="sec-joining-node-to-GM"/>.</t>
        <t>Alternatively, when establishing a secure communication association with the Group Manager, the joining node can provide the Group Manager with its own authentication credential, and use the public key included thereof as asymmetric proof-of-possession key. For example, this is the case when the joining node relies on <xref section="3.2.2" sectionFormat="of" target="RFC9202"/> and authenticates itself during the DTLS handshake with the Group Manager. However, this requires the authentication credential to be in the format used in the OSCORE group, and that both the authentication credential of the joining node and the included public key are compatible with the signature or ECDH algorithm, and possible associated parameters used in the OSCORE group.</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 RECOMMENDED 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>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 point (2) of <xref target="sssec-challenge-value"/>.</li>
          <li>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 RECOMMENDED to use an 8-byte long random challenge as value for N_S.</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>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^32 new transferred Access Tokens, while the average collision for N_C will happen after 2^32 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.</li>
          <li>
            <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.</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 to the "OAuth Parameters" registry, as per the procedure specified in <xref section="11.2" sectionFormat="of" target="RFC6749"/>.</t>
        <ul spacing="normal">
          <li>Parameter name: ecdh_info</li>
          <li>Parameter usage location: client-rs request, rs-client response</li>
          <li>Change Controller: IESG</li>
          <li>Specification Document(s): [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Parameter name: kdc_dh_creds</li>
          <li>Parameter usage location: client-rs request, rs-client response</li>
          <li>Change Controller: IESG</li>
          <li>Specification Document(s): [RFC-XXXX]</li>
        </ul>
      </section>
      <section anchor="iana-kinfo-map">
        <name>OAuth Parameters CBOR Mappings</name>
        <t>IANA is asked to register the following entries to the "OAuth Parameters CBOR Mappings" registry, as per the procedure specified in <xref section="8.10" sectionFormat="of" target="RFC9200"/>.</t>
        <ul spacing="normal">
          <li>Name: ecdh_info</li>
          <li>CBOR Key: TBD (range -256 to 255)</li>
          <li>Value Type: Simple value "null" / Array</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: kdc_dh_creds</li>
          <li>CBOR Key: TBD (range -256 to 255)</li>
          <li>Value Type: Simple value "null" / Array</li>
          <li>Reference: [RFC-XXXX]</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.6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <ul spacing="normal">
          <li>Name: group_senderId</li>
          <li>CBOR Key: TBD</li>
          <li>CBOR Type: Byte string</li>
          <li>Reference: [RFC-XXXX] (<xref target="sec-new-key"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: ecdh_info</li>
          <li>CBOR Key: TBD</li>
          <li>CBOR Type: Array</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-req-processing"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: kdc_dh_creds</li>
          <li>CBOR Key: TBD</li>
          <li>CBOR Type: Array</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-req-processing"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: group_enc_key</li>
          <li>CBOR Key: TBD</li>
          <li>CBOR Type: Byte string</li>
          <li>Reference: [RFC-XXXX] (<xref target="verif-data-get"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: stale_node_ids</li>
          <li>CBOR Key: TBD</li>
          <li>CBOR Type: Array</li>
          <li>Reference: [RFC-XXXX] (<xref target="sec-group-rekeying-process"/>)</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 to the "ACE Groupcomm Key Types" registry defined in <xref section="11.7" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <ul spacing="normal">
          <li>Name: Group_OSCORE_Input_Material object</li>
          <li>Key Type Value: GROUPCOMM_KEY_TBD</li>
          <li>Profile: "coap_group_oscore_app", defined in <xref target="ssec-iana-groupcomm-profile-registry"/> of this document.</li>
          <li>Description: A Group_OSCORE_Input_Material object encoded as described in <xref target="ssec-join-resp"/> of this document.</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</li>
        </ul>
      </section>
      <section anchor="ssec-iana-groupcomm-profile-registry">
        <name>ACE Groupcomm Profiles</name>
        <t>IANA is asked to register the following entry to the "ACE Groupcomm Profiles" registry defined in <xref section="11.8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <ul spacing="normal">
          <li>Name: coap_group_oscore_app</li>
          <li>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"/>.</li>
          <li>CBOR Value: PROFILE_TBD</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</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>Name: group_SenderId</li>
          <li>CBOR Label: TBD</li>
          <li>CBOR Type: Byte string</li>
          <li>Registry: -</li>
          <li>Description: OSCORE Sender ID assigned to a member of an OSCORE group</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: cred_fmt</li>
          <li>CBOR Label: TBD</li>
          <li>CBOR Type: Integer</li>
          <li>Registry: COSE Header Parameters</li>
          <li>Description: Format of authentication credentials to be used in the OSCORE group</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: sign_enc_alg</li>
          <li>CBOR Label: TBD</li>
          <li>CBOR Type: Text string / Integer</li>
          <li>Registry: COSE Algorithms</li>
          <li>Description: OSCORE Signature Encryption Algorithm Value</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: sign_alg</li>
          <li>CBOR Label: TBD</li>
          <li>CBOR Type: Text string / Integer</li>
          <li>Registry: COSE Algorithms</li>
          <li>Description: OSCORE Signature Algorithm Value</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: sign_params</li>
          <li>CBOR Label: TBD</li>
          <li>CBOR Type: Array</li>
          <li>Registry: COSE Algorithms, COSE Key Types, COSE Elliptic Curves</li>
          <li>Description: OSCORE Signature Algorithm Parameters</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: ecdh_alg</li>
          <li>CBOR Label: TBD</li>
          <li>CBOR Type: Text string / Integer</li>
          <li>Registry: COSE Algorithms</li>
          <li>Description: OSCORE Pairwise Key Agreement Algorithm Value</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: ecdh_params</li>
          <li>CBOR Label: TBD</li>
          <li>CBOR Type: Array</li>
          <li>Registry: COSE Algorithms, COSE Key Types, COSE Elliptic Curves</li>
          <li>Description: OSCORE Pairwise Key Agreement Algorithm Parameters</li>
          <li>Reference: [RFC-XXXX] (<xref target="ssec-join-resp"/>)</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 to 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>Value: EXPORTER-ACE-Sign-Challenge-coap-group-oscore-app</li>
          <li>DTLS-OK: Y</li>
          <li>Recommended: N</li>
          <li>Reference: [RFC-XXXX] (<xref target="sssec-challenge-value"/>)</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>Parameter: Toid</li>
          <li>Name: oscore-gname</li>
          <li>Description/Specification: OSCORE group name</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Parameter: Tperm</li>
          <li>Name: oscore-gperm</li>
          <li>Description/Specification: permissions pertaining OSCORE groups</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
      </section>
      <section anchor="ssec-iana-coap-content-format-registry">
        <name>CoAP Content-Format</name>
        <t>IANA is asked to register the following entries to the "CoAP Content-Formats" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <ul spacing="normal">
          <li>Media Type: application/aif+cbor;Toid="oscore-gname",Tperm="oscore-gperm"</li>
          <li>Encoding: -</li>
          <li>ID: 292 (suggested)</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Media Type: application/aif+json;Toid="oscore-gname",Tperm="oscore-gperm"</li>
          <li>Encoding: -</li>
          <li>ID: 293 (suggested)</li>
          <li>Reference: [RFC-XXXX]</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>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.</li>
          <li>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"/>.</li>
          <li>Description: This field contains a brief description of the role.</li>
          <li>Reference: This contains a pointer to the public specification for the role.</li>
        </ul>
        <t>This registry will be initially populated by the values in <xref target="fig-role-values"/>.</t>
        <t>The Reference column for all of these entries will be [RFC-XXXX].</t>
      </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>Value: "core.osc.gm"</li>
          <li>Description: Group-membership resource of an OSCORE Group Manager.</li>
          <li>Reference: [RFC-XXXX]</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.11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <ul spacing="normal">
          <li>Value: 7</li>
          <li>Description: Signatures not used in the group.</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Value: 8</li>
          <li>Description: Operation permitted only to signature verifiers.</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Value: 9</li>
          <li>Description: Group currently not active.</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
      </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>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.</li>
          <li>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^(V+1) - 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^(V+1) - 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.</li>
          <li>Specifications are recommended. When specifications are not provided, the description provided needs to have sufficient information to verify the points above.</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC5705" target="https://www.rfc-editor.org/info/rfc5705">
          <front>
            <title>Keying Material Exporters for Transport Layer Security (TLS)</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc6979">
          <front>
            <title>Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
            <author fullname="T. Pornin" initials="T." surname="Pornin">
              <organization/>
            </author>
            <date month="August" year="2013"/>
            <abstract>
              <t>This document defines a deterministic digital signature generation procedure.  Such signatures are compatible with standard Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) digital signatures and can be processed with unmodified verifiers, which need not be aware of the procedure described therein.  Deterministic signatures retain the cryptographic security features associated with digital signatures but can be more easily implemented in various environments, since they do not need access to a source of high-quality randomness.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6979"/>
          <seriesInfo name="DOI" value="10.17487/RFC6979"/>
        </reference>
        <reference anchor="RFC7252" target="https://www.rfc-editor.org/info/rfc7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7748" target="https://www.rfc-editor.org/info/rfc7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <date month="January" year="2016"/>
            <abstract>
              <t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS).  These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7748"/>
          <seriesInfo name="DOI" value="10.17487/RFC7748"/>
        </reference>
        <reference anchor="RFC8017" target="https://www.rfc-editor.org/info/rfc8017">
          <front>
            <title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
            <author fullname="K. Moriarty" initials="K." role="editor" surname="Moriarty">
              <organization/>
            </author>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski">
              <organization/>
            </author>
            <author fullname="J. Jonsson" initials="J." surname="Jonsson">
              <organization/>
            </author>
            <author fullname="A. Rusch" initials="A." surname="Rusch">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara">
              <organization/>
            </author>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA).  The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves.  An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
        <reference anchor="RFC8126" target="https://www.rfc-editor.org/info/rfc8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <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="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8446" target="https://www.rfc-editor.org/info/rfc8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8447">
          <front>
            <title>IANA Registry Updates for TLS and DTLS</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz">
              <organization/>
            </author>
            <author fullname="C. Vigano" initials="C." surname="Vigano">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613" target="https://www.rfc-editor.org/info/rfc8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson">
              <organization/>
            </author>
            <author fullname="F. Palombini" initials="F." surname="Palombini">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE).  OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration.  Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949" target="https://www.rfc-editor.org/info/rfc8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052" target="https://www.rfc-editor.org/info/rfc9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need to be able to define basic security services for this data format.  This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.  </t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053" target="https://www.rfc-editor.org/info/rfc9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052). </t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9147" target="https://www.rfc-editor.org/info/rfc9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9200" target="https://www.rfc-editor.org/info/rfc9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices.  Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9202" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc9277">
          <front>
            <title>On Stable Storage for Items in Concise Binary Object Representation (CBOR)</title>
            <author fullname="M. Richardson" initials="M." surname="Richardson">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <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="I-D.ietf-core-oscore-groupcomm" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-oscore-groupcomm-17">
          <front>
            <title>Group OSCORE - Secure Group Communication for CoAP</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="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="20" month="December" year="2022"/>
            <abstract>
              <t>   This document defines 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 approach 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.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-17"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm" target="https://datatracker.ietf.org/doc/html/draft-ietf-ace-key-groupcomm-16">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="5" month="September" year="2022"/>
            <abstract>
              <t>   This document defines how to use the Authentication and Authorization
   for Constrained Environments (ACE) framework to distribute keying
   material and configuration parameters for secure group communication.
   Candidate group members acting as Clients and authorized to join a
   group can do so by interacting with a Key Distribution Center (KDC)
   acting as Resource Server, from which they obtain the keying material
   to communicate with other group members.  While defining general
   message formats as well as the interface and operations available at
   the KDC, this document supports different approaches and protocols
   for secure group communication.  Therefore, details are delegated to
   separate application profiles of this document, as specialized
   instances that target a particular group communication approach and
   define how communications in the group are protected.  Compliance
   requirements for such application profiles are also specified.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-16"/>
        </reference>
        <reference anchor="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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-groupcomm-bis-08">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="January" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces RFC 7390, while it updates RFC 7252 and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-08"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pubsub" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-coap-pubsub-11">
          <front>
            <title>Publish-Subscribe Broker for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Michael Koster" initials="M." surname="Koster">
              <organization>SmartThings</organization>
            </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Jaime Jimenez" initials="J." surname="Jimenez">
              <organization>Ericsson</organization>
            </author>
            <date day="7" month="November" year="2022"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP), and related extensions
   are intended to support machine-to-machine communication in systems
   where one or more nodes are resource constrained, in particular for
   low power wireless sensor networks.  This document defines a publish-
   subscribe Broker for CoAP that extends the capabilities of CoAP for
   supporting nodes with long breaks in connectivity and/or up-time.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pubsub-11"/>
        </reference>
        <reference anchor="I-D.tiloca-core-oscore-discovery" target="https://datatracker.ietf.org/doc/html/draft-tiloca-core-oscore-discovery-12">
          <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">
              <organization>Consultant</organization>
            </author>
            <date day="5" month="September" year="2022"/>
            <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-12"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oscore-gm-admin" target="https://datatracker.ietf.org/doc/html/draft-ietf-ace-oscore-gm-admin-07">
          <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">
              <organization>Consultant</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="24" month="October" year="2022"/>
            <abstract>
              <t>   Group communication for CoAP can be secured using Group Object
   Security for Constrained RESTful Environments (Group OSCORE).  A
   Group Manager is responsible to handle the joining of new group
   members, as well as to manage and distribute 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-07"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert" target="https://datatracker.ietf.org/doc/html/draft-ietf-cose-cbor-encoded-cert-05">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund" initials="J." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="10" month="January" year="2023"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50%.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-05"/>
        </reference>
        <reference anchor="RFC5869" target="https://www.rfc-editor.org/info/rfc5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications.  The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC6690" target="https://www.rfc-editor.org/info/rfc6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links.  Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type.  "RESTful" refers to the Representational State Transfer (REST) architecture.  A well-known URI is defined as a default entry point for requesting the links hosted by a server.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC6749" target="https://www.rfc-editor.org/info/rfc6749">
          <front>
            <title>The OAuth 2.0 Authorization Framework</title>
            <author fullname="D. Hardt" initials="D." role="editor" surname="Hardt">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks.  The state of a resource on a CoAP server can change over time.  This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time.  The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC7925" target="https://www.rfc-editor.org/info/rfc7925">
          <front>
            <title>Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things</title>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="T. Fossati" initials="T." surname="Fossati">
              <organization/>
            </author>
            <date month="July" year="2016"/>
            <abstract>
              <t>A common design pattern in Internet of Things (IoT) deployments is the use of a constrained device that collects data via sensors or controls actuators for use in home automation, industrial control systems, smart cities, and other IoT deployments.</t>
              <t>This document defines a Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) 1.2 profile that offers communications security for this data exchange thereby preventing eavesdropping, tampering, and message forgery.  The lack of communication security is a common vulnerability in IoT products that can easily be solved by using these well-researched and widely deployed Internet security protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7925"/>
          <seriesInfo name="DOI" value="10.17487/RFC7925"/>
        </reference>
        <reference anchor="RFC8392" target="https://www.rfc-editor.org/info/rfc8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
      </references>
    </references>
    <section anchor="profile-req">
      <name>Profile Requirements</name>
      <t>This section lists how this application profile of ACE addresses the requirements defined in Appendix A of <xref target="I-D.ietf-ace-key-groupcomm"/>.</t>
      <section anchor="mandatory-to-address-requirements">
        <name>Mandatory-to-Address Requirements</name>
        <ul spacing="normal">
          <li>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"/>.</li>
          <li>REQ2 - If the AIF format of 'scope' is used, 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"/>.</li>
          <li>REQ3 - if used, specify the acceptable values for 'sign_alg': values from the "Value" column of the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</li>
          <li>REQ4 - If used, specify the acceptable values for 'sign_parameters': format and values from the COSE algorithm capabilities as specified in the "COSE Algorithms" registry <xref target="COSE.Algorithms"/>.</li>
          <li>REQ5 - If used, specify the acceptable values for 'sign_key_parameters': format and values from the COSE key type capabilities as specified in the "COSE Key Types" registry <xref target="COSE.Key.Types"/>.</li>
          <li>REQ6 - Specify the acceptable formats for authentication credentials and, if used, the acceptable values for 'cred_fmt': 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"/>.</li>
          <li>REQ7 - If the value of the GROUPNAME URI path and the group name in the Access Token scope (gname in <xref section="3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>) 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.</li>
          <li>REQ8 - Define whether the KDC has an authentication credential and if this has to be provided through the 'kdc_cred' parameter, see <xref section="4.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>: 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.</li>
          <li>REQ9 - Specify if any part of the KDC interface as defined in <xref section="4.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> is not supported by the KDC: not applicable.</li>
          <li>REQ10 - Register a Resource Type for the root url-path, which is used to discover the correct url to access at the KDC (see <xref section="4.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>): the Resource Type (rt=) Link Target Attribute value "core.osc.gm" is registered in <xref target="iana-rt"/>.</li>
          <li>REQ11 - Define what specific actions (e.g., CoAP methods) are allowed on each resource provided by 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 current group member: see <xref target="ssec-admitted-methods"/>.</li>
          <li>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"/>.</li>
          <li>REQ13 - Specify the encoding of group identifier (see <xref section="4.2.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>): CBOR byte string (see <xref target="sec-retrieve-gnames"/>).</li>
          <li>REQ14 - Specify the approaches used to compute and verify the PoP evidence to include in 'client_cred_verify', and which of those approaches is used in which case: see <xref target="ssec-join-req-sending"/> and <xref target="ssec-join-req-processing"/>.</li>
          <li>REQ15 - Specify how the nonce N_S is generated, if the token is not provided to the KDC through the Token Transfer Request to the authz-info endpoint (e.g., if it is used directly to validate TLS instead): see <xref target="sssec-challenge-value"/>.</li>
          <li>REQ16 - Define the initial value of the 'num' parameter: the initial value MUST be set to 0 when creating the OSCORE group, e.g., as in <xref target="I-D.ietf-ace-oscore-gm-admin"/>.</li>
          <li>REQ17 - Specify the format of the 'key' parameter: see <xref target="ssec-join-resp"/>.</li>
          <li>REQ18 - Specify acceptable values of the 'gkty' parameter: Group_OSCORE_Input_Material object (see <xref target="ssec-join-resp"/>).</li>
          <li>REQ19 - Specify and register the application profile identifier: coap_group_oscore_app (see <xref target="ssec-iana-groupcomm-profile-registry"/>).</li>
          <li>REQ20 - If used, specify the format and content of 'group_policies' and its entries: see <xref target="ssec-join-resp"/>.</li>
          <li>REQ21 - Specify the approaches used to compute and verify the PoP evidence to include in 'kdc_cred_verify', and which of those approaches is used in which case: see <xref target="ssec-join-resp"/>, <xref target="ssec-join-resp-processing"/> and <xref target="sec-gm-pub-key"/>.</li>
          <li>REQ22 - Specify the communication protocol that the members of the group must use: CoAP <xref target="RFC7252"/>, also for group communication <xref target="I-D.ietf-core-groupcomm-bis"/>.</li>
          <li>REQ23 - Specify the security protocols that the group members must use to protect their communication: Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</li>
          <li>REQ24 - Specify how the communication is secured between the Client and KDC: by means of any transport profile of ACE <xref target="RFC9200"/> between Client and Group Manager that complies with the requirements in Appendix C of <xref target="RFC9200"/>.</li>
          <li>REQ25 - Specify the format of the identifiers of group members: the Sender ID used in the OSCORE group (see <xref target="ssec-join-resp"/> and <xref target="sec-pub-keys"/>).</li>
          <li>REQ26 - Specify policies at the KDC to handle member ids that are not included in 'get_creds': see <xref target="sec-pub-keys"/>.</li>
          <li>REQ27 - Specify the format of newly-generated individual keying material for group members, or of the information to derive it, and corresponding CBOR label: see <xref target="sec-new-key"/>.</li>
          <li>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"/>.</li>
          <li>REQ29 - Categorize newly defined parameters according to the same criteria of <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>: see <xref target="ace-groupcomm-params"/>.</li>
          <li>REQ30 - Define whether Clients must, should or may support the conditional parameters defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, and under which circumstances: see <xref target="ace-groupcomm-params"/>.</li>
        </ul>
      </section>
      <section anchor="optional-to-address-requirements">
        <name>Optional-to-Address Requirements</name>
        <ul spacing="normal">
          <li>OPT1 (Optional) - If the textual format of 'scope' is used, specify CBOR values to use for abbreviating the role identifiers in the group: not applicable.</li>
          <li>
            <t>OPT2 (Optional) - Specify additional parameters used in the exchange of Token Transfer Request and Response:  </t>
            <ul spacing="normal">
              <li>'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"/>).</li>
              <li>'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 parwise-only groups (see <xref target="ssec-token-post"/>).</li>
            </ul>
          </li>
          <li>OPT3 (Optional) - Specify the negotiation of parameter values for signature algorithm and signature keys, if 'sign_info' 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"/>.</li>
          <li>OPT4 (Optional) - 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"/>).</li>
          <li>OPT5 (Optional) - Specify additional identifiers of error types, as values of the 'error' field in an error response from the KDC: see <xref target="iana-ace-groupcomm-errors"/>.</li>
          <li>OPT6 (Optional) - Specify the encoding of 'creds_repo' if the default is not used: no.</li>
          <li>OPT7 (Optional) - Specify the functionalities implemented at the 'control_uri' resource hosted at the Client, including message exchange encoding and other details (see <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>): see <xref target="sec-leaving"/> for the eviction of a group member; see <xref target="sec-group-rekeying-process"/> for the group rekeying process.</li>
          <li>OPT8 (Optional) - Specify the behavior of the handler in case of failure to retrieve an authentication credential for the specific node: send a 4.00 (Bad Request) error response to a Join Request (see <xref target="ssec-join-req-processing"/>).</li>
          <li>OPT9 (Optional) - Define a default group rekeying scheme, to refer to in case the 'rekeying_scheme' parameter is not included in the Join Response (see <xref section="4.3.1.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>): the "Point-to-Point" rekeying scheme registered in <xref section="11.12" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, whose detailed use for this profile is defined in <xref target="sec-group-rekeying-process"/> of this document.</li>
          <li>OPT10 (Optional) - Specify the functionalities implemented at the 'control_group_uri' resource hosted at the Client, including message exchange encoding and other details (see <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>): see <xref target="sec-leaving"/> for the eviction of multiple group members.</li>
          <li>OPT11 (Optional) - Specify policies that instruct Clients to retain unsuccessfully decrypted messages and for how long, so that they can be decrypted after getting updated keying material: no.</li>
          <li>OPT12 (Optional) - Specify for the KDC to perform group rekeying (together or instead of renewing individual keying material) when receiving a Key Renewal Request: the Group Manager SHOULD NOT perform a group rekeying, unless already scheduled to occur shortly (see <xref target="sec-new-key"/>).</li>
          <li>OPT13 (Optional) - Specify how the identifier of a group members's authentication credential is included in requests sent to other group members: no.</li>
          <li>OPT14 (Optional) - Specify additional information to include in rekeying messages for the "Point-to-Point" group rekeying scheme (see <xref section="6.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>): see <xref target="sending-rekeying-msg"/>.</li>
          <li>OPT15 (Optional) - Specify if Clients must or should support any of the parameters defined as optional in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>: no.</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>Each 'ecdh_info_entry' of the 'ecdh_info' parameter in the Token Transfer Response (see <xref target="ssec-token-post"/> and <xref target="ecdh-info"/>);</li>
        <li>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"/>.</li>
      </ul>
      <t>Appendix B of <xref target="I-D.ietf-ace-key-groupcomm"/> describes the analogous general format for 'sign_info_entry' of the 'sign_info' parameter in the Token Transfer Response (see <xref target="ssec-token-post"/> of this document).</t>
      <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 retro-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. Given N the number of elements of the 'ecdh_parameters' array, i.e., the number of COSE capabilities of the ECDH algorithm, then:</t>
        <ul spacing="normal">
          <li>'ecdh_key_parameters' is replaced by N elements 'ecdh_capab_i', each of which is a CBOR array.</li>
          <li>The i-th array following 'ecdh_parameters', i.e., 'ecdh_capab_i' (i = 0, ..., N-1), is the array of COSE capabilities for the algorithm capability specified in 'ecdh_parameters'[i].</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 : [ alg_capab_1 : any,
                      alg_capab_2 : any,
                      ...,
                      alg_capab_N : any],
  ecdh_capab_1 : [ any ],
  ecdh_capab_2 : [ any ],
  ...,
  ecdh_capab_N : [ 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>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"/>).</li>
              <li>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].</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>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"/>).</li>
              <li>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].</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-document-updates">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <section anchor="sec-15-16">
        <name>Version -15 to -16</name>
        <ul spacing="normal">
          <li>Early mentioning of invalid combinations of roles.</li>
          <li>Revised presentation of handling of stale Sender IDs.</li>
          <li>Fixed CDDL notation.</li>
          <li>Fixed diagnostic notation in examples.</li>
          <li>Possible reason to deviate from default parameter values.</li>
          <li>Clarifications and editorial fixes.</li>
        </ul>
      </section>
      <section anchor="sec-14-15">
        <name>Version -14 to -15</name>
        <ul spacing="normal">
          <li>Alignment with renaming in draft-ietf-ace-key-groupcomm.</li>
          <li>Updated signaling of semantics for binary encoded scopes.</li>
          <li>Considered the upload of Access Tokens in the DTLS 1.3 Handshake.</li>
          <li>Fixes in IANA registrations.</li>
          <li>Editorial fixes.</li>
        </ul>
      </section>
      <section anchor="sec-13-14">
        <name>Version -13 to -14</name>
        <ul spacing="normal">
          <li>Major reordering of the document sections.</li>
          <li>The HKDF Algorithm is specified by the HMAC Algorithm.</li>
          <li>Group communication does not necessarily use IP multicast.</li>
          <li>Generalized AIF data model, also for draft-ace-oscore-gm-admin.</li>
          <li>Clarifications and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-12-13">
        <name>Version -12 to -13</name>
        <ul spacing="normal">
          <li>Renamed parameters about authentication credentials.</li>
          <li>It is optional for the Group Manager to reassign Gids by tracking "Birth Gids".</li>
          <li>Distinction between authentication credentials and public keys.</li>
          <li>Updated IANA considerations related to AIF.</li>
          <li>Updated textual description of registered ACE Scope Semantics value.</li>
        </ul>
      </section>
      <section anchor="sec-11-12">
        <name>Version -11 to -12</name>
        <ul spacing="normal">
          <li>Clarified semantics of 'ecdh_info' and 'kdc_dh_creds'.</li>
          <li>Definition of /ace-group/GROUPNAME/kdc-pub-key moved to draft-ietf-ace-key-groupcomm.</li>
          <li>ace-group/ accessible also to non-members that are not Verifiers.</li>
          <li>Clarified what resources are accessible to Verifiers.</li>
          <li>Revised error handling for the newly defined resources.</li>
          <li>Revised use of CoAP error codes.</li>
          <li>Use of "Token Tranfer Request" and "Token Transfer Response".</li>
          <li>New parameter 'rekeying_scheme'.</li>
          <li>Categorization of new parameters and inherited conditional parameters.</li>
          <li>Clarifications on what to do in case of enhanced error responses.</li>
          <li>Changed UCCS to CCS.</li>
          <li>Authentication credentials of just joined Clients can be in rekeying messages.</li>
          <li>Revised names of new IANA registries.</li>
          <li>Clarified meaning of registered CoRE resource type.</li>
          <li>Alignment to new requirements from draft-ietf-ace-key-groupcomm.</li>
          <li>Fixes and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>Removed redundancy of key type capabilities, from 'sign_info', 'ecdh_info' and 'key'.</li>
          <li>New resource to retrieve the Group Manager's authentication credential.</li>
          <li>New resource to retrieve material for Signature Verifiers.</li>
          <li>New parameter 'sign_enc_alg' related to the group mode.</li>
          <li>'cred_fmt' takes value from the COSE Header Parameters registry.</li>
          <li>Improved alignment of the Join Response payload with the Group OSCORE Security Context parameters.</li>
          <li>Recycling Group IDs by tracking "Birth GIDs".</li>
          <li>Error handling in case of non available Sender IDs upon joining.</li>
          <li>Error handling in case EdDSA public keys with invalid Y coordinate when the pairwise mode of Group OSCORE is supported.</li>
          <li>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.</li>
          <li>Proof-of-possession of the Group Manager's private key in the Join Response.</li>
          <li>Always use 'peer_identifiers' to convey Sender IDs as node identifiers.</li>
          <li>Stale Sender IDs provided when rekeying the group.</li>
          <li>New resource for late retrieval of stale Sender IDs.</li>
          <li>Added examples of message exchanges.</li>
          <li>Revised default values of group configuration parameters.</li>
          <li>Fixes to IANA registrations.</li>
          <li>General format of parameters related to COSE capabilities, supporting future registered COSE algorithms (new Appendix).</li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>Updated non-recycling policy of Sender IDs.</li>
          <li>Removed policies about Sender Sequence Number synchronization.</li>
          <li>'control_path' renamed to 'control_uri'.</li>
          <li>Format of 'get_pub_keys' aligned with draft-ietf-ace-key-groupcomm.</li>
          <li>Additional way to inform of group eviction.</li>
          <li>Registered semantics identifier for extended scope format.</li>
          <li>Extended error handling, with error type specified in some error responses.</li>
          <li>Renumbered requirements.</li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>The url-path "ace-group" is used.</li>
          <li>Added overview of admitted methods on the Group Manager resources.</li>
          <li>Added exchange of parameters relevant for the pairwise mode of Group OSCORE.</li>
          <li>The signed value for 'client_cred_verify' includes also the scope.</li>
          <li>Renamed the key material object as Group_OSCORE_Input_Material object.</li>
          <li>Replaced 'clientId' with 'group_SenderId'.</li>
          <li>Added message exchange for Group Names request-response.</li>
          <li>No reassignment of Sender ID and Gid in the same OSCORE group.</li>
          <li>Updates on group rekeying contextual with request of new Sender ID.</li>
          <li>Signature verifiers can also retrieve Group Names and URIs.</li>
          <li>Removed group policy about supporting Group OSCORE in pairwise mode.</li>
          <li>Registration of the resource type rt="core.osc.gm".</li>
          <li>Update list of requirements.</li>
          <li>Clarifications and editorial revision.</li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>AIF specific data model to express scope entries.</li>
          <li>A set of roles is checked as valid when processing the Join Request.</li>
          <li>Updated format of 'get_pub_keys' in the Join Request.</li>
          <li>Payload format and default values of group policies in the Join Response.</li>
          <li>Updated payload format of the FETCH request to retrieve authentication credentials.</li>
          <li>Default values for group configuration parameters.</li>
          <li>IANA registrations to support the AIF specific data model.</li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>Alignments with draft-ietf-core-oscore-groupcomm.</li>
          <li>New format of 'sign_info', using the COSE capabilities.</li>
          <li>New format of Join Response parameters, using the COSE capabilities.</li>
          <li>Considerations on group rekeying.</li>
          <li>Editorial revision.</li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>Added role of external signature verifier.</li>
          <li>Parameter 'rsnonce' renamed to 'kdcchallenge'.</li>
          <li>Parameter 'kdcchallenge' may be omitted in some cases.</li>
          <li>Clarified difference between group name and OSCORE Gid.</li>
          <li>Removed the role combination ["requester", "monitor"].</li>
          <li>Admit implicit scope and audience in the Authorization Request.</li>
          <li>New format for the 'sign_info' parameter.</li>
          <li>Scope not mandatory to include in the Join Request.</li>
          <li>Group policy about supporting Group OSCORE in pairwise mode.</li>
          <li>Possible individual rekeying of a single requesting node combined with a group rekeying.</li>
          <li>Security considerations on reusage of signature challenges.</li>
          <li>Addressing optional requirement OPT12 from draft-ietf-ace-key-groupcomm</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>Nonce N_S also in error responses to the Join Requests.</li>
          <li>Supporting single Access Token for multiple groups/topics.</li>
          <li>Supporting legal requesters/responders using the 'peer_roles' parameter.</li>
          <li>Registered and used dedicated label for TLS Exporter.</li>
          <li>Added method for uploading a new authentication credential to the Group Manager.</li>
          <li>Added resource and method for retrieving the current group status.</li>
          <li>Fixed inconsistency in retrieving group keying material only.</li>
          <li>Clarified retrieval of keying material for monitor-only members.</li>
          <li>Clarification on incrementing version number when rekeying the group.</li>
          <li>Clarification on what is re-distributed with the group rekeying.</li>
          <li>Security considerations on the size of the nonces used for the signature challenge.</li>
          <li>Added CBOR values to abbreviate role identifiers in the group.</li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>New abstract.</li>
          <li>Moved general content to draft-ietf-ace-key-groupcomm</li>
          <li>Terminology: node name; node resource.</li>
          <li>Creation and pointing at node resource.</li>
          <li>Updated Group Manager API (REST methods and offered services).</li>
          <li>Size of challenges 'cnonce' and 'rsnonce'.</li>
          <li>Value of 'rsnonce' for reused or non-traditionally-posted tokens.</li>
          <li>Removed reference to RFC 7390.</li>
          <li>New requirements from draft-ietf-ace-key-groupcomm</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>New sections, aligned with the interface of ace-key-groupcomm .</li>
          <li>Exchange of information on the signature algorithm and related parameters, during the Token POST (Section 4.1).</li>
          <li>Nonce 'rsnonce' from the Group Manager to the Client (Section 4.1).</li>
          <li>Client PoP signature in the Key Distribution Request upon joining (Section 4.2).</li>
          <li>Local actions on the Group Manager, upon a new node's joining (Section 4.2).</li>
          <li>Local actions on the Group Manager, upon a node's leaving (Section 12).</li>
          <li>IANA registration in ACE Groupcomm Parameters registry.</li>
          <li>More fulfilled profile requirements (Appendix A).</li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>Editorial fixes.</li>
          <li>Changed: "listener" to "responder"; "pure listener" to "monitor".</li>
          <li>Changed profile name to "coap_group_oscore_app", to reflect it is an application profile.</li>
          <li>Added the 'type' parameter for all requests to a Join Resource.</li>
          <li>Added parameters to indicate the encoding of authentication credentials.</li>
          <li>Challenge-response for proof-of-possession of signature keys (Section 4).</li>
          <li>Renamed 'key_info' parameter to 'sign_info'; updated its format; extended to include also parameters of the signature key (Section 4.1).</li>
          <li>Code 4.00 (Bad request), in responses to joining nodes providing an invalid authentication credential (Section 4.3).</li>
          <li>Clarifications on provisioning and checking of authentication credentials (Sections 4 and 6).</li>
          <li>Extended discussion on group rekeying and possible different approaches (Section 7).</li>
          <li>Extended security considerations: proof-of-possession of signature keys; collision of OSCORE Group Identifiers (Section 8).</li>
          <li>Registered three entries in the IANA registry "Sequence Number Synchronization Method" (Section 9).</li>
          <li>Registered one public key encoding in the "ACE Public Key Encoding" IANA registry (Section 9).</li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>Changed name of 'req_aud' to 'audience' in the Authorization Request (Section 3.1).</li>
          <li>Added negotiation of signature algorithm/parameters between Client and Group Manager (Section 4).</li>
          <li>Updated format of the Key Distribution Response as a whole (Section 4.3).</li>
          <li>Added parameter 'cs_params' in the 'key' parameter of the Key Distribution Response (Section 4.3).</li>
          <li>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).</li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="sec-acknowledgments">
      <name>Acknowledgments</name>
      <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 VINNOVA and the Celtic-Next project CRITISEC; 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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
seRqOL+6evB/UfKJ5nDqAgA=

-->

</rfc>
