<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 2.7.0) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-key-update-11" category="std" consensus="true" submissionType="IETF" updates="8613" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="Key Update for OSCORE (KUDOS)">Key Update for OSCORE (KUDOS)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-key-update-11"/>
    <author initials="R." surname="Höglund" fullname="Rikard Höglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <date year="2025" month="July" day="07"/>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 84?>

<t>Communications with the Constrained Application Protocol (CoAP) can be protected end-to-end at the application-layer by using the security protocol Object Security for Constrained RESTful Environments (OSCORE). Under some circumstances, two CoAP endpoints need to update their OSCORE keying material before communications can securely continue, e.g., due to approaching key usage limits. This document defines Key Update for OSCORE (KUDOS), a lightweight key update procedure that two CoAP endpoints can use to update their OSCORE keying material by establishing a new OSCORE Security Context. Accordingly, this document updates the use of the OSCORE flag bits in the CoAP OSCORE Option as well as the protection of CoAP response messages with OSCORE. Also, it deprecates the key update procedure specified in Appendix B.2 of RFC 8613. Therefore, this document updates RFC 8613.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Constrained RESTful Environments Working Group mailing list (core@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/core-wg/oscore-key-update"/>.</t>
    </note>
  </front>
  <middle>
    <?line 88?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The security protocol Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/> provides end-to-end protection at the application-layer for messages exchanged with the Constrained Application Protocol (CoAP) <xref target="RFC7252"/>. In particular, OSCORE ensures message confidentiality and integrity, replay protection, and binding of response to request between a sender and a recipient.</t>
      <t>Under some circumstances, two CoAP endpoints using OSCORE may need to update their shared keying material in order to ensure the security of their communications. Among other reasons, approaching key usage limits <xref target="I-D.irtf-cfrg-aead-limits"/><xref target="I-D.ietf-core-oscore-key-limits"/> requires updating the OSCORE keying material before communications can securely continue.</t>
      <t>This document defines Key Update for OSCORE (KUDOS), a lightweight key update procedure that two CoAP endpoints can use to update their OSCORE keying material by establishing a new OSCORE Security Context.</t>
      <t>Accordingly, this document updates <xref target="RFC8613"/> as follows:</t>
      <ul spacing="normal">
        <li>
          <t>With reference to the "OSCORE Flag Bits" registry defined in <xref section="13.7" sectionFormat="of" target="RFC8613"/> as part of the "Constrained RESTful Environments (CoRE) Parameters" registry group, it updates the entries with Bit Position 0 and 1 (see <xref target="sec-iana"/>), both of which were originally marked as "Reserved".  </t>
          <t>
In particular, it defines and registers the usage of the OSCORE flag bit with Bit Position 0, as the one intended to expand the space for the OSCORE flag bits in the OSCORE Option (see <xref target="ssec-oscore-option-extensions"/>). Also, it marks the bit with Bit Position of 1 as "Unassigned".</t>
        </li>
        <li>
          <t>It updates the protection of CoAP responses with OSCORE that was originally specified in <xref section="8.3" sectionFormat="of" target="RFC8613"/>, as defined in <xref target="sec-updated-response-protection"/> of this document.</t>
        </li>
        <li>
          <t>It deprecates the key update procedure specified in <xref section="B.2" sectionFormat="of" target="RFC8613"/>, as intended to be superseded by KUDOS.</t>
        </li>
      </ul>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>Readers are expected to be familiar with the terms and concepts related to CoAP <xref target="RFC7252"/>, Observe <xref target="RFC7641"/>, Concise Binary Object Representation (CBOR) <xref target="RFC8949"/>, OSCORE <xref target="RFC8613"/>, and Ephemeral Diffie-Hellman Over COSE (EDHOC) <xref target="RFC9528"/>.</t>
        <t>This document additionally defines the following terminology.</t>
        <ul spacing="normal">
          <li>
            <t>FS mode: the KUDOS execution mode that achieves forward secrecy (see <xref target="ssec-derive-ctx"/>).</t>
          </li>
          <li>
            <t>No-FS mode: the KUDOS execution mode that does not achieve forward secrecy (see <xref target="no-fs-mode"/>).</t>
          </li>
          <li>
            <t>Equilibrium: The situation where a peer has no execution of KUDOS currently ongoing with the other KUDOS peer for updating one of their OSCORE Security Contexts.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-current-methods">
      <name>Current Methods for Rekeying OSCORE</name>
      <t>Two peers communicating using OSCORE may choose to renew their shared keying information by establishing a new OSCORE Security Context for a variety of reasons. A particular reason is the approaching of limits that have been set for safe key usage <xref target="I-D.ietf-core-oscore-key-limits"/>. Practically, when the relevant limits are reached for an OSCORE Security Context, the two peers have to establish a new OSCORE Security Context, in order to continue using OSCORE for secure communication. That is, the two peers have to establish new Sender and Recipient Keys, as the keys actually used by the AEAD algorithm.</t>
      <t>In addition to the approaching of key usage limits, there may be other reasons for a peer to initiate a key update procedure. These include: the OSCORE Security Context approaching its expiration time; application policies prescribing a regular key rollover; approaching the exhaustion of the Sender Sequence Number space in the OSCORE Sender Context.</t>
      <t>It is <bcp14>RECOMMENDED</bcp14> that the peer initiating the key update procedure starts it with some margin, i.e., well before actually experiencing the trigger event that forces to perform a key update (e.g., the OSCORE Security Context expiration or the exhaustion of the Sender Sequence Number space). If the rekeying is not initiated ahead of these events, it may become practically impossible to perform a key update with certain methods and/or without aborting ongoing message exchanges.</t>
      <t>Other specifications define a number of ways for rekeying OSCORE, which are summarized below.</t>
      <ul spacing="normal">
        <li>
          <t>The two peers can run the procedure defined in <xref section="B.2" sectionFormat="of" target="RFC8613"/>. That is, the two peers exchange three or four messages that are protected with temporary Security Contexts, thus adding randomness to the OSCORE ID Context.  </t>
          <t>
As a result, the two peers establish a new OSCORE Security Context with new ID Context, Sender Key, and Recipient Key, while keeping the same OSCORE Master Secret and OSCORE Master Salt from the old OSCORE Security Context.  </t>
          <t>
This procedure does not require any additional components to what OSCORE already provides and it does not provide forward secrecy.  </t>
          <t>
The procedure defined in <xref section="B.2" sectionFormat="of" target="RFC8613"/> is used in 6TiSCH networks <xref target="RFC7554"/><xref target="RFC8180"/> when handling failure events. That is, a node acting as Join Registrar/Coordinator (JRC) assists new devices, namely "pledges", to securely join the network as per the Constrained Join Protocol <xref target="RFC9031"/>. In particular, a pledge exchanges OSCORE-protected messages with the JRC, from which it obtains a short identifier, link-layer keying material and other configuration parameters. As per <xref section="8.3.3" sectionFormat="of" target="RFC9031"/>, a JRC that experiences a failure event may likely lose information about joined nodes, including their assigned identifiers. Then, the reinitialized JRC can establish a new OSCORE Security Context with each pledge, through the procedure defined in <xref section="B.2" sectionFormat="of" target="RFC8613"/>.</t>
        </li>
        <li>
          <t>The two peers can use the OSCORE profile <xref target="RFC9203"/> of the Authentication and Authorization for Constrained Environments (ACE) Framework <xref target="RFC9200"/>.  </t>
          <t>
When a CoAP client uploads an access token to a CoAP server as an access credential, the two peers also exchange two nonces. Then, the two peers use the two nonces together with information provided by the ACE authorization server that issued the access token, in order to derive an OSCORE Security Context.  </t>
          <t>
This procedure does not provide forward secrecy.</t>
        </li>
        <li>
          <t>The two peers can run the EDHOC key exchange protocol based on Diffie-Hellman and defined in <xref target="RFC9528"/>, in order to establish a shared pseudo-random secret key in a mutually authenticated way.  </t>
          <t>
Then, the two peers can use the established pseudo-random key to derive external application keys. This allows the two peers to securely derive an OSCORE Master Secret and an OSCORE Master Salt, from which an OSCORE Security Context can be established.  </t>
          <t>
This procedure additionally provides forward secrecy.  </t>
          <t>
EDHOC also specifies an optional function, namely EDHOC_KeyUpdate, to perform a key update in a more efficient way than re-running EDHOC. The two communicating peers call EDHOC_KeyUpdate with equivalent input, which results in the derivation of a new shared pseudo-random secret key. Usage of EDHOC_KeyUpdate preserves forward secrecy.  </t>
          <t>
Note that EDHOC may be run standalone or as part of other workflows, such as when using the EDHOC and OSCORE profile of ACE <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>.</t>
        </li>
        <li>
          <t>If one peer is acting as LwM2M Client and the other peer as LwM2M Server, according to the OMA Lightweight Machine to Machine Core specification <xref target="LwM2M"/>, then the LwM2M Client peer may take the initiative to bootstrap again with the LwM2M Bootstrap Server, and receive again an OSCORE Security Context. Alternatively, the LwM2M Server can instruct the LwM2M Client to initiate this procedure.  </t>
          <t>
If the OSCORE Security Context information on the LwM2M Bootstrap Server has been updated, the LwM2M Client will thus receive a fresh OSCORE Security Context to use with the LwM2M Server.  </t>
          <t>
The LwM2M Client, the LwM2M Server, and the LwM2M Bootstrap server are also required to use the procedure defined in <xref section="B.2" sectionFormat="of" target="RFC8613"/> and overviewed above, when they use a certain OSCORE Security Context for the first time <xref target="LwM2M-Transport"/>.</t>
        </li>
      </ul>
      <t>Manually updating the OSCORE Security Context at the two peers should be a last resort option and it might often be not practical or feasible.</t>
      <t>Even when any of the alternatives mentioned above is available, it is <bcp14>RECOMMENDED</bcp14> that two OSCORE peers update their Security Context by using the KUDOS procedure as defined in <xref target="sec-rekeying-method"/> of this document.</t>
    </section>
    <section anchor="sec-updated-response-protection">
      <name>Updated Protection of Responses with OSCORE</name>
      <t>The protection of CoAP responses with OSCORE is updated, by adding the following text at the end of step 3 of <xref section="8.3" sectionFormat="of" target="RFC8613"/> as well as before the text "Then, go to 4." of <xref section="8.3.1" sectionFormat="of" target="RFC8613"/>.</t>
      <blockquote>
        <t>If the server is using a different Security Context for the response compared to what was used to verify the request (e.g., due to an occurred key update), then the server <bcp14>MUST</bcp14> take the second alternative. That is, the server <bcp14>MUST</bcp14> include its Sender Sequence Number as Partial IV in the response and use it to build the AEAD nonce to protect the response.</t>
        <t>This prevents the server from using the same AEAD (key, nonce) pair for two responses, protected with different OSCORE Security Contexts.</t>
        <t>An exception is the procedure in <xref section="B.2" sectionFormat="of" target="RFC8613"/>, which is secure although not complying with the above. The reason is that, in that procedure, the server uses the new OSCORE Security Context only and solely to protect the outgoing response (response #1), and no other message is protected with that OSCORE Security Context. Other procedures where that holds would also remain secure.</t>
      </blockquote>
    </section>
    <section anchor="sec-rekeying-method">
      <name>Key Update for OSCORE (KUDOS)</name>
      <t>This section defines KUDOS, a lightweight procedure that two OSCORE peers can use to update their keying material and establish a new OSCORE Security Context.</t>
      <t>Hereafter, this document refers to two specific peers that run KUDOS to update specifically one OSCORE Security Context that they share with each other.</t>
      <t>KUDOS relies on the OSCORE Option defined in <xref target="RFC8613"/> and extended as defined in <xref target="ssec-oscore-option-extensions"/>, as well as on the support function updateCtx() defined in <xref target="ssec-update-function"/>.</t>
      <t>In order to run KUDOS, two peers exchange OSCORE-protected CoAP messages. The key update procedure is described in detail in <xref target="ssec-derive-ctx"/>, with particular reference to the stateful FS mode providing forward secrecy. The possible use of the stateless no-FS mode is described in <xref target="no-fs-mode"/>, as intended to peers that are not able to write in non-volatile memory. Two peers <bcp14>MUST</bcp14> run KUDOS in FS mode if they are both capable to do so.</t>
      <t>The key update procedure has the following properties:</t>
      <ul spacing="normal">
        <li>
          <t>It can be initiated by either peer.</t>
        </li>
        <li>
          <t>The new OSCORE Security Context enjoys forward secrecy, unless the no-FS mode is used (see <xref target="no-fs-mode"/>).</t>
        </li>
        <li>
          <t>The same ID Context value used in the old OSCORE Security Context (if set) is preserved in the new OSCORE Security Context.</t>
        </li>
        <li>
          <t>The same Sender and Recipient IDs used in the old OSCORE Security Context are preserved in the new OSCORE Security Context.</t>
        </li>
        <li>
          <t>It is robust against a peer rebooting and loss of state, avoiding the reuse of AEAD (nonce, key) pairs also in such cases.</t>
        </li>
        <li>
          <t>It typically completes in one round trip by exchanging two OSCORE-protected CoAP messages. The two peers achieve mutual key confirmation in a following exchange, which is protected with the newly established OSCORE Security Context.</t>
        </li>
      </ul>
      <section anchor="ssec-oscore-option-extensions">
        <name>Extensions to the OSCORE Option</name>
        <t>This document extends the use of the OSCORE Option originally defined in <xref target="RFC8613"/> as follows:</t>
        <ul spacing="normal">
          <li>
            <t>This document defines the usage of the eight least significant bit, called "Extension-1 Flag", in the first byte of the OSCORE Option containing the OSCORE flag bits. The registration of this flag bit in the "OSCORE Flag Bits" registry is specified in <xref target="iana-cons-flag-bits"/>.  </t>
            <t>
When the Extension-1 Flag is set to 1, the second byte of the OSCORE Option <bcp14>MUST</bcp14> include the OSCORE flag bits 8-15.</t>
          </li>
          <li>
            <t>This document defines the usage of the least significant bit "Nonce Flag", 'd', in the second byte of the OSCORE Option containing the OSCORE flag bits 8-15. The registration of this flag bit in the "OSCORE Flag Bits" registry is specified in <xref target="iana-cons-flag-bits"/>.  </t>
            <t>
When it is set to 1, the compressed COSE object contains a field 'x' and a field 'nonce', to be used for the steps defined in <xref target="ssec-derive-ctx"/>. In particular, the 1 byte 'x' following 'kid context' (if any) includes the size of the following field 'nonce' as well as a number of signaling bits that indicate the specific behavior to adopt during the KUDOS execution.  </t>
            <t>
Hereafter, a message is referred to as a "KUDOS message", if and only if the second byte of flags is present and the 'd' bit is set to 1. If that is not the case, the message is referred to as a "non KUDOS message".  </t>
            <t>
The encoding of the 'x' field is as follows:  </t>
            <ul spacing="normal">
              <li>
                <t>The four least significant bits encode the 'nonce' size in bytes minus 1, namely 'm'.</t>
              </li>
              <li>
                <t>The fifth least significant bit is the "No Forward Secrecy" 'p' bit. The sender peer indicates its wish to run KUDOS in FS mode or in no-FS mode, by setting the 'p' bit to 0 or 1, respectively.      </t>
                <t>
This makes KUDOS possible to run also for peers that cannot support the FS mode. At the same time, two peers <bcp14>MUST</bcp14> run KUDOS in FS mode if they are both capable to do so, as per <xref target="ssec-derive-ctx"/>. The execution of KUDOS in no-FS mode is defined in <xref target="no-fs-mode"/>.</t>
              </li>
              <li>
                <t>The sixth least significant bit is the "Preserve Observations" 'b' bit. The sender peer indicates its wish to preserve or terminate the ongoing observations with the other peer beyond the KUDOS execution, by setting the 'b' bit to 1 or 0, respectively. The related processing is defined in <xref target="preserving-observe"/>.</t>
              </li>
              <li>
                <t>The seventh least significant bit is the 'z' bit, which has the following meaning:      </t>
                <ul spacing="normal">
                  <li>
                    <t>If the bit 'z' is set to 0, the present message is a "divergent" KUDOS message, i.e., it is protected with a temporary OSCORE Security Context and indicates that the sender peer is moving away from "equilibrium".          </t>
                    <t>
That is, the sender peer is offering its own nonce in the 'nonce' field of the message and is waiting to receive the other peer's nonce.</t>
                  </li>
                  <li>
                    <t>If the bit 'z' is set to 1, the present message is a "convergent" KUDOS message, i.e., it is protected with the newly established OSCORE Security Context and indicates that the sender peer is attempting to return to "equilibrium".          </t>
                    <t>
That is, the sender peer is offering its own nonce in the 'nonce' field of the message, has received the other peer's nonce, and is going to wait for key confirmation (as a pre-condition to return to equilibrium).</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>The eight least significant bit is reserved for future use. This bit <bcp14>SHALL</bcp14> be set to 0 when not in use. According to this specification, if this bit is set to 1, the following applies:      </t>
                <ul spacing="normal">
                  <li>
                    <t>If the message is a request, it is considered to be malformed and decompression fails as specified in item 2 of <xref section="8.2" sectionFormat="of" target="RFC8613"/>.</t>
                  </li>
                  <li>
                    <t>If the message is a response, it is considered to be malformed, decompression fails as specified in item 2 of <xref section="8.4" sectionFormat="of" target="RFC8613"/>, and the client <bcp14>SHALL</bcp14> discard the response as specified in item 8 of <xref section="8.4" sectionFormat="of" target="RFC8613"/>.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <t><xref target="fig-oscore-option"/> shows the extended OSCORE Option value, with the presence of the 'x' and 'nonce' fields.</t>
        <figure anchor="fig-oscore-option">
          <name>The Extended OSCORE Option Value</name>
          <artwork align="center"><![CDATA[
 0 1 2 3 4 5 6 7  8   9   10  11  12  13  14  15 <----- n bytes ----->
+-+-+-+-+-+-+-+-+---+---+---+---+---+---+---+---+---------------------+
|1|0|0|h|k|  n  | 0 | 0 | 0 | 0 | 0 | 0 | 0 | d | Partial IV (if any) |
+-+-+-+-+-+-+-+-+---+---+---+---+---+---+---+---+---------------------+

 <------ 1 byte ------> <----- s bytes ------>
+----------------------+----------------------+
|      s (if any)      | kid context (if any) |
+----------------------+----------------------+

 <----- 1 byte ------> <--- m + 1 bytes --->
+---------------------+---------------------+------------------+
|     x (if any)      |   nonce (if any)    |   kid (if any)   |
+---------------------+---------------------+------------------+
|                     |
|   0 1 2 3 4 5 6 7   |
|  +-+-+-+-+-+-+-+-+  |
|  |0|z|b|p|   m   |  |
|  +-+-+-+-+-+-+-+-+  |
]]></artwork>
        </figure>
      </section>
      <section anchor="ssec-update-function">
        <name>Function for Security Context Update</name>
        <t>This section defines the updateCtx() function shown in <xref target="function-update"/>, which takes as input the three parameters input1, input2, and CTX_IN.</t>
        <t>In particular, input1 and input2 are built from the 'x' and 'nonce' fields transported in the OSCORE Option value of the exchanged KUDOS messages (see <xref target="ssec-oscore-option-extensions"/>), while CTX_IN is the OSCORE Security Context to update through the KUDOS execution. The function returns a new OSCORE Security Context CTX_OUT.</t>
        <figure anchor="function-update">
          <name>Functions for Deriving a new OSCORE Security Context</name>
          <artwork align="left"><![CDATA[
function updateCtx(input1, input2, CTX_IN):

 // Output values
 CTX_OUT       // The new Security Context
 MSECRET_NEW   // The new Master Secret
 MSALT_NEW     // The new Master Salt

 // Define the label for the key update
 Label = "key update"

 // Create CBOR byte strings from input1 and input2
 input1_cbor = create_cbor_bstr(input1)
 input2_cbor = create_cbor_bstr(input2)

 // Concatenate the CBOR-encoded input1 and input2
 // according to their lexicographic order
 X_N = is_lexicographically_shorter(input1_cbor, input2_cbor) ?
       (input1_cbor | input2_cbor) : (input2_cbor | input1_cbor)

 // Set the new Master Salt to X_N
 MSALT_NEW = X_N

 // Determine the length in bytes of the current Master Secret
 oscore_key_length = length(CTX_IN.MasterSecret)

 // Create the new Master Secret using KUDOS_Expand_Label
 MSECRET_NEW = KUDOS_Expand_Label(CTX_IN.MasterSecret, Label,
                                  X_N, oscore_key_length)

 // Derive the new Security Context CTX_OUT, using
 // the new Master Secret, the new Master Salt,
 // and other parameters from CTX_IN
 CTX_OUT = derive_security_context(MSECRET_NEW, MSALT_NEW, CTX_IN)

 // Return the new Security Context
 return CTX_OUT

=== === === === === === === === === === === === === === === === === ===

function KUDOS_Expand_Label(master_secret, Label, X_N, key_length):

 struct {
     uint16 length = key_length;
     opaque label<7..255> = "oscore " + Label;
     opaque context<0..255> = X_N;
 } ExpandLabel;

 return KUDOS_Expand(master_secret, ExpandLabel, key_length)
]]></artwork>
        </figure>
        <t>The updateCtx() function builds the two CBOR byte strings input1_cbor and input2_cbor, whose values are the input parameter input1 and input2, respectively. Then, it builds X_N as the byte concatenation of input1_cbor and input2_cbor.</t>
        <t>In order to be agnostic of the order according to which the nonce values were exchanged, the binary representations of input1_cbor and input2_cbor are sorted in lexicographical order before they are concatenated. That is, with | denoting byte concatenation, X_N <bcp14>MUST</bcp14> take input1_cbor | input2_cbor if input1_cbor comes before input2_cbor in lexicographical order, or input2_cbor | input1_cbor otherwise.</t>
        <t>After that, the updateCtx() function derives the new values of the Master Salt and Master Secret for the Security Context CTX_OUT. In particular, the new Master Salt takes X_N as value. Instead, the new Master Secret is derived through a KUDOS-Expand step that is invoked through the KUDOS_Expand_Label() function. The latter takes as input the Master Secret value from the Security Context CTX_IN, the literal string "key update", X_N, and the length of the Master Secret in bytes.</t>
        <t>The definition of KUDOS-Expand depends on the key derivation function used for OSCORE by the two peers, as specified in CTX_IN. If the key derivation function is an HKDF Algorithm (see <xref section="3.1" sectionFormat="of" target="RFC8613"/>), then KUDOS-Expand is mapped to HKDF-Expand <xref target="RFC5869"/>, as shown below. In particular, the hash algorithm is the same one used by the HKDF Algorithm specified in CTX_IN.</t>
        <artwork align="left"><![CDATA[
KUDOS-Expand(CTX_IN.MasterSecret, ExpandLabel, key_length) =
   HKDF-Expand(CTX_IN.MasterSecret, ExpandLabel, key_length)
]]></artwork>
        <t>If a future specification updates <xref target="RFC8613"/> by admitting different key derivation functions than HKDF Algorithms (e.g., KMAC as based on the SHAKE128 or SHAKE256 hash functions), that specification has to also update the present document in order to define the mapping between such key derivation functions and KUDOS-Expand.</t>
        <t>When an HKDF Algorithm is used, the derivation of new values follows the same approach used in TLS 1.3, which is also based on HKDF-Expand (see <xref section="7.1" sectionFormat="of" target="RFC8446"/>) and is used for computing new keying material in case of key update (see <xref section="4.6.3" sectionFormat="of" target="RFC8446"/>).</t>
        <t>After that, the newly computed Master Secret and Master Salt are used to derive a new Security Context CTX_OUT, as per <xref section="3.2" sectionFormat="of" target="RFC8613"/>. Any other parameter required for that derivation takes the same value as in the Security Context CTX_IN.</t>
        <t>Note that the following holds for the newly derived CTX_OUT:</t>
        <ul spacing="normal">
          <li>
            <t>In its Sender Context, the Sender Sequence Number is initialized to 0 as per <xref section="3.2.2" sectionFormat="of" target="RFC8613"/>.</t>
          </li>
          <li>
            <t>If the peer that has derived CTX_OUT supports CoAP Observe <xref target="RFC7641"/>, the Notification Number used for the replay protection of Observe notifications (see <xref section="7.4.1" sectionFormat="of" target="RFC8613"/>) is left as not initialized.</t>
          </li>
        </ul>
        <t>Finally, the updateCtx() function returns the newly derived Security Context CTX_OUT.</t>
        <t>Note that, thanks to the input parameters input1 and input2 provided to the updateCtx() function, the derivation of CTX_OUT also considers as input the information from the 'x' field conveyed in the OSCORE Option value of the exchanged KUDOS messages. In turn, this ensures that a successfully completed KUDOS execution has occurred as intended by the two peers.</t>
      </section>
      <section anchor="ssec-derive-ctx">
        <name>Key Update</name>
        <t>When using KUDOS as described in this section, forward secrecy is achieved for the new OSCORE keying material that results from the KUDOS execution, as long as the original OSCORE keying material was also established with forward secrecy. For peers that are unable to store information to persistent memory, <xref target="no-fs-mode"/> provides an alternative approach that does not achieve forward secrecy but allows also such very constrained peers to perform a key update.</t>
        <t>A peer can run KUDOS for active rekeying at any time, or for a variety of more compelling reasons. These include the (approaching) expiration of the OSCORE Security Context, approaching the limits for the corresponding key usage <xref target="I-D.ietf-core-oscore-key-limits"/>, the enforcement of application policies, and the (approaching) exhaustion of the OSCORE Sender Sequence Number space.</t>
        <t>The expiration time of an OSCORE Security Context and the key usage limits are hard limits. Once reached them, a peer <bcp14>MUST</bcp14> stop using the keying material in the OSCORE Security Context for exchanging application data with the other peer and has to perform a rekeying before resuming secure communication.</t>
        <t>Before starting KUDOS, the two peers share the OSCORE Security Context CTX_OLD. In particular, CTX_OLD is the most recent OSCORE Security Context that a peer has with the other peer, before initiating the KUDOS procedure or upon having received and successfully verified a divergent KUDOS message. During an execution of KUDOS, a temporary OSCORE Security Context CTX_TEMP is also derived.</t>
        <t>Once successfully completed a KUDOS execution, the two peers agree on a newly established OSCORE Security Context CTX_NEW that replaces CTX_OLD. In particular, CTX_NEW is the most recent OSCORE Security Context that a peer has with the other peer, before sending a convergent KUDOS message to the other peer or upon having received and successfully verified a convergent KUDOS message from that other peer. CTX_OLD can be safely deleted upon receiving key confirmation from the other peer, i.e., upon gaining knowledge that the other peer also has CTX_NEW.</t>
        <t>The following specifically defines how KUDOS is run in its stateful FS mode achieving forward secrecy. That is, in the OSCORE Option value of all the exchanged KUDOS messages, the "No Forward Secrecy" 'p' bit is set to 0.</t>
        <t>In order to run KUDOS in FS mode, both peers have to be able to write in non-volatile memory. From the newly derived Security Context CTX_NEW, the peers <bcp14>MUST</bcp14> store to non-volatile memory the immutable parts of the OSCORE Security Context as specified in <xref section="3.1" sectionFormat="of" target="RFC8613"/>, with the possible exception of the Common IV, Sender Key, and Recipient Key that can be derived again when needed, as specified in <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>. If either or both peers are unable to write in non-volatile memory, the two peers have to run KUDOS in its stateless no-FS mode (see <xref target="no-fs-mode"/>).</t>
        <section anchor="ssec-nonces-x-bytes">
          <name>Nonces and X Bytes</name>
          <t>When running KUDOS, each peer contributes by generating a nonce value N1 or N2 and providing it to the other peer. The size of the nonces N1 and N2 is application specific and the use of 8 byte nonce values is <bcp14>RECOMMENDED</bcp14>. The nonces N1 and N2 <bcp14>MUST</bcp14> be random values, with the possible exception described later in <xref target="key-material-handling"/>. Note that a good amount of randomness is important for the nonce generation. <xref target="RFC4086"/> provides guidance on the generation of random values.</t>
          <t>In the following, X1 and X2 denote the value of the 'x' field specified in the OSCORE Option value of a KUDOS message. From one peer's point of view, X1 and N1 are generated by that peer, while X2 and N2 are obtained from the other peer.</t>
          <t>In a KUDOS message, the sender peer sets the X1 value based on: the length of N1 in bytes, the specific settings that the peer wishes to run KUDOS with, and the message being divergent or convergent. During the same KUDOS execution, all the KUDOS messages sent by a peer <bcp14>MUST</bcp14> have the same value of the bit 'b' in the 'x' field conveying X1.</t>
          <t>N1, N2, X1, and X2 are used by the peers to build the 'input1' and 'input2' values provided as input to the updateCtx() function, in order to derive an OSCORE Security Context (see <xref target="ssec-update-function"/>). As for any newly derived OSCORE Security Context, the Sender Sequence Number and the Replay Window are re-initialized accordingly (see <xref section="3.2.2" sectionFormat="of" target="RFC8613"/>).</t>
          <t>Specifically, the input to updateCtx() is built as follows, where | denotes byte concatenation:</t>
          <ul spacing="normal">
            <li>
              <t>When deriving CTX_TEMP to protect a divergent outgoing message, input1 is X1 | N1 and input2 is 0x.</t>
            </li>
            <li>
              <t>When deriving CTX_TEMP to unprotect a divergent incoming message, input1 is X2 | N2 and input2 is 0x.</t>
            </li>
            <li>
              <t>When deriving CTX_NEW to protect or unprotect a convergent message, input1 is X1 | N1 and input2 is X2 | N2.</t>
            </li>
          </ul>
          <t>For any divergent KUDOS message, the sender peer's (X, nonce) are included in the 'x' and 'nonce' field of the OSCORE Option value, respectively. Also, both peers use those as input to updateCtx() for deriving CTX_TEMP, which is used to protect and unprotect the KUDOS message.</t>
          <t>For any convergent KUDOS message, the sender peer's (X, nonce) are included in the 'x' and 'nonce' field of the OSCORE Option value, respectively. Both the sender peer's (X, nonce) and the recipient peer's (X, nonce) are used as input to updateCtx() for deriving CTX_NEW, which is used to protect and unprotect the KUDOS message.</t>
          <t>A pair (X, nonce) offered by a peer is bound to CTX_OLD, and is reused as much as possible during the same KUDOS execution. A peer generates its (X, nonce) pair before invoking updateCtx(), if the peer does not have one such pair already associated with the CTX_OLD to use as input CTX_IN for updateCtx(). The peer associates the newly generated pair with CTX_OLD before entering updateCtx().</t>
        </section>
        <section anchor="ssec-states">
          <name>KUDOS States</name>
          <t>A peer performs a KUDOS execution according to the state machine specified in <xref target="ssec-state-machine"/>, where the following states are considered.</t>
          <t>The peer can be in three possible states: IDLE, BUSY, and PENDING.</t>
          <t>Normally, the peer is in the IDLE state, i.e., in "equilibrium". The peer starts a KUDOS execution upon entering the BUSY state from a state different than BUSY. The peer succesfully completes a KUDOS execution by entering the IDLE state, at which point the peer has the OSCORE Security Context CTX_NEW and has achieved key confirmation.</t>
          <t>The sending of a KUDOS message is per the KUDOS state machine and is based on the perception that the sender peer has about the state of the other peer.</t>
          <t>The processing of a received KUDOS message is per the KUDOS state machine and is based on the local status of the recipient peer. Moving to a state due to a received KUDOS message occurs only in case of successful decryption and verification of the message with OSCORE.</t>
          <t>In its local status, a peer tracks its current KUDOS state by means of the bits (c_tx, c_rx) as follows:</t>
          <ul spacing="normal">
            <li>
              <t>(00) IDLE - The peer is not running KUDOS.</t>
            </li>
            <li>
              <t>BUSY - The peer is running KUDOS and:
              </t>
              <ul spacing="normal">
                <li>
                  <t>(01) has not offered a nonce, but has received the nonce from the other peer; or</t>
                </li>
                <li>
                  <t>(10) has offered a nonce, but has not received the nonce from the other peer.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>(11) PENDING: the peer is running KUDOS, has offered its nonce, has received the nonce from the other peer, and is waiting for key confirmation.</t>
            </li>
          </ul>
          <t>While in the <strong>BUSY</strong> or the <strong>PENDING</strong> state, the peer <bcp14>MUST NOT</bcp14> send non KUDOS messages.</t>
        </section>
        <section anchor="ssec-state-machine">
          <name>KUDOS State Machine</name>
          <t>From a peer's point of view, KUDOS states evolve as follows.</t>
          <section anchor="startup">
            <name>Startup</name>
            <t>At startup, the peer enters a <strong>Pre-IDLE</strong> stage.</t>
          </section>
          <section anchor="ssec-state-machine-pre-idle">
            <name>Pre-IDLE Stage</name>
            <t>Upon entering the <strong>Pre-IDLE</strong> stage, perform the following steps:</t>
            <ol spacing="normal" type="1"><li>
                <t>If the peer has any CTX_TEMP Security Contexts, delete them.</t>
              </li>
              <li>
                <t>If the peer has both an old and a new OSCORE Security Context:  </t>
                <ul spacing="normal">
                  <li>
                    <t>Delete the (X, nonce) pair associated with the old OSCORE Security Context.</t>
                  </li>
                  <li>
                    <t>Delete the old OSCORE Security Context, or retain it only for processing late incoming messages as allowed by retention policies (see <xref target="ssec-retention"/>).</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>Move to <strong>IDLE</strong>.</t>
              </li>
            </ol>
          </section>
          <section anchor="idle">
            <name>IDLE</name>
            <t>While in <strong>IDLE</strong>, the following applies:</t>
            <ul spacing="normal">
              <li>
                <t>Upon receiving a divergent message, move to <strong>BUSY</strong>.</t>
              </li>
              <li>
                <t>Upon sending a divergent message, move to <strong>BUSY</strong>.</t>
              </li>
              <li>
                <t>Upon receiving a convergent message:  </t>
                <ol spacing="normal" type="1"><li>
                    <t>Ignore the message for the sake of KUDOS processing, but process it as a CoAP message.</t>
                  </li>
                  <li>
                    <t>Stay in <strong>IDLE</strong>.</t>
                  </li>
                </ol>
              </li>
            </ul>
          </section>
          <section anchor="busy">
            <name>BUSY</name>
            <t>Upon entering <strong>BUSY</strong> due to receiving a divergent message:</t>
            <ol spacing="normal" type="1"><li>
                <t>Send a convergent message.</t>
              </li>
              <li>
                <t>Move to <strong>PENDING</strong>.</t>
              </li>
            </ol>
            <t>While in <strong>BUSY</strong>, the following applies:</t>
            <ul spacing="normal">
              <li>
                <t>Upon receiving a divergent message:  </t>
                <ol spacing="normal" type="1"><li>
                    <t>Send a convergent message.</t>
                  </li>
                  <li>
                    <t>Move to <strong>PENDING</strong>.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>Upon receiving a convergent message:  </t>
                <ol spacing="normal" type="1"><li>
                    <t>Achieve key confirmation.</t>
                  </li>
                  <li>
                    <t>Move to the <strong>Pre-IDLE</strong> stage.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>Upon sending a divergent message:  </t>
                <ul spacing="normal">
                  <li>
                    <t>If, as in most cases, CTX_TEMP is usable to protect the intended divergent message:      </t>
                    <ol spacing="normal" type="1"><li>
                        <t>Send the message protected with CTX_TEMP.</t>
                      </li>
                      <li>
                        <t>Stay in <strong>BUSY</strong>.</t>
                      </li>
                    </ol>
                  </li>
                  <li>
                    <t>Otherwise, perform the following steps (e.g., this happens upon eventually exhausting the Sender Sequence Number space of CTX_TEMP):      </t>
                    <ol spacing="normal" type="1"><li>
                        <t>Delete CTX_TEMP.</t>
                      </li>
                      <li>
                        <t>Delete the (X, nonce) pair associated with the Security Context CTX_IN that was used to generate the CTX_TEMP deleted at the previous step.</t>
                      </li>
                      <li>
                        <t>Generate a new (X, nonce) pair and associate it with CTX_IN.</t>
                      </li>
                      <li>
                        <t>Generate a new CTX_TEMP from CTX_IN.</t>
                      </li>
                      <li>
                        <t>Send the message protected with the CTX_TEMP generated at the previous step.</t>
                      </li>
                      <li>
                        <t>Stay in <strong>BUSY</strong>.</t>
                      </li>
                    </ol>
                  </li>
                </ul>
              </li>
            </ul>
          </section>
          <section anchor="pending">
            <name>Pending</name>
            <t>While in <strong>PENDING</strong>, the following applies:</t>
            <ul spacing="normal">
              <li>
                <t>Upon needing to send a message (e.g., the application wants to send a request):  </t>
                <ol spacing="normal" type="1"><li>
                    <t>Send the message as a convergent message.</t>
                  </li>
                  <li>
                    <t>Stay in <strong>PENDING</strong>.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>Upon receiving a non KUDOS message protected with the latest CTX_NEW:  </t>
                <ol spacing="normal" type="1"><li>
                    <t>Achieve key confirmation.</t>
                  </li>
                  <li>
                    <t>Move to the <strong>Pre-IDLE</strong> stage.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>Upon receiving a convergent message:  </t>
                <ol spacing="normal" type="1"><li>
                    <t>Achieve key confirmation.</t>
                  </li>
                  <li>
                    <t>Move to the <strong>Pre-IDLE</strong> stage.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>Upon receiving a divergent message:  </t>
                <ul spacing="normal">
                  <li>
                    <t>In case of successful decryption and verification of the message using a CTX_TEMP derived from CTX_OLD:      </t>
                    <ol spacing="normal" type="1"><li>
                        <t>Delete CTX_NEW.</t>
                      </li>
                      <li>
                        <t>Delete the pair (X, nonce) associated with the Security Context CTX_IN that was used to generate the CTX_NEW deleted at the previous step.</t>
                      </li>
                      <li>
                        <t>Abort the ongoing KUDOS execution.</t>
                      </li>
                      <li>
                        <t>Move to <strong>BUSY</strong> and enter it consistently with the reception of a divergent message.</t>
                      </li>
                    </ol>
                  </li>
                  <li>
                    <t>Otherwise, in case of successful decryption and verification of the message using a CTX_TEMP derived from CTX_NEW:      </t>
                    <ol spacing="normal" type="1"><li>
                        <t>Delete the oldest CTX_TEMP.</t>
                      </li>
                      <li>
                        <t>Delete the Security Context that was used as CTX_IN to generate the CTX_TEMP deleted at the previous step.</t>
                      </li>
                      <li>
                        <t>CTX_NEW becomes the oldest Security Context. From this point on, that Security Context is what this KUDOS execution refers to as CTX_OLD.</t>
                      </li>
                      <li>
                        <t>Abort the ongoing KUDOS execution.</t>
                      </li>
                      <li>
                        <t>Move to <strong>BUSY</strong> and enter it consistently with the reception of a divergent message.</t>
                      </li>
                    </ol>
                  </li>
                </ul>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="ssec-state-machine-optimization">
          <name>Optimization upon Receiving a Divergent Message while in PENDING</name>
          <t>When a peer is in the <strong>PENDING</strong> state and receives a divergent message, an optimization can be applied to avoid unnecessary state transitions and cryptographic derivations. It builds on comparing the just received divergent message MSG_A with a previously received divergent message MSG_B that originally caused the latest transition to <strong>PENDING</strong> or <strong>BUSY</strong>. Normally the reception of MSG_A would move the peer to <strong>BUSY</strong> state.</t>
          <t>If the two messages MSG_A and MSG_B contain the same X byte and Nonce from the other peer, then the peer stays in <strong>PENDING</strong>. Otherwise, the peer moves to <strong>BUSY</strong> upon reception of the divergent message MSG_\A, as normal.</t>
          <t>If upon reception of MSG_A, CTX_NEW is not usable to protect outgoing messages (e.g., this happens upon eventually exhausting the Sender Sequence Number values of CTX_TEMP), the peer moves to <strong>BUSY</strong>, as normal.</t>
          <t>This optimization avoids repeated cryptographic operations and redundant transitions in the state machine when divergent messages originate from the same peer and carry identical X byte and Nonce.</t>
          <t>To determine whether message MSG_A and MSG_B are equivalent, the peer <bcp14>MUST</bcp14>:</t>
          <ol spacing="normal" type="1"><li>
              <t>Decompose the Master Salt from the current CTX_NEW into its CBOR byte string components, as described in <xref target="ssec-update-function"/>. Then identify:
              </t>
              <ul spacing="normal">
                <li>
                  <t>The component containing the peer's own X and Nonce, i.e., the (X, nonce) pair associated with the Security Context CTX_IN that was used to generate the CTX_TEMP used to unprotect MSG_A.</t>
                </li>
                <li>
                  <t>The component containing the other peer's X and Nonce that was used in the divergent message MSG_B, i.e., the result of removing from the Master Salt the component above related to this peer.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Extract the X and Nonce values from the latest received divergent message MSG_A.</t>
            </li>
            <li>
              <t>There is a match if the X and Nonce from message MSG_A are the same as those from message MSG_B identified above.</t>
            </li>
          </ol>
        </section>
        <section anchor="ssec-context-handling">
          <name>Handling of OSCORE Security Contexts</name>
          <t>A peer completes the key update procedure when it has derived the new OSCORE Security Context CTX_NEW and achieved key confirmation, and thus has moved back to the IDLE state.</t>
          <t>Once the peer has successfully derived CTX_NEW, the peer <bcp14>MUST</bcp14> use CTX_NEW to protect outgoing non KUDOS messages and <bcp14>MUST NOT</bcp14> use the originally shared OSCORE Security Context CTX_OLD for protecting outgoing messages.</t>
          <t>The peer <bcp14>MUST</bcp14> terminate all the ongoing observations <xref target="RFC7641"/> that it has with the other peer as protected with the old Security Context CTX_OLD, unless the two peers have explicitly agreed otherwise as defined in <xref target="preserving-observe"/>.</t>
          <t>More specifically, if either or both peers indicate the wish to cancel their observations, those will all be cancelled following a successful KUDOS execution.</t>
          <t>Note that, even in case a peer has no fundamental reason to update its OSCORE keying material, running KUDOS can be intentionally exploited as a more efficient way to terminate all the ongoing observations with the other peer, compared to sending one cancellation request per observation (see <xref section="3.6" sectionFormat="of" target="RFC7641"/>).</t>
        </section>
        <section anchor="ssec-message-handling">
          <name>KUDOS Messages as CoAP Requests or Responses</name>
          <t>If a KUDOS message is a CoAP request, then it can target two different types of resources at the recipient CoAP server:</t>
          <ul spacing="normal">
            <li>
              <t>The well-known KUDOS resource at /.well-known/kudos (see <xref target="well-known-kudos"/>), or an alternative KUDOS resource with resource type "core.kudos" (see <xref target="well-known-kudos-desc"/> and <xref target="rt-kudos"/>).  </t>
              <t>
In such a case, no application processing is expected at the CoAP server and the plain CoAP request composed before OSCORE protection <bcp14>SHOULD NOT</bcp14> include an application payload.</t>
            </li>
            <li>
              <t>A non-KUDOS resource, i.e., an actual application resource that a CoAP request can target in order to trigger application processing at the CoAP server.  </t>
              <t>
In such a case, the plain CoAP request composed before OSCORE protection can include an application payload, if admitted by the request method.</t>
            </li>
          </ul>
          <t>In either case, the link to the target resource can be accompanied by the "osc" target attribute to indicate that the resource is only accessible using OSCORE (see <xref section="9" sectionFormat="of" target="RFC8613"/>).</t>
          <t>Similarly, any CoAP response can also be a KUDOS message. If the corresponding CoAP request has targeted a KUDOS resource, then the plain CoAP response composed before OSCORE protection <bcp14>SHOULD NOT</bcp14> include an application payload. Otherwise, an application payload <bcp14>MAY</bcp14> be included.</t>
        </section>
        <section anchor="ssec-in-transit">
          <name>Avoiding In-Transit Requests During a Key Update</name>
          <t>Before sending a KUDOS message, a peer <bcp14>MUST</bcp14> ensure that it has no outstanding interactions with the other peer (see <xref section="4.7" sectionFormat="of" target="RFC7252"/>), with the exception of ongoing observations <xref target="RFC7641"/>.</t>
          <t>If any such outstanding interactions are found, the peer <bcp14>MUST NOT</bcp14> initiate or continue the KUDOS execution, before either:</t>
          <ul spacing="normal">
            <li>
              <t>having all those outstanding interactions cleared; or</t>
            </li>
            <li>
              <t>freeing up the Token values used with those outstanding interactions, with the exception of ongoing observations with the other peer.</t>
            </li>
          </ul>
          <t>Later on, this prevents a non KUDOS response protected with the new Security Context CTX_NEW from cryptographically matching with both the corresponding request also protected with CTX_NEW and with an older request protected with CTX_OLD, in case the two requests were protected using the same OSCORE Partial IV.</t>
          <t>During an ongoing KUDOS execution, a peer <bcp14>MUST NOT</bcp14> send a non KUDOS message to the other peer, until having aborted or successfully completed the key update procedure on its side. Note that, without the constraint above, this could otherwise be possible if a client running KUDOS uses a value of NSTART greater than 1 (see <xref section="4.7" sectionFormat="of" target="RFC7252"/>).</t>
        </section>
      </section>
      <section anchor="no-fs-mode">
        <name>Key Update Admitting no Forward Secrecy</name>
        <t>The FS mode of the KUDOS procedure defined in <xref target="ssec-derive-ctx"/> ensures forward secrecy of the OSCORE keying material. However, it requires peers running KUDOS to preserve their state (e.g., across a device reboot occurred in an unprepared way), by writing information such as data from the newly derived OSCORE Security Context CTX_NEW in non-volatile memory.</t>
        <t>This can be problematic for devices that cannot dynamically write information to non-volatile memory. For example, some devices may support only a single writing in persistent memory when initial keying material is provided (e.g., at manufacturing or commissioning time), but no further writing after that. Therefore, these devices cannot perform a stateful key update procedure and thus are not capable to run KUDOS in FS mode to achieve forward secrecy.</t>
        <t>In order to address these limitations, KUDOS can be run in its stateless no-FS mode, as defined in the following. This allows two peers to accomplish the same results as when running KUDOS in FS mode (see <xref target="ssec-derive-ctx"/>), with the difference that forward secrecy is not achieved and no state information is required to be dynamically written in non-volatile memory.</t>
        <t>From a practical point of view, the two modes differ in which exact OSCORE Master Secret and Master Salt are used as part of the OSCORE Security Context CTX_IN that is provided as input to the updateCtx() function (see <xref target="ssec-update-function"/>).</t>
        <t>If either or both peers are unable to write in non-volatile memory, then the two peers have to run KUDOS in no-FS mode.</t>
        <section anchor="key-material-handling">
          <name>Handling and Use of Keying Material</name>
          <t>In the following, a device is denoted as "CAPABLE" if it is able to store information in non-volatile memory (e.g., on disk), beyond a one-time-only writing occurring at manufacturing or (re-)commissioning time. If that is not the case, the device is denoted as "non-CAPABLE".</t>
          <t>The following terms are used to refer to OSCORE keying material.</t>
          <ul spacing="normal">
            <li>
              <t>Bootstrap Master Secret and Bootstrap Master Salt. If pre-provisioned during manufacturing or (re-)commissioning, these OSCORE Master Secret and Master Salt are initially stored on disk and are never going to be overwritten by the device.</t>
            </li>
            <li>
              <t>Latest Master Secret and Latest Master Salt. These OSCORE Master Secret and Master Salt can be dynamically updated by the device. In case of reboot, they are lost unless they have been stored on disk.</t>
            </li>
          </ul>
          <t>Note that:</t>
          <ul spacing="normal">
            <li>
              <t>A peer running KUDOS can have none of the pairs above associated with another peer, only one, or both.</t>
            </li>
            <li>
              <t>If a peer has neither of the pairs above associated with another peer, then the peer cannot run KUDOS in any mode with that other peer.</t>
            </li>
            <li>
              <t>If a peer has only one of the pairs above associated with another peer, then the peer can attempt to run KUDOS with that other peer, but the procedure might fail depending on the other peer's capabilities. In particular:  </t>
              <ul spacing="normal">
                <li>
                  <t>In order to run KUDOS in FS mode, a peer must be a CAPABLE device. It follows that two peers have to both be CAPABLE devices in order to be able to run KUDOS in FS mode with one another.</t>
                </li>
                <li>
                  <t>In order to run KUDOS in no-FS mode, a peer must have Bootstrap Master Secret and Bootstrap Master Salt available as stored on disk.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>A peer that is a non-CAPABLE device <bcp14>MUST</bcp14> support the no-FS mode, with the exception described in <xref target="non-capable-fs-mode"/> for non-CAPABLE devices that lack Bootstrap Master Secret and Bootstrap Master Salt.</t>
            </li>
            <li>
              <t>A peer that is a CAPABLE device <bcp14>MUST</bcp14> support the FS mode and the no-FS mode.</t>
            </li>
            <li>
              <t>As an exception to the nonces being generated as random values (see <xref target="ssec-nonces-x-bytes"/>), a peer that is a CAPABLE device <bcp14>MAY</bcp14> use a value obtained from a monotonically incremented counter as nonce. Related privacy implications are described in <xref target="sec-cons"/>.  </t>
              <t>
In such a case, the peer <bcp14>MUST</bcp14> enforce measures to ensure freshness of the nonce values. For example, the peer can use the same procedure described in <xref section="B.1.1" sectionFormat="of" target="RFC8613"/> for handling the OSCORE Sender Sequence Number values. These measures require to regularly store the used counter values in non-volatile memory, which makes non-CAPABLE devices unable to safely use counter values as nonce values.</t>
            </li>
          </ul>
          <t>As a general rule, once successfully generated a new OSCORE Security Context CTX (e.g., CTX is the CTX_NEW resulting from a KUDOS execution, or it has been established through the EDHOC protocol <xref target="RFC9528"/>), a peer considers the Master Secret and Master Salt of CTX as Latest Master Secret and Latest Master Salt. After that:</t>
          <ul spacing="normal">
            <li>
              <t>If the peer is a CAPABLE device, it <bcp14>MUST</bcp14> store Latest Master Secret and Latest Master Salt on disk, with the exception of possible temporary OSCORE Security Contexts used during a key update procedure, such as CTX_TEMP used during the KUDOS execution. That is, the OSCORE Master Secret and Master Salt from such temporary Security Contexts are not stored on disk.</t>
            </li>
            <li>
              <t>The peer <bcp14>MUST</bcp14> store Latest Master Secret and Latest Master Salt in volatile memory, thus making them available to OSCORE message processing and possible key update procedures.</t>
            </li>
          </ul>
          <t>Following a state loss (e.g., due to a reboot occurred in an unprepared way), a device <bcp14>MUST</bcp14> complete a successful KUDOS execution before performing an exchange of OSCORE-protected application data with another peer, unless:</t>
          <ul spacing="normal">
            <li>
              <t>The device is CAPABLE and implements a functionality for safely reusing old keying material, such as that described in <xref section="B.1" sectionFormat="of" target="RFC8613"/>; or</t>
            </li>
            <li>
              <t>The device is exchanging OSCORE-protected data within a KUDOS message, as described in <xref target="ssec-message-handling"/>. In such a case, the plain CoAP message composed before OSCORE protection can include an application payload, if admitted.</t>
            </li>
          </ul>
        </section>
        <section anchor="no-fs-signaling">
          <name>Selection of KUDOS Mode</name>
          <t>The following refers to CTX_BOOTSTRAP as to the OSCORE Security Context where the OSCORE Master Secret is the Bootstrap Master Secret and the Master Salt is the Bootstrap Master Salt <xref target="key-material-handling"/>.</t>
          <t>During a KUDOS execution, the two peers agree on whether to perform the key update procedure in FS mode or no-FS mode, by leveraging the "No Forward Secrecy" bit, 'p', in the 'x' byte of the OSCORE Option value of the KUDOS messages (see <xref target="ssec-oscore-option-extensions"/>).</t>
          <t>The 'p' bit practically determines what OSCORE Security Context CTX_IN to use as input to updateCtx() during the KUDOS execution, consistently with the indicated mode. That is:</t>
          <ul spacing="normal">
            <li>
              <t>If the 'p' bit is set to 0 (FS mode), the updateCtx() function used to derive CTX_TEMP or CTX_NEW considers CTX_IN to be CTX_OLD, i.e., the current OSCORE Security Context shared with the other peer as is. In particular, CTX_OLD includes Latest Master Secret as OSCORE Master Secret and Latest Master Salt as OSCORE Master Salt.</t>
            </li>
            <li>
              <t>If the 'p' bit is set to 1 (no-FS mode), the updateCtx() function used to derive CTX_TEMP or CTX_NEW considers CTX_IN to be CTX_BOOTSTRAP. Thus, every execution of KUDOS in no-FS mode between these two peers considers the same CTX_BOOTSTRAP, i.e., the same CTX_IN as input to the updateCtx() function, hence the impossibility to achieve forward secrecy.  </t>
              <t>
In particular, updateCtx() will take CTX_BOOTSTRAP as input when creating every OSCORE Security Context for protecting or unprotecting a KUDOS message where the 'p' bit is set to 1.  </t>
              <t>
If at least one KUDOS message in a successful KUDOS execution had the 'p' bit set to 1, then that KUDOS execution was run in no-FS mode.  </t>
              <t>
When a peer moves to the <strong>Pre-IDLE</strong> stage after having succesfully completed a KUDOS execution in no-FS mode, then the peer <bcp14>MUST</bcp14> additionally perform the following Step A before Step 1 in <xref target="ssec-state-machine-pre-idle"/>:  </t>
              <t>
A. Delete CTX_BOOTSTRAP.</t>
            </li>
          </ul>
          <t>A peer determines to run KUDOS either in FS mode or in no-FS mode with another peer as follows.</t>
          <ul spacing="normal">
            <li>
              <t>If a peer A is a non-CAPABLE device, it <bcp14>MUST</bcp14> run KUDOS only in no-FS mode. That is, when sending a KUDOS message, it <bcp14>MUST</bcp14> set to 1 the 'p' bit of the 'x' byte in the OSCORE Option value. Note that, if the peer A lacks a Bootstrap Master Secret and Bootstrap Master Salt to use with the other peer B, it can still run KUDOS in FS mode according to what is defined in <xref target="non-capable-fs-mode"/>.</t>
            </li>
            <li>
              <t>If a peer A is a CAPABLE device, it <bcp14>SHOULD</bcp14> run KUDOS only in FS mode. That is, when sending a KUDOS message, it <bcp14>SHOULD</bcp14> set to 0 the 'p' bit of the 'x' byte in the OSCORE Option value. An exception applies in the following cases.  </t>
              <ul spacing="normal">
                <li>
                  <t>The peer A is running KUDOS with another peer B, which A has learned to be a non-CAPABLE device (and hence not able to run KUDOS in FS mode).      </t>
                  <t>
Note that, if the peer A is a CAPABLE device, it is able to store such information about the other peer B on disk and it <bcp14>MUST</bcp14> do so. From then on, the peer A will perform every execution of KUDOS with the peer B in no-FS mode, including after a possible reboot.</t>
                </li>
                <li>
                  <t>While the peer A is running KUDOS with another peer B without knowing its capabilities, the peer A receives a KUDOS message where the 'p' bit of the 'x' byte in the OSCORE Option value is set to 1.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>If a peer A is a CAPABLE device and has learned that another peer B is also a CAPABLE device (and hence able to run KUDOS in FS mode), then the peer A <bcp14>MUST NOT</bcp14> run KUDOS with the peer B in no-FS mode. If the peer A receives a KUDOS message from the peer B where the 'p' bit of the 'x' byte in the OSCORE Option value is set to 1, then the peer A <bcp14>MUST</bcp14> ignore the message for the sake of KUDOS processing, but processes it as a CoAP message.  </t>
              <t>
Note that, if the peer A is a CAPABLE device, it is able to remember that the peer B is also a CAPABLE device and thus to store such information on disk, which it <bcp14>MUST</bcp14> do. This ensures that the peer A will perform every execution of KUDOS with the peer B in FS mode. This also prevents a possible downgrading attack aimed at making A believe that B is a non-CAPABLE device, hence at making A run KUDOS in no-FS mode although the FS mode can actually be used by both peers.</t>
            </li>
          </ul>
        </section>
        <section anchor="non-capable-fs-mode">
          <name>Non-CAPABLE Devices Operating in FS Mode</name>
          <t>Devices may not be pre-provisioned with Bootstrap material, for instance due to storage limitations of their persistent memory or to fulfill particular use cases. Bootstrap material specifically consists in the Bootstrap Master Secret and Bootstrap Master Salt, while Latest material specifically consists in the Latest Master Secret and Latest Master Salt as defined in <xref target="key-material-handling"/>.</t>
          <t>Normally, a non-CAPABLE device always uses KUDOS in no-FS mode. An exception is possible, if the Bootstrap material is dynamically installed at that device through an in-band process between that device and the peer device. In such a case, it is possible for that device to run KUDOS in FS mode with the peer device.</t>
          <t>Note that, under the assumption that peer A does not have any Bootstrap material with another peer B, peer A cannot use the no-FS mode with peer B, even though peer A is a non-CAPABLE device. Thus, allowing peer A to use KUDOS in FS mode ensures that peer A can perform a key update using KUDOS at all.</t>
          <t>In the situation outlined above, the following describes how a non-CAPABLE device, namely peer A, runs KUDOS in FS mode with another peer B:</t>
          <ul spacing="normal">
            <li>
              <t>Peer A is not provisioned with Bootstrap material associated with peer B at the time of manufacturing or commissioning.</t>
            </li>
            <li>
              <t>Peer A establishes OSCORE keying material associated with peer B through an in-band procedure run with peer B. Then, peer A considers that keying material as the Latest material with peer B and stores it only in volatile memory.  </t>
              <t>
An example of such an in-band procedure is the EDHOC and OSCORE profile of ACE <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>, according to which the two peers run the EDHOC protocol <xref target="RFC9528"/> for establishing an OSCORE Security Context to associate with access rights. This in-band procedure may occur multiple times over the device's lifetime.</t>
            </li>
            <li>
              <t>Peer A runs KUDOS in FS mode with peer B, thereby achieving forward secrecy for subsequent key update epochs, as long as the OSCORE keying material was originally established with forward secrecy. Peer A stores each newly derived Security Context in volatile memory.</t>
            </li>
          </ul>
          <t>As long as peer A does not reboot, executions of KUDOS rely on the Latest material stored in volatile memory. If peer A reboots, no OSCORE keying material associated with the peer B will be retained, as peer A is non-CAPABLE and therefore stores it only in volatile memory. Consequently, peer A must first establish new OSCORE keying material to use as Latest material with peer B, before running KUDOS again with peer B. This can be accomplished by running again the in-band procedure mentioned above.</t>
        </section>
      </section>
      <section anchor="preserving-observe">
        <name>Preserving Observations Across Key Updates</name>
        <t>As defined in <xref target="ssec-derive-ctx"/>, once a peer has successfully completed the KUDOS execution and derived the new OSCORE Security Context CTX_NEW, that peer normally terminates all the ongoing observations that it has with the other peer <xref target="RFC7641"/> and that are protected with the old OSCORE Security Context CTX_OLD.</t>
        <t>This section describes a method that the two peers can use to safely preserve the ongoing observations that they have with one another, beyond the completion of a KUDOS execution. In particular, this method ensures that an Observe notification can never successfully cryptographically match against the Observe requests of two different observations, e.g., against an Observe request protected with CTX_OLD and an Observe request protected with CTX_NEW.</t>
        <t>The actual preservation of ongoing observations has to be agreed by the two peers at each execution of KUDOS that they run with one another, as defined in <xref target="preserving-observe-management"/>. If, at the end of a KUDOS execution, the two peers have not agreed on that, they <bcp14>MUST</bcp14> terminate the ongoing observations that they have with one another, just as defined in <xref target="ssec-context-handling"/>.</t>
        <section anchor="preserving-observe-management">
          <name>Management of Observations</name>
          <t>As per <xref section="3.1" sectionFormat="of" target="RFC7641"/>, a client can register its interest in observing a resource at a server, by sending a registration request including the Observe Option with value 0.</t>
          <t>If the server registers the observation as ongoing, the server sends back a successful response also including the Observe Option, hence confirming that an entry has been successfully added for that client.</t>
          <t>If the client receives back the successful response above from the server, then the client also registers the observation as ongoing.</t>
          <t>In case the client can ever consider to preserve ongoing observations beyond a key update as defined below, then the client <bcp14>MUST NOT</bcp14> simply forget about an ongoing observation if not interested in it anymore. Instead, the client <bcp14>MUST</bcp14> send an explicit cancellation request to the server, i.e., a request including the Observe Option with value 1 (see <xref section="3.6" sectionFormat="of" target="RFC7641"/>). After sending this cancellation request, if the client does not receive back a response confirming that the observation has been terminated, the client <bcp14>MUST NOT</bcp14> consider the observation terminated. The client <bcp14>MAY</bcp14> try again to terminate the observation by sending a new cancellation request.</t>
          <t>In case a peer A performs a KUDOS execution with another peer B and A has ongoing observations with B that it is interested to preserve beyond the key update, then A can explicitly indicate its interest to do so. To this end, the peer A sets to 1 the bit "Preserve Observations", 'b', in the 'x' byte of the OSCORE Option value (see <xref target="ssec-oscore-option-extensions"/>), in the KUDOS message that it sends to the other peer B.</t>
          <t>If a peer receives a KUDOS message with the bit 'b' set to 0, then the peer <bcp14>MUST</bcp14> set to 0 the bit 'b' in the KUDOS message that it sends as follow-up, regardless of its wish to preserve ongoing observations with the other peer.</t>
          <t>If a peer has sent a KUDOS message with the bit 'b' set to 0, the peer <bcp14>MUST</bcp14> ignore the bit 'b' in the follow-up KUDOS message that it receives from the other peer.</t>
          <t>Note that during the same KUDOS execution, all the KUDOS messages sent by a peer <bcp14>MUST</bcp14> have the same value in the bit 'b' for preserving ongoing observations.</t>
          <t>After successfully completing the KUDOS execution (i.e., after having successfully derived the new OSCORE Security Context CTX_NEW), both peers have expressed their interest in preserving their common ongoing observations if and only if the bit 'b' was set to 1 in all the exchanged KUDOS messages. In such a case, each peer X performs the following actions:</t>
          <ol spacing="normal" type="1"><li>
              <t>The peer X considers all the still ongoing observations that it has with the other peer, such that X acts as client in those observations. If there are no such observations, the peer X takes no further actions. Otherwise, it moves to Step 2.</t>
            </li>
            <li>
              <t>The peer X considers all the OSCORE Partial IV values used in the Observe registration requests associated with any of the still ongoing observations determined at Step 1.</t>
            </li>
            <li>
              <t>The peer X determines the value PIV* as the highest OSCORE Partial IV value among those considered at Step 2.</t>
            </li>
            <li>
              <t>In the Sender Context of the OSCORE Security Context shared with the other peer, the peer X sets its own Sender Sequence Number to (PIV* + 1), rather than to 0.</t>
            </li>
          </ol>
          <t>As a result, each peer X will "jump" beyond the OSCORE Partial IV (PIV) values that are occupied and in use for ongoing observations with the other peer where X acts as client.</t>
          <t>Note that, each time it runs KUDOS, a peer must determine if it wishes to preserve ongoing observations with the other peer or not, before sending a KUDOS message.</t>
          <t>To this end, the peer should also assess the new value that PIV* would take after a successful completion of KUDOS, in case ongoing observations with the other peer are going to be preserved. If the peer considers such a new value of PIV* to be too close to or equal to the maximum possible value admitted for the OSCORE Partial IV, then the peer may choose to run KUDOS with no intention to preserve its ongoing observations with the other peer, in order to "start over" from a fresh, entirely unused Sender Sequence Number space.</t>
          <t>Application policies can further influence whether attempting to preserve observations beyond a key update is appropriate or not.</t>
        </section>
      </section>
      <section anchor="ssec-retention">
        <name>Retention Policies</name>
        <t>Applications <bcp14>MAY</bcp14> define policies that allow a peer to temporarily keep the old Security Context CTX_OLD beyond having established the new Security Context CTX_NEW and having achieved key confirmation, rather than simply deleting CTX_OLD. This allows the peer to decrypt late, still on-the-fly incoming non KUDOS messages that are protected with CTX_OLD.</t>
        <t>When enforcing such policies, the following applies:</t>
        <ul spacing="normal">
          <li>
            <t>Outgoing non KUDOS messages <bcp14>MUST</bcp14> be protected only by using CTX_NEW.</t>
          </li>
          <li>
            <t>Incoming non KUDOS messages <bcp14>MUST</bcp14> first be attempted to decrypt by using CTX_NEW. If decryption fails, a second attempt can use CTX_OLD.</t>
          </li>
          <li>
            <t>KUDOS messages <bcp14>MUST NOT</bcp14> be protected or unprotected by using CTX_OLD.</t>
          </li>
          <li>
            <t>When an amount of time defined by the policy has elapsed since the establishment of CTX_NEW, the peer deletes CTX_OLD.</t>
          </li>
        </ul>
        <t>A peer <bcp14>MUST NOT</bcp14> retain CTX_OLD beyond the establishment of CTX_NEW and the achievement of key confirmation, if any of the following conditions holds:</t>
        <ul spacing="normal">
          <li>
            <t>CTX_OLD is expired.</t>
          </li>
          <li>
            <t>Limits set for safe key usage have been reached for the Recipient Key of the Recipient Context of CTX_OLD (see <xref target="I-D.ietf-core-oscore-key-limits"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-discussion">
        <name>Discussion</name>
        <t>KUDOS is intended to deprecate and replace the procedure defined in <xref section="B.2" sectionFormat="of" target="RFC8613"/>, as fundamentally achieving the same goal while displaying a number of improvements and advantages.</t>
        <t>In particular, it is especially convenient for the handling of failure events concerning the JRC node in 6TiSCH networks (see <xref target="sec-current-methods"/>). That is, among its intrinsic advantages compared to the procedure defined in <xref section="B.2" sectionFormat="of" target="RFC8613"/>, KUDOS preserves the same ID Context value when establishing a new OSCORE Security Context.</t>
        <t>Since the JRC uses ID Context values as identifiers of network nodes, namely "pledge identifiers", the above implies that the JRC does not have to perform anymore a mapping between a new, different ID Context value and a certain pledge identifier (see <xref section="8.3.3" sectionFormat="of" target="RFC9031"/>). It follows that pledge identifiers can remain constant once assigned and thus ID Context values used as pledge identifiers can be employed in the long-term as originally intended.</t>
        <section anchor="communication-overhead">
          <name>Communication Overhead</name>
          <t>Each KUDOS messages results in communication overhead. This is determined by the following, additional information conveyed in the OSCORE Option (see <xref target="ssec-oscore-option-extensions"/>).</t>
          <ul spacing="normal">
            <li>
              <t>The second byte of the OSCORE Option value.</t>
            </li>
            <li>
              <t>The 1-byte 'x' field of the OSCORE Option value.</t>
            </li>
            <li>
              <t>The nonce conveyed in the 'nonce' field of the OSCORE Option value. Its size ranges from 1 to 16 bytes, is typically of 8 bytes, and is indicated in the 'x' field.</t>
            </li>
            <li>
              <t>The 'Partial IV' field of the OSCORE Option value, in a CoAP response message that is a KUDOS message.  </t>
              <t>
This takes into account the fact that OSCORE-protected CoAP response messages normally do not include the 'Partial IV' field, but they have to when they are KUDOS messages (see <xref target="sec-updated-response-protection"/>).</t>
            </li>
            <li>
              <t>The first byte of the OSCORE Option value (i.e., the first OSCORE flag byte), in a CoAP response message that is a KUDOS message.  </t>
              <t>
This takes into account the fact that OSCORE-protected CoAP response messages normally convey an OSCORE Option that only consists of the all zero (0x00) flag byte. In turn, this results in the OSCORE Option being encoded as with empty value (see <xref section="2" sectionFormat="of" target="RFC8613"/>).</t>
            </li>
            <li>
              <t>The possible presence of the 1-byte 'Option Length (extended)' field in the OSCORE Option (see <xref section="3.1" sectionFormat="of" target="RFC7252"/>). This is the case where the length of the OSCORE Option value is between 13 and 255 bytes (see <xref section="2" sectionFormat="of" target="RFC8613"/>).</t>
            </li>
          </ul>
          <t>The results shown in figure <xref target="_table-overhead-forward"/> are the minimum, typical, and maximum communication overhead in bytes introduced by KUDOS, when considering a nonce with size 1, 8, and 16 bytes. All the indicated values are in bytes.</t>
          <t>The overhead is calculated considering a scenario where a CoAP request serves as the divergent message and a following, corresponding CoAP response serves as the convergent message.</t>
          <t>In particular, the results build on the following assumptions.</t>
          <ul spacing="normal">
            <li>
              <t>Both messages of the same KUDOS execution use nonces of the same size and do not include the 'kid context' field in the OSCORE Option value.</t>
            </li>
            <li>
              <t>When included in the OSCORE Option value, the 'Partial IV' field has size 1 byte.</t>
            </li>
            <li>
              <t>CoAP request messages include the 'kid' field with size 1 byte in the OSCORE Option value.</t>
            </li>
            <li>
              <t>CoAP response messages do not include the 'kid' field in the OSCORE Option value.</t>
            </li>
          </ul>
          <table align="center" anchor="_table-overhead-forward">
            <name>Communication Overhead (Bytes)</name>
            <thead>
              <tr>
                <th align="left">Nonce size</th>
                <th align="left">Request KUDOS message</th>
                <th align="left">Response KUDOS message</th>
                <th align="left">Total</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">1</td>
                <td align="left">3</td>
                <td align="left">5</td>
                <td align="left">8</td>
              </tr>
              <tr>
                <td align="left">8</td>
                <td align="left">11</td>
                <td align="left">12</td>
                <td align="left">23</td>
              </tr>
              <tr>
                <td align="left">16</td>
                <td align="left">19</td>
                <td align="left">21</td>
                <td align="left">40</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="core-kudos-resource-type">
          <name>Resource Type core.kudos</name>
          <t>The "core.kudos" resource type registered in <xref target="rt-kudos"/> is defined to ensure a means for clients to send KUDOS requests without incurring any side effects. Specifically, a resource of this type does not pertain to any real application, which ensures that no application-level actions are triggered as a result of the KUDOS request.</t>
          <t>This allows clients to issue KUDOS requests when they do not include any actionable application payload in the plain CoAP request composed before OSCORE protection, or when no application-layer processing is intended to occur on the server.</t>
        </section>
        <section anchor="well-known-kudos-desc">
          <name>Well-Known KUDOS Resource</name>
          <t>If a client wishes to run the KUDOS procedure without triggering any application processing on the server, then a request sent as a KUDOS message can target a KUDOS resource with resource type "core.kudos" (see <xref target="core-kudos-resource-type"/>), e.g., at the Uri-Path "/.well-known/kudos" (see <xref target="well-known-kudos"/>). An alternative KUDOS resource can be discovered, e.g., by using a resource directory <xref target="RFC9176"/>, by using the resource type "core.kudos" as filter criterion.</t>
        </section>
        <section anchor="rekeying-when-using-schc-with-oscore">
          <name>Rekeying when Using SCHC with OSCORE</name>
          <t>In the interest of rekeying, the following points must be taken into account when using the Static Context Header Compression and fragmentation (SCHC) framework <xref target="RFC8724"/> for compressing CoAP messages protected with OSCORE, as defined in <xref target="RFC8824"/>.</t>
          <t>The SCHC compression of the 'Partial IV' field in the OSCORE Option value has implications for the frequency of rekeying. That is, if the 'Partial IV' field is compressed, the communicating peers must perform rekeying more often, as the available Sender Sequence Number space that is used for the Partial IV becomes effectively smaller due to the compression. For instance, if only 3 bits of the Partial IV are sent, then the maximum Partial IV that can be used before having to rekey is only 2<sup>3</sup> - 1 = 7.</t>
          <t>Furthermore, any time the SCHC context Rules are updated on an OSCORE endpoint, that endpoint must perform a rekeying (see <xref section="9" sectionFormat="of" target="RFC8824"/>).</t>
          <t>That is, the use of SCHC plays a role in triggering KUDOS executions and in affecting their cadence. Hence, the employed SCHC Rules and their update policies should ensure that the KUDOS executions occurring as their side effect do not significantly impair the gain expected from message compression.</t>
        </section>
        <section anchor="combining-kudos-with-access-control">
          <name>Combining KUDOS with Access Control</name>
          <t>Resource where messages can be sent at the server might be following the enforcement of access control means on the request. For example, when combining KUDOS with the EDHOC and OSCORE profile of ACE <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>, certain considerations must be taken into account to ensure proper access control behavior:</t>
          <ul spacing="normal">
            <li>
              <t>A KUDOS request that targets a non-KUDOS resource <bcp14>MUST</bcp14> trigger standard ACE-based access control checks.</t>
            </li>
            <li>
              <t>A KUDOS request that targets a KUDOS resource <bcp14>MUST NOT</bcp14> trigger ACE-based access control.</t>
            </li>
          </ul>
          <t>To support this, the path of any KUDOS resource can be included in the ACE access control exclusion list (i.e., the "do not enforce access control" list). The same principles have to be applied if other means are used to enforce access control.</t>
          <t>In some deployment scenarios, an ACE Access Token may be bound to both CTX_OLD and CTX_NEW, allowing it to be valid and still usable after the execution of a KUDOS procedure.</t>
          <t>It is important to note that KUDOS is not compatible with the OSCORE profile of ACE <xref target="RFC9203"/>, this is because KUDOS changes the OSCORE Master Secret, which is used as proof-of-possession key in that profile. However, as described above, KUDOS is compatible with the EDHOC and OSCORE profile of ACE <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>.</t>
        </section>
      </section>
      <section anchor="edhoc-ead-signaling">
        <name>Signaling KUDOS support in EDHOC</name>
        <t>The EDHOC protocol defines the transport of additional External Authorization Data (EAD) within an optional EAD field of the EDHOC messages (see <xref section="3.8" sectionFormat="of" target="RFC9528"/>). An EAD field is composed of one or multiple EAD items, each of which specifies an identifying 'ead_label' encoded as a CBOR integer and an optional 'ead_value' encoded as a CBOR byte string.</t>
        <t>This document defines a new EDHOC EAD item KUDOS_EAD and registers its 'ead_label' in <xref target="iana-edhoc-aad"/>. By including this EAD item in an outgoing EDHOC message, a sender peer can indicate whether it supports KUDOS and in which modes, as well as query the other peer about its support. Note that peers do not have to use this EDHOC EAD item to be able to run KUDOS with each other, irrespective of the modes that they support. A KUDOS peer <bcp14>MUST</bcp14> only use the EDHOC EAD item KUDOS_EAD as non-critical. That is, when included in an EDHOC message, its 'ead_label' <bcp14>MUST</bcp14> be used with positive sign. The possible values of the 'ead_value' are as follows:</t>
        <table align="center" anchor="_table-kudos-ead">
          <name>Values for the EDHOC EAD Item KUDOS_EAD</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ASK</td>
              <td align="left">h'' (0x40)</td>
              <td align="left">Used only in EDHOC message_1. It asks the recipient peer to specify in EDHOC message_2 whether it supports KUDOS.</td>
            </tr>
            <tr>
              <td align="left">NONE</td>
              <td align="left">h'00' (0x4100)</td>
              <td align="left">Used only in EDHOC message_2 and message_3. It specifies that the sender peer does not support KUDOS.</td>
            </tr>
            <tr>
              <td align="left">FULL</td>
              <td align="left">h'01' (0x4101)</td>
              <td align="left">Used only in EDHOC message_2 and message_3. It specifies that the sender peer supports KUDOS in FS mode and no-FS mode.</td>
            </tr>
            <tr>
              <td align="left">PART</td>
              <td align="left">h'02' (0x4102)</td>
              <td align="left">Used only in EDHOC message_2 and message_3. It specifies that the sender peer supports KUDOS in no-FS mode only.</td>
            </tr>
          </tbody>
        </table>
        <t>When the KUDOS_EAD item is included in EDHOC message_1 with 'ead_value' ASK, a recipient peer that supports the KUDOS_EAD item <bcp14>MUST</bcp14> specify whether it supports KUDOS in EDHOC message_2.</t>
        <t>When the KUDOS_EAD item is not included in EDHOC message_1 with 'ead_value' ASK, a recipient peer that supports the KUDOS_EAD item <bcp14>MAY</bcp14> still specify whether it supports KUDOS in EDHOC message_2.</t>
        <t>When the KUDOS_EAD item is included in EDHOC message_2 with 'ead_value' FULL or PART, a recipient peer that supports the KUDOS_EAD item <bcp14>SHOULD</bcp14> specify whether it supports KUDOS in EDHOC message_3. An exception applies in case, based on application policies or other context information, the recipient peer that receives EDHOC message_2 already knows that the sender peer is supposed to have such knowledge.</t>
        <t>When the KUDOS_EAD item is included in EDHOC message_2 with 'ead_value' NONE, a recipient peer that supports the KUDOS_EAD item <bcp14>MUST NOT</bcp14> specify whether it supports KUDOS in EDHOC message_3.</t>
        <t>In the following cases, the recipient peer silently ignores the KUDOS_EAD item specified in the received EDHOC message and does not include a KUDOS_EAD item in the next EDHOC message it sends (if any).</t>
        <ul spacing="normal">
          <li>
            <t>The recipient peer does not support the KUDOS_EAD item.</t>
          </li>
          <li>
            <t>The KUDOS_EAD item is included in EDHOC message_1 with 'ead_value' different than ASK</t>
          </li>
          <li>
            <t>The KUDOS_EAD item is included in EDHOC message_2 or message_3 with 'ead_value' ASK.</t>
          </li>
          <li>
            <t>The KUDOS_EAD item is included in EDHOC message_4.</t>
          </li>
        </ul>
        <t>That is, by specifying 'ead_value' ASK in EDHOC message_1, a peer A can indicate to the other peer B that it wishes to know if B supports KUDOS and in what mode(s). In the following EDHOC message_2, the peer B indicates whether it supports KUDOS and in what mode(s), by specifying either NONE, FULL, or PART as 'ead_value'. Specifying the 'ead_value' FULL or PART in EDHOC message_2 also asks A to indicate whether it supports KUDOS in EDHOC message_3.</t>
        <t>To further illustrate the signaling process defined above, the following presents two examples of EDHOC execution where only the new KUDOS_EAD item is shown when present, assuming that no other EAD items are used by the two peers.</t>
        <t>In the example shown in <xref target="fig-edhoc-ead-example-1"/>, the EDHOC Initiator asks the EDHOC Responder about its support for KUDOS ('ead_value' = ASK). In EDHOC message_2, the Responder indicates that it supports both the FS and no-FS mode of KUDOS ('ead_value' = FULL). Finally, in EDHOC message_3, the Initiator indicates that it also supports both the FS and no-FS mode of KUDOS ('ead_value' = FULL). After the EDHOC execution has been successfully completed, both peers are aware that they both support KUDOS, in the FS and no-FS modes.</t>
        <figure anchor="fig-edhoc-ead-example-1">
          <name>Example of EDHOC Execution with Signaling of Support for KUDOS (Both Peers Support KUDOS)</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="480" viewBox="0 0 480 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,256" fill="none" stroke="black"/>
                <path d="M 472,64 L 472,256" fill="none" stroke="black"/>
                <path d="M 8,96 L 464,96" fill="none" stroke="black"/>
                <path d="M 16,160 L 472,160" fill="none" stroke="black"/>
                <path d="M 8,224 L 464,224" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="472,224 460,218.4 460,229.6" fill="black" transform="rotate(0,464,224)"/>
                <polygon class="arrowhead" points="472,96 460,90.4 460,101.6" fill="black" transform="rotate(0,464,96)"/>
                <polygon class="arrowhead" points="24,160 12,154.4 12,165.6" fill="black" transform="rotate(180,16,160)"/>
                <g class="text">
                  <text x="24" y="36">EDHOC</text>
                  <text x="456" y="36">EDHOC</text>
                  <text x="40" y="52">Initiator</text>
                  <text x="440" y="52">Responder</text>
                  <text x="164" y="84">EAD_1:</text>
                  <text x="240" y="84">(TBD_LABEL,</text>
                  <text x="308" y="84">ASK)</text>
                  <text x="240" y="116">message_1</text>
                  <text x="164" y="148">EAD_2:</text>
                  <text x="240" y="148">(TBD_LABEL,</text>
                  <text x="312" y="148">FULL)</text>
                  <text x="240" y="180">message_2</text>
                  <text x="164" y="212">EAD_3:</text>
                  <text x="240" y="212">(TBD_LABEL,</text>
                  <text x="312" y="212">FULL)</text>
                  <text x="240" y="244">message_3</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
EDHOC                                                 EDHOC
Initiator                                         Responder
|                                                         |
|                EAD_1: (TBD_LABEL, ASK)                  |
+-------------------------------------------------------->|
|                        message_1                        |
|                                                         |
|                EAD_2: (TBD_LABEL, FULL)                 |
|<--------------------------------------------------------+
|                        message_2                        |
|                                                         |
|                EAD_3: (TBD_LABEL, FULL)                 |
+-------------------------------------------------------->|
|                        message_3                        |
|                                                         |
]]></artwork>
          </artset>
        </figure>
        <t>In the example shown in <xref target="fig-edhoc-ead-example-2"/>, the EDHOC Initiator asks the EDHOC Responder about its support for KUDOS ('ead_value' = ASK). In EDHOC message_2, the Responder indicates that it does not support KUDOS at all ('ead_value' = NONE). Finally, in EDHOC message_3, the Initiator does not include the KUDOS_EAD item, since it already knows that using KUDOS with the other peer will not be possible. After the EDHOC execution has been successfully completed, the Initiator is aware that the Responder does not support KUDOS, which the two peers are not going to use with each other.</t>
        <figure anchor="fig-edhoc-ead-example-2">
          <name>Example of EDHOC Execution with Signaling of Support for KUDOS (the EDHOC Responder Does Not Support KUDOS)</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="480" viewBox="0 0 480 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,240" fill="none" stroke="black"/>
                <path d="M 472,64 L 472,240" fill="none" stroke="black"/>
                <path d="M 8,96 L 464,96" fill="none" stroke="black"/>
                <path d="M 16,160 L 472,160" fill="none" stroke="black"/>
                <path d="M 8,208 L 464,208" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="472,208 460,202.4 460,213.6" fill="black" transform="rotate(0,464,208)"/>
                <polygon class="arrowhead" points="472,96 460,90.4 460,101.6" fill="black" transform="rotate(0,464,96)"/>
                <polygon class="arrowhead" points="24,160 12,154.4 12,165.6" fill="black" transform="rotate(180,16,160)"/>
                <g class="text">
                  <text x="24" y="36">EDHOC</text>
                  <text x="456" y="36">EDHOC</text>
                  <text x="40" y="52">Initiator</text>
                  <text x="440" y="52">Responder</text>
                  <text x="164" y="84">EAD_1:</text>
                  <text x="240" y="84">(TBD_LABEL,</text>
                  <text x="308" y="84">ASK)</text>
                  <text x="240" y="116">message_1</text>
                  <text x="164" y="148">EAD_2:</text>
                  <text x="240" y="148">(TBD_LABEL,</text>
                  <text x="312" y="148">NONE)</text>
                  <text x="240" y="180">message_2</text>
                  <text x="240" y="228">message_3</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
EDHOC                                                 EDHOC
Initiator                                         Responder
|                                                         |
|                EAD_1: (TBD_LABEL, ASK)                  |
+-------------------------------------------------------->|
|                        message_1                        |
|                                                         |
|                EAD_2: (TBD_LABEL, NONE)                 |
|<--------------------------------------------------------+
|                        message_2                        |
|                                                         |
+-------------------------------------------------------->|
|                        message_3                        |
|                                                         |
]]></artwork>
          </artset>
        </figure>
      </section>
    </section>
    <section anchor="sec-cons">
      <name>Security Considerations</name>
      <t>Depending on the specific key update procedure used to establish a new OSCORE Security Context, the related security considerations also apply.</t>
      <t>As mentioned in <xref target="ssec-nonces-x-bytes"/>, it is <bcp14>RECOMMENDED</bcp14> that the size for the nonces N1 and N2 is 8 bytes. Applications need to set the size of each nonce such that the probability of its value being repeated is negligible throughout executions of KUDOS that aim to update a given OSCORE Security Context, even in case of loss of state (e.g., due to a reboot occurred in an unprepared way).</t>
      <t>Considering the birthday paradox and a nonce size of 8 bytes, the average collision for each nonce will happen after the generation of 2<sup>32</sup> (X, nonce) pairs generated by a given peer (see <xref target="ssec-nonces-x-bytes"/>), which is considerably more than the number of such pairs that a peer is expected to generate throughout the update of a given OSCORE Security Context using KUDOS (in fact, that number is expected to typically be 1). Yet, determining the appropriate nonce size also ought to take into account the possible use of KUDOS in no-FS mode (see <xref target="no-fs-mode"/>), in which case every execution in no-FS mode between two given peers considers the same CTX_BOOTSTRAP as the OSCORE Security Context to update (see <xref target="no-fs-signaling"/>), hence raising the chances of reusing a nonce.</t>
      <t>Overall, the size of the nonces N1 and N2 should be set such that the security level is harmonized with other components of the deployment. Considering the constraints of embedded implementations, there might be a need for allowing N1 and N2 values that have a size smaller than the recommended one. This is acceptable, provided that safety, reliability, and robustness within the system can still be assured. That is, if nonces with a smaller size are used and thus a collision will occur on average after fewer KUDOS executions that aim to update a given OSCORE Security Context, care must be taken to ensure that this does not pose significant problems, e.g., considering as benchmark a constrained server operating at a capacity of one request per second.</t>
      <t>The nonces exchanged in the KUDOS messages are sent in the clear, so using random nonces is preferable for maintaining privacy. Instead, if counter values are used (see <xref target="key-material-handling"/>), this can leak information such as the frequency according to which two peers perform a key update.</t>
      <t>As discussed in <xref target="Symmetric-Security"/>, key update methods built on symmetric key exchange have weaker security properties compared to methods built on ephemeral Diffie-Hellman key exchange. In fact, while the two approaches can co-exist, rekeying with symmetric key exchange is not intended as a substitute for ephemeral Diffie-Hellman key exchange. Peers should periodically perform a key update based on ephemeral Diffie-Hellman key exchange (e.g., by running the EDHOC protocol <xref target="RFC9528"/>). The cadence of such periodic key updates should be determined based on how much the two peers and their network environment are constrained, as well as on the maximum amount of time and of exchanged data that are acceptable between two such consecutive key updates.</t>
    </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-cons-flag-bits">
        <name>OSCORE Flag Bits Registry</name>
        <t>IANA is asked to add the following entries to the "OSCORE Flag Bits" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <table align="center" anchor="_table-iana-oscore-flag-bits">
          <name>Registrations in the OSCORE Flag Bits Registry</name>
          <thead>
            <tr>
              <th align="left">Bit Position</th>
              <th align="left">Name</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0 (suggested)</td>
              <td align="left">Extension-1 Flag</td>
              <td align="left">Set to 1 if the OSCORE Option specifies a second byte, which includes the OSCORE flag bits 8-15</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
            <tr>
              <td align="left">8</td>
              <td align="left">Extension-2 Flag</td>
              <td align="left">Set to 1 if the OSCORE Option specifies a third byte, which includes the OSCORE flag bits 16-23</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
            <tr>
              <td align="left">15</td>
              <td align="left">Nonce Flag</td>
              <td align="left">Set to 1 if nonce is present in the compressed COSE object</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
            <tr>
              <td align="left">16</td>
              <td align="left">Extension-3 Flag</td>
              <td align="left">Set to 1 if the OSCORE Option specifies a fourth byte, which includes the OSCORE flag bits 24-31</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
            <tr>
              <td align="left">24</td>
              <td align="left">Extension-4 Flag</td>
              <td align="left">Set to 1 if the OSCORE Option specifies a fifth byte, which includes the OSCORE flag bits 32-39</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
            <tr>
              <td align="left">32</td>
              <td align="left">Extension-5 Flag</td>
              <td align="left">Set to 1 if the OSCORE Option specifies a sixth byte, which includes the OSCORE flag bits 40-47</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
            <tr>
              <td align="left">40</td>
              <td align="left">Extension-6 Flag</td>
              <td align="left">Set to 1 if the OSCORE Option specifies a seventh byte, which includes the OSCORE flag bits 48-55</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
            <tr>
              <td align="left">48</td>
              <td align="left">Extension-7 Flag</td>
              <td align="left">Set to 1 if the OSCORE Option specifies an eighth byte, which includes the OSCORE flag bits 56-63</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
          </tbody>
        </table>
        <t>In the same registry, IANA is asked to mark as 'Unassigned' the entry with Bit Position of 1, i.e., to update the entry as follows.</t>
        <table align="center" anchor="_table-iana-oscore-flag-bits-2">
          <name>Update in the OSCORE Flag Bits Registry</name>
          <thead>
            <tr>
              <th align="left">Bit Position</th>
              <th align="left">Name</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">Unassigned</td>
              <td align="left"> </td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="coap-option-numbers-registry">
        <name>CoAP Option Numbers Registry</name>
        <t>IANA is asked to add this document as a reference for the OSCORE Option in the "CoAP Option Numbers" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
      </section>
      <section anchor="iana-edhoc-aad">
        <name>EDHOC External Authorization Data Registry</name>
        <t>IANA is asked to add the following entry to the "EDHOC External Authorization Data" registry defined in <xref section="10.5" sectionFormat="of" target="RFC9528"/> within the "Ephemeral Diffie-Hellman Over COSE (EDHOC)" registry group.</t>
        <table align="center" anchor="_table-iana-edhoc-ead">
          <name>Registrations in the EDHOC External Authorization Data Registry</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Label</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">KUDOS_EAD</td>
              <td align="left">TBD1</td>
              <td align="left">Indicates whether this peer supports KUDOS and in which mode(s)</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="well-known-kudos">
        <name>The Well-Known URI Registry</name>
        <t>IANA is asked to add the 'kudos' well-known URI to the Well-Known URIs registry as defined by <xref target="RFC8615"/>.</t>
        <ul spacing="normal">
          <li>
            <t>URI suffix: kudos</t>
          </li>
          <li>
            <t>Change controller: IETF</t>
          </li>
          <li>
            <t>Specification document(s): [RFC-XXXX]</t>
          </li>
          <li>
            <t>Related information: None</t>
          </li>
        </ul>
      </section>
      <section anchor="rt-kudos">
        <name>Resource Type (rt=) Link Target Attribute Values Registry</name>
        <t>IANA is requested to add the resource type "core.kudos" to the "Resource Type (rt=) Link Target Attribute Values" registry under the registry group "Constrained RESTful Environments (CoRE) Parameters".</t>
        <ul spacing="normal">
          <li>
            <t>Value: "core.kudos"</t>
          </li>
          <li>
            <t>Description: KUDOS resource.</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9528">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a very compact and lightweight authenticated Diffie-Hellman key exchange with ephemeral keys. EDHOC provides mutual authentication, forward secrecy, and identity protection. EDHOC is intended for usage in constrained scenarios, and a main use case is to establish an Object Security for Constrained RESTful Environments (OSCORE) security context. By reusing CBOR Object Signing and Encryption (COSE) for cryptography, Concise Binary Object Representation (CBOR) for encoding, and Constrained Application Protocol (CoAP) for transport, the additional code size can be kept very low.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9528"/>
          <seriesInfo name="DOI" value="10.17487/RFC9528"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC7554">
          <front>
            <title>Using IEEE 802.15.4e Time-Slotted Channel Hopping (TSCH) in the Internet of Things (IoT): Problem Statement</title>
            <author fullname="T. Watteyne" initials="T." role="editor" surname="Watteyne"/>
            <author fullname="M. Palattella" initials="M." surname="Palattella"/>
            <author fullname="L. Grieco" initials="L." surname="Grieco"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>This document describes the environment, problem statement, and goals for using the Time-Slotted Channel Hopping (TSCH) Medium Access Control (MAC) protocol of IEEE 802.14.4e in the context of Low-Power and Lossy Networks (LLNs). The set of goals enumerated in this document form an initial set only.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7554"/>
          <seriesInfo name="DOI" value="10.17487/RFC7554"/>
        </reference>
        <reference anchor="RFC8180">
          <front>
            <title>Minimal IPv6 over the TSCH Mode of IEEE 802.15.4e (6TiSCH) Configuration</title>
            <author fullname="X. Vilajosana" initials="X." role="editor" surname="Vilajosana"/>
            <author fullname="K. Pister" initials="K." surname="Pister"/>
            <author fullname="T. Watteyne" initials="T." surname="Watteyne"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>This document describes a minimal mode of operation for an IPv6 over the TSCH mode of IEEE 802.15.4e (6TiSCH) network. This minimal mode of operation specifies the baseline set of protocols that need to be supported and the recommended configurations and modes of operation sufficient to enable a 6TiSCH functional network. 6TiSCH provides IPv6 connectivity over a Time-Slotted Channel Hopping (TSCH) mesh composed of IEEE Std 802.15.4 TSCH links. This minimal mode uses a collection of protocols with the respective configurations, including the IPv6 Low-Power Wireless Personal Area Network (6LoWPAN) framework, enabling interoperable IPv6 connectivity over IEEE Std 802.15.4 TSCH. This minimal configuration provides the necessary bandwidth for network and security bootstrapping and defines the proper link between the IETF protocols that interface to IEEE Std 802.15.4 TSCH. This minimal mode of operation should be implemented by all 6TiSCH-compliant devices.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="210"/>
          <seriesInfo name="RFC" value="8180"/>
          <seriesInfo name="DOI" value="10.17487/RFC8180"/>
        </reference>
        <reference anchor="RFC9031">
          <front>
            <title>Constrained Join Protocol (CoJP) for 6TiSCH</title>
            <author fullname="M. Vučinić" initials="M." role="editor" surname="Vučinić"/>
            <author fullname="J. Simon" initials="J." surname="Simon"/>
            <author fullname="K. Pister" initials="K." surname="Pister"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes the minimal framework required for a new device, called a "pledge", to securely join a 6TiSCH (IPv6 over the Time-Slotted Channel Hopping mode of IEEE 802.15.4) network. The framework requires that the pledge and the JRC (Join Registrar/Coordinator, a central entity), share a symmetric key. How this key is provisioned is out of scope of this document. Through a single CoAP (Constrained Application Protocol) request-response exchange secured by OSCORE (Object Security for Constrained RESTful Environments), the pledge requests admission into the network, and the JRC configures it with link-layer keying material and other parameters. The JRC may at any time update the parameters through another request-response exchange secured by OSCORE. This specification defines the Constrained Join Protocol and its CBOR (Concise Binary Object Representation) data structures, and it describes how to configure the rest of the 6TiSCH communication stack for this join process to occur in a secure manner. Additional security mechanisms may be added on top of this minimal framework.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9031"/>
          <seriesInfo name="DOI" value="10.17487/RFC9031"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9203">
          <front>
            <title>The Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security and proof-of-possession for a key owned by the client and bound to an OAuth 2.0 access token.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9203"/>
          <seriesInfo name="DOI" value="10.17487/RFC9203"/>
        </reference>
        <reference anchor="RFC9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="RFC8615">
          <front>
            <title>Well-Known Uniform Resource Identifiers (URIs)</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes.</t>
              <t>In doing so, it obsoletes RFC 5785 and updates the URI schemes defined in RFC 7230 to reserve that space. It also updates RFC 7595 to track URI schemes that support well-known URIs in their registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8615"/>
          <seriesInfo name="DOI" value="10.17487/RFC8615"/>
        </reference>
        <reference anchor="RFC8724">
          <front>
            <title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="C. Gomez" initials="C." surname="Gomez"/>
            <author fullname="D. Barthel" initials="D." surname="Barthel"/>
            <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
            <date month="April" year="2020"/>
            <abstract>
              <t>This document defines the Static Context Header Compression and fragmentation (SCHC) framework, which provides both a header compression mechanism and an optional fragmentation mechanism. SCHC has been designed with Low-Power Wide Area Networks (LPWANs) in mind.</t>
              <t>SCHC compression is based on a common static context stored both in the LPWAN device and in the network infrastructure side. This document defines a generic header compression mechanism and its application to compress IPv6/UDP headers.</t>
              <t>This document also specifies an optional fragmentation and reassembly mechanism. It can be used to support the IPv6 MTU requirement over the LPWAN technologies. Fragmentation is needed for IPv6 datagrams that, after SCHC compression or when such compression was not possible, still exceed the Layer 2 maximum payload size.</t>
              <t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. This document defines generic functionalities and offers flexibility with regard to parameter settings and mechanism choices. This document standardizes the exchange over the LPWAN between two SCHC entities. Settings and choices specific to a technology or a product are expected to be grouped into profiles, which are specified in other documents. Data models for the context and profiles are out of scope.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8724"/>
          <seriesInfo name="DOI" value="10.17487/RFC8724"/>
        </reference>
        <reference anchor="RFC8824">
          <front>
            <title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="R. Andreasen" initials="R." surname="Andreasen"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document defines how to compress Constrained Application Protocol (CoAP) headers using the Static Context Header Compression and fragmentation (SCHC) framework. SCHC defines a header compression mechanism adapted for Constrained Devices. SCHC uses a static description of the header to reduce the header's redundancy and size. While RFC 8724 describes the SCHC compression and fragmentation framework, and its application for IPv6/UDP headers, this document applies SCHC to CoAP headers. The CoAP header structure differs from IPv6 and UDP, since CoAP uses a flexible header with a variable number of options, themselves of variable length. The CoAP message format is asymmetric: the request messages have a header format different from the format in the response messages. This specification gives guidance on applying SCHC to flexible headers and how to leverage the asymmetry for more efficient compression Rules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8824"/>
          <seriesInfo name="DOI" value="10.17487/RFC8824"/>
        </reference>
        <reference anchor="RFC7967">
          <front>
            <title>Constrained Application Protocol (CoAP) Option for No Server Response</title>
            <author fullname="A. Bhattacharyya" initials="A." surname="Bhattacharyya"/>
            <author fullname="S. Bandyopadhyay" initials="S." surname="Bandyopadhyay"/>
            <author fullname="A. Pal" initials="A." surname="Pal"/>
            <author fullname="T. Bose" initials="T." surname="Bose"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>There can be machine-to-machine (M2M) scenarios where server responses to client requests are redundant. This kind of open-loop exchange (with no response path from the server to the client) may be desired to minimize resource consumption in constrained systems while updating many resources simultaneously or performing high-frequency updates. CoAP already provides Non-confirmable (NON) messages that are not acknowledged by the recipient. However, the request/response semantics still require the server to respond with a status code indicating "the result of the attempt to understand and satisfy the request", per RFC 7252.</t>
              <t>This specification introduces a CoAP option called 'No-Response'. Using this option, the client can explicitly express to the server its disinterest in all responses against the particular request. This option also provides granular control to enable expression of disinterest to a particular response class or a combination of response classes. The server MAY decide to suppress the response by not transmitting it back to the client according to the value of the No-Response option in the request. This option may be effective for both unicast and multicast requests. This document also discusses a few examples of applications that benefit from this option.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7967"/>
          <seriesInfo name="DOI" value="10.17487/RFC7967"/>
        </reference>
        <reference anchor="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-aead-limits">
          <front>
            <title>Usage Limits on AEAD Algorithms</title>
            <author fullname="Felix Günther" initials="F." surname="Günther">
              <organization>IBM Research Europe - Zurich</organization>
            </author>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="8" month="April" year="2025"/>
            <abstract>
              <t>   An Authenticated Encryption with Associated Data (AEAD) algorithm
   provides confidentiality and integrity.  Excessive use of the same
   key can give an attacker advantages in breaking these properties.
   This document provides simple guidance for users of common AEAD
   functions about how to limit the use of keys in order to bound the
   advantage given to an attacker.  It considers limits in both single-
   and multi-key settings.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-aead-limits-10"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-key-limits">
          <front>
            <title>Key Usage Limits for OSCORE</title>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   Object Security for Constrained RESTful Environments (OSCORE) uses
   AEAD algorithms to ensure confidentiality and integrity of exchanged
   messages.  Due to known issues allowing forgery attacks against AEAD
   algorithms, limits should be followed on the number of times a
   specific key is used for encryption or decryption.  Among other
   reasons, approaching key usage limits requires updating the OSCORE
   keying material before communications can securely continue.  This
   document defines how two OSCORE peers can follow these key usage
   limits and what steps they should take to preserve the security of
   their communications.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-key-limits-04"/>
        </reference>
        <reference anchor="I-D.ietf-ace-edhoc-oscore-profile">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC) and Object Security for Constrained Environments (OSCORE) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   This document specifies a profile for the Authentication and
   Authorization for Constrained Environments (ACE) framework.  It
   utilizes Ephemeral Diffie-Hellman Over COSE (EDHOC) for achieving
   mutual authentication between an ACE-OAuth client and resource
   server, and it binds an authentication credential of the client to an
   ACE-OAuth access token.  EDHOC also establishes an Object Security
   for Constrained RESTful Environments (OSCORE) Security Context, which
   is used to secure communications between the client and resource
   server when accessing protected resources according to the
   authorization information indicated in the access token.  This
   profile can be used to delegate management of authorization
   information from a resource-constrained server to a trusted host with
   less severe limitations regarding processing power and memory.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-edhoc-oscore-profile-08"/>
        </reference>
        <reference anchor="LwM2M" target="http://www.openmobilealliance.org/release/LightweightM2M/V1_2-20201110-A/OMA-TS-LightweightM2M_Core-V1_2-20201110-A.pdf">
          <front>
            <title>Lightweight Machine to Machine Technical Specification - Core, Approved Version 1.2, OMA-TS-LightweightM2M_Core-V1_2-20201110-A</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date year="2020" month="November"/>
          </front>
        </reference>
        <reference anchor="Symmetric-Security" target="https://eprint.iacr.org/2024/220">
          <front>
            <title>Security of Symmetric Ratchets and Key Chains - Implications for Protocols like TLS 1.3, Signal, and PQ3</title>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson Research</organization>
            </author>
            <date year="2024" month="February"/>
          </front>
        </reference>
        <reference anchor="LwM2M-Transport" target="http://www.openmobilealliance.org/release/LightweightM2M/V1_2-20201110-A/OMA-TS-LightweightM2M_Transport-V1_2-20201110-A.pdf">
          <front>
            <title>Lightweight Machine to Machine Technical Specification - Transport Bindings, Approved Version 1.2, OMA-TS-LightweightM2M_Transport-V1_2-20201110-A</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date year="2020" month="November"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 1029?>

