<?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.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-reddy-ipsecme-pqt-hybrid-auth-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="IKEv2 PQ/T Hybrid Auth">Hybrid Post-Quantum and Traditional Authentication for IKEv2</title>
    <seriesInfo name="Internet-Draft" value="draft-reddy-ipsecme-pqt-hybrid-auth-01"/>
    <author fullname="Tirumaleswar Reddy">
      <organization>Nokia</organization>
      <address>
        <postal>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <country>India</country>
        </postal>
        <email>k.tirumaleswar_reddy@nokia.com</email>
      </address>
    </author>
    <author initials="S." surname="Fluhrer" fullname="Scott Fluhrer">
      <organization>Cisco Systems</organization>
      <address>
        <email>sfluhrer@cisco.com</email>
      </address>
    </author>
    <author initials="J." surname="Hu" fullname="Jun HU">
      <organization>Nokia</organization>
      <address>
        <email>jun.hu@nokia.com</email>
      </address>
    </author>
    <author initials="Y." surname="Morioka" fullname="Yasufumi Morioka">
      <organization>NTT</organization>
      <address>
        <email>yasufumi.morioka.dt@nttdocomo.com</email>
      </address>
    </author>
    <author initials="G." surname="Wang" fullname="Guilin Wang">
      <organization>Huawei</organization>
      <address>
        <email>Wang.Guilin@huawei.com</email>
      </address>
    </author>
    <date year="2026" month="August" day="11"/>
    <area>Security</area>
    <workgroup>IP Security Maintenance and Extensions</workgroup>
    <keyword>Post-Quantum</keyword>
    <keyword>Hybrid Authentication</keyword>
    <keyword>IKEv2</keyword>
    <abstract>
      <?line 75?>

<t>A Cryptographically Relevant Quantum Computer (CRQC) can break traditional public-key algorithms (e.g., RSA, ECDSA), which are typically used for authentication in IKEv2. Combining the post-quantum ML-DSA signature algorithm with a traditional signature algorithm provides protection against potential weaknesses or implementation flaws in ML-DSA. This draft defines a hybrid PKI authentication method for IKEv2 using composite certificates that ensures authentication remains secure as long as at least one of the component signature algorithms remains unbroken.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://tireddy2.github.io/ipsecme-pqt-hybrid/draft-reddy-ipsecme-pqt-hybrid-auth.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-reddy-ipsecme-pqt-hybrid-auth/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        IP Security Maintenance and Extensions Working Group mailing list (<eref target="mailto:ipsec@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ipsec/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/ipsec/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/tireddy2/ipsecme-pqt-hybrid"/>.</t>
    </note>
  </front>
  <middle>
    <?line 79?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The advent of quantum computing poses a significant threat to current cryptographic systems. Traditional cryptographic algorithms such as RSA, Diffie-Hellman, DSA, and their elliptic curve variants are vulnerable to quantum attacks. During the transition to post-quantum cryptography (PQC), uncertainty remains regarding the long-term security of both traditional and PQC algorithms. Hybrid approaches allow deployments to mitigate risk during this transition period.</t>
      <t>Unlike previous migrations between cryptographic algorithms, the decision of when to migrate and which algorithms to adopt is far from straightforward. Even after the migration period, it may be advantageous for an entity's cryptographic identity to incorporate multiple public-key algorithms to enhance security.</t>
      <t>Cautious implementers may opt to combine cryptographic algorithms such that a successful forgery requires breaking each of the component signature algorithms used in the hybrid construction.</t>
      <t>This document defines a hybrid authentication mechanism for IKEv2 that combines traditional and post-quantum (PQC) signature algorithms using composite certificates. The security objective of this mechanism is that authentication remains secure as long as at least one of the component signature algorithms in the hybrid construction remains secure against forgery.</t>
      <t>The mechanism specified in this document provides a general framework for combining PQC and traditional signature algorithms in IKEv2. Although this document primarily describes combinations involving ML-DSA <xref target="ML-DSA"/> variants and traditional algorithms, the framework is not limited to ML-DSA and can accommodate other PQC and traditional signature algorithm combinations.</t>
      <t>The deployment model specified is:</t>
      <t>Composite Certificate:
   A single certificate containing a composite public key and composite signature, as defined in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>. In this model, a single certificate chain and a single AUTH payload are used to provide hybrid authentication assurance.</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?>

