<?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.43 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lake-pqsuites-01" category="std" consensus="true" submissionType="IETF" updates="9528" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.1 -->
  <?v3xml2rfc silence="Found SVG with width or height specified"?>
  <front>
    <title abbrev="LAKE PQC">Quantum-Resistant Cipher Suites for LAKE</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lake-pqsuites-01"/>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization>Ericsson</organization>
      <address>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="J." surname="Preuß Mattsson" fullname="John Preuß Mattsson">
      <organization>Ericsson</organization>
      <address>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="C." surname="Papon" fullname="Clément Papon">
      <organization>Limoges University</organization>
      <address>
        <email>clement.papon@unilim.fr</email>
      </address>
    </author>
    <date year="2026" month="September" day="19"/>
    <area>Security</area>
    <workgroup>LAKE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 94?>

<t>The Lightweight Authenticated Key Exchange (LAKE) protocol, formerly known as Ephemeral Diffie-Hellman over COSE (EDHOC), as originally specified in RFC 9528, relies on Elliptic Curve Cryptography (ECC) for key exchange and authentication. This document specifies how the LAKE protocol operates in a post-quantum setting by defining new cipher suites using quantum-resistant algorithms, such as ML-DSA for digital signatures and ML-KEM for key exchange. This document also updates RFC 9528 by changing the name of the protocol from EDHOC to LAKE and updating the EDHOC Method Types and Cipher Suites registries to add columns indicating, respectively, whether a method requires and whether a cipher suite supports Diffie-Hellman or Non-Interactive Key Exchange (NIKE) primitives.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-lake-pqsuites/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Lightweight Authenticated Key Exchange Working Group mailing list (<eref target="mailto:lake@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/lake/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/lake/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/lake-wg/pqsuites"/>.</t>
    </note>
  </front>
  <middle>
    <?line 98?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Lightweight Authenticated Key Exchange (LAKE) protocol defined in <xref target="RFC9528"/>, previously known as Ephemeral Diffie-Hellman over COSE (EDHOC), supports multiple authentication methods and negotiation of cipher suites based on COSE algorithms. Four asymmetric authentication methods (0–3) are defined in <xref target="RFC9528"/>. A symmetric key-based authentication method and a Key Encapsulation Mechanism (KEM)-based authentication method are being developed; see <xref target="I-D.ietf-lake-edhoc-psk"/> and <xref target="I-D.ietf-lake-authkem-edhoc"/>, respectively.</t>
      <t>The cipher suites defined in <xref target="RFC9528"/> rely on Elliptic Curve Cryptography (ECC) for key exchange and authentication. While ECC is well suited to constrained environments, it is vulnerable to attacks by a Cryptographically Relevant Quantum Computer (CRQC).</t>
      <t>This document specifies how the LAKE protocol operates in a post-quantum setting by defining new cipher suites using ML-KEM <xref target="I-D.ietf-jose-pqc-kem"/> for key exchange and ML-DSA <xref target="I-D.ietf-cose-dilithium"/> for digital signatures. ML-KEM provides a post-quantum replacement for the ephemeral Diffie-Hellman key exchange. The new cipher suites can be used with signature-based authentication, as well as with the PSK-based and KEM-based authentication methods being developed; see <xref section="3.6" sectionFormat="of" target="RFC9528"/> on algorithms not used in certain methods.</t>
      <t>KEM algorithms such as ML-KEM are not Diffie-Hellman or Non-Interactive Key Exchange (DH/NIKE) primitives. Consequently, the new ML-KEM cipher suites cannot be used with methods 0–3, which require DH/NIKE. This document therefore updates the EDHOC Method Types and Cipher Suites registries to add columns indicating, respectively, whether a method requires and whether a cipher suite supports DH/NIKE-based key exchange; see <xref target="method-update"/> and <xref target="suites-registry"/>. The new cipher suites combining ML-KEM and ML-DSA are registered accordingly.</t>
      <t>With the addition of KEM-based key exchange, the protocol is no longer dependent on Diffie-Hellman, and the name Ephemeral Diffie-Hellman over COSE (EDHOC) no longer accurately describes the protocol. Accordingly, this document updates <xref target="RFC9528"/> by changing the name of the protocol from EDHOC to Lightweight Authenticated Key Exchange (LAKE). The EDHOC prefix is retained where needed to avoid ambiguity with terminology and registry entries defined in <xref target="RFC9528"/>, for example in the IANA registries.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
        </t>
        <t>Readers are expected to be familiar with <xref target="RFC9528"/>.</t>
      </section>
    </section>
    <section anchor="lake-with-quantum-resistant-algorithms">
      <name>LAKE with Quantum-Resistant Algorithms</name>
      <t>Method 0 in <xref target="RFC9528"/>, which uses digital signatures for authentication by both the Initiator and Responder, and also the PSK method in <xref target="I-D.ietf-lake-edhoc-psk"/>, are straightforward to use with standardized post-quantum algorithms.</t>
      <t>A quantum-resistant signature algorithm, such as ML-DSA <xref target="I-D.ietf-cose-dilithium"/>, is a drop-in replacement for classical signature algorithms such as ECDSA. For post-quantum secure key exchange, in order to replace the Ephemeral Diffie-Hellman key exchange, a quantum-resistant Key Encapsulation Mechanism (KEM), such as ML-KEM <xref target="I-D.ietf-jose-pqc-kem"/>, can be applied directly to the LAKE protocol, as is detailed in <xref target="KEM"/>.</t>
      <t>To enable post-quantum security support for LAKE it suffices to register new cipher suites using COSE registered algorithms. Cipher suites using ML-KEM-512 and ML-KEM-1024 <xref target="I-D.ietf-jose-pqc-kem"/> for key exchange, and ML-DSA-44 and ML-DSA-87 <xref target="I-D.ietf-cose-dilithium"/> for digital signatures are specified in <xref target="suites-registry"/>. As both ML-KEM <xref target="FIPS203"/> and ML-DSA <xref target="FIPS204"/> internally use SHAKE256 <xref target="FIPS202"/>, it was natural to have SHAKE256 as EDHOC hash algorithm in the cipher suite, and thus used also in the key derivation, see <xref section="4" sectionFormat="of" target="RFC9528"/>. Note that as application hash function in these cipher suites, the legacy algorithms SHA-256 or SHA-384 are still used, see <xref target="suites-registry"/>. Additional post-quantum cipher suites may be specified.</t>
      <t>Methods 1–3 in <xref target="RFC9528"/> use a Diffie-Hellman/Non-Interactive Key Exchange (NIKE) based API for authentication. As of this writing, no standardized post-quantum algorithms for these methods exist. To highlight which methods require DH/NIKE, a column is added to the EDHOC Method Type registry, see <xref target="method-update"/>. To highlight matching cipher suites, a corresponding column indicating support for DH/NIKE is added, see <xref target="suites-registry"/>.</t>
      <t>An alternative path to post-quantum support for the LAKE protocol, pursued in <xref target="I-D.ietf-lake-authkem-edhoc"/>, is to define new authentication methods based on Key Encapsulation Mechanisms (KEMs). The cipher suites defined in this document can also be used with these authentication methods.</t>
      <t>Compared to elliptic curve algorithms such as ECDHE, ECDSA, and EdDSA, ML-KEM and ML-DSA introduce significantly higher overhead (see <xref target="FIPS203"/> and <xref target="FIPS204"/> respectively), but currently are the most lightweight standardized post-quantum algorithms to use with LAKE. More efficient post-quantum signature schemes are being standardized, such as FN-DSA, which could offer smaller signatures. This remains a possible direction for future research, analysis and standardization, after which they may be included in new cipher suites.</t>
      <t>However, it is important to note that these cipher suites may not be usable for certain classes of constrained devices (see <xref target="I-D.ietf-iotops-7228bis"/>) due to, e.g., increased size of signatures or of KEM keys in quantum-resistant algorithms.</t>
    </section>
    <section anchor="KEM">
      <name>Using KEMs in the Key Exchange</name>
      <t>Given a quantum-resistant KEM, such as ML-KEM-512, with encapsulation key ek, decapsulation key dk, ciphertext c, and shared secret key K (using the notation of <xref target="FIPS203"/>), the Diffie-Hellman procedure in the key exchange is replaced by a KEM procedure as follows:</t>
      <ul spacing="normal">
        <li>
          <t>The Initiator generates a new encapsulation / decapsulation key pair matching the selected cipher suite.</t>
        </li>
        <li>
          <t>The encapsulation key ek is transported in the G_X field in message_1.</t>
        </li>
        <li>
          <t>The Responder calculates (K,c) = Encaps(ek).</t>
        </li>
        <li>
          <t>The ciphertext c is transported in the G_Y field in message_2.</t>
        </li>
        <li>
          <t>The Initiator calculates the shared secret K = Decaps(dk, c).</t>
        </li>
        <li>
          <t>G_XY is the shared secret key K.</t>
        </li>
      </ul>
      <t>The security requirements and security considerations of <xref target="RFC9528"/> and of the KEM algorithm used apply. For example, the Initiator MUST generate a new encapsulation / decapsulation key pair for each LAKE session.</t>
      <t>Note that G_Y does not contain a public key when a KEM is used in this way. The definition of LAKE message_2 in <xref section="5.3.1" sectionFormat="of" target="RFC9528"/> remains the same:</t>
      <sourcecode type="CDDL"><![CDATA[
message_2 = (
  G_Y_CIPHERTEXT_2 : bstr,
)
]]></sourcecode>
      <t>and G_Y_CIPHERTEXT_2 remains the concatenation of G_Y and CIPHERTEXT_2, the latter is defined in <xref section="5.3.2" sectionFormat="of" target="RFC9528"/>. But now G_Y is a KEM ciphertext.</t>
      <t>Just as with the ephemeral key G_Y, the length of KEM ciphertext c is known from the corresponding algorithm in the selected cipher suite, see <xref target="tab-ct-length"/>. Hence the Initiator can separate out the concatenated ciphertexts, decapsulate and decrypt, respectively.</t>
      <table anchor="tab-ct-length">
        <name>Length of ML-KEM Ciphertext.</name>
        <thead>
          <tr>
            <th align="left">KEM</th>
            <th align="right">Length of ciphertext (bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">ML‑KEM‑512</td>
            <td align="right">768</td>
          </tr>
          <tr>
            <td align="left">ML‑KEM‑768</td>
            <td align="right">1088</td>
          </tr>
          <tr>
            <td align="left">ML‑KEM‑1024</td>
            <td align="right">1568</td>
          </tr>
        </tbody>
      </table>
      <t>Note also that this use of KEM applies both to standalone KEM and composite hybrid KEMs such as, e.g., <xref target="I-D.irtf-cfrg-concrete-hybrid-kems"/>.</t>
      <t>Conventions for using post-quantum KEMs within COSE are described in <xref target="I-D.ietf-jose-pqc-kem"/>. The shared secret key K corresponds to the initial shared secret SS' in that document.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The cipher suites defined in <xref target="RFC9528"/> rely on Elliptic Curve Cryptography (ECC) for key exchange and authentication, which would be broken by a Cryptographically Relevant Quantum Computer (CRQC). In this section we discuss the security considerations brought by the new cipher suites.</t>
      <section anchor="classical-lake-security-properties">
        <name>Classical LAKE Security Properties</name>
        <t>When used with Method 0 from <xref target="RFC9528"/>, where both the Initiator and Responder authenticate using digital signatures, or with the PSK method defined in <xref target="I-D.ietf-lake-edhoc-psk"/>, these cipher suites preserve the security properties discussed in <xref section="9" sectionFormat="of" target="RFC9528"/> (for Method 0) and in <xref section="9" sectionFormat="of" target="I-D.ietf-lake-edhoc-psk"/> (for PSK method). These include, for example, mutual authentication and confidentiality, keys security, identity protection, External Authorization Data (EAD) security, etc.</t>
        <t>This is because the security properties of LAKE (methods 0 and PSK) are affected by cipher suites only through the security of the algorithms involved. Since the algorithms introduced in these cipher suites -- ML-KEM, ML-DSA and SHAKE256 -- are post-quantum secure, i.e., secure against a quantum adversary and, by extension, secure against a classical adversary, the classical security properties are guaranteed.</t>
      </section>
      <section anchor="post-quantum-security">
        <name>Post-quantum Security</name>
        <t>Cipher suites specified in this document use ML-KEM for ephemeral key exchange, and ML-DSA for authentication. These algorithms are constructed to provide security against a quantum adversary. Security considerations of ML-KEM are discussed in <xref target="I-D.sfluhrer-cfrg-ml-kem-security-considerations"/>, and those of ML-DSA are addressed in <xref target="I-D.connolly-cfrg-ml-dsa-security-considerations"/>.</t>
        <t>The security of LAKE for methods 0 to 3, specified in <xref target="RFC9528"/>, and for the PSK mode, settled in <xref target="I-D.ietf-lake-edhoc-psk"/>, has been established in the Random Oracle Model (ROM), i.e., against "classical" adversaries.</t>
        <t>In the Quantum Random Oracle Model (QROM), two adversary models are relevant: a Q1 adversary, able to perform offline quantum computations, but who can only make classical queries to oracles defined according to the protocol; and a Q2 adversary, able to query all the oracles in superposition.</t>
        <t>The Q1 adversary is considered as the most realistic and practicable threat model currently. However, establishing the security properties of LAKE Method 0 and PSK with quantum-resistant cipher suites in the Q1 model is left for future work. To date, only the standalone primitives ML-KEM and ML-DSA have been analyzed in the QROM, and their integration into cipher suites is not sufficient to claim the overall post-quantum security of LAKE Method 0 and PSK with these new cipher suites.</t>
        <t>The first two cipher suite proposals have Category 1 security level (according to NIST), while proposal 3 is in Category 5, see <xref target="suites-registry"/>.</t>
        <t>As discussed above, SHA-256 and SHA-384, used as application hash functions in these cipher suites are still considered to provide adequate security against quantum pre-image attacks, providing 128-bit and 192-bit security levels, respectively.</t>
        <section anchor="store-now-decrypt-later">
          <name>Store Now Decrypt Later</name>
          <t>The use of PQ-KEM, e.g., ML-KEM, for ephemeral key exchange in LAKE Method 0 and PSK protects against Store Now Decrypt Later (SNDL) attacks from an adversary equipped with a CRQC.</t>
        </section>
        <section anchor="pqt-hybridization">
          <name>PQ/T Hybridization</name>
          <t>In the event that a feasible attack against ML-KEM or ML-DSA is discovered (that does not require a CRQC), the use of hybrid algorithms in a cipher suite, i.e., a cipher suite combining classical and post-quantum algorithms for ephemeral key exchange and signature-based authentication, ensures the continuity of the (classical) security of the LAKE Method 0 and PSK protocols in post-quantum settings (as long as the classical algorithms remain secure).</t>
          <t>PQ/T hybrid algorithms such as <xref target="I-D.irtf-cfrg-concrete-hybrid-kems"/> could be registered in the future.</t>
        </section>
        <section anchor="side-channel-considerations">
          <name>Side-channel Considerations</name>
          <t>Implementations of post-quantum algorithms, e.g., lattice-based or code-based algorithms, have been shown to be susceptible to side-channel attacks, e.g., regarding timing or power analysis attacks. Side-channel resistance of ML-KEM and ML-DSA depends both on their implementation and on how they are used within the protocol itself.</t>
          <t>Implementations MUST follow the side-channel requirements given in the specifications of ML-KEM <xref target="FIPS203"/> and ML-DSA <xref target="FIPS204"/>. Additional implementation guidance on side-channel attack resistance can be found in <xref target="I-D.sfluhrer-cfrg-ml-kem-security-considerations"/> and <xref target="I-D.connolly-cfrg-ml-dsa-security-considerations"/>. Moreover, ML-KEM key used for ephemeral key exchange MUST be freshly generated for each LAKE protocol session. In addition, analyzing the resistance of LAKE Method 0 and PSK to side-channel attacks, in post-quantum settings is out of scope of this document and left for future work.</t>
        </section>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>This document does not add any new privacy considerations to those discussed in <xref target="RFC9528"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This section specifies updates to the EDHOC Method Types and Cipher Suites registries.</t>
      <section anchor="method-update">
        <name>EDHOC Method Types Registry</name>
        <t>IANA is requested to update the EDHOC Method Types registry <xref target="IANA"/> with a column with heading "Requires DH/NIKE" indicating that the method requires Diffie-Hellman or Non-Interactive Key Exchange. Valid table entries in this column are "Yes" and "No".</t>
        <t>For the existing Method Types, the following entries are inserted in the new "Requires DH/NIKE" column:</t>
        <table anchor="tab-method-types">
          <name>EDHOC Method Types.</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Initiator Key</th>
              <th align="left">Responder Key</th>
              <th align="left">Requires DH/NIKE</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">Signature Key</td>
              <td align="left">Signature Key</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">Signature Key</td>
              <td align="left">Static DH Key</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">Static DH Key</td>
              <td align="left">Signature Key</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">Static DH Key</td>
              <td align="left">Static DH Key</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">PSK</td>
              <td align="left">PSK</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">23</td>
              <td align="left">Reserved</td>
              <td align="left">Reserved</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>RFC Editor Note: Please verify during publication that the EDHOC Method Types registry has not been modified since the IANA instructions in this document were written. The table above assumes that <xref target="I-D.ietf-lake-edhoc-psk"/> is published before this document and registers value 4, and that <xref target="I-D.ietf-lake-authkem-edhoc"/> is published after this document.</t>
      </section>
      <section anchor="suites-registry">
        <name>EDHOC Cipher Suites Registry</name>
        <t>IANA is requested to update the EDHOC Cipher Suites registry <xref target="IANA"/> with a column with heading "Supports DH/NIKE" indicating that the cipher suite supports Diffie-Hellman or Non-Interactive Key Exchange. Valid table entries in this column are "Yes" and "No".</t>
        <t>For the existing Cipher Suites 0–6, 24, and 25, the entry "Yes" is inserted in the new "Supports DH/NIKE" column. The column is left empty for all other existing entries.</t>
        <t>Furthermore, IANA is requested to register the following entries in the EDHOC Cipher Suites registry, with this document as the reference:</t>
        <table anchor="tab-cipher-suites">
          <name>EDHOC Cipher Suites.</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Array</th>
              <th align="left">Description</th>
              <th align="left">Supports DH/NIKE</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD1</td>
              <td align="left">30, -45, 16, TBD10, -48, 10, -16</td>
              <td align="left">AES-CCM-16-128-128, SHAKE256, 16, MLKEM512, ML-DSA-44, AES-CCM-16-64-128, SHA-256</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">TBD2</td>
              <td align="left">3, -45, 16, TBD10, -48, 3, -16</td>
              <td align="left">A256GCM, SHAKE256, 16, MLKEM512, ML-DSA-44, A256GCM, SHA-256</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">TBD3</td>
              <td align="left">3, -43, 16, TBD12, -50, 3, -43</td>
              <td align="left">A256GCM, SHA-384, 16, MLKEM1024, ML-DSA-87, A256GCM, SHA-384</td>
              <td align="left">No</td>
            </tr>
          </tbody>
        </table>
        <t>Cipher suite TBD3 is intended for high security applications such as government use and financial applications. This cipher suites consists of algorithms from the Commercial National Security Algorithm (CNSA) 2.0 suite <xref target="CNSA20"/>.</t>
        <t>RFC Editor Note: Please verify during publication that the EDHOC Cipher Suites registry has not been modified since the IANA instructions in this document were written.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="I-D.ietf-cose-dilithium">
          <front>
            <title>ML-DSA for JOSE and COSE</title>
            <author fullname="Michael Prorock" initials="M." surname="Prorock">
              <organization>Tradeverifyd</organization>
            </author>
            <author fullname="Orie Steele" initials="O." surname="Steele">
              <organization>Tradeverifyd</organization>
            </author>
            <date day="15" month="November" year="2025"/>
            <abstract>
              <t>   This document specifies JSON Object Signing and Encryption (JOSE) and
   CBOR Object Signing and Encryption (COSE) serializations for Module-
   Lattice-Based Digital Signature Standard (ML-DSA), a Post-Quantum
   Cryptography (PQC) digital signature scheme defined in US NIST FIPS
   204.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-dilithium-11"/>
        </reference>
        <reference anchor="I-D.ietf-jose-pqc-kem">
          <front>
            <title>Post-Quantum Key Encapsulation Mechanisms (PQ KEMs) for COSE</title>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Aritra Banerjee" initials="A." surname="Banerjee">
              <organization>Nokia</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>University of the Bundeswehr Munich</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   This document describes conventions for using Post-Quantum Key
   Encapsulation Mechanisms (PQ-KEMs) with CBOR Object Signing and
   Encryption (COSE).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-jose-pqc-kem-06"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-iotops-7228bis">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Mehmet Ersue" initials="M." surname="Ersue">
         </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Carles Gomez" initials="C." surname="Gomez">
              <organization>Universitat Politecnica de Catalunya</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   The Internet Protocol Suite is increasingly used on small devices
   with severe constraints on power, memory, and processing resources,
   creating constrained-node networks.  This document provides a number
   of basic terms that have been useful in research and standardization
   work for constrained-node networks.

   This document obsoletes RFC 7228.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-iotops-7228bis-10"/>
        </reference>
        <reference anchor="I-D.ietf-lake-authkem-edhoc">
          <front>
            <title>KEM-based Authentication for EDHOC</title>
            <author fullname="Lidia Pocero Fraile" initials="L. P." surname="Fraile">
              <organization>ISI, R.C. ATHENA</organization>
            </author>
            <author fullname="Christos Koulamas" initials="C." surname="Koulamas">
              <organization>ISI, R.C. ATHENA</organization>
            </author>
            <author fullname="Apostolos Fournaris" initials="A." surname="Fournaris">
              <organization>ISI, R.C. ATHENA</organization>
            </author>
            <author fullname="Evangelos Haleplidis" initials="E." surname="Haleplidis">
              <organization>ISI, R.C. ATHENA</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   This document specifies extensions to the Ephemeral Diffie-Hellman
   Over COSE (EDHOC) protocol to provide resistance against quantum
   computer adversaries by incorporating Post-Quantum Cryptography (PQC)
   Key Encapsulation Mechanisms (KEMs) for both key exchange and
   authentication.  It defines a new signature-free KEM-based
   authentication method in which both parties authenticate using KEMs,
   enabling quantum-resistant authentication without relying on digital
   signatures when PQC KEMs, such as the NIST-standardized ML-KEM, are
   used.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-authkem-edhoc-00"/>
        </reference>
        <reference anchor="I-D.ietf-lake-edhoc-psk">
          <front>
            <title>EDHOC Authenticated with Pre-Shared Keys (PSK)</title>
            <author fullname="Elsa Lopez-Perez" initials="" surname="Lopez-Perez">
              <organization>Inria</organization>
            </author>
            <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="Rafael Marin-Lopez" initials="R." surname="Marin-Lopez">
              <organization>University of Murcia</organization>
            </author>
            <author fullname="Francisco Lopez-Gomez" initials="F." surname="Lopez-Gomez">
              <organization>University of Murcia</organization>
            </author>
            <date day="8" month="September" year="2026"/>
            <abstract>
              <t>   This document specifies a Pre-Shared Key (PSK) authentication method
   for the Ephemeral Diffie-Hellman Over COSE (EDHOC) Lightweight
   Authenticated Key Exchange (LAKE) protocol.  The PSK method provides
   mutual authentication, ephemeral key exchange, identity protection,
   and quantum resistance while incurring lower computational costs than
   the public-key authentication methods specified for EDHOC.  It is
   suited for systems where nodes share a PSK provided out-of-band
   (external PSK) and enables efficient session resumption with less
   computational overhead when the PSK is provided from a previous EDHOC
   session (resumption PSK).  This document details the PSK message
   flow, key derivation changes, message formatting, processing, and
   security considerations.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-psk-09"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-concrete-hybrid-kems">
          <front>
            <title>Concrete Hybrid PQ/T Key Encapsulation Mechanisms</title>
            <author fullname="Deirdre Connolly" initials="D." surname="Connolly">
              <organization>SandboxAQ</organization>
            </author>
            <author fullname="Richard Barnes" initials="R." surname="Barnes">
              <organization>Cisco</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   PQ/T Hybrid Key Encapsulation Mechanisms (KEMs) combine "post-
   quantum" cryptographic algorithms, which are safe from attack by a
   quantum computer, with "traditional" algorithms, which are not.  CFRG
   has developed a general framework for creating hybrid KEMs.  In this
   document, we define concrete instantiations of this framework to
   illustrate certain properties of the framework and simplify
   implementors' choices.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-concrete-hybrid-kems-04"/>
        </reference>
        <reference anchor="I-D.connolly-cfrg-ml-dsa-security-considerations">
          <front>
            <title>Security Considerations for ML-DSA</title>
            <author fullname="Deirdre Connolly" initials="D." surname="Connolly">
              <organization>Oracle</organization>
            </author>
            <date day="19" month="March" year="2026"/>
            <abstract>
              <t>   NIST standardized ML-DSA as FIPS 204 in August 2024.  This document
   discusses how to use ML-DSA within protocols - that is, what problem
   it solves, and what you need to do to use it securely.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-connolly-cfrg-ml-dsa-security-considerations-02"/>
        </reference>
        <reference anchor="I-D.sfluhrer-cfrg-ml-kem-security-considerations">
          <front>
            <title>ML-KEM Security Considerations</title>
            <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Quynh Dang" initials="Q." surname="Dang">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Kevin Milner" initials="K." surname="Milner">
              <organization>Individual</organization>
            </author>
            <author fullname="Daniel Shiu" initials="D." surname="Shiu">
              <organization>Arqit Quantum Inc</organization>
            </author>
            <date day="13" month="May" year="2026"/>
            <abstract>
              <t>   NIST standardized ML-KEM as FIPS 203 in August 2024.  This document
   discusses how to use ML-KEM within protocols - that is, what problem
   it solves, and what you need to do to use it securely.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-sfluhrer-cfrg-ml-kem-security-considerations-05"/>
        </reference>
        <reference anchor="FIPS202" target="https://doi.org/10.6028/NIST.FIPS.202">
          <front>
            <title>SHA-3 Standard - Permutation-Based Hash and Extendable-Output Functions</title>
            <author>
              <organization/>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="NIST" value="FIPS 202"/>
        </reference>
        <reference anchor="FIPS203" target="https://doi.org/10.6028/NIST.FIPS.203">
          <front>
            <title>Module-Lattice-Based Key-Encapsulation Mechanism Standard</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="August"/>
          </front>
          <seriesInfo name="NIST" value="FIPS 203"/>
        </reference>
        <reference anchor="FIPS204" target="https://doi.org/10.6028/NIST.FIPS.204">
          <front>
            <title>Module-Lattice-Based Digital Signature Standard</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="August"/>
          </front>
          <seriesInfo name="NIST" value="FIPS 204"/>
        </reference>
        <reference anchor="CNSA20" target="https://www.nsa.gov/Press-Room/Press-Releases-Statements/Press-Release-View/Article/3148990/nsa-releases-future-quantum-resistant-qr-algorithm-requirements-for-national-se/">
          <front>
            <title>Commercial National Security Algorithm Suite 2.0</title>
            <author>
              <organization>National Security Agency</organization>
            </author>
            <date year="2022" month="September"/>
          </front>
        </reference>
        <reference anchor="IANA" target="https://www.iana.org/assignments/edhoc">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC) Registry Group</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 265?>

<section numbered="false" anchor="acknowledgment">
      <name>Acknowledgments</name>
      <t>This work was supported partially by Vinnova - the Swedish Agency for Innovation Systems - through the EUREKA CELTIC-NEXT project CYPRESS.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
aXDjr/MgTCT28cpE7Ny8xlsP1nZzPh2rlh17QnwHes4rmQDWuuIbXrJYZY6V
IBeJ0lfrHAaPQQ/e9F2LMA0/oP/YvYnlG7oltFVkipcsbi5OreYZwU3yKguQ
hmNR70tpWhYyIrACBfZK3+AQU4X8o+7tejNoowtXXNO9Js4xi4J0VQkkE0Lj
DArVwGUNXarRFrpvrepouQSHrhCJ4M5LqmaHvCEoNQAgklxVhQPIbapF9oir
TH67p7ahXPtpjrebNZW6A9WaA7wwGcBHIqeFWxzD3/BQ+Rkr0V3j36ULY6vO
l5baJV2jkMpSce2XSl9RkWwzRJzTPc2MrQ0/Z01aOU3lizGqKOKQJIg57cEi
KB5d+xXb/WLi2NKGq/Ckp3EOB4n6XmtmwUPIFOB+ZnGof4El+tWuCfYxiZ2a
OmJj/C4hy6RaQxxQYTCtVnl6bzXeRTfBBFjv2msdHQHxXqeriwz33B2pbaG1
uhJyFNtx+kEkQchFi/c3sgeA5seLAJE1N/h19WQURH9w5E/igqjtPx/Q57rY
1EaC+ASi47jAovIVZNWnnEaKCyAi54PSSdf1G4YEnDYZgLA9GKII2pVDgy1l
eduyvdgZX51e7NpORoLTeINgHQRWj5ZLg7she4CEQLN0/WbvVpxRDqcRnPXD
8o47u/ACUExlwDVs3sXSpE0OYay+LWDtQIOADXd0mqWrPOaSiknQ9UwtOJ18
1iBYo4XLhpK6LVTtVg4USu+/XttyGFRb+0KjIQAxKkrrwkMRp6WDMHcsDbsb
6HP7OWN4IIbbGkIVGLGi5ivj3B0+K7a4tqTxIZYZ6Ww3xWpq2g9L6fVlx6TW
taZ9KDtpYxxgmD6KMQWv00yhzzEFQYRY4a4tp2MsJ9E/AdKXbDnQEdkTcUZX
Hp47gLixR5UqlJCC69iqXNqsQ+CNgK1A+0cIJPAP9Y+sML209zE8o1fn0YS1
ULowsoo93IWnSy9ZauJMTRK6y8n0CvM1mE2RtZirJr9CyWTa2xQn1Wm5kM/h
sU6nUzye0X2HqcYxTgw3wPCX+xpqt/ENnmZlHLFY0jbJu4LTbS5T+tHvbwTd
TuP6IyE1XRJmBHc04+gMSPz3+AgSNhINfMwBj5j6eNSoedtjM8VvrMCYxk59
2/eLQVd1ZWp3FFsVeavfAN3FEilepoUA2mxHQtWyB0u3Yi5MB8U1toqEbQUx
dw3r3bF3N0jXBGWWemoj3yJEjNlRI9WqN95Re2TrpqZ2VXXZ237jLc0N97cc
c/GqZZL9DdrHJ/VuCDA+pC7mjgtAyYxM+O02EmyvKKgpzMYeR47EukeCvuEl
OqpD58Y0M+seiY7bQ2Fuazc6nx/XOt4T30FqAKRTNmBaWE0+r8lCZ9T5UaoO
t35eZR2Q1wvT3Y8tKdTP5XDKEZ09Eb4zCwd0Pamke7+GatLCK+99jCV5ILGU
4pNT/0MWPjkVQPO9vghV3fHPPrysfjXKg5vf9Z+rzHwyk/ttk9HFhbBPfTLI
qDF50DJ4y86bkw/aJj90Z7xfQG9R/dn8vo3nwQFLF0ubkRnc/L7xp7rI0KZS
kNLru4xNc+jhvQX+OG8EvpD0FH/9ek0/QBXgjePpWkTgsvHegC4DOaxYzb/P
wLBEwT0LEOYgreQyiLIVPjZeXUmqUhDXn62w9ow9W4XkWpQ2Ekp1ADipckHo
D6i57+dUsCRRT0WSCf84YtP5GlClxB0p+6HJSVtWbzQq1Xfg9pDaBq5zqztA
x7s1M7yH+rdWj/pABzdu/BKj3cH9Hr91/B3dXJ1h/HHMs64Y6PMaPGXPhzus
9WKUU7e4vE3umQ7dImab9iguy8US8gcqkkI2nNHvWixJmh+ktszx1SLD6nLr
Ado23nYHrQm872y7plxR02Gl4csUrIb+ExfHb5/keYC+6pTu9pZkxeDJGvyT
87n95rSPzuVgvyv8Q5BmH6SLD+n7EXzHD/1nuOpo7A+Hl/DFx0S+jz+WNlV3
nnd5AViOenVsg3DXnfbs0M6iqsUn9ISaigFRsYWIA0sDTHs5vHzYxs7Yje0O
7HYH1XYw33+639XPG9txbcXuhjfKdrujr7obY8129rKZDtfXlZaak66dO3lp
t/DP5JJW43+QofEudgE6ZZiq1FMlmjOE2Km9H6AadJwC1sXLWXeG7pxr/pgq
RWhM6YmbxJuOgwf+Fw07+L877OL/0aC5+fiR/78Hwpx/czTa4g5/73DEP9Se
AOxHnHwSYvdFIqMZJ3cfnwS1J5/x0NMS/0sJGX3dSbPOZ42jEeNTy7n2q9ha
GeR4/wcJzWQtvoshkboLhE9UjlcS8Ppc/48VdOzn9J4kMV6DX4ET8Ws3b6O3
N6NXgOJHF7fnQ/9q9MMtJkQ/A34Xwx+vb0bjcc/7PxAwb4yoSgAA

-->

</rfc>