<section anchor="examples">
      <name>Examples</name>
      <t>The following sections show two examples of KUDOS being executed and successfully completing.</t>
      <section anchor="successful-kudos-execution-initiated-with-a-request-message">
        <name>Successful KUDOS Execution Initiated with a Request Message</name>
        <t>The following shows a succesful execution of KUDOS where KUDOS is started by the client sending a divergent KUDOS message as a CoAP request.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="1472" width="592" viewBox="0 0 592 1472" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 112,736 L 112,752" fill="none" stroke="black"/>
              <path d="M 152,752 L 152,760" fill="none" stroke="black"/>
              <path d="M 200,96 L 200,976" fill="none" stroke="black"/>
              <path d="M 200,1056 L 200,1456" fill="none" stroke="black"/>
              <path d="M 384,96 L 384,976" fill="none" stroke="black"/>
              <path d="M 384,1056 L 384,1456" fill="none" stroke="black"/>
              <path d="M 504,592 L 504,608" fill="none" stroke="black"/>
              <path d="M 544,608 L 544,616" fill="none" stroke="black"/>
              <path d="M 200,240 L 376,240" fill="none" stroke="black"/>
              <path d="M 208,672 L 384,672" fill="none" stroke="black"/>
              <path d="M 200,1088 L 376,1088" fill="none" stroke="black"/>
              <path d="M 208,1328 L 384,1328" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="384,1088 372,1082.4 372,1093.6" fill="black" transform="rotate(0,376,1088)"/>
              <polygon class="arrowhead" points="384,240 372,234.4 372,245.6" fill="black" transform="rotate(0,376,240)"/>
              <polygon class="arrowhead" points="216,1328 204,1322.4 204,1333.6" fill="black" transform="rotate(180,208,1328)"/>
              <polygon class="arrowhead" points="216,672 204,666.4 204,677.6" fill="black" transform="rotate(180,208,672)"/>
              <g class="text">
                <text x="24" y="36">KUDOS</text>
                <text x="80" y="36">status:</text>
                <text x="456" y="36">KUDOS</text>
                <text x="512" y="36">status:</text>
                <text x="8" y="52">-</text>
                <text x="52" y="52">CTX_OLD:</text>
                <text x="104" y="52">-,-</text>
                <text x="440" y="52">-</text>
                <text x="484" y="52">CTX_OLD:</text>
                <text x="536" y="52">-,-</text>
                <text x="8" y="68">-</text>
                <text x="44" y="68">State:</text>
                <text x="92" y="68">IDLE</text>
                <text x="136" y="68">(0,0)</text>
                <text x="440" y="68">-</text>
                <text x="476" y="68">State:</text>
                <text x="524" y="68">IDLE</text>
                <text x="568" y="68">(0,0)</text>
                <text x="196" y="84">Client</text>
                <text x="388" y="84">Server</text>
                <text x="36" y="116">Generate</text>
                <text x="88" y="116">N1,</text>
                <text x="116" y="116">X1</text>
                <text x="36" y="148">CTX_TEMP</text>
                <text x="80" y="148">=</text>
                <text x="132" y="148">updateCtx(</text>
                <text x="76" y="164">X1</text>
                <text x="96" y="164">|</text>
                <text x="120" y="164">N1,</text>
                <text x="80" y="180">0x,</text>
                <text x="96" y="196">CTX_OLD</text>
                <text x="136" y="196">)</text>
                <text x="280" y="228">Request</text>
                <text x="324" y="228">#1</text>
                <text x="32" y="244">Protect</text>
                <text x="84" y="244">with</text>
                <text x="140" y="244">CTX_TEMP</text>
                <text x="468" y="244">/.well-known/kudos</text>
                <text x="236" y="260">OSCORE</text>
                <text x="272" y="260">{</text>
                <text x="24" y="276">KUDOS</text>
                <text x="80" y="276">status:</text>
                <text x="232" y="276">...</text>
                <text x="428" y="276">CTX_TEMP</text>
                <text x="472" y="276">=</text>
                <text x="524" y="276">updateCtx(</text>
                <text x="36" y="292">CTX_OLD:</text>
                <text x="88" y="292">X1,</text>
                <text x="116" y="292">N1</text>
                <text x="248" y="292">Partial</text>
                <text x="296" y="292">IV:</text>
                <text x="320" y="292">0</text>
                <text x="472" y="292">0x,</text>
                <text x="28" y="308">State:</text>
                <text x="76" y="308">BUSY</text>
                <text x="120" y="308">(1,0)</text>
                <text x="232" y="308">...</text>
                <text x="468" y="308">X1</text>
                <text x="488" y="308">|</text>
                <text x="512" y="308">N1,</text>
                <text x="224" y="324">d</text>
                <text x="256" y="324">flag:</text>
                <text x="288" y="324">1</text>
                <text x="488" y="324">CTX_OLD</text>
                <text x="528" y="324">)</text>
                <text x="228" y="340">x:</text>
                <text x="252" y="340">X1</text>
                <text x="272" y="340">=</text>
                <text x="328" y="340">b'00000111'</text>
                <text x="244" y="356">nonce:</text>
                <text x="284" y="356">N1</text>
                <text x="420" y="356">Verify</text>
                <text x="468" y="356">with</text>
                <text x="524" y="356">CTX_TEMP</text>
                <text x="232" y="372">...</text>
                <text x="216" y="388">}</text>
                <text x="248" y="404">Encrypted</text>
                <text x="320" y="404">Payload</text>
                <text x="360" y="404">{</text>
                <text x="232" y="420">...</text>
                <text x="216" y="436">}</text>
                <text x="416" y="468">KUDOS</text>
                <text x="472" y="468">status:</text>
                <text x="428" y="484">CTX_OLD:</text>
                <text x="476" y="484">-,</text>
                <text x="496" y="484">-</text>
                <text x="420" y="500">State:</text>
                <text x="468" y="500">BUSY</text>
                <text x="512" y="500">(0,1)</text>
                <text x="428" y="548">Generate</text>
                <text x="480" y="548">N2,</text>
                <text x="508" y="548">X2</text>
                <text x="424" y="580">CTX_NEW</text>
                <text x="464" y="580">=</text>
                <text x="516" y="580">updateCtx(</text>
                <text x="484" y="596">X2</text>
                <text x="532" y="596">N2),</text>
                <text x="484" y="612">X1</text>
                <text x="528" y="612">N1)</text>
                <text x="504" y="628">CTX_OLD</text>
                <text x="544" y="628">)</text>
                <text x="284" y="660">Response</text>
                <text x="332" y="660">#1</text>
                <text x="424" y="676">Protect</text>
                <text x="476" y="676">with</text>
                <text x="528" y="676">CTX_NEW</text>
                <text x="236" y="692">OSCORE</text>
                <text x="272" y="692">{</text>
                <text x="232" y="708">...</text>
                <text x="416" y="708">KUDOS</text>
                <text x="472" y="708">status:</text>
                <text x="32" y="724">CTX_NEW</text>
                <text x="72" y="724">=</text>
                <text x="124" y="724">updateCtx(</text>
                <text x="248" y="724">Partial</text>
                <text x="296" y="724">IV:</text>
                <text x="320" y="724">0</text>
                <text x="428" y="724">CTX_OLD:</text>
                <text x="480" y="724">X2,</text>
                <text x="508" y="724">N2</text>
                <text x="92" y="740">X1</text>
                <text x="136" y="740">N1,</text>
                <text x="232" y="740">...</text>
                <text x="420" y="740">State:</text>
                <text x="480" y="740">PENDING</text>
                <text x="536" y="740">(1,1)</text>
                <text x="92" y="756">X2</text>
                <text x="132" y="756">N2</text>
                <text x="224" y="756">d</text>
                <text x="256" y="756">flag:</text>
                <text x="288" y="756">1</text>
                <text x="112" y="772">CTX_OLD</text>
                <text x="152" y="772">)</text>
                <text x="228" y="772">x:</text>
                <text x="252" y="772">X2</text>
                <text x="272" y="772">=</text>
                <text x="328" y="772">b'01000111'</text>
                <text x="244" y="788">nonce:</text>
                <text x="284" y="788">N2</text>
                <text x="28" y="804">Verify</text>
                <text x="76" y="804">with</text>
                <text x="128" y="804">CTX_NEW</text>
                <text x="232" y="804">...</text>
                <text x="216" y="820">}</text>
                <text x="8" y="836">/</text>
                <text x="32" y="836">key</text>
                <text x="100" y="836">confirmation</text>
                <text x="160" y="836">/</text>
                <text x="256" y="836">Encrypted</text>
                <text x="328" y="836">Payload</text>
                <text x="368" y="836">{</text>
                <text x="240" y="852">...</text>
                <text x="36" y="868">Pre-IDLE</text>
                <text x="100" y="868">steps:</text>
                <text x="216" y="868">}</text>
                <text x="28" y="884">Delete</text>
                <text x="92" y="884">CTX_TEMP</text>
                <text x="28" y="900">Delete</text>
                <text x="92" y="900">CTX_OLD,</text>
                <text x="144" y="900">X1,</text>
                <text x="172" y="900">N1</text>
                <text x="24" y="932">KUDOS</text>
                <text x="80" y="932">status:</text>
                <text x="36" y="948">CTX_NEW:</text>
                <text x="84" y="948">-,</text>
                <text x="104" y="948">-</text>
                <text x="28" y="964">State:</text>
                <text x="76" y="964">IDLE</text>
                <text x="120" y="964">(0,0)</text>
                <text x="16" y="1012">The</text>
                <text x="60" y="1012">actual</text>
                <text x="104" y="1012">key</text>
                <text x="148" y="1012">update</text>
                <text x="208" y="1012">process</text>
                <text x="260" y="1012">ends</text>
                <text x="304" y="1012">here.</text>
                <text x="16" y="1028">The</text>
                <text x="48" y="1028">two</text>
                <text x="88" y="1028">peers</text>
                <text x="128" y="1028">can</text>
                <text x="160" y="1028">use</text>
                <text x="192" y="1028">the</text>
                <text x="224" y="1028">new</text>
                <text x="276" y="1028">Security</text>
                <text x="344" y="1028">Context</text>
                <text x="412" y="1028">CTX_NEW.</text>
                <text x="280" y="1076">Request</text>
                <text x="324" y="1076">#2</text>
                <text x="32" y="1092">Protect</text>
                <text x="84" y="1092">with</text>
                <text x="136" y="1092">CTX_NEW</text>
                <text x="416" y="1092">/temp</text>
                <text x="236" y="1108">OSCORE</text>
                <text x="272" y="1108">{</text>
                <text x="232" y="1124">...</text>
                <text x="216" y="1140">}</text>
                <text x="420" y="1140">Verify</text>
                <text x="468" y="1140">with</text>
                <text x="520" y="1140">CTX_NEW</text>
                <text x="248" y="1156">Encrypted</text>
                <text x="320" y="1156">Payload</text>
                <text x="360" y="1156">{</text>
                <text x="264" y="1172">Application</text>
                <text x="344" y="1172">Payload</text>
                <text x="400" y="1172">/</text>
                <text x="424" y="1172">key</text>
                <text x="492" y="1172">confirmation</text>
                <text x="552" y="1172">/</text>
                <text x="232" y="1188">...</text>
                <text x="216" y="1204">}</text>
                <text x="428" y="1204">Pre-IDLE</text>
                <text x="492" y="1204">steps:</text>
                <text x="420" y="1220">Delete</text>
                <text x="484" y="1220">CTX_TEMP</text>
                <text x="420" y="1236">Delete</text>
                <text x="484" y="1236">CTX_OLD,</text>
                <text x="536" y="1236">X2,</text>
                <text x="564" y="1236">N2</text>
                <text x="416" y="1268">KUDOS</text>
                <text x="472" y="1268">status:</text>
                <text x="428" y="1284">CTX_NEW:</text>
                <text x="476" y="1284">-,</text>
                <text x="496" y="1284">-</text>
                <text x="420" y="1300">State:</text>
                <text x="468" y="1300">IDLE</text>
                <text x="512" y="1300">(0,0)</text>
                <text x="284" y="1316">Response</text>
                <text x="332" y="1316">#2</text>
                <text x="424" y="1332">Protect</text>
                <text x="476" y="1332">with</text>
                <text x="528" y="1332">CTX_NEW</text>
                <text x="28" y="1348">Verify</text>
                <text x="76" y="1348">with</text>
                <text x="128" y="1348">CTX_NEW</text>
                <text x="236" y="1348">OSCORE</text>
                <text x="272" y="1348">{</text>
                <text x="232" y="1364">...</text>
                <text x="216" y="1380">}</text>
                <text x="248" y="1396">Encrypted</text>
                <text x="320" y="1396">Payload</text>
                <text x="360" y="1396">{</text>
                <text x="232" y="1412">...</text>
                <text x="264" y="1428">Application</text>
                <text x="344" y="1428">Payload</text>
                <text x="216" y="1444">}</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
