<?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 3.2.3) -->
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ar-emu-hybrid-pqc-eapaka-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="PQC Hybrid in EAP-AKA prime">Enhancing Security in EAP-AKA' with Hybrid Post-Quantum Cryptography</title>
    <seriesInfo name="Internet-Draft" value="draft-ar-emu-hybrid-pqc-eapaka-00"/>
    <author fullname="Aritra Banerjee">
      <organization>Nokia</organization>
      <address>
        <postal>
          <city>Munich</city>
          <country>Germany</country>
        </postal>
        <email>aritra.banerjee@nokia.com</email>
      </address>
    </author>
    <author fullname="Tirumaleswar Reddy">
      <organization>Nokia</organization>
      <address>
        <postal>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <country>India</country>
        </postal>
        <email>kondtir@gmail.com</email>
      </address>
    </author>
    <date year="2025" month="June" day="09"/>
    <area>Security</area>
    <workgroup>EMU</workgroup>
    <keyword>PQC</keyword>
    <keyword>EAP-AKA'</keyword>
    <abstract>
      <?line 56?>

<t>Forward Secrecy for the Extensible Authentication Protocol Method for Authentication and Key Agreement (EAP-AKA' FS) is specified in <xref target="RFC9678"/>, providing updates to <xref target="RFC9048"/> with an optional extension that offers ephemeral key exchange using the traditional Ephemeral Elliptic Curve Diffie-Hellman (ECDHE) key agreement algorithm for achieving perfect forward secrecy (PFS). However, it is susceptible to future threats from Cryptographically Relevant Quantum Computers, which could potentially compromise a traditional ephemeral public key. If the adversary has also obtained knowledge of the long-term key and ephemeral public key, it could compromise session keys generated as part of the authentication run in EAP-AKA'.</t>
      <t>This draft aims to enhance the security of EAP-AKA' FS protocol by leveraging PQ/T Hybrid <xref target="I-D.ietf-pquip-pqt-hybrid-terminology"/> algorithms to make it quantum-safe.</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-ar-emu-hybrid-pqc/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        emu Working Group mailing list (<eref target="mailto:emu@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/emu/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/emu/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 62?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Forward Secrecy for the Extensible Authentication Protocol Method for Authentication and Key Agreement (EAP-AKA' FS) defined in <xref target="RFC9678"/> updates the improved Extensible Authentication Protocol Method for 3GPP Mobile Network Authentication and Key Agreement (EAP-AKA') specified in <xref target="RFC9048"/>, with an optional extension providing ephemeral key exchange. This prevents an attacker who has gained access to the long term key from obtaining session keys established in the past, assuming these have been properly deleted. EAP-AKA' FS mitigates passive attacks (e.g., large scale pervasive monitoring) against future sessions.</t>
      <t>Nevertheless, EAP-AKA' FS uses traditional algorithms public-key algorithms (e.g., ECDH) which will be broken by a Cryptographically Relevant Quantum Computer (CRQC) using Shor's algorithm. The presence of a CRQC would render state-of-the-art, traditional public-key algorithms deployed today obsolete and insecure, since the assumptions about the intractability of the mathematical problems for these algorithms that offer confident levels of security today no longer apply in the presence of a CRQC. A CRQC could recover the SHARED_SECRET from the ECDHE public keys (Section 6.3 of <xref target="RFC9678"/>). If the adversary has also obtained knowledge of the long-term key, it could then compute CK', IK', and the SHARED_SECRET, and any derived output keys. This means that the CRQC would disable the forward security capability provided by <xref target="RFC9678"/>.</t>
      <t>The migration to PQC is unique in the history of modern digital cryptography in that neither the traditional algorithms nor the post-quantum algorithms are fully trusted to protect data for the required data lifetimes. The post-quantum algorithms face uncertainty about the underlying mathematics, compliance issues, unknown vulnerabilities, hardware and software implementations that have not had sufficient maturing time to rule out classical cryptanalytic attacks and implementation bugs. During the transition from traditional to post-quantum algorithms, there is a desire or a requirement for protocols that use both algorithm types.</t>
      <t>This specification defines HPKE <xref target="I-D.ietf-hpke-pq"/> <xref target="I-D.irtf-cfrg-hybrid-kems"/> for use with EAP-AKA' FS.  HPKE offers a variant of public-key encryption of arbitrary-sized plaintexts for a recipient public key. HPKE works for any combination of an asymmetric key encapsulation mechanism (KEM), key derivation function (KDF), and authenticated encryption with additional data (AEAD) function. HPKE can be extended to support hybrid post-quantum Key Encapsulation Mechanisms (KEMs) as defined in <xref target="I-D.ietf-hpke-pq"/>.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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?>

</section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>This document makes use of the terms defined in <xref target="I-D.ietf-pquip-pqt-hybrid-terminology"/>. For the purposes of this document, it is helpful to be able to divide cryptographic algorithms into two classes:</t>
      <t>"Traditional Algorithm": An asymmetric cryptographic algorithm based on integer factorisation, finite field discrete logarithms or elliptic curve discrete logarithms. In the context of JOSE, examples of traditional key exchange algorithms include Elliptic Curve Diffie-Hellman Ephemeral Static <xref target="RFC6090"/> <xref target="RFC8037"/>. In the context of COSE, examples of traditional key exchange algorithms include Ephemeral-Static (ES) DH and Static-Static (SS) DH <xref target="RFC9052"/>.</t>
      <t>"Post-Quantum Algorithm": An asymmetric cryptographic algorithm that is believed to be secure against attacks using quantum computers as well as classical computers. Examples of PQC key exchange algorithms include Kyber.</t>
      <t>"Hybrid" key exchange, in this context, means the use of two key exchange algorithms based on different cryptographic assumptions, e.g., one traditional algorithm and one Post-Quantum algorithm, with the purpose of the final shared secret key being secure as long as at least one of the component key exchange algorithms remains unbroken. It is referred to as PQ/T Hybrid Scheme in <xref target="I-D.ietf-pquip-pqt-hybrid-terminology"/>.</t>
      <t>PQ/T Hybrid Key Encapsulation Mechanism: A Key Encapsulation mechanism (KEM) made up of two or more component KEM algorithms where at least one is a post-quantum algorithm and at least one is a traditional algorithm.</t>
    </section>
    <section anchor="background-on-eap-aka-with-perfect-forward-secrecy">
      <name>Background on EAP-AKA' with perfect forward secrecy</name>
      <t>In EAP-AKA', The authentication vector (AV) contains a random part RAND, an authenticator part AUTN used for authenticating the network to the USIM, an expected result part XRES, a 128-bit session key for integrity check IK, and a 128-bit session key for encryption CK.</t>
      <t>As described in the draft <xref target="RFC9678"/>, the server has the EAP identity of the peer. The server asks the AD to run AKA algorithm to generate RAND, AUTN, XRES, CK and IK. Further it also derives CK’ and IK’ keys which are tied to a particular network name. The server now generates the ephemeral key pair and sends the public key of that key pair and the first EAP method message to the peer. In this EAP message, AT_PUB_ECDHE (carries public key) and the AT_KDF_FS(carries other FS related parameters). Both of these might be ignored of USIM doesn’t support the Forward Secrecy extension. The peer checks if it wants to have a Forward extension in EAP AKA'. If yes, then it will eventually respond with AT_PUB_ECDHE and MAC. If not, it will ignore AT_PUB_ECDHE. If the peer wants to participate in FS extension, it will then generate its ECDH key pair, calculate a shared key based on its private key and server public key. The server will receive the RES from peer and AT_PUB_ECDHE. The shared key will be generated both in the peer and the server with key pairs exchanged, and later master key is also generated.</t>
      <artwork><![CDATA[
MK_ECDHE = PRF'(IK'| CK'|SHARED_SECRET,"EAP-AKA' FS"|Identity)
]]></artwork>
    </section>
    <section anchor="hybrid-enhancements-by-design">
      <name>Hybrid Enhancements by Design</name>
      <t>We suggest the following changes and enhancements:</t>
      <ul spacing="normal">
        <li>
          <t>A new attribute, AT_PUB_HYBRID, is defined to carry the public key, which is the concatenation of traditional and PQC KEM public keys from the EAP server. The AT_PUB_HYBRID attribute will carry the encapsulated key, which is formed by concatenating the encapsulated key (enc) from the traditional KEM algorithm and the ciphertext (ct) from the PQC KEM Encapsulation function from the EAP peer.</t>
        </li>
        <li>
          <t>The AT_KDF_FS attribute is updated to indicate the PQ/T Hybrid KEM in HPKE and HKDF for generating the Hybrid Master Key MK_HYBRID.</t>
        </li>
        <li>
          <t>Multiple AT_KDF_FS attributes is included in the EAP-Request to handle the EAP peer not supporting PQ/T Hybrid KEM in HPKE.</t>
        </li>
        <li>
          <t>The Hybrid key derivation function will be included first in the EAP-Request to indicate a higher priority than the traditional key derivation function.</t>
        </li>
      </ul>
    </section>
    <section anchor="protocol-construction">
      <name>Protocol Construction</name>
      <t>This section defines the construction for hybrid key exchange in EAP-AKA' FS. Hybrid key exchange refers to using multiple key exchange algorithms simultaneously and combining the result with the goal of providing security even if all but one of the component algorithms is broken. It is motivated by transition to post-quantum cryptography.</t>
      <section anchor="protocol-call-flow">
        <name>Protocol Call Flow</name>
        <artwork><![CDATA[
 USIM           Peer                        Server              AD
  |              |                            |                |
  |              |           EAP-Req/Identity |                |
  |              |<---------------------------+                |
  |              |                            |                |
  |              | EAP-Resp/Identity          |                |
  |              | (Privacy-Friendly)         |                |
  |              +--------------------------->|                |
  |      +-------+----------------------------+----------------+--+
  |      | Server now has an identity for the peer. The server    |
  |      | then asks the help of AD to run AKA algorithms,        |
  |      | generating RAND, AUTN, XRES, CK, IK. Typically, the    |
  |      | AD performs the first part of key derivations so that  |
  |      | the authentication server gets the CK' and IK' keys    |
  |      | already tied to a particular network name.             |
  |      +-------+----------------------------+----------------+--+
  |              |                            |                |
  |              |                            | ID, key deriv. |
  |              |                            | function,      |
  |              |                            | network name   |
  |              |                            +--------------->|
  |              |                            |                |
  |              |                            |    RAND, AUTN, |
  |              |                            | XRES, CK', IK' |
  |              |                            |<---------------+
  |      +-------+----------------------------+----------------+--+
  |      | Server now has the needed authentication vector. It    |
  |      | generates a PQC KEM key pair, an ephemeral ECDHE key   |
  |      | pair, sends the hybrid (PQC + ECDHE) public key of that|
  |      | key pair and the first EAP method message to the peer  |
  |      | In the message the AT_PUB_HYBRID attribute             |
  |      | carries the concatenation of PQC KEM and ECDHE public  |
  |      | keys and the AT_KDF_FS attribute carries other         |
  |      | FS-related parameters. Both of these are               |
  |      | skippable attributes that can be ignored if the peer   |
  |      | does not support this extension.                       |
  |      +-------+----------------------------+----------------+--+
  |              |                            |                |
  |              |     EAP-Req/AKA'-Challenge |                |
  |              |  AT_RAND, AT_AUTN, AT_KDF, |                |
  |              |   AT_KDF_FS, AT_KDF_INPUT, |                |
  |              |       AT_PUB_HYBRID, AT_MAC|                |
  |              |<---------------------------+                |
+--+--------------+----------------------------+---------+     |
| The peer checks if it wants to do the FS extension. If |     |
| yes, it will eventually respond with AT_PUB_HYBRID and |     |
| AT_MAC. If not, it will ignore AT_PUB_HYBRID and       |     |
| AT_KDF_FS and base all calculations on basic EAP-AKA'  |     |
| attributes, continuing just as in EAP-AKA' per RFC     |     |
| 9048 rules. In any case, the peer needs to query the   |     |
| auth parameters from the USIM card.                    |     |
+--+--------------+----------------------------+---------+     |
  |              |                            |                |
  |   RAND, AUTN |                            |                |
  |<-------------+                            |                |
  |              |                            |                |
  | CK, IK, RES  |                            |                |
  +------------->|                            |                |
+--+--------------+----------------------------+---------+     |
| The peer now has everything to respond. If it wants to |     |
| participate in the FS extension, it will then generate |     |
| its ECDHE key pair, calculate a hybrid shared secret   |     |
| key based on the server's PQC KEM public key, its ECDHE|     |
| key pair and the server's ECDHE public key. Finally,   |     |
| it proceeds to derive all EAP-AKA' key values and      |     |
| constructs a full response.                            |     |
+--+--------------+----------------------------+---------+     |
  |              |                            |                |
  |              | EAP-Resp/AKA'-Challenge    |                |
  |              | AT_RES, AT_PUB_HYBRID,     |                |
  |              | AT_MAC                     |                |
  |              +--------------------------->|                |
  |      +-------+----------------------------+----------------+--+
  |      | The server now has all the necessary values. It        |
  |      | generates the Hybrid shared secret and checks the RES  |
  |      | and MAC values received in AT_RES and AT_MAC,          |
  |      | respectively. Success requires both to be found        |
  |      | correct. Note that when this document is used,         |
  |      | the keys generated from EAP-AKA' are based on CK, IK,  |
  |      | and the ECDHE and PQC KEM values. Even if there was an |
  |      | attacker who held the long-term key, only an active    |
  |      | attacker could have determined the generated session   |
  |      | keys; additionally an attacker with a cryptographically|
  |      | relevant quantum computer cannot get access to the     |
  |      | server KEM private key and decrypt the data.           |
  |      +-------+----------------------------+----------------+--+
  |              |                            |                |
  |              |                EAP-Success |                |
  |              |<---------------------------+                |
  |              |                            |                |
]]></artwork>
      </section>
      <section anchor="key-steps-in-protocol-construction">
        <name>Key Steps in protocol construction</name>
        <t>We outline the following key steps in the protocol:</t>
        <ul spacing="normal">
          <li>
            <t>Server generates the PQC KEM Public key(pq_PK), private key (pq_SK) pair and the ECDH public key (trad_PK), private key (trad_SK) pair. The server will generate and send the EAP AKA' Authentication Vector (AV).</t>
          </li>
          <li>
            <t>The server will store the expected response XRES, the ECDH private key trad_SK and the PQC KEM private key pq_SK. The server will forward the EAP AKA' AV to peer along with pq_PK and trad_PK.</t>
          </li>
          <li>
            <t>The USIM will validate the AUTH received, also verifies the MAC. After the verification is successful and if the peer also supports the Forward secrecy, peer will invoke Encapsulate using concat(pq_PK, trad_PK) as defined in section 5.4 of <xref target="I-D.irtf-cfrg-hybrid-kems"/>.</t>
          </li>
        </ul>
        <t>"ct" is the concatenation of the ciphertext from PQC KEM and encapsulated key from ECDH whereas "ss" is hybrid shared secret key. Hybrid shared key ss is generated by the peer using the Encapsulate() (<xref target="I-D.irtf-cfrg-hybrid-kems"/>).</t>
        <ul spacing="normal">
          <li>
            <t>The peer will send the Authentication response RES and ct to the server.</t>
          </li>
          <li>
            <t>The server will verify the RES with XRES. The server will use the ct, PQC KEM private key pq_SK and ECDH private key trad_SK to generate shared secret.</t>
          </li>
        </ul>
        <t>The generated ss from Decapsulate is the hybrid shared secret key derived from PQC KEM and traditional ECDH. The peer and the server first generate the MK_HYBRID and subsequently generate MSK, EMSK as shown below:</t>
        <artwork><![CDATA[
   MK = PRF'(IK'|CK',"EAP-AKA'"|Identity)
   HYBRID_SHARED_SECRET, ct = Encapsulate(pKR)
   MK_HYBRID = PRF'(IK'|CK'| HYBRID_SHARED_SECRET,"EAP-AKA' FS"| Identity) 
   K_encr = MK[0..127]
   K_aut = MK[128..383]
   K_re = MK_HYBRID [0..255] 
   MSK = MK_HYBRID [256..767] 
   EMSK = MK_HYBRID [768..1279]
]]></artwork>
        <t>where, pkR is concatenation of PQC KEM and traditional public keys of the receiver, ct is concatenation of the ciphertext from the PQC KEM and encapsulated key from ECDH; the Encapsulate() function is perfomed by the peer only.</t>
      </section>
    </section>
    <section anchor="extensions-to-eap-aka-fs">
      <name>Extensions to EAP-AKA' FS</name>
      <section anchor="hybrid">
        <name>AT_PUB_HYBRID</name>
        <t>The format of the AT_PUB_HYBRID attribute is shown below.</t>
        <artwork><![CDATA[
      0                   1                   2                   3
      0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     | AT_PUB_HYBRID    |   Reserved    |      Length (in bytes)     |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |                                                               |
     |                       Value (variable)                        |
     |                                                               |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <t>The fields are as follows:</t>
        <t>AT_PUB_HYBID:</t>
        <t>This is set to TBA1 BY IANA.</t>
        <t>Reserved:</t>
        <t>A 1-byte field reserved for future use. Including this field ensures that the fixed header (Type, Reserved, Length) is 4 bytes long, maintaining 4-byte alignment for the following Value field. The Reserved field <bcp14>MUST</bcp14> be set to 0 on transmission and ignored on receipt.</t>
        <t>Length:</t>
        <t>A 2-byte unsigned integer indicating the total length of the attribute in bytes, including the Type, Reserved, Length, and Value fields, as well as any padding. The length is expressed in multiples of 4 bytes.</t>
        <t>This differs from the attribute format used in EAP-AKA <xref target="RFC4187"/>, where the Length field is 1 byte. The modification is necessary because PQ/T Hybrid KEM public keys, such as X25519 and ML-KEM-768 (e.g., X-Wing), would exceed the 1024-byte limit imposed by the original EAP-AKA format.</t>
        <t>Value:</t>
        <artwork><![CDATA[
  *  EAP-Request: It contains the public key, which is the concatenation of 
     traditional and PQC KEM public keys from the EAP server.
  *  EAP-Response: It contains the encapsulated key, which is formed by 
     concatenating the ciphertext (ct) from the PQC KEM Encapsulation function
     and the encapsulated key (enc) from the traditional KEM algorithm and from the 
     EAP peer.
]]></artwork>
        <t>Because the length of the attribute must be a multiple of 4 bytes, the sender pads the Value field with zero bytes when necessary. To retain the security of the keys, the sender <bcp14>SHALL</bcp14> generate a fresh value for each run of the protocol.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>ML-KEM is IND-CCA2 secure based on multiple analyses. The ML-KEM variant and its underlying components should be selected consistently with the desired security level. For further clarity on the sizes and security levels of ML-KEM variants, please refer to the tables in Sections 12 and 13 of <xref target="I-D.ietf-pquip-pqc-engineers"/>.</t>
      <t>The security of the ML-KEM algorithm depends on a high-quality pseudo-random number generator. For further discussion on random number generation, see <xref target="RFC4086"/>.</t>
      <t>In general, good cryptographic practice dictates that a given ML-KEM key pair should be used in only one EAP session. This practice mitigates the risk that compromising one EAP session will not compromise the security of another EAP session and is essential for maintaining forward security.</t>
      <t>For security properties of traditional ECDHE for EAP-AKA FS, see section 7 of <xref target="RFC9678"/>. The overall Hybrid scheme needs to be IND-CCA2 robust; i.e., atleast one of the schemes should be IND-CCA2 secure.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Two new values (TBA2) and (TBA3) in the skippable range need to be assigned by IANA 
   for AT_PUB_HYBRID (<xref target="hybrid"/>) in the "Attribute Types" registry 
   under the "EAP-AKA and EAP-SIM Parameters" group.</t>
      <t>IANA is requested to update the registry "EAP-AKA' AT_KDF_FS
   Key Derivation Function Values" with the Hybrid key derivation 
   function entry:</t>
      <artwork><![CDATA[
   +=========+========================================================+=====================================+
   | Value   | Description                                                        | Reference               |
   +=========+========================================================+=====================================+
   | TBA2    | QSF-KEM(ML-KEM-768,P-256)-XOF(SHAKE256)-KDF(SHA3-256)              | [TBD BY IANA: THIS RFC] |
   +=========+===============================+========================+=====================================+
   | TBA3    | KitchenSink-KEM(ML-KEM-768,X25519)-XOF(SHAKE256)-KDF(HKDF-SHA-256) | [TBD BY IANA: THIS RFC] |
   +=========+===============================+========================+=====================================+
]]></artwork>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9180">
          <front>
            <title>Hybrid Public Key Encryption</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="K. Bhargavan" initials="K." surname="Bhargavan"/>
            <author fullname="B. Lipp" initials="B." surname="Lipp"/>
            <author fullname="C. Wood" initials="C." surname="Wood"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document describes a scheme for hybrid public key encryption (HPKE). This scheme provides a variant of public key encryption of arbitrary-sized plaintexts for a recipient public key. It also includes three authenticated variants, including one that authenticates possession of a pre-shared key and two optional ones that authenticate possession of a key encapsulation mechanism (KEM) private key. HPKE works for any combination of an asymmetric KEM, key derivation function (KDF), and authenticated encryption with additional data (AEAD) encryption function. Some authenticated variants may not be supported by all KEMs. We provide instantiations of the scheme using widely used and efficient primitives, such as Elliptic Curve Diffie-Hellman (ECDH) key agreement, HMAC-based key derivation function (HKDF), and SHA2.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9180"/>
          <seriesInfo name="DOI" value="10.17487/RFC9180"/>
        </reference>
        <reference anchor="RFC9048">
          <front>
            <title>Improved Extensible Authentication Protocol Method for 3GPP Mobile Network Authentication and Key Agreement (EAP-AKA')</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="V. Lehtovirta" initials="V." surname="Lehtovirta"/>
            <author fullname="V. Torvinen" initials="V." surname="Torvinen"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="October" year="2021"/>
            <abstract>
              <t>The 3GPP mobile network Authentication and Key Agreement (AKA) is an authentication mechanism for devices wishing to access mobile networks. RFC 4187 (EAP-AKA) made the use of this mechanism possible within the Extensible Authentication Protocol (EAP) framework. RFC 5448 (EAP-AKA') was an improved version of EAP-AKA.</t>
              <t>This document is the most recent specification of EAP-AKA', including, for instance, details about and references related to operating EAP-AKA' in 5G networks.</t>
              <t>EAP-AKA' differs from EAP-AKA by providing a key derivation function that binds the keys derived within the method to the name of the access network. The key derivation function has been defined in the 3rd Generation Partnership Project (3GPP). EAP-AKA' allows its use in EAP in an interoperable manner. EAP-AKA' also updates the algorithm used in hash functions, as it employs SHA-256 / HMAC-SHA-256 instead of SHA-1 / HMAC-SHA-1, which is used in EAP-AKA.</t>
              <t>This version of the EAP-AKA' specification defines the protocol behavior for both 4G and 5G deployments, whereas the previous version defined protocol behavior for 4G deployments only. While EAP-AKA' as defined in RFC 5448 is not obsolete, this document defines the most recent and fully backwards-compatible specification of EAP-AKA'. This document updates both RFCs 4187 and 5448.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9048"/>
          <seriesInfo name="DOI" value="10.17487/RFC9048"/>
        </reference>
        <reference anchor="RFC9678">
          <front>
            <title>Forward Secrecy Extension to the Improved Extensible Authentication Protocol Method for Authentication and Key Agreement (EAP-AKA' FS)</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="K. Norrman" initials="K." surname="Norrman"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>This document updates RFC 9048, "Improved Extensible Authentication Protocol Method for 3GPP Mobile Network Authentication and Key Agreement (EAP-AKA')", and its predecessor RFC 5448 with an optional extension providing ephemeral key exchange. The extension EAP-AKA' Forward Secrecy (EAP-AKA' FS), when negotiated, provides forward secrecy for the session keys generated as a part of the authentication run in EAP-AKA'. This prevents an attacker who has gained access to the long-term key from obtaining session keys established in the past. In addition, EAP-AKA' FS mitigates passive attacks (e.g., large-scale pervasive monitoring) against future sessions. This forces attackers to use active attacks instead.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9678"/>
          <seriesInfo name="DOI" value="10.17487/RFC9678"/>
        </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>
        <reference anchor="RFC4187">
          <front>
            <title>Extensible Authentication Protocol Method for 3rd Generation Authentication and Key Agreement (EAP-AKA)</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="H. Haverinen" initials="H." surname="Haverinen"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>This document specifies an Extensible Authentication Protocol (EAP) mechanism for authentication and session key distribution that uses the Authentication and Key Agreement (AKA) mechanism. AKA is used in the 3rd generation mobile networks Universal Mobile Telecommunications System (UMTS) and CDMA2000. AKA is based on symmetric keys, and typically runs in a Subscriber Identity Module, which is a UMTS Subscriber Identity Module, USIM, or a (Removable) User Identity Module, (R)UIM, similar to a smart card.</t>
              <t>EAP-AKA includes optional identity privacy support, optional result indications, and an optional fast re-authentication procedure. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4187"/>
          <seriesInfo name="DOI" value="10.17487/RFC4187"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="FIPS203" target="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf">
          <front>
            <title>FIPS-203: Module-Lattice-based Key-Encapsulation Mechanism Standard</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="I-D.ietf-pquip-pqt-hybrid-terminology">
          <front>
            <title>Terminology for Post-Quantum Traditional Hybrid Schemes</title>
            <author fullname="Flo D" initials="F." surname="D">
              <organization>UK National Cyber Security Centre</organization>
            </author>
            <author fullname="Michael P" initials="M." surname="P">
              <organization>UK National Cyber Security Centre</organization>
            </author>
            <author fullname="Britta Hale" initials="B." surname="Hale">
              <organization>Naval Postgraduate School</organization>
            </author>
            <date day="10" month="January" year="2025"/>
            <abstract>
              <t>   One aspect of the transition to post-quantum algorithms in
   cryptographic protocols is the development of hybrid schemes that
   incorporate both post-quantum and traditional asymmetric algorithms.
   This document defines terminology for such schemes.  It is intended
   to be used as a reference and, hopefully, to ensure consistency and
   clarity across different protocols, standards, and organisations.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqt-hybrid-terminology-06"/>
        </reference>
        <reference anchor="I-D.ietf-hpke-pq">
          <front>
            <title>Post-Quantum and Post-Quantum/Traditional Hybrid Algorithms for HPKE</title>
            <author fullname="Richard Barnes" initials="R." surname="Barnes">
              <organization>Your Organization Here</organization>
            </author>
            <date day="1" month="June" year="2025"/>
            <abstract>
              <t>   Updating key exchange and public-key encryption protocols to resist
   attack by quantum computers is a high priority given the possibility
   of "harvest now, decrypt later" attacks.  Hybrid Public Key
   Encryption (HPKE) is a widely-used public key encryption scheme based
   on combining a Key Encapsulation Mechanism (KEM), a Key Derivation
   Function (KDF), and an Authenticated Encryption with Associated Data
   (AEAD) scheme.  In this document, we define KEM algorithms for HPKE
   based on both post-quantum KEMs and hybrid constructions of post-
   quantum KEMs with traditional KEMs, as well as a KDF based on SHA-3
   that is suitable for use with these KEMs.  When used with these
   algorithms, HPKE is resilient with respect to attack by a quantum
   computer.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-hpke-pq-00"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-hybrid-kems">
          <front>
            <title>Hybrid PQ/T Key Encapsulation Mechanisms</title>
            <author fullname="Deirdre Connolly" initials="D." surname="Connolly">
              <organization>SandboxAQ</organization>
            </author>
            <date day="25" month="February" year="2025"/>
            <abstract>
              <t>   This document defines generic techniques to achive hybrid post-
   quantum/traditional (PQ/T) key encapsulation mechanisms (KEMs) from
   post-quantum and traditional component algorithms that meet specified
   security properties.  It then uses those generic techniques to
   construct several concrete instances of hybrid KEMs.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-hybrid-kems-03"/>
        </reference>
        <reference anchor="RFC6090">
          <front>
            <title>Fundamental Elliptic Curve Cryptography Algorithms</title>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="K. Igoe" initials="K." surname="Igoe"/>
            <author fullname="M. Salter" initials="M." surname="Salter"/>
            <date month="February" year="2011"/>
            <abstract>
              <t>This note describes the fundamental algorithms of Elliptic Curve Cryptography (ECC) as they were defined in some seminal references from 1994 and earlier. These descriptions may be useful for implementing the fundamental algorithms without using any of the specialized methods that were developed in following years. Only elliptic curves defined over fields of characteristic greater than three are in scope; these curves are those used in Suite B. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6090"/>
          <seriesInfo name="DOI" value="10.17487/RFC6090"/>
        </reference>
        <reference anchor="RFC8037">
          <front>
            <title>CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)</title>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document defines how to use the Diffie-Hellman algorithms "X25519" and "X448" as well as the signature algorithms "Ed25519" and "Ed448" from the IRTF CFRG elliptic curves work in JSON Object Signing and Encryption (JOSE).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8037"/>
          <seriesInfo name="DOI" value="10.17487/RFC8037"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="I-D.ietf-pquip-pqc-engineers">
          <front>
            <title>Post-Quantum Cryptography for Engineers</title>
            <author fullname="Aritra Banerjee" initials="A." surname="Banerjee">
              <organization>Nokia</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Dimitrios Schoinianakis" initials="D." surname="Schoinianakis">
              <organization>Nokia</organization>
            </author>
            <author fullname="Tim Hollebeek" initials="T." surname="Hollebeek">
              <organization>DigiCert</organization>
            </author>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust Limited</organization>
            </author>
            <date day="19" month="May" year="2025"/>
            <abstract>
              <t>   The advent of a cryptographically relevant quantum computer (CRQC)
   would render state-of-the-art, traditional public-key algorithms
   deployed today obsolete, as the mathematical assumptions underpinning
   their security would no longer hold.  To address this, protocols and
   infrastructure must transition to post-quantum algorithms, which are
   designed to resist both traditional and quantum attacks.  This
   document explains why engineers need to be aware of and understand
   post-quantum cryptography (PQC), detailing the impact of CRQCs on
   existing systems and the challenges involved in transitioning to
   post-quantum algorithms.  Unlike previous cryptographic updates, this
   shift may require significant protocol redesign due to the unique
   properties of post-quantum algorithms.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqc-engineers-12"/>
        </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>
      </references>
    </references>
    <?line 335?>

<section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This draft leverages text from <xref target="RFC9678"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
uvuu6BBc48pCc/UgOglXTmreK/V/KLKvnNRXAAA=

-->

</rfc>