<t>Cryptographically Relevant Quantum Computer (CRQC): A quantum computer that is capable of breaking real-world cryptographic systems.</t>
      <t>Post-Quantum Cryptographic (PQC) algorithms: Asymmetric cryptographic algorithms designed to resist attacks by cryptographically relevant quantum computers (CRQC).</t>
      <t>Traditional Cryptographic algorithms: Existing asymmetric Cryptographic  algorithms could be broken by CRQC, like RSA, ECDSA, etc.</t>
    </section>
    <section anchor="ikev2-key-exchange">
      <name>IKEv2 Key Exchange</name>
      <t>When hybrid authentication is used to achieve post-quantum security goals, the key exchange mechanism should provide comparable post-quantum resilience; otherwise, the overall security of the IKE SA will still depend on the traditional key exchange.</t>
    </section>
    <section anchor="exchanges">
      <name>Exchanges</name>
      <t>The hybrid authentication exchanges are illustrated in <xref target="hybrid-auth-figure"/>, using an ML-KEM key exchange carried in an IKE_SA_INTERMEDIATE exchange as defined in <xref target="RFC9242"/>. The key exchange mechanism is independent of the authentication mechanism defined in this document.</t>
      <figure anchor="hybrid-auth-figure">
        <name>Hybrid Authentication Exchanges with ML-KEM via IKE_SA_INTERMEDIATE</name>
        <artwork><![CDATA[
Initiator                         Responder
-------------------------------------------------------------------
HDR, SAi1, KEi, Ni -->
                  <--  HDR, SAr1, KEr, Nr, [CERTREQ,]
                                      N(SUPPORTED_AUTH_METHODS)

HDR, SK {INTERMEDIATE KEi, Ni} -->
                  <--  HDR, SK {INTERMEDIATE KEr, Nr}

HDR, SK {IDi, CERT+, [CERTREQ,]
        [IDr,] AUTH, SAi2,
        TSi, TSr,
        N(SUPPORTED_AUTH_METHODS)} -->
                            <--  HDR, SK {IDr, CERT+, [CERTREQ,]
                                      AUTH}
-------------------------------------------------------------------
]]></artwork>
      </figure>
    </section>
    <section anchor="composite-certificate">
      <name>Composite Certificate</name>
      <t>This draft extends and complements <xref target="PQC-AUTH"/> which defines how to use Post-Quantum Cryptographic (PQC) signature algorithms (such as ML-DSA and SLH-DSA) in IKEv2 authentication. Both drafts share the same overarching goal:</t>
      <t>Enable IKEv2 to authenticate peers using PQC signature algorithms, ensuring security against quantum-capable adversaries.</t>
      <t>Whereas <xref target="PQC-AUTH"/> specifies PQC-only authentication, this draft specifies how to deploy PQC and traditional algorithms together to provide hybrid assurance during the migration phase.</t>
      <t>Both drafts:</t>
      <ul spacing="normal">
        <li>
          <t>Do not require any changes to IKEv2 base protocol messages.</t>
        </li>
        <li>
          <t>Rely on the standard IKEv2 AUTH payload format <xref target="RFC7296"/>.</t>
        </li>
        <li>
          <t>Use SUPPORTED_AUTH_METHODS (<xref target="RFC9593"/>). In this case, the IKEv2 peers use the SUPPORTED_AUTH_METHODS notification to advertise supported composite signature algorithms.</t>
        </li>
      </ul>
      <t>IKEv2 can use arbitrary signature algorithms as described in <xref target="RFC7427"/>, where the "Digital Signature" authentication method replaces older signature authentication methods. Both standalone PQC signature algorithms and composite signature algorithms can be incorporated using the "Signature Algorithm" field in the AUTH payload, as defined in <xref target="RFC7427"/>.</t>
      <t>For composite signatures, a single AlgorithmIdentifier describes a composite public key and a composite signature that combines multiple constituent algorithms (e.g., a traditional and a PQC algorithm) in accordance with <xref target="I-D.ietf-lamps-pq-composite-sigs"/>. This allows a single certificate and AUTH payload to provide hybrid assurance without requiring multiple exchanges.</t>
      <t>AlgorithmIdentifier ASN.1 objects are used to uniquely identify composite schemes, including the full parameter set for each constituent algorithm. This ensures unambiguous selection and verification of composite signature during authentication.</t>
      <section anchor="composite-certificate-processing">
        <name>Composite Certificate Processing</name>
        <t>Authentication using composite certificates follows the generic digital signature authentication method defined in <xref target="RFC7427"/> and the AUTH computation defined in Section 2.15 of <xref target="RFC7296"/>. If one or more IKE_SA_INTERMEDIATE exchanges occurred, the signed octets are constructed as specified in <xref target="RFC9242"/>.</t>
        <t>The end-entity certificate <bcp14>MUST</bcp14> contain a composite public key as defined in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>. The composite signature algorithm used in the AUTH payload <bcp14>MUST</bcp14> correspond to the composite public key algorithm in the certificate. A mismatch between the AUTH signature algorithm and the certificate public key algorithm <bcp14>MUST</bcp14> cause the IKE_SA negotiation to fail.</t>
        <t>Signature generation and verification are performed using the composite signature scheme as defined in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>. Any internal hashing or message preprocessing is performed as specified by that document.</t>
      </section>
    </section>
    <section anchor="ikev2-fragmentation">
      <name>IKEv2 Fragmentation</name>
      <t>Post-quantum signature algorithms and certificate chains may significantly increase the size of IKE_AUTH messages. Implementations supporting the mechanisms defined in this document <bcp14>MUST</bcp14> support IKEv2 Fragmentation as defined in <xref target="RFC7383"/>.</t>
    </section>
    <section anchor="negotiation">
      <name>Negotiation</name>
      <t>Note: currently, this section talks mostly about the problems that we'll need to address.