KUDOS status:                                         KUDOS status:
- CTX_OLD: -,-                                        - CTX_OLD: -,-
- State: IDLE (0,0)                                   - State: IDLE (0,0)
                     Client                  Server
                        |                      |
Generate N1, X1         |                      |
                        |                      |
CTX_TEMP = updateCtx(   |                      |
        X1 | N1,        |                      |
        0x,             |                      |
        CTX_OLD )       |                      |
                        |                      |
                        |      Request #1      |
Protect with CTX_TEMP   +--------------------->| /.well-known/kudos
                        | OSCORE {             |
KUDOS status:           |  ...                 | CTX_TEMP = updateCtx(
CTX_OLD: X1, N1         |  Partial IV: 0       |         0x,
State: BUSY (1,0)       |  ...                 |         X1 | N1,
                        |  d flag: 1           |         CTX_OLD )
                        |  x: X1 = b'00000111' |
                        |  nonce: N1           | Verify with CTX_TEMP
                        |  ...                 |
                        | }                    |
                        | Encrypted Payload {  |
                        |  ...                 |
                        | }                    |
                        |                      |
                        |                      | KUDOS status:
                        |                      | CTX_OLD: -, -
                        |                      | State: BUSY (0,1)
                        |                      |
                        |                      |
                        |                      | Generate N2, X2
                        |                      |
                        |                      | CTX_NEW = updateCtx(
                        |                      |           X2 | N2),
                        |                      |           X1 | N1),
                        |                      |           CTX_OLD )
                        |                      |
                        |      Response #1     |
                        |<---------------------+ Protect with CTX_NEW
                        | OSCORE {             |
                        |  ...                 | KUDOS status:
CTX_NEW = updateCtx(    |  Partial IV: 0       | CTX_OLD: X2, N2
          X1 | N1,      |  ...                 | State: PENDING (1,1)
          X2 | N2 ,     |  d flag: 1           |
          CTX_OLD )     |  x: X2 = b'01000111' |
                        |  nonce: N2           |
Verify with CTX_NEW     |  ...                 |
                        | }                    |
/ key confirmation /    |  Encrypted Payload { |
                        |   ...                |
Pre-IDLE steps:         | }                    |
Delete CTX_TEMP         |                      |
Delete CTX_OLD, X1, N1  |                      |
                        |                      |
KUDOS status:           |                      |
CTX_NEW: -, -           |                      |
State: IDLE (0,0)       |                      |
                        |                      |

The actual key update process ends here.
The two peers can use the new Security Context CTX_NEW.

                        |                      |
                        |      Request #2      |
Protect with CTX_NEW    +--------------------->| /temp
                        | OSCORE {             |
                        |  ...                 |
                        | }                    | Verify with CTX_NEW
                        | Encrypted Payload {  |
                        |  Application Payload | / key confirmation /
                        |  ...                 |
                        | }                    | Pre-IDLE steps:
                        |                      | Delete CTX_TEMP
                        |                      | Delete CTX_OLD, X2, N2
                        |                      |
                        |                      | KUDOS status:
                        |                      | CTX_NEW: -, -
                        |                      | State: IDLE (0,0)
                        |      Response #2     |
                        |<---------------------+ Protect with CTX_NEW
Verify with CTX_NEW     | OSCORE {             |
                        |  ...                 |
                        | }                    |
                        | Encrypted Payload {  |
                        |  ...                 |
                        |  Application Payload |
                        | }                    |
                        |                      |
]]></artwork>
        </artset>
      </section>
      <section anchor="successful-kudos-execution-initiated-with-a-response-message">
        <name>Successful KUDOS Execution Initiated with a Response Message</name>
        <t>The following shows a succesful execution of KUDOS where KUDOS is started by the server sending a divergent KUDOS message as a CoAP response.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="1472" width="592" viewBox="0 0 592 1472" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 112,688 L 112,704" fill="none" stroke="black"/>
              <path d="M 200,96 L 200,1120" fill="none" stroke="black"/>
              <path d="M 200,1200 L 200,1456" fill="none" stroke="black"/>
              <path d="M 384,96 L 384,1120" fill="none" stroke="black"/>
              <path d="M 384,1200 L 384,1456" fill="none" stroke="black"/>
              <path d="M 504,832 L 504,848" fill="none" stroke="black"/>
              <path d="M 200,128 L 376,128" fill="none" stroke="black"/>
              <path d="M 208,336 L 384,336" fill="none" stroke="black"/>
              <path d="M 200,768 L 376,768" fill="none" stroke="black"/>
              <path d="M 208,1232 L 384,1232" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="384,768 372,762.4 372,773.6" fill="black" transform="rotate(0,376,768)"/>
              <polygon class="arrowhead" points="384,128 372,122.4 372,133.6" fill="black" transform="rotate(0,376,128)"/>
              <polygon class="arrowhead" points="216,1232 204,1226.4 204,1237.6" fill="black" transform="rotate(180,208,1232)"/>
              <polygon class="arrowhead" points="216,336 204,330.4 204,341.6" fill="black" transform="rotate(180,208,336)"/>
              <g class="text">
                <text x="24" y="36">KUDOS</text>
                <text x="80" y="36">status:</text>
                <text x="456" y="36">KUDOS</text>
                <text x="512" y="36">status:</text>
                <text x="8" y="52">-</text>
                <text x="52" y="52">CTX_OLD:</text>
                <text x="104" y="52">-,-</text>
                <text x="440" y="52">-</text>
                <text x="484" y="52">CTX_OLD:</text>
                <text x="536" y="52">-,-</text>
                <text x="8" y="68">-</text>
                <text x="44" y="68">State:</text>
                <text x="92" y="68">IDLE</text>
                <text x="136" y="68">(0,0)</text>
                <text x="440" y="68">-</text>
                <text x="476" y="68">State:</text>
                <text x="524" y="68">IDLE</text>
                <text x="568" y="68">(0,0)</text>
                <text x="204" y="84">Client</text>
                <text x="388" y="84">Server</text>
                <text x="280" y="116">Request</text>
                <text x="324" y="116">#1</text>
                <text x="32" y="132">Protect</text>
                <text x="84" y="132">with</text>
                <text x="136" y="132">CTX_OLD</text>
                <text x="416" y="132">/temp</text>
                <text x="236" y="148">OSCORE</text>
                <text x="272" y="148">{</text>
                <text x="232" y="164">...</text>
                <text x="216" y="180">}</text>
                <text x="420" y="180">Verify</text>
                <text x="468" y="180">with</text>
                <text x="520" y="180">CTX_OLD</text>
                <text x="248" y="196">Encrypted</text>
                <text x="320" y="196">Payload</text>
                <text x="360" y="196">{</text>
                <text x="232" y="212">...</text>
                <text x="428" y="212">Generate</text>
                <text x="480" y="212">N1,</text>
                <text x="508" y="212">X1</text>
                <text x="264" y="228">Application</text>
                <text x="344" y="228">Payload</text>
                <text x="216" y="244">}</text>
                <text x="428" y="244">CTX_TEMP</text>
                <text x="472" y="244">=</text>
                <text x="524" y="244">updateCtx(</text>
                <text x="468" y="260">X1</text>
                <text x="488" y="260">|</text>
                <text x="512" y="260">N1,</text>
                <text x="472" y="276">0x,</text>
                <text x="488" y="292">CTX_OLD</text>
                <text x="528" y="292">)</text>
                <text x="284" y="324">Response</text>
                <text x="332" y="324">#1</text>
                <text x="424" y="340">Protect</text>
                <text x="476" y="340">with</text>
                <text x="532" y="340">CTX_TEMP</text>
                <text x="236" y="356">OSCORE</text>
                <text x="272" y="356">{</text>
                <text x="232" y="372">...</text>
                <text x="416" y="372">KUDOS</text>
                <text x="472" y="372">status:</text>
                <text x="36" y="388">CTX_TEMP</text>
                <text x="80" y="388">=</text>
                <text x="132" y="388">updateCtx(</text>
                <text x="248" y="388">Partial</text>
                <text x="296" y="388">IV:</text>
                <text x="320" y="388">0</text>
                <text x="428" y="388">CTX_OLD:</text>
                <text x="480" y="388">X1,</text>
                <text x="508" y="388">N1</text>
                <text x="80" y="404">0x,</text>
                <text x="232" y="404">...</text>
                <text x="420" y="404">State:</text>
                <text x="468" y="404">BUSY</text>
                <text x="512" y="404">(1,0)</text>
                <text x="76" y="420">X1</text>
                <text x="96" y="420">|</text>
                <text x="120" y="420">N1,</text>
                <text x="224" y="420">d</text>
                <text x="256" y="420">flag:</text>
                <text x="288" y="420">1</text>
                <text x="96" y="436">CTX_OLD</text>
                <text x="136" y="436">)</text>
                <text x="228" y="436">x:</text>
                <text x="252" y="436">X1</text>
                <text x="272" y="436">=</text>
                <text x="328" y="436">b'00000111'</text>
                <text x="244" y="452">nonce:</text>
                <text x="284" y="452">N1</text>
                <text x="28" y="468">Verify</text>
                <text x="76" y="468">with</text>
                <text x="132" y="468">CTX_TEMP</text>
                <text x="232" y="468">...</text>
                <text x="216" y="484">}</text>
                <text x="248" y="500">Encrypted</text>
                <text x="320" y="500">Payload</text>
                <text x="360" y="500">{</text>
                <text x="224" y="516">...</text>
                <text x="216" y="532">}</text>
                <text x="24" y="564">KUDOS</text>
                <text x="80" y="564">status:</text>
                <text x="8" y="580">-</text>
                <text x="52" y="580">CTX_OLD:</text>
                <text x="104" y="580">-,-</text>
                <text x="8" y="596">-</text>
                <text x="44" y="596">State:</text>
                <text x="92" y="596">BUSY</text>
                <text x="136" y="596">(0,1)</text>
                <text x="36" y="644">Generate</text>
                <text x="88" y="644">N2,</text>
                <text x="116" y="644">X2</text>
                <text x="32" y="676">CTX_NEW</text>
                <text x="72" y="676">=</text>
                <text x="124" y="676">updateCtx(</text>
                <text x="92" y="692">X2</text>
                <text x="136" y="692">N2,</text>
                <text x="92" y="708">X1</text>
                <text x="136" y="708">N1,</text>
                <text x="112" y="724">CTX_OLD</text>
                <text x="152" y="724">)</text>
                <text x="280" y="756">Request</text>
                <text x="324" y="756">#2</text>
                <text x="32" y="772">Protect</text>
                <text x="84" y="772">with</text>
                <text x="136" y="772">CTX_NEW</text>
                <text x="468" y="772">/.well-known/kudos</text>
                <text x="236" y="788">OSCORE</text>
                <text x="272" y="788">{</text>
                <text x="24" y="804">KUDOS</text>
                <text x="80" y="804">status:</text>
                <text x="232" y="804">...</text>
                <text x="8" y="820">-</text>
                <text x="52" y="820">CTX_OLD:</text>
                <text x="104" y="820">X2,</text>
                <text x="132" y="820">N2</text>
                <text x="224" y="820">d</text>
                <text x="256" y="820">flag:</text>
                <text x="288" y="820">1</text>
                <text x="424" y="820">CTX_NEW</text>
                <text x="464" y="820">=</text>
                <text x="516" y="820">updateCtx(</text>
                <text x="8" y="836">-</text>
                <text x="44" y="836">State:</text>
                <text x="104" y="836">PENDING</text>
                <text x="160" y="836">(1,1)</text>
                <text x="228" y="836">x:</text>
                <text x="252" y="836">X2</text>
                <text x="272" y="836">=</text>
                <text x="328" y="836">b'01000111'</text>
                <text x="484" y="836">X1</text>
                <text x="528" y="836">N1,</text>
                <text x="244" y="852">nonce:</text>
                <text x="284" y="852">N2</text>
                <text x="484" y="852">X2</text>
                <text x="528" y="852">N2,</text>
                <text x="232" y="868">...</text>
                <text x="504" y="868">CTX_OLD</text>
                <text x="544" y="868">)</text>
                <text x="216" y="884">}</text>
                <text x="248" y="900">Encrypted</text>
                <text x="320" y="900">Payload</text>
                <text x="360" y="900">{</text>
                <text x="420" y="900">Verify</text>
                <text x="468" y="900">with</text>
                <text x="520" y="900">CTX_NEW</text>
                <text x="232" y="916">...</text>
                <text x="264" y="932">Application</text>
                <text x="344" y="932">Payload</text>
                <text x="400" y="932">/</text>
                <text x="424" y="932">key</text>
                <text x="492" y="932">confirmation</text>
                <text x="552" y="932">/</text>
                <text x="216" y="948">}</text>
                <text x="428" y="964">Pre-IDLE</text>
                <text x="492" y="964">steps:</text>
                <text x="420" y="980">Delete</text>
                <text x="484" y="980">CTX_TEMP</text>
                <text x="420" y="996">Delete</text>
                <text x="484" y="996">CTX_OLD,</text>
                <text x="536" y="996">X1,</text>
                <text x="564" y="996">N1</text>
                <text x="416" y="1028">KUDOS</text>
                <text x="472" y="1028">status:</text>
                <text x="400" y="1044">-</text>
                <text x="444" y="1044">CTX_NEW:</text>
                <text x="496" y="1044">-,-</text>
                <text x="400" y="1060">-</text>
                <text x="436" y="1060">State:</text>
                <text x="484" y="1060">IDLE</text>
                <text x="528" y="1060">(0,0)</text>
                <text x="16" y="1156">The</text>
                <text x="60" y="1156">actual</text>
                <text x="104" y="1156">key</text>
                <text x="148" y="1156">update</text>
                <text x="208" y="1156">process</text>
                <text x="260" y="1156">ends</text>
                <text x="304" y="1156">here.</text>
                <text x="16" y="1172">The</text>
                <text x="48" y="1172">two</text>
                <text x="88" y="1172">peers</text>
                <text x="128" y="1172">can</text>
                <text x="160" y="1172">use</text>
                <text x="192" y="1172">the</text>
                <text x="224" y="1172">new</text>
                <text x="276" y="1172">Security</text>
                <text x="344" y="1172">Context</text>
                <text x="412" y="1172">CTX_NEW.</text>
                <text x="284" y="1220">Response</text>
                <text x="332" y="1220">#2</text>
                <text x="424" y="1236">Protect</text>
                <text x="476" y="1236">with</text>
                <text x="528" y="1236">CTX_NEW</text>
                <text x="236" y="1252">OSCORE</text>
                <text x="272" y="1252">{</text>
                <text x="232" y="1268">...</text>
                <text x="28" y="1284">Verify</text>
                <text x="76" y="1284">with</text>
                <text x="128" y="1284">CTX_NEW</text>
                <text x="216" y="1284">}</text>
                <text x="248" y="1300">Encrypted</text>
                <text x="320" y="1300">Payload</text>
                <text x="360" y="1300">{</text>
                <text x="8" y="1316">/</text>
                <text x="32" y="1316">key</text>
                <text x="100" y="1316">confirmation</text>
                <text x="160" y="1316">/</text>
                <text x="232" y="1316">...</text>
                <text x="264" y="1332">Application</text>
                <text x="344" y="1332">Payload</text>
                <text x="36" y="1348">Pre-IDLE</text>
                <text x="100" y="1348">steps:</text>
                <text x="216" y="1348">}</text>
                <text x="28" y="1364">Delete</text>
                <text x="92" y="1364">CTX_TEMP</text>
                <text x="28" y="1380">Delete</text>
                <text x="92" y="1380">CTX_OLD,</text>
                <text x="144" y="1380">X1,</text>
                <text x="172" y="1380">N1</text>
                <text x="24" y="1412">KUDOS</text>
                <text x="80" y="1412">status:</text>
                <text x="36" y="1428">CTX_NEW:</text>
                <text x="84" y="1428">-,</text>
                <text x="104" y="1428">-</text>
                <text x="28" y="1444">State:</text>
                <text x="76" y="1444">IDLE</text>
                <text x="120" y="1444">(0,0)</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