Eventually, it'll be updated to talk about the actual mechanism, including the bits-on-the-wire format.</t>
      <t>To support brown field upgrades, we will need for an IKE device to be able to support negotiating with devices with only conventional (e.g. RSA) certificates, and with devices with composite certificates (e.g. RSA and ML-DSA).
In addition, for the network to be entirely post-quantum safe, devices will need to be able to mandate that composite certificates be used.
Furthermore, it would be cleaner if the device sent its policy upfront to the peer, rather than letting it try to negotiate and failing.</t>
      <t>For composite certificates, this is straight-forward. A composite certificate can be listed in the SUPPORTED_AUTH_METHODS list as yet another algorithm.
A device can decide to list support for both that and RSA, or it could decide to list only support for composite certificates.
The existing mechanism in IKE will cleanly decide which is appropriate.
The only remaining issue is one of preference (if we have multiple algorithm OIDs that are acceptable to the peer, which one should we use).
This is not a security issue; instead, it is a performance issue (preferring composite would allow us to find performance problems earlier).</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The hybrid mechanism defined in this document aims to provide authentication security as long as at least one component signature algorithm remains secure against forgery.</t>
      <t>The security of general PQ/T hybrid authentication is discussed in <xref target="RFC9794"/>. This document relies on mechanisms defined in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>, <xref target="RFC7427"/>, and <xref target="RFC9593"/>, and the security considerations of those specifications need to be taken into account.</t>
      <t>Traditional signature algorithms such as ECDSA, Ed25519, and Ed448 provide existential unforgeability under chosen-message attack (EUF-CMA), which is sufficient for IKEv2 authentication. When used as the traditional component in a composite construction with ML-DSA, these algorithms contribute to defense-in-depth during the transition to post-quantum cryptography, maintaining IKEv2 authentication security as long as at least one component algorithm remains secure.</t>
      <t>However, composite signature schemes do not in general preserve strong unforgeability (SUF-CMA) once the traditional component algorithm is broken, for example due to the availability of CRQCs. In such cases, a forged traditional signature component can be combined with a valid post-quantum component to produce a composite signature that verifies successfully, violating SUF. This loss of SUF is inherent to the composite construction and does not impact IKEv2, which relies only on the composite signature verification result.</t>
      <section anchor="downgrade-considerations">
        <name>Downgrade Considerations</name>
        <t>The AUTH computation in IKEv2 signs the IKE_SA_INIT exchange as specified in Section 2.15 of <xref target="RFC7296"/>. Therefore, negotiation signals exchanged during IKE_SA_INIT (such as <tt>SUPPORTED_AUTH_METHODS</tt> <xref target="RFC9593"/>) are cryptographically bound to the authentication exchange and cannot be modified by an active attacker without causing authentication failure.</t>
        <t>If hybrid authentication is required by local policy, implementations <bcp14>MUST</bcp14> enforce that the negotiated authentication method satisfies that policy.</t>
        <t>Specifically, if composite authentication is required, receipt of a non-composite certificate or non-composite signature algorithm during IKE_AUTH <bcp14>MUST</bcp14> cause the IKE_SA negotiation to fail.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>None.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-lamps-pq-composite-sigs">
          <front>
            <title>Composite Module-Lattice-Based Digital Signature Algorithm (ML-DSA) for use in X.509 Public Key Infrastructure</title>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust Limited</organization>
            </author>
            <author fullname="John Gray" initials="J." surname="Gray">
              <organization>Entrust Limited</organization>
            </author>
            <author fullname="Massimiliano Pala" initials="M." surname="Pala">
              <organization>OpenCA Labs</organization>
            </author>
            <author fullname="Jan Klaußner" initials="J." surname="Klaußner">
              <organization>Bundesdruckerei GmbH</organization>
            </author>
            <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
              <organization>Cisco Systems</organization>
            </author>
            <date day="21" month="April" year="2026"/>
            <abstract>
              <t>   This document defines combinations of US NIST Module-Lattice-Based
   Digital Signature Algorithm (ML-DSA) in hybrid with traditional
   algorithms RSASSA-PKCS1-v1.5, RSASSA-PSS, ECDSA, Ed25519, and Ed448.
   These combinations are tailored to meet regulatory guidelines in
   certain regions.  Composite ML-DSA is applicable in applications that
   use X.509 or PKIX data structures that accept ML-DSA, but where the
   operator wants extra protection against breaks or catastrophic bugs
   in ML-DSA, and where existential unforgeability (EUF-CMA) level
   security is acceptable.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-pq-composite-sigs-19"/>
        </reference>
        <reference anchor="RFC7296">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="C. Kaufman" initials="C." surname="Kaufman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="Y. Nir" initials="Y." surname="Nir"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="October" year="2014"/>
            <abstract>
              <t>This document describes version 2 of the Internet Key Exchange (IKE) protocol. IKE is a component of IPsec used for performing mutual authentication and establishing and maintaining Security Associations (SAs). This document obsoletes RFC 5996, and includes all of the errata for it. It advances IKEv2 to be an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="79"/>
          <seriesInfo name="RFC" value="7296"/>
          <seriesInfo name="DOI" value="10.17487/RFC7296"/>
        </reference>
        <reference anchor="RFC7427">
          <front>
            <title>Signature Authentication in the Internet Key Exchange Version 2 (IKEv2)</title>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <author fullname="J. Snyder" initials="J." surname="Snyder"/>
            <date month="January" year="2015"/>
            <abstract>
              <t>The Internet Key Exchange Version 2 (IKEv2) protocol has limited support for the Elliptic Curve Digital Signature Algorithm (ECDSA). The current version only includes support for three Elliptic Curve groups, and there is a fixed hash algorithm tied to each group. This document generalizes IKEv2 signature support to allow any signature method supported by PKIX and also adds signature hash algorithm negotiation. This is a generic mechanism and is not limited to ECDSA; it can also be used with other signature algorithms.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7427"/>
          <seriesInfo name="DOI" value="10.17487/RFC7427"/>
        </reference>
        <reference anchor="RFC9593">
          <front>
            <title>Announcing Supported Authentication Methods in the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="July" year="2024"/>
            <abstract>
              <t>This specification defines a mechanism that allows implementations of the Internet Key Exchange Protocol Version 2 (IKEv2) to indicate the list of supported authentication methods to their peers while establishing IKEv2 Security Associations (SAs). This mechanism improves interoperability when IKEv2 partners are configured with multiple credentials of different types for authenticating each other.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9593"/>
          <seriesInfo name="DOI" value="10.17487/RFC9593"/>
        </reference>
        <reference anchor="RFC9242">
          <front>
            <title>Intermediate Exchange in the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>This document defines a new exchange, called "Intermediate Exchange", for the Internet Key Exchange Protocol Version 2 (IKEv2). This exchange can be used for transferring large amounts of data in the process of IKEv2 Security Association (SA) establishment. An example of the need to do this is using key exchange methods resistant to Quantum Computers (QCs) for IKE SA establishment. The Intermediate Exchange makes it possible to use the existing IKE fragmentation mechanism (which cannot be used in the initial IKEv2 exchange), helping to avoid IP fragmentation of large IKE messages if they need to be sent before IKEv2 SA is established.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9242"/>
          <seriesInfo name="DOI" value="10.17487/RFC9242"/>
        </reference>
        <reference anchor="RFC7383">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2) Message Fragmentation</title>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="November" year="2014"/>
            <abstract>
              <t>This document describes a way to avoid IP fragmentation of large Internet Key Exchange Protocol version 2 (IKEv2) messages. This allows IKEv2 messages to traverse network devices that do not allow IP fragments to pass through.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7383"/>
          <seriesInfo name="DOI" value="10.17487/RFC7383"/>
        </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="PQC-AUTH">
          <front>
            <title>Signature Authentication in the Internet Key Exchange Version 2 (IKEv2) using PQC</title>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Valery Smyslov" initials="V." surname="Smyslov">
              <organization>ELVIS-PLUS</organization>
            </author>
            <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
              <organization>Cisco Systems</organization>
            </author>
            <date day="5" month="August" year="2026"/>
            <abstract>
              <t>   Signature-based authentication methods are utilized in the Internet
   Key Exchange Version 2 (IKEv2).  The current version of the IKEv2
   protocol, specified in RFC 7296, supports traditional digital
   signatures.

   This document specifies a generic mechanism for integrating post-
   quantum cryptographic (PQC) digital signature algorithms into the
   IKEv2 protocol.  The approach allows for seamless inclusion of any
   PQC signature scheme within the existing authentication framework of
   IKEv2.  Additionally, it outlines how Module-Lattice-Based Digital
   Signatures (ML-DSA) and Stateless Hash-Based Digital Signatures (SLH-
   DSA), can be employed as authentication methods within the IKEv2
   protocol, as they have been standardized by US NIST.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ipsecme-ikev2-pqc-auth-11"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="ML-DSA" target="https://csrc.nist.gov/pubs/fips/204/ipd">
          <front>
            <title>Module-Lattice-Based Digital Signature Standard</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="August"/>
          </front>
          <seriesInfo name="NIST" value="FIPS-204"/>
          <seriesInfo name="State" value="Initial Public Draft"/>
        </reference>
        <reference anchor="RFC9794">
          <front>
            <title>Terminology for Post-Quantum Traditional Hybrid Schemes</title>
            <author fullname="F. Driscoll" initials="F." surname="Driscoll"/>
            <author fullname="M. Parsons" initials="M." surname="Parsons"/>
            <author fullname="B. Hale" initials="B." surname="Hale"/>
            <date month="June" 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="RFC" value="9794"/>
          <seriesInfo name="DOI" value="10.17487/RFC9794"/>
        </reference>
      </references>
    </references>
    <?line 225?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA7VbbXPbRpL+jl8xy3xYKUdQK1k+x9oka1qkI66tl4h0pVKp