KUDOS status:                                         KUDOS status:
- CTX_OLD: -,-                                        - CTX_OLD: -,-
- State: IDLE (0,0)                                   - State: IDLE (0,0)
                      Client                 Server
                        |                      |
                        |      Request #1      |
Protect with CTX_OLD    +--------------------->| /temp
                        | OSCORE {             |
                        |  ...                 |
                        | }                    | Verify with CTX_OLD
                        | Encrypted Payload {  |
                        |  ...                 | Generate N1, X1
                        |  Application Payload |
                        | }                    | CTX_TEMP = updateCtx(
                        |                      |         X1 | N1,
                        |                      |         0x,
                        |                      |         CTX_OLD )
                        |                      |
                        |      Response #1     |
                        |<---------------------+ Protect with CTX_TEMP
                        | OSCORE {             |
                        |  ...                 | KUDOS status:
CTX_TEMP = updateCtx(   |  Partial IV: 0       | CTX_OLD: X1, N1
        0x,             |  ...                 | State: BUSY (1,0)
        X1 | N1,        |  d flag: 1           |
        CTX_OLD )       |  x: X1 = b'00000111' |
                        |  nonce: N1           |
Verify with CTX_TEMP    |  ...                 |
                        | }                    |
                        | Encrypted Payload {  |
                        | ...                  |
                        | }                    |
                        |                      |
KUDOS status:           |                      |
- CTX_OLD: -,-          |                      |
- State: BUSY (0,1)     |                      |
                        |                      |
                        |                      |
Generate N2, X2         |                      |
                        |                      |
CTX_NEW = updateCtx(    |                      |
          X2 | N2,      |                      |
          X1 | N1,      |                      |
          CTX_OLD )     |                      |
                        |                      |
                        |      Request #2      |
Protect with CTX_NEW    +--------------------->| /.well-known/kudos
                        | OSCORE {             |
KUDOS status:           |  ...                 |
- CTX_OLD: X2, N2       |  d flag: 1           | CTX_NEW = updateCtx(
- State: PENDING (1,1)  |  x: X2 = b'01000111' |           X1 | N1,
                        |  nonce: N2           |           X2 | N2,
                        |  ...                 |           CTX_OLD )
                        | }                    |
                        | Encrypted Payload {  | Verify with CTX_NEW
                        |  ...                 |
                        |  Application Payload | / key confirmation /
                        | }                    |
                        |                      | Pre-IDLE steps:
                        |                      | Delete CTX_TEMP
                        |                      | Delete CTX_OLD, X1, N1
                        |                      |
                        |                      | KUDOS status:
                        |                      | - CTX_NEW: -,-
                        |                      | - State: IDLE (0,0)
                        |                      |
                        |                      |
                        |                      |
                        |                      |