lHcIDMlZgQCDAchwXcpvud9yv+ye7hm8kaBs7925KjYJzkz39HQ//XQP4vu+
l+ksUheic7WdpjoUd4nJ/B9zGWf5Usg4FJNUhjrTSSwj0c+zhYozHUh6IGZJ
KkZvh+uzjien01StsQx/F3c/nkyEW5EmdTxMUfMk3V4Ik4WeFyZBLJeQG6Zy
lvmpCsOtr1dGBUvlr37L/AVP9iUm+xHmmswz+XSpjYHkbLvC1NFw8kaIr4SM
TALJOg7VSuGvOOt0RUdB6yTVMqIvo/5r/AN1O6P7yZuOF+fLqUovvBArX3hB
EhsVm9xciCzNlYd9PPNkqiRWHasgT3W27XibJH2Yp0m+ol3eieIHcS11nKlY
xoFigw1/xzfS0nS8B7XFtPDCE37DsvS9Zp7KpvQDm9BbqziHbkJ8qUwhrHk6
P0FhHc/FD7QAPV9KHZGhyMyvtMpmvSSd0w8yDRb4YZFlK3NxckLj6JFeq14x
7IQenEzTZGPUCa9wQjPnOlvkU8zNNJ/h2cn+IdI4e4Q1GcX4nl2hp5OWmSef
4R29RbaMOp5Hn5OULA1xQszyKLIeNtFpvpSRMhuZintaigdgTzLW/2KrX4ib
5EFLfh7AvhfitYznMkpSxc9SNedRb2Uay0w+uJFJHmfk0aM4dJOVM/FDL6tJ
/cAbeBWTjF6QLDuFkjqGy4174k2UL1KV8jOr9DhIsqzxHPpeiEttgkSMtyZT
S1OXaGZ26KuARpAQ8qRKyN974iqvrf/3PBZX76uFq/27Bf+Zx71FXuncXO7n
nrhGcCXOEnbNn6XJZ/lSN37i1cXNZFJffOtG9pZ2ZC/MXsVZBlBIloXylbAf
euInHEdN0g+5jnRcPWUhV7ncKF0XwwN6dvCrBf/Mi3txki5x8GuOr5E/YC8H
zCxXBu7lY8wqMTpTvtFzQ2Pu31y+OHv5n8XH87MX7uPL5y+fFR/Pzs+KAc++
wVNPx7NKEH65fucPxv0LVtHB7nUS5pHy38kMCKD819KoUAw0ggJwO9ZzuFue
KjHOEOUyDXkqgxZwY947+8vZM35kVKqVIXl2dVh8NJ5ciDeju7F/9pdz9xDL
0NRRDEDH+nf5NNKBGFCQWaVkOleI0iJIA5MGvVibrDdP1ierfGpOZgjDE6yI
aA3dvl+8PMf2PN/3hZyaLJVB5nl9cZluV1kyT+VqAXCLoi2CL1Jr4J8o8ssl
DJ1nKhVHl/c/Xh6LQMYCeUQ+AIerrLNiNX1gKaAeOQSAsTTiSPXmva64H/e7
YngJux53xQaSFkAzRRDohOZkUcpUspm84D8MtD3SYqpjQkoMECuC6d+cgvbE
hCkPolRAbPC3kA1F24at0mStQ2XoQ6YCFi3ngG+TQVRGCmHmBnuOlTEYB031
chWpJX5yaTaSG0P6Wm16YrLQxiZOEaqZxkQosnD5++1od6dLBWQMq2wNk9Bm
Sy8XgUozPaPhWClbyExQNkxp2eZKKQVWbOBuAe/SiCjBSvgXcyIlsackViKZ
sSVZQIzpbYYx5WJ5jKzyoOKedaGlDsNIed5XcNMsRXiwzTxvghVluKblsH5x
QAF7EG0He2E7kCzeDAZmgERoliUC+qY0Nag7pTAWSHsNktMcUlPY5ORcxrrc
QM9mWvlXKoqWMsZ3ekipGDvXqcBjvYLdSPBaibUEE4kzw765zqNYpXIaKdKs
2AkQQAYP0GWAFO98Ec6FrM6mx8iGZ9a03IqjO0RPF5akkyRqsC2ti9QF3CgW
pOPyEXBLe4REJWDMaQJXrjsy7QNL1jbfK+iKXMGRZbAgW0dRsoEHrqJkS95q
SMkl1pjDkUSqzYMIi73AYWubWQGukhAH/j6O9ANiDtxRJ7nBbOyIhhgxVdlG
qfjgcXR5Q6FCwqMlsY0NXNWqQItYYuQQoTpE/C7DZJUJaDQDIZilCYwB3fR8
kSFEkK7DnhjCzwTiC9BEUkq1nOZdoTOwqS2UJJ/Eici5Iv0ZZ2JBIZNt/2x2
lNeh/YGU0HGQpKuEFV3mUaYR8geQDqNVvGCuV5waTHeJ2GSblWihUsNK0e7I
5RnW1Cf8mcNd0ucA+APWRHuYq5Q86LdcEwgwItMxKpz7ZwY3oy4gi4Y6ZCKW
DXrN4dyjeCYQS4KcVN/HsT0MC2ABbZY1GGPV3S7Nnv82ooUD5JCmh8GQoFbV
QmX6T0LwtUM46F+ppR1y/n8i5mF77slxGcadZc/CZ6WtWSFugF/ujOonUSYs
KeaKcAoekYJ1UfnDxg/KdMkQQZD3dA40tVzbj5CL8vliT6heAiKRriE5SPUU
8q0chwY6XifRmoS6lPzxo/3w+FgD1x1ddsGi2gdkxwkOQAOuYAREi1uWliAW
IgOIXyZEtQTQETjwmZttqO3sXkGkwJIqqpsf9NK7LJ3vsnI+JnJEPeJ51PBK
OngCeTKGrDmuBQ/B4EG7KH8oteyS39lI44P/+PFT3PfxsYc07HydVO9yht1X
aQGFWGz5c//95Eqs5DZKZMhpjyGB0ph1sAOBLg2YB2EdbAcOcJnElPLZB2j5
AWnP5jfWtrRdKrGN6Fy/H0+o2Kd/xc0tf74f/vh+dD8c0OfxVf/du/KD50aM
r27fvxtUn6qZl7fX18ObgZ2Mp6LxyOtc93/u2Jzfub2bjG5v+u86+/HEbDSh
TEEle4pURx4njVd4Oh/F68u7//6v03McyZ9Aqc9OT1/Cse2Xb05fnOMLZTcr
LYkRJ/YrTLf1kJIVMhkdQAT6IldUPBg+bLNINrGA+5I5v/6FLPPrhfh2GqxO
z793D2jDjYeFzRoP2Wb7T/YmWyO2PGoRU1qz8XzH0k19+z83vhd2rz389m8R
ZT3/9Ju/fQ8X+vIqBKXVDr1kFiCZMsC6TNyINRVpEf9GPnwwCg/QS89rdNUa
KrnUVEEVxJvtEpw9JfZ4KHfDeRDVNqCQo1GiFQRSTLfNabzptNj07s6M2zVB
VQ3ZLg8IvhDD3yGMsadSszm6rmeQ5DALnN9yfFKOxHUF876qeOsKlQU9Zv2c
298irIe/U7qaoxb4iZhdO15oUwIL2IlW650Krkze84SDInOYodzi9aS4YGUL
fCILSUvTGyuSuSOtAFF/talho42yCydrypdRg1zTc+xJILlsNP2W0d+2VSmS
uOD5peXryrFBCjM4wGs3QzHDVhiQkBOnzQqcr3dTZ3qOXPD42HXUR3Jh+XZ4
3bRLINPUEQTJ6fvDuP9hdDMZ3l8PB6P+ZFgN3c0qrhlCyWNy2NyasnrZsi1M
dZD31SQ0ABY2+uOPPzzb08jATw79uVcG5CpUKZWZ/9s/3tXgvosz1add8Xao
u+JGC9//3tsX+y1qWuFGpzw6xWj898vl8H4CrO3+2jKr7c/N0fj93d3t/WQ4
+EDZ9cP1cHJ1Oxgfe06bt+Jj44CcYo+f1mx/Jiv5WF95gMVI5f9oVf2X0SDt
/spZn+1y1i1/mowxczJOqycHd3JI1YNKQ+gTSj39hyQ//p84Azngxwvx1X6Y
2T7fd53WZn8V2rab5MJwrWVbvHUeHSNqIYtFOcU9IUWXAaEpWaCtDg3RCeQa
n7b9XUn8iq464Hh9BgIYsPbMN6hyLuoy8AiCWECt+GQuay0BjoruSY1oj99d
0efjsj7Yif6eeE2dCd4VcRmmUlSQgcZbrKVLCkAYYTt49DBmtHbVYVJfDRiu
KNlZyCMu36Zl1za+aEgJ4UUp5eDfLxgA9aJSI6nv2uMMBRpANi5MDBMWNN+Q
QJ9pW3ODXQdlfGzVaGdsWza0Fh6N7sBccYHSQq0LLl31YRq9jIU0lGJqRoYR
vxaDhIsjV/9D9lYUbgoZ1rpTTOWWZhIkEVDaGDknQ3xN9Gpb5DXj2tZuUqMk
sK1xmy2ot45sgdnvsWw7Nogjm1iev3z2+HhclSWBLLKvFVKcs3WVA2thfzZy
XGuNDzNDHhcmX62SlBJnSwFVb4h5npVH1SJJk+lU44jSbbv/c46sEX677/Oz
F5SIN+Q9rG9nr/ffOdDOTeEdMqCGcYScVhfaNty4WLInElHP4VAQHKoeG7SO
GvWq3sQKXWjxJqqLi34xpyPg2lHZE6q7wn5Z+qfSNjDzG9tz2FXH1ErRUsqI
O2yQlNYaCU8UybJ1o83GUtmd44aLznKu6vYuIuReB0o2e6gMc9RXSEOOSYb8
zyvBGdy53Wra628S14iup8CABCd5EeB0aOUWSxoJu7cZtT++6Z26PphpVPV5
rH/LKfRtk3O2rVs2WCAF4cDgL1FeNqPpilYQxYaLkgcr7lfZLmOrrZ0hisuJ
PJY4onlOTVCD+sZdrsAUCOYqvEEs2w7ZQeJOxkGGPZBixV2aUIsUk2CbZow9
eaEyS+zB0Za5owb/C12UfyJq92i1DYrinsEeua3k7LTa+LGzx1nv9DnZoA60
YjSzbcdULJNUPcnuATAB356EFmVd3ZkEmXIuUDYiua/R7C3WiwFbv4Ca+K4N
Xvdg7kS4ztbBiP03uleToq16CMwarepGDDmVsHUuHMjLs8ZqddXK5dxKtb31
RB9Z1yDbwbGLa41SWptKxfnWDdQqzKooi2xnz1HEap5QMeSS20zqCMavQNn2
ddujhQ50pVLKzg1Mb7Ohjet/61j6IBXcDyOwBA9hGkfuaJkE3QitynijUrHS
qeFi061F61o1WLQQ3qRyXl6iuhZM2RU4mPd2m5r2SqV2qUgQFwdE9hwZ1f/i
dhDZng+0JENi1LjHNQW3KJlYUduag8WtPWA3r21fbbU3vX3A4faVuKk8wfNu
Err8dzeh0daRT+NwAnD0QE1eQzuUU0oQfB2eJmC7S3e7sVF/BmbHyjVcwhCx
gVxB12VZTo0muhmjISAH+SqUrrlOa9fWlAENrva/mxhApAzoso/P/oYoqOWK
BCBJaQx6FSl2pCJfgdOGlGE2ynZZWEV3G0fdl1CtdVA0Your12KpMl4gn7Oy
He2qMubtQdmHhuKc8al5ddxAetud3V/gQF4oV+Fptiw67nngtbCrtuUB7YAs
EgM16N7C6k+KpJRrm50uOQMRriTXDqq25yXxv6ziOG2aTW1a73lv8pRKC8oR
fOW5Kbp5QaQkMETombuFZesa8licHfQCVG1xLLM0ibMCOImZdwWAZ2EbqrGI
VMZGx9JZyteixVFYSkPIhd/3SGDT6uzG5MnuFtcvr3H77XMK+hppk1XYf6BU
iLi3asQW9ETG9i6oYiRev9g8rUm30SGbmWcV/kWnaO/Y+YYQG+PGJ73pkbkO
6c5M9rn69AP3kzajFh3ZWm/Nej07AZ8V36yxCFvXE5+km/xVSsa267BQe5Fo
Qdfkiga6C0pA8gxlCjHII5w7Im0h17XL6yor3Y4GxW0oIWwQqFVW+F/lCFYR
Wtw1Xjfsdsc928twV3SyqsRZob/SO2GZkvYOnrZRpAbmtlbpI6tr2mRl1nvt
Wws517LAzbAxvUQ7JdMIhPeYUbR87fISKA4bulcUGv3YTzcqhdT2Mr8g5juU
r+o4HLgkfvJ2+PNugOuN6eJ2l9/VPdhcD7UJcmPqbO7Fy/OyKCk3Bzyi1kW9
ZfvFtKDbrIopUGo1f/l6TbWLoHEetoWcUBFv+UHgntdgMJN0CwHmkXApljNj
mHzq/rroXbmrimF49vz56Uur0DA8P/+mPFOORfdSVx6z8eUUIAZlc+o9g1RA
wdgveI69tBFHw/dv/Mvr6h02grN8hi1oMm71zsNug4xvRpjBSrN3lVA5zA6n
brw6ULQeeWtYwjQrfQA4yug8U7YlNUP1pXwd+yGCelFvLH3my0pdeg25vMBu
29WXRMIh/8epXiUbtSagOUxdyX8ZZWCfIhwAHUbRO1uwEMneOcWjsTspKBKo
J0xeqwiMu/2y+Vz9LokXwnQlIMo1vXHtJMCL6YrMcIuLPY9aXNzuYE0OvYJQ
iXbpzXUwwuJVxbWM9M57MdUci0thTi+UH26K2FJBmdr7QsT51jqJLH2CdRwy
RInhiMQTe9VDPa6KDBxwRoqoMFEW+/VyBapofaQIjBJnqi5jm7aNmgYniiRl
a/sBWCOTxVYw3yuoy840LW1qRRaK5dGkcQXWqHufrL4nZIoZk6p6qcbaR6Zc
NCyiqy6x7KP/o52v/KMOmce2Pt+7DQYTr+rZAzeJxaswdBBwpmUSlhUXvx/D
70FZ+AKsFT0lqkX32ypM5GxUjmaHc43rOLOMKAkoGJlIdnfeiDW2LFIUmYHz
TMuSHXlseX2M2ykG3wz7L8+xq1NpXOQLW8HUG0aHtQSVVYHSK766lHDY2G9n
m4j55o9t6bt21OyEX1LZo+Lt3/T3HPoGke1eqp3ilGhcP3iIk02kQq4gjffx
wv6fMCr8rjOD7ym6ZJrcDm5xwMVIrPE/xW+iVCg0AAA=

-->

</rfc>