The actual key update process ends here.
The two peers can use the new Security Context CTX_NEW.

                        |                      |
                        |      Response #2     |
                        |<---------------------+ Protect with CTX_NEW
                        | OSCORE {             |
                        |  ...                 |
Verify with CTX_NEW     | }                    |
                        | Encrypted Payload {  |
/ key confirmation /    |  ...                 |
                        |  Application Payload |
Pre-IDLE steps:         | }                    |
Delete CTX_TEMP         |                      |
Delete CTX_OLD, X1, N1  |                      |
                        |                      |
KUDOS status:           |                      |
CTX_NEW: -, -           |                      |
State: IDLE (0,0)       |                      |
                        |                      |
]]></artwork>
        </artset>
      </section>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>
            <t>Extended security considerations.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
          <li>
            <t>Updates to IANA considerations according to IANA early reviews.</t>
          </li>
          <li>
            <t>Extended section about updated protection of CoAP responses.</t>
          </li>
          <li>
            <t>Discussion about combining usage of KUDOS with profiles of ACE.</t>
          </li>
          <li>
            <t>Optimization for traversing the state machine upon reception of a divergent message.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>
            <t>Major re-design building on a state machine driving the KUDOS execution.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>
            <t>Merge text about avoiding in-transit requests during a key update into a single subsection.</t>
          </li>
          <li>
            <t>Improved error handling.</t>
          </li>
          <li>
            <t>Editorial improvements and clarifications.</t>
          </li>
          <li>
            <t>State that the EDHOC EAD item must be used as non-critical.</t>
          </li>
          <li>
            <t>Extended description and updates values for KUDOS communication overhead.</t>
          </li>
          <li>
            <t>Introduce special case when non-CAPABLE devices may operate in FS Mode.</t>
          </li>
          <li>
            <t>Add parameter for signaling KUDOS support when using the ACE OSCORE profile.</t>
          </li>
          <li>
            <t>Enable using the reverse message flow for peers that are only CoAP servers.</t>
          </li>
          <li>
            <t>Further clarifications about achieving key confirmation and deletion of old contexts.</t>
          </li>
          <li>
            <t>Restructure distribution of content about FS and no-FS mode.</t>
          </li>
          <li>
            <t>Warn of consequences of running KUDOS with insufficient margin.</t>
          </li>
          <li>
            <t>Stressed usefulness of core.kudos for safe KUDOS requests without side effects.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>
            <t>Add note about usage of the CoAP No-Response Option.</t>
          </li>
          <li>
            <t>Avoid problems for two simultaneously started key updates.</t>
          </li>
          <li>
            <t>Set Notification Number to be uninitialized for new OSCORE Security Contexts.</t>
          </li>
          <li>
            <t>Handle corner case for responder that reached its key usage limits.</t>
          </li>
          <li>
            <t>Re-organizing main section about Forward Secrecy mode into subsections.</t>
          </li>
          <li>
            <t>IANA considerations for CoAP Option Numbers Registry to refer to this draft for the OSCORE option.</t>
          </li>
          <li>
            <t>Use AASVG in diagrams.</t>
          </li>
          <li>
            <t>Use actual tables instead of figures.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
          <li>
            <t>Extended security considerations with reference to relevant paper.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>
            <t>Removed material about the ID update procedure, which has been split out into a separate draft.</t>
          </li>
          <li>
            <t>Allow non-random nonces for CAPABLE devices.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
          <li>
            <t>Permit flexible message flow with KUDOS messages as any request/response.</t>
          </li>
          <li>
            <t>Enable sending KUDOS messages as regular application messages.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>
            <t>Mandate support for both the forward and reverse message flow.</t>
          </li>
          <li>
            <t>Mention the EDHOC and OSCORE profile of ACE as method for rekeying.</t>
          </li>
          <li>
            <t>Clarify definition of KUDOS (request/response) message.</t>
          </li>
          <li>
            <t>Further extend the OSCORE option to transport N1 in the second KUDOS message as a request.</t>
          </li>
          <li>
            <t>Mandate support for the no-FS mode on CAPABLE devices.</t>
          </li>
          <li>
            <t>Explain when KUDOS fails during selection of mode.</t>
          </li>
          <li>
            <t>Explicitly forbid using old keying material after reboot.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>
            <t>Note on client retransmissions if KUDOS execution fails in reverse message flow.</t>
          </li>
          <li>
            <t>Specify what information needs to be written to non-volatile memory to handle reboots.</t>
          </li>
          <li>
            <t>Extended recommendations and considerations on minimum size of nonces N1 &amp; N2.</t>
          </li>
          <li>
            <t>Arbitrary maximum size of the Recipient-ID Option.</t>
          </li>
          <li>
            <t>Detailed lifecycle of the OSCORE IDs update procedure.</t>
          </li>
          <li>
            <t>Described examples of OSCORE IDs update procedure.</t>
          </li>
          <li>
            <t>Examples of OSCORE IDs update procedure integrated in KUDOS.</t>
          </li>
          <li>
            <t>Considerations about using SCHC for CoAP with OSCORE.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>Removed content about key usage limits.</t>
          </li>
          <li>
            <t>Use of "forward message flow" and "reverse message flow".</t>
          </li>
          <li>
            <t>Update to RFC 8613 extended to include protection of responses.</t>
          </li>
          <li>
            <t>Include EDHOC_KeyUpdate() in the methods for rekeying.</t>
          </li>
          <li>
            <t>Describe reasons for using the OSCORE ID update procedure.</t>
          </li>
          <li>
            <t>Clarifications on deletion of CTX_OLD and CTX_NEW.</t>
          </li>
          <li>
            <t>Added new section on preventing deadlocks.</t>
          </li>
          <li>
            <t>Clarified that peers can decide to run KUDOS at any point.</t>
          </li>
          <li>
            <t>Defined preservation of observations beyond OSCORE ID updates.</t>
          </li>
          <li>
            <t>Revised discussion section, including also communication overhead.</t>
          </li>
          <li>
            <t>Defined a well-known KUDOS resource and a KUDOS resource type.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>Use of the OSCORE flag bit 0 to signal more flag bits.</t>
          </li>
          <li>
            <t>In UpdateCtx(), open for future key derivation different than HKDF.</t>
          </li>
          <li>
            <t>Simplified updateCtx() to use only Expand(); used to be METHOD 2.</t>
          </li>
          <li>
            <t>Included the Partial IV if the second KUDOS message is a response.</t>
          </li>
          <li>
            <t>Added signaling of support for KUDOS in EDHOC.</t>
          </li>
          <li>
            <t>Clarifications on terminology and reasons for rekeying.</t>
          </li>
          <li>
            <t>Updated IANA considerations.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Extended terminology.</t>
          </li>
          <li>
            <t>Moved procedure for preserving observations across key updates to main body.</t>
          </li>
          <li>
            <t>Moved procedure to update OSCORE Sender/Recipient IDs to main body.</t>
          </li>
          <li>
            <t>Moved key update without forward secrecy section to main body.</t>
          </li>
          <li>
            <t>Define signaling bits present in the 'x' byte.</t>
          </li>
          <li>
            <t>Modifications and alignment of updateCtx() with EDHOC.</t>
          </li>
          <li>
            <t>Rules for deletion of old EDHOC keys PRK_out and PRK_exporter.</t>
          </li>
          <li>
            <t>Describe CBOR wrapping of involved nonces with examples.</t>
          </li>
          <li>
            <t>Renamed 'id detail' to 'nonce'.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Recommendation on limits for CCM_8. Details in Appendix.</t>
          </li>
          <li>
            <t>Improved message processing, also covering corner cases.</t>
          </li>
          <li>
            <t>Example of method to estimate and not store 'count_q'.</t>
          </li>
          <li>
            <t>Added procedure to update OSCORE Sender/Recipient IDs.</t>
          </li>
          <li>
            <t>Added method for preserving observations across key updates.</t>
          </li>
          <li>
            <t>Added key update without forward secrecy.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Simon Bouget"/>, <contact fullname="Rafa Marin-Lopez"/>, <contact fullname="John Preuß Mattsson"/>, and <contact fullname="Göran Selander"/> for their feedback and comments.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next projects CRITISEC and CYPRESS; and by the H2020 projects SIFIS-Home (Grant agreement 952652) and ARCADIAN-IoT (Grant agreement 101020259).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
vUSneek2UTNTIor2ibBwMEl90fOxJPm6PRDS2zsSY8hpsRpZS3IN7Ng2L+sP
UQ+OI6D4OpEqHBU3Gac8Fk4w8Qmf3GObf5tPZ5uuXG4iBGfY0e01zgz0qc5S
SZ5P2deAnGtVMSAX8HW6r1XkQ3jJ5Z9WjivWT+KzFWY5E9t24F1bNnHQcmV8
bi0hQlzZNqB8lNdUVIUv0vES3zQbFLIi9PGOcRFninTUkBPHWPHdK7JqUxB+
1eVQa2UnX1kRMvLDJuzxFjZpAYbJGVweoMpz2Kic/Urovf/3OTsycaxp/DGd
zqf27k+OkpY00wCIBonVFRf02Q+vc5mmFgmS5bZ+orfJdFZWLoro5ptuUvMr
uhHY1BQsSrDroE2akh97nhFnW9QGBU+bm4OgXZVQr1UGnGbjCb+pYfWS/iub
ZEl2mWHIfdKLfFZogauMopTu3YvOTGenNwrDPS0VZts6edCWZHawpWkh59OO
MtEkVeYmKykFrHxIkplxZLaXRhX4Renws9eWFZqK7YsLasy6nE/sYOosgK8Z
R6pfkkSpjQK2ya1IVYE7Rvp04ZHumFNAuZNWoHpsm3fX8d5SnC7ncorOdW1Q
vKjlyusFRWu1i72dlVSlyzu5FnZ8jtj3ox1+GogvLdDLyMSoYeyMleagyD2c
PhSYfk6dEIHAiE4lo1190A4uvgvOj2ayvxgnUJu9ng4EOhLHP2coq+fsxSNR
Ydwl0pUcMc1upWQSz/AQw1AStW5IUf2AgcLC3KHC6wAxcDR6Clbjbmx1el84
g4mmEKrW75u0nY5d3cgJG8VyauInhvPHRGOzJqi+Z8qtX7+LXmL0DivOmlbG
3IRsIlv7oUCZ6zDrM1MwFe96BIYzp4qq0XnMzGIlm2tktpPZXMY4GQokKk0Z
sKO0HM7p5t5yqZH5DNiUXL+yE4B6aRFxAqsc2qYTs0mslaPDZcBsIpzfZZ38
4E5934l7k2sstascr+Uopghgwy7v4nRh/o9G8RSjGzSTD0/B6CbOKqn8XLsN
YS8J9aVONRbpJskIpYp5k2QNg+MJwxVJjBv2cE8KU5z9L2eHcLRHZEk+vEjP
D18AT61u8+KDzYJCVzhn6HT5FoY2wIZEs8Irrhawd8t06KzAqyH8VUjWaEcW
b04+ysmRISLWFyg42w8LWGSOUk1RPc+ICQqlqo9KKqYpsl6QG0NwRKgrTZzL
JuhdI8zlsA9vSmMr8htThr8bzIhz+qFHTqacOFSpcPxshovRwCpaVMe5k2og
gjtRwkYTc2mAVfeNPt69v3tfsP5k7z57R+sFOZqLk/uJKc5BpQJj6pgzpDCr
9CoTFZ9CQJtYNVWnwuMCUwdJMMnvrFGIkQRd1NgjP5pBD7dczxzm0+k8U13q
Nahm10k82tg4RpOgJkO0eBitwH0tl9c0OsQzH0U+uKWeTDaLF95KZ9NZge8Z
XD3NkIP7RUYucTWax3tU2IK8k8s63Zt3uJRBHewt+niFYYBosKTk3xMsu3Gl
DrIeOVweEuBwWjCa6G4mV7Aw2GP9Qhrp2tRFx79KUxswt6wFsByqDidX+UV7
fZdew1VK4VG08+wIoUYgGBoxl17eY24VYVI7nWzn4ESljRYY5XKDwvnHVXA9
pmLPnWEMt2LpcBGmlpRVU1ht1FUQujbx2aUm0dyW+a1tkh+/IA+NJ/EVvbzz
r4ZeJl4nIOy1E+9Jqq6J3pV1o2fq70mRR9t7H7Fztlkbu2nmhRbCdbhFE19c
ewYMtFzK4ZEyj9rsnX8HoFzXl3N2Y4wRTCIvG5r90QMtE75MsiuYYZuYBcy5
o0dhEbMJ3DpLYVXD6OgmCp0FNtFhwlMtoJPUxv327tNJ7j94wAd7+bpx1Yrb
8hq9VrCEcXqFSsKnTxVFqStD7kqoGobIaJpEmqH3oKNshTmJ+hTCfB1nYOhQ
aclH8yHzdfGXcKaoODdEkSDWSJtKHK7XiR7zTMradqOB+DgtC1MVgjPc+TFe
sIUEBd4E1TsuFOROWg6TDOzlXPaiVq9eFCJxTDYb0bAa4IipYAV0OUn+YMFG
mo3AHLtt1DVNQ/Yco9TEW5dSyg/QZxtFjVuvRsj6k6pO7mOEegrcCnDRDynh
D7WMhWfByry/crVXLqW+4OFOC5vmaygiB+YYZEi5e2QWW4dUR3AoamlWoDN6
nf+14GMlPHyWRkQExWetG1+7/Pps2nA0vrjIsbvJZxinF5mfz9H9KPTzOXoQ
/By+eMz/3dDf5ONeL/x4r98yTv++jgNH03n+ScvjwfHhi/09HufTQXQvzIWi
Kq0mydPNsM4ZbT/DA7+zCSIG9OGnm0Pq3Lj5hRXVM43aucAOHraBBxmzbPNS
2w6N7ulipw+pLeL1+/BbgWjgiVpWttGHmzZrC4JhLGCcUU1rcaXbvrsajqvV
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
9nowav/BEyzA/P8BVAXC4iKIAQA=

-->

</rfc>
