<?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.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-reddy-tls-composite-mldsa-12" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Use of Composite ML-DSA in TLS 1.3">Use of Composite ML-DSA in TLS 1.3</title>
    <seriesInfo name="Internet-Draft" value="draft-reddy-tls-composite-mldsa-12"/>
    <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>
    <author fullname="Timothy Hollebeek">
      <organization>DigiCert</organization>
      <address>
        <postal>
          <city>Pittsburgh</city>
          <country>USA</country>
        </postal>
        <email>tim.hollebeek@digicert.com</email>
      </address>
    </author>
    <author initials="J." surname="Gray" fullname="John Gray">
      <organization abbrev="Entrust">Entrust Limited</organization>
      <address>
        <postal>
          <street>2500 Solandt Road – Suite 100</street>
          <city>Ottawa, Ontario</city>
          <code>K2K 3G5</code>
          <country>Canada</country>
        </postal>
        <email>john.gray@entrust.com</email>
      </address>
    </author>
    <author fullname="Scott Fluhrer">
      <organization>Cisco Systems</organization>
      <address>
        <email>sfluhrer@cisco.com</email>
      </address>
    </author>
    <author fullname="Daniel Van Geest">
      <organization>CryptoNext Security</organization>
      <address>
        <email>daniel.vangeest@cryptonext-security.com</email>
      </address>
    </author>
    <date year="2026" month="September" day="01"/>
    <area>Security</area>
    <workgroup>TLS</workgroup>
    <keyword>ML-DSA</keyword>
    <keyword>FIPS204</keyword>
    <keyword>Composite</keyword>
    <abstract>
      <?line 71?>

<t>Compositing the post-quantum ML-DSA signature with traditional signature algorithms provides protection against potential breaks or critical bugs in ML-DSA or the ML-DSA implementation. This document specifies how such a composite signature can be formed using ML-DSA with RSA-PKCS#1 v1.5, RSA-PSS, ECDSA, Ed25519, and Ed448 to provide authentication in TLS 1.3, including use in certificates.</t>
    </abstract>
  </front>
  <middle>
    <?line 75?>

<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), there is considerable uncertainty regarding the robustness of both existing and new cryptographic algorithms. While we can no longer fully trust traditional cryptography, we also cannot immediately place complete trust in post-quantum replacements until they have undergone extensive scrutiny and real-world testing to uncover and rectify potential implementation flaws.</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 in such a way that an attacker would need to break all of them simultaneously to compromise the protected data. These mechanisms are referred to as Post-Quantum/Traditional (PQ/T) Hybrids <xref target="RFC9794"/>.</t>
      <t>One practical way to implement a hybrid signature scheme is through a composite signature algorithm. In this approach, the composite signature consists of two signature components, each produced by a different signature algorithm. A composite key is treated as a single key that performs a single cryptographic operation such as key generation, signing and verification by using its internal sequence of component keys as if they form a single key.</t>
      <t>Certain jurisdictions are already recommending or mandating that PQC lattice schemes be used exclusively within a PQ/T hybrid framework. The use of composite schemes provides a straightforward implementation of hybrid solutions compatible with (and advocated by) some governments and cybersecurity agencies <xref target="BSI2021"/>.</t>
      <t>ML-DSA <xref target="FIPS204"/> is a post-quantum signature scheme standardised by NIST. It is a module-lattice based scheme.</t>
      <t>This memo specifies how a composite ML-DSA can be negotiated for authentication in TLS 1.3 via the "signature_algorithms" and "signature_algorithms_cert" extensions. Hybrid signatures provide additional safety by ensuring protection even if vulnerabilities are discovered in one of the constituent algorithms. For deployments that cannot easily tweak configuration or effectively enable/disable algorithms, a composite signature combining PQC signature algorithm with a traditional signature algorithm offers the most viable solution.</t>
      <t>The rationale for this approach is based on the limitations of fallback strategies. For example, if a traditional signature system is compromised, reverting to a PQC signature algorithm would prevent attackers from forging new signatures that are no longer accepted. However, such a fallback process leaves systems exposed until the transition to the PQC signature algorithm is complete, which can be slow in many environments. In contrast, using hybrid signatures from the start mitigates this issue, offering robust protection and encouraging faster adoption of PQC.</t>
      <t>Further, zero-day vulnerabilities, where an exploit is discovered and used before the vulnerability is publicly disclosed, highlights this risk. The time required to disclose such attacks and for organizations to reactively switch to alternative algorithms can leave systems critically exposed. By the time a secure fallback is implemented, attackers may have already caused irreparable damage. Adopting hybrid signatures preemptively helps mitigate this window of vulnerability, ensuring resilience even in the face of unforeseen threats.</t>
      <section anchor="sec-terminology">
        <name>Conventions and 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.
These words may also appear in this document in
lower case as plain English words, absent their normative meanings.
<?line -8?>
        </t>
        <t>This document is consistent with the terminology defined in <xref target="RFC9794"/>. It defines composites as:</t>
        <ul empty="true">
          <li>
            <t><em>Composite Cryptographic Element</em>:  A cryptographic element that
     incorporates multiple component cryptographic elements of the same
     type in a multi-algorithm scheme.</t>
          </li>
        </ul>
        <t>In this document, “composite ML-DSA” refers to a composite ML-DSA signature scheme as defined in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>.</t>
      </section>
    </section>
    <section anchor="ml-dsa-signatureschemes">
      <name>ML-DSA SignatureSchemes</name>
      <t>As defined in <xref target="RFC8446"/>, the SignatureScheme namespace is used for
the negotiation of signature schemes for authentication via the
"signature_algorithms" and "signature_algorithms_cert" extensions.
This document adds new SignatureScheme values for composite ML-DSA as follows.</t>
      <artwork><![CDATA[
enum {
  /* ECDSA-based Composite */ 
  mldsa44_ecdsa_secp256r1_sha256 (TBD1),
  mldsa65_ecdsa_secp256r1_sha512 (TBD2), 
  mldsa65_ecdsa_secp384r1_sha512 (TBD3), 
  mldsa87_ecdsa_secp384r1_sha512 (TBD4), 
  mldsa87_ecdsa_secp521r1_sha512 (TBD5), 

  /* EdDSA-based Composite */
  mldsa44_ed25519_sha512 (TBD6),
  mldsa65_ed25519_sha512 (TBD7),
  mldsa87_ed448_shake256 (TBD8),

  /* RSA-PKCS1-based Composite (for signature_algorithms_cert ONLY) */
  mldsa44_rsa2048_pkcs15_sha256 (TBD9),
  mldsa65_rsa3072_pkcs15_sha512 (TBD10),
  mldsa65_rsa4096_pkcs15_sha512 (TBD11),

  /* RSA-PSS-based Composite */
  mldsa44_rsa2048_pss_sha256 (TBD12),
  mldsa65_rsa3072_pss_sha512 (TBD13),
  mldsa87_rsa3072_pss_sha512 (TBD14), 
  mldsa65_rsa4096_pss_sha512 (TBD15), 
  mldsa87_rsa4096_pss_sha512 (TBD16)  
  
} SignatureScheme;

]]></artwork>
      <t>Composite ML-DSA is treated as an opaque signature algorithm by TLS, 
similar to Ed25519 and Ed448, which use the pure (non-prehashed) forms 
specified in TLS 1.3 as "PureEdDSA" algorithms (<xref section="4.2.3" sectionFormat="of" target="RFC8446"/>). 
The SignatureScheme names defined in this document (for example, <tt>mldsa44_ecdsa_secp256r1_sha256</tt>)  mirror the algorithm names in <xref target="I-D.ietf-lamps-pq-composite-sigs"/> (for example, <tt>id-MLDSA44-ECDSA-P256-SHA256</tt>). 
TLS implementors do not need to be aware of these internal details; for a full description of the composite algorithm construction, see Sections 3.2 and 3.3 of 
<xref target="I-D.ietf-lamps-pq-composite-sigs"/>.</t>
      <t>SignatureScheme names are used only as identifiers for negotiation and registry purposes and do not imply TLS-level processing semantics.</t>
      <t>In composite ML-DSA schemes, the SignatureScheme name encodes the PQC component (for example, <tt>mldsa44</tt>), the traditional signature algorithm and curve (for example, <tt>ecdsa_secp256r1</tt>), and the internal prehash function (for example, <tt>sha256</tt>) used by the Composite ML-DSA algorithm prior to generating the individual component signatures, as defined in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>. This identification is for algorithm selection and interoperability purposes only and does not imply any TLS-level 
processing of the traditional component.</t>
      <t>The explicit RSA key size (for example, RSA2048, RSA3072, or RSA4096) is included in the SignatureScheme name solely to uniquely identify the composite algorithm and to align with the composite algorithm definitions
in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>.</t>
      <t>Each entry specifies a unique combination of an ML-DSA parameter set (ML-DSA-44, ML-DSA-65, or ML-DSA-87, as defined in <xref target="FIPS204"/>) and a traditional signature algorithm. The mldsa* identifiers refer to the pure ML-DSA variants and MUST NOT be confused with prehashed variants (for example, HashML-DSA-44).</t>
      <t>Sections <xref target="I-D.ietf-lamps-pq-composite-sigs" section="3.2" sectionFormat="bare"/> and <xref target="I-D.ietf-lamps-pq-composite-sigs" section="3.3" sectionFormat="bare"/> of <xref target="I-D.ietf-lamps-pq-composite-sigs"/> define a context string parameter for signing and verification using Composite ML-DSA. When Composite ML-DSA signature algorithms are used in TLS, both
signing and verification MUST use an empty context string. TLS already provides protocol-level domain separation by signing a protocol-specific context string together with the handshake transcript (<xref section="4.4.3" sectionFormat="of" target="RFC8446"/>).</t>
      <t>When a composite ML-DSA signature scheme defined in this document is negotiated, the TLS 1.3 CertificateVerify signing input constructed as specified in <xref section="4.4.3" sectionFormat="of" target="RFC8446"/> is signed using the negotiated composite ML-DSA SignatureScheme, as specified in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>.</t>
      <t>Upon receipt of the CertificateVerify message, the peer MUST verify the signature over the locally constructed signing input using the negotiated composite ML-DSA SignatureScheme, in accordance with <xref target="I-D.ietf-lamps-pq-composite-sigs"/>.</t>
      <t>When a composite ML-DSA SignatureScheme is negotiated, the end-entity certificate presented in the TLS handshake MUST contain a public key compatible with that SignatureScheme, as specified in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>.</t>
      <t>The schemes defined in this document MUST NOT be used in TLS 1.2 <xref target="RFC5246"/>. A peer that receives ServerKeyExchange or CertificateVerify message in a TLS 1.2 connection with schemes defined in this document MUST abort the connection with an illegal_parameter alert.</t>
    </section>
    <section anchor="signature-algorithm-restrictions">
      <name>Signature Algorithm Restrictions</name>
      <t>TLS 1.3 removed support for RSASSA-PKCS1-v1_5 <xref target="RFC8017"/> in CertificateVerify messages, opting for RSASSA-PSS instead. Similarly, this document restricts the use of the composite signature algorithms mldsa44_rsa2048_pkcs15_sha256, mldsa65_rsa3072_pkcs15_sha512, and mldsa65_rsa4096_pkcs15_sha512 algorithms, defined 
in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>, to the "signature_algorithms_cert" extension. These composite signature algorithms MUST NOT be used with the "signature_algorithms" extension. These values refer solely to signatures which appear in certificates (see <xref section="4.4.2.2" sectionFormat="of" target="RFC8446"/>) and are not defined for use in signed TLS handshake messages.</t>
      <t>A peer that receives a CertificateVerify message indicating the use of the RSASSA-PKCS1-v1_5 algorithm as one of the component signature algorithms MUST terminate the connection with a fatal illegal_parameter alert.</t>
    </section>
    <section anchor="selection-criteria-for-composite-signature-algorithms">
      <name>Selection Criteria for Composite Signature Algorithms</name>
      <t>The composite signatures specified in the document are a restricted set of cryptographic pairs, chosen from the intersection of two sources:</t>
      <ul spacing="normal">
        <li>
          <t>The composite algorithm combinations as recommended in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>, which specify both PQC and traditional signature algorithms.</t>
        </li>
        <li>
          <t>The recommended traditional signature algorithms listed in TLS 1.3.</t>
        </li>
      </ul>
      <t>By limiting algorithm combinations to those defined in both <xref target="I-D.ietf-lamps-pq-composite-sigs"/> and TLS 1.3, this specification ensures that each pair meets established security standards for composite signatures in a post-quantum context, as described in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>.</t>
      <t>This conservative approach reduces the risk of selecting unsafe or incompatible configurations, promoting security by requiring only trusted and well-vetted pairs. Future updates to this specification may introduce additional algorithm pairs as standards evolve, subject to similar vetting and inclusion criteria.</t>
      <section anchor="mapping-tls-signatureschemes-to-composite-ml-dsa">
        <name>Mapping TLS SignatureSchemes to Composite ML-DSA</name>
        <t>The following table provides a mapping between the TLS <tt>SignatureScheme</tt>
identifiers defined in this document and the corresponding composite
algorithm identifiers defined in <xref target="I-D.ietf-lamps-pq-composite-sigs"/>.</t>
        <table>
          <thead>
            <tr>
              <th align="left">TLS SignatureScheme</th>
              <th align="left">Composite ML-DSA Algorithm Name</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">mldsa44_ecdsa_secp256r1_sha256</td>
              <td align="left">id-MLDSA44-ECDSA-P256-SHA256</td>
            </tr>
            <tr>
              <td align="left">mldsa65_ecdsa_secp256r1_sha512</td>
              <td align="left">id-MLDSA65-ECDSA-P256-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa65_ecdsa_secp384r1_sha512</td>
              <td align="left">id-MLDSA65-ECDSA-P384-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa87_ecdsa_secp384r1_sha512</td>
              <td align="left">id-MLDSA87-ECDSA-P384-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa87_ecdsa_secp521r1_sha512</td>
              <td align="left">id-MLDSA87-ECDSA-P521-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa44_ed25519_sha512</td>
              <td align="left">id-MLDSA44-Ed25519-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa65_ed25519_sha512</td>
              <td align="left">id-MLDSA65-Ed25519-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa87_ed448_shake256</td>
              <td align="left">id-MLDSA87-Ed448-SHAKE256</td>
            </tr>
            <tr>
              <td align="left">mldsa44_rsa2048_pss_sha256</td>
              <td align="left">id-MLDSA44-RSA2048-PSS-SHA256</td>
            </tr>
            <tr>
              <td align="left">mldsa65_rsa3072_pss_sha512</td>
              <td align="left">id-MLDSA65-RSA3072-PSS-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa87_rsa3072_pss_sha512</td>
              <td align="left">id-MLDSA87-RSA3072-PSS-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa65_rsa4096_pss_sha512</td>
              <td align="left">id-MLDSA65-RSA4096-PSS-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa87_rsa4096_pss_sha512</td>
              <td align="left">id-MLDSA87-RSA4096-PSS-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa44_rsa2048_pkcs15_sha256</td>
              <td align="left">id-MLDSA44-RSA2048-PKCS15-SHA256</td>
            </tr>
            <tr>
              <td align="left">mldsa65_rsa3072_pkcs15_sha512</td>
              <td align="left">id-MLDSA65-RSA3072-PKCS15-SHA512</td>
            </tr>
            <tr>
              <td align="left">mldsa65_rsa4096_pkcs15_sha512</td>
              <td align="left">id-MLDSA65-RSA4096-PKCS15-SHA512</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations discussed in Section 11 of <xref target="I-D.ietf-lamps-pq-composite-sigs"/> 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 TLS 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 TLS authentication security as long as at least one component algorithm remains secure.</t>
      <t>However, a composite signature is strongly unforgeable (SUF-CMA) only if every one of its component signature algorithms is. Ed25519 and Ed448 are strongly unforgeable, but ECDSA is not. The composite schemes that use ECDSA therefore do not provide SUF-CMA even today. Once CRQCs are available, the traditional component algorithms used in this document are no longer secure, so none of the composite schemes, other than those that use RSA-PKCS#1 v1.5, will provide SUF-CMA. This exception arises because for a given key and message the PKCS#1 v1.5 signature is unique. This does not impact TLS, which requires only EUF-CMA security from its signature schemes. This is sufficient because the handshake transcript signed in each TLS connection is unique. Impersonating a server or client therefore requires forging a signature over the transcript of a new connection, which is exactly what EUF-CMA prevents. Losing SUF-CMA only lets an attacker produce a different valid signature over a transcript that has already been signed. Such a signature cannot be reused in another connection and so provides no advantage in TLS.</t>
      <t>Composite ML-DSA therefore need not be discontinued immediately once CRQCs arrive; deployments can migrate to pure post-quantum authentication in a planned, phased manner rather than as an emergency, as discussed in <xref target="I-D.ietf-uta-pqc-app"/>.</t>
      <t>This exposure applies to both peers. A client that accepts server authentication using a traditional certificate, or a server that accepts client authentication using a traditional certificate, remains vulnerable even if it also supports composite or post-quantum authentication. Once CRQCs are available, an attacker can derive the private key corresponding to the traditional public key in the peer's certificate and impersonate that peer. For example, an attacker can become an on-path attacker, such as by spoofing DNS responses, and authenticate using the compromised key. No certificate forgery is required. The same applies to any traditional signature in the certification path: an attacker that derives a CA's private key can issue certificates for any name, including for a server that has already migrated to a composite certificate if a traditional CA is still trusted by the client.</t>
      <t>While broader deployment of composite or post-quantum certificates will reduce this exposure, clients remain vulnerable unless stricter authentication continuity policies are enforced. A coordinated “flag day” in which all traditional-only certificates are simultaneously phased out is unlikely due to real-world deployment constraints. The continuity mechanism defined in <xref target="I-D.sheffer-tls-pqc-continuity"/> addresses this deployment challenge by allowing clients to cache and enforce a server’s support for post-quantum or composite authentication, thereby preventing fallback to traditional-only authentication in subsequent connections.</t>
      <t>The same concern applies in the other direction. A relying party that accepts both a composite ML-DSA scheme and the corresponding stand-alone ML-DSA scheme can be downgraded to stand-alone ML-DSA if ML-DSA is broken, defeating the composite's protection. This downgrade would be harmless only if ML-DSA were fully trusted on its own, but composite authentication is used precisely because it is not. Preventing downgrade is a matter of relying-party policy: not accepting stand-alone ML-DSA where the composite's protection is required.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document requests new entries to the TLS SignatureScheme registry,
according to the procedures in <xref section="6" sectionFormat="of" target="TLSIANA"/>.</t>
      <table>
        <thead>
          <tr>
            <th align="left">Value</th>
            <th align="left">Description</th>
            <th align="left">Recommended</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">TBD1</td>
            <td align="left">mldsa44_ecdsa_secp256r1_sha256</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD2</td>
            <td align="left">mldsa65_ecdsa_secp256r1_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD3</td>
            <td align="left">mldsa65_ecdsa_secp384r1_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD4</td>
            <td align="left">mldsa87_ecdsa_secp384r1_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD5</td>
            <td align="left">mldsa87_ecdsa_secp521r1_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD6</td>
            <td align="left">mldsa44_ed25519_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD7</td>
            <td align="left">mldsa65_ed25519_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD8</td>
            <td align="left">mldsa87_ed448_shake256</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD9</td>
            <td align="left">mldsa44_rsa2048_pkcs15_sha256</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD10</td>
            <td align="left">mldsa65_rsa3072_pkcs15_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD11</td>
            <td align="left">mldsa65_rsa4096_pkcs15_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD12</td>
            <td align="left">mldsa44_rsa2048_pss_sha256</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD13</td>
            <td align="left">mldsa65_rsa3072_pss_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD14</td>
            <td align="left">mldsa87_rsa3072_pss_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD15</td>
            <td align="left">mldsa65_rsa4096_pss_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
          <tr>
            <td align="left">TBD16</td>
            <td align="left">mldsa87_rsa4096_pss_sha512</td>
            <td align="left">N</td>
            <td align="left">This document.</td>
          </tr>
        </tbody>
      </table>
      <section anchor="restricting-composite-signature-algorithms-to-the-signaturealgorithmscert-extension">
        <name>Restricting Composite Signature Algorithms to the signature_algorithms_cert Extension</name>
        <t>IANA is requested to add a footnote indicating that the mldsa44_rsa2048_pkcs15_sha256, mldsa65_rsa3072_pkcs15_sha512, and mldsa65_rsa4096_pkcs15_sha512 algorithms are defined exclusively for use with the signature_algorithms_cert extension and are not intended for use with the signature_algorithms extension.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="TLSIANA">
          <front>
            <title>IANA Registry Updates for TLS and DTLS</title>
            <author fullname="Joseph A. Salowey" initials="J. A." surname="Salowey">
              <organization>Venafi</organization>
            </author>
            <author fullname="Sean Turner" initials="S." surname="Turner">
              <organization>sn3rd</organization>
            </author>
            <date day="21" month="July" year="2025"/>
            <abstract>
              <t>   This document updates the changes to TLS and DTLS IANA registries
   made in RFC 8447.  It adds a new value "D" for discouraged to the
   Recommended column of the selected TLS registries and adds a
   "Comment" column to all active registries that do not already have a
   "Comment" column.  Finally, it updates the registration request
   instructions.

   This document updates RFC 8447.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tls-rfc8447bis-15"/>
        </reference>
        <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="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="RFC5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC8017">
          <front>
            <title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
            <author fullname="K. Moriarty" initials="K." role="editor" surname="Moriarty"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <author fullname="J. Jonsson" initials="J." surname="Jonsson"/>
            <author fullname="A. Rusch" initials="A." surname="Rusch"/>
            <date month="November" year="2016"/>
            <abstract>
              <t>This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.</t>
              <t>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series. By publishing this RFC, change control is transferred to the IETF.</t>
              <t>This document also obsoletes RFC 3447.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8017"/>
          <seriesInfo name="DOI" value="10.17487/RFC8017"/>
        </reference>
        <reference anchor="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>
        <reference anchor="FIPS204" target="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf">
          <front>
            <title>FIPS-204: Module-Lattice-Based Digital Signature Standard</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="BSI2021" target="https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/Brochure/quantum-safe-cryptography.pdf">
          <front>
            <title>Quantum-safe cryptography - fundamentals, current developments and recommendations</title>
            <author>
              <organization>Federal Office for Information Security (BSI)</organization>
            </author>
            <date year="2021" month="October"/>
          </front>
        </reference>
        <reference anchor="I-D.ietf-uta-pqc-app">
          <front>
            <title>Post-Quantum Cryptography Recommendations for TLS-based Applications</title>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>University of the Bundeswehr Munich</organization>
            </author>
            <date day="4" month="July" year="2026"/>
            <abstract>
              <t>   Post-quantum cryptography presents new challenges for device
   manufacturers, application developers, and service providers.  This
   document highlights the unique characteristics of applications and
   offers best practices for implementing quantum-ready usage profiles
   in applications that use TLS and supporting protocols such as DNS.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-uta-pqc-app-03"/>
        </reference>
        <reference anchor="I-D.sheffer-tls-pqc-continuity">
          <front>
            <title>PQC Continuity: Downgrade Protection for TLS Servers Migrating to PQC</title>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <date day="9" month="June" year="2026"/>
            <abstract>
              <t>   As the Internet transitions toward post-quantum cryptography (PQC),
   many TLS servers will continue supporting traditional certificates to
   maintain compatibility with legacy clients.  However, this
   coexistence introduces a significant vulnerability: an undetected
   rollback attack, where a malicious actor strips the PQC or composite
   certificate and forces the use of a classical certificate once
   quantum-capable adversaries exist.

   To defend against this, this document defines a TLS extension that
   allows a TLS client to cache a server's declared commitment to
   present PQC or composite certificates for a specified duration.  On
   subsequent connections, the client enforces that cached commitment
   and rejects traditional-only certificates that conflict with it.
   This mechanism, inspired by HTTP Strict Transport Security (HSTS) but
   operating at the TLS layer, provides PQC downgrade protection without
   requiring changes to certificate authority (CA) infrastructure.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-sheffer-tls-pqc-continuity-02"/>
        </reference>
      </references>
    </references>
    <?line 274?>

<section numbered="false" anchor="rationale-for-a-dedicated-tls-specification-to-be-removed-before-publication">
      <name>Rationale for a Dedicated TLS Specification (to be removed before publication)</name>
      <t>While it might appear sufficient to allocate SignatureScheme code points for composite ML-DSA without a dedicated TLS specification, doing so would leave critical TLS-specific decisions unresolved and risk interoperability failures:</t>
      <ul spacing="normal">
        <li>
          <t><xref target="I-D.ietf-lamps-pq-composite-sigs"/> defines a context string parameter for signing and verification without mandating an empty string for TLS use; implementations could make different choices, causing signature verification failures.</t>
        </li>
        <li>
          <t>RSASSA-PKCS1-v1_5-based composite schemes must be restricted to the <tt>signature_algorithms_cert</tt> extension and must not appear in CertificateVerify messages; this restriction cannot be inferred from code point registration alone.</t>
        </li>
        <li>
          <t>Composite ML-DSA must not be used in TLS 1.2.</t>
        </li>
        <li>
          <t>The LAMPS draft defines a larger set of composite combinations; a TLS specification is needed to define the restricted subset compatible with TLS 1.3.</t>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="implementation-complexity-considerations-to-be-removed-before-publication">
      <name>Implementation Complexity Considerations (to be removed before publication)</name>
      <t>A concern has been raised that composite signatures introduce significant API complexity for TLS implementations. This concern does not apply at the TLS layer. From the TLS perspective, a composite key is treated as a single opaque key — identical in handling to any other signature algorithm. The internal decomposition of a composite key into its ML-DSA and traditional component keys is entirely the responsibility of the underlying cryptographic library, not of the TLS implementation. A TLS implementation that supports composite ML-DSA need only handle the negotiated code points and invoke the crypto engine accordingly; the composite construction is invisible above that boundary.</t>
      <t>Furthermore, the cryptographic library implementing composite ML-DSA can be shared across multiple protocol stacks — including IPsec, JOSE, SSH, and others — meaning the implementation effort is incurred once and benefits multiple protocols. This makes the effective per-protocol cost of supporting composite ML-DSA minimal.</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Bas Westerbaan, Alicja Kario, Ilari Liusvaara, Dan Wing, Yaron Sheffer, Samuel Lee, Eric Rescorla, and Sean Turner for the discussion and comments.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
jAOxdDPoMFw48gSrujrsrjJ7YPqvjcoH1wfjgk2vD8PDApvfrdvCkYF34rdK
Pfk+iRsY3lLi2n3syH1tLeAyVwIzGgwXJPpd80ydAQ77zdQdiqzatv0QKt5y
S4KAuDZW1mIjnXANbM70t02HVyKocO8B1Neetpi9u7Ougf5sa3MARm27cLsV
JGwJXnLQUvDoOZZqpqmX9dqzWccGZ5gYXGgWTAN0eg6vFQPXoxkda8mdUWF9
QdcHiw65YY/XTk6vdFJQY+sCEUnWVPw4aLGOUt/NklcFApGTKPpavd2B2gOE
za0fdfPG7c25T8gIZxvpsKPolWOHG3pIR462cN0b+05TKjWEOR3s1OON1KcZ
zfWzx6eb6oGBGWdib5VU4TqWb/FkY+iRoqBJrpn5OrO0DGGroPEGRhKbqidU
cOFtdQ0ivqejm5UOtEWccqsjUlCpi2eCwtOtPa8r18A9urKmr/cXhjqcxKJT
WZWz+aL+1Muacbt1XnA1pcYGre4HKCbV8vNS0iGOz8nGlWU5Is5836SrAl+Z
NB2uTUl/s3KP1NOKd7xaxVK9zvvkTZWvxPXOtnpEgkwDTccQpZa0Wefp2lCd
f/ITGBNDKslGosHHHxxPc7/i1J16iI4qmy8gLRpEmtCtqdBk3QBILIFUF9ja
cfE2aE9augl9G6WHaD92Zv8xCmPOnUDEZ2+APqE/sI/chVXrQRS0IfRPd1tc
/qlPBCr892k7GmzgzUsdjv4UfRre8O/GAeFYUHdDZeaTui4rqtqM+Ol212+a
6R4cd6ajn28xXat00zcdBlw/3e5KUDPdo4e/bbpWuahvOgy4frrtolGjJ+FW
yJjeubqyu2k6kt0tp9suSG1PR8zSGJrs+/MtLekw21Pb2WLWpfW4UNSjeCGz
PeWdLWZdctBP12U4ZPbG6cDsbafrryr1UUdjbknd9dMJdbeabmcFcNdeEPA8
7m5H71a0Ao9de1FP19LRPtndMJ1wu2M6QarO3575exE+eFw0DenNpQnBRNQj
VVkXXPsY4eCAXP+tUBGViCIpEZU4OdQhROniKV8AJD/x9iYw5zuad9+68X2g
fGvD3VPgzqO58Sl6vgvhQPHQBxnSUKXunL97Ojx7cXrXA1WCEhXdrUrIYxL2
4vxhq0PB5TM5YtN2dxJfEFqD3cKilgQZ4voGrnAW9pBRP18yqUpuK4ILBoI0
wyQbxmaF5+IvviCD8Jnuv2hpH93mqVECcEQtkFyRLamRzZYcWTVsNTihoNuN
0BRpXwMMqnsl+xtYSbpAZdk83TS7BMxzZ+y2QSBgMqOOsmLjIzpqT78hoksA
DbfKwRw29S04UBCtaBWny/Jy1ImCfFaHETuFoDKY7xdxU6Ir+Xn9cwxIJ1yZ
x3ozUq8ow3f25ocz1wO/1sCSvPpulQlY8mmt7U6zpktVBA/IStRkfYkWX1fM
OT8NdjIX6NScbV12u0LM22XMVcvMB+qK5WoYogDuzuf+Q1finSfEPl99oWyM
O2tcsWwWaOuDVHPqm3xN7UwDgXMBQA6ma950hTZ3bBut5WCX9GSrxcjX+VoH
25O9M1XvshoQP4drdGCCDEFA98VyBZScZ5KwoE5OSi3yjcY0cX1zTmVqFnwX
su7LPAdEUFlLrqDVSwd2ynyAiLhJEBvpBeL6nsH185wT1F4xWWyp4YpTcz9o
5UOk4NbKWqetWzZyIyyki1VnQQbC1VUmFJ2IyEZqLG3SrduWtKcTkoBXap2J
QgZCJZWxeRP/ZHlzL8vF86OeJpJGvtyS4FbidmJYt6yi9YK7dXl4KAvo67et
Tn5q3vV3z8ieEv0to7p930FT2yS4iBHgLrilZ0l/FtQ/X5856W+BPhZ082Mj
IXroXz9+/H3tUqtSw6FOhwj/mricO4fZ6q1WaSIRJWcoKL1m+V6RVzhqZuf2
devVsUO11C7aZc0gMcjl0VqVW/O5Nb50Pu8ogouf/kJGUkqTqktbB82eRMU1
sr/OwIY6TlsKBEDpDLnRlqy1u3vVjoRdhjdkIqh5uJQcSZsuBQZlFE4K1GbA
+GtbpuhceegSNaG8FlcuqUFJl4v650GNfKgOucrzGdH35OVYCbmWWx4oL9tI
xAQVqeDeBF/NUi/zFsXsCAvuo/dN8eIAqZ01VDDqXuhPuTlxNLPyzUowcdLi
k2Uh0ues7+nvbHsHqPxBlw/aiWm5g7nh3oTw0vRsSzFDM+QObtxtmw1Z37p3
cnYqsIScns89uUYVUXYuvdFF30mRa4KSjb1oXzDrqmuLI3aqkkUTj+7P88At
Y90hCc9IlaV0wcRlfbeOsbNw3IeSU6OI62gyhHSmtKd02TCn684sll9/+fss
1XMFdEI9xljLX61NQ5EM2Ve0qGcg1b4r6mxdXpXiDukSMF3HqIy7MOHvFwfi
EgRMQNR6wFVzUN8pbWec2CraBd2bKviNF2QYm8co+RrHOBXWX2UJl1uAM0Pl
PbqY6dNsXtx02RW+3birLSyyWrl+/eW/bKuS1trZVkq2vSnuDvpk412xXJZx
9zrIxHQFve1RbDWRS5hl4B+tL43SEZ2SGyuy+qi60yg+NU4KeYT2v8CmuA6O
ctO25ew9+roNXFN5b7qQ06VDnRLabI93F5Xi/CrDMYzlGPYMxwls+j9xpi7p
jgOFOE3Npybpd+H7I2qQ6BZwV70mBOGKJZ8UHz74lznQPaPgOr7cVyOYiDkk
CNi1j3UrO7ZxCkOabmrQKBeWOGh43exxQ5Zcu4QJJBw48zswlB3gg7o5YZwi
G7FDqnJJarc0WsabXxZx+vK0J75vV2ahVXSnmUAldVYlPoVuelO2vttxEEnP
QuAluZEt9oWIpob4gFh276ph8BJ9Un+iKiVlLZ4E3Z/X/vuk3gRFH/qLwenU
1DmS35D7/XTNXy4zTH3MvPwNKeKQ0petv1oCHyk36WEz6e5E8ZdOen/HpK38
7pdOetRMujtp/KWTHu+YtJU6/tJJH7Q3qj/j+6WTPmzL9J8z6aM2+/3J5C+d
9JsW+7vymF846cG9kP1d2cwvnfSgM2lvTvNLJz3sZb+dUf/iSe/3st9ONX/x
pEfh7v+zJj3ulek/OOmDDqX/4KRUFK17lVqNoX2NEd6z7L7Bc+7bX6KInZ3z
gMZ6zB9Tr+4sz0t4104jiZbuq/+/HiN5s4CDsuHLK3zvTN3ss5vhut+n1YRD
/RzsF281U9A0JK+XIiBKeOFN63q/hnNmcblennGroH5H0vi+xcxdzF41Lza7
G308kZdAmvjf9vj9bHuffeBEL9qha9m+DSlIxHH/eMovz9hCH3TfAXiJooX+
u3nEN8UfGnIOaW81AwBb5gyxcocX5W52/b4xas6v+3r9q4gooAG0oX4A6UTg
noet7v+ZTlKCQCeQ7O1qIv5G62/tsPYsNy9OqRuf3US+ZgHF+LbzQhPKrZAE
lpTsbBJ+00WeTCmjQPCWRVWfztbantsRmN1qxXK32bYz6Et6kQDrTt285A76
jzsV/8eO5vMcjJjrPrbdjYvfusv/TZNkkIFMMveqIk4YNxrmoa676UNAnNjc
yjbWlGz3ndJ4CtCen754PZa3qQbbndILBIu6bysoCjVdSN+6NtN2Mwv38xoX
T7kGfW7DCbrBKGAst9pymw6oryhPHb7a5ozfMvFhuyT4m4/6aR2UUkqGM8KI
9ElE8naU/hYm36MTvrPu9PWFewsG0+cVuqPLLhr0i9alAwqJN8qZe3ou1RtO
xfl2OPqOknUreRFLu1Z1zRuZ3OVEGvHrL//pemTIgiQZ1xBS/2qSbOMC8Z03
RYIrcn5pf42lSwuVTClg9VelOn1znRc0UV4JVBXcByo6QunCxNkrVx7iiqik
BdoNhGkyKTTCPRakG7wtekorbH8r29yTxXWUc3ae43MWltlunW+svbRZrfNL
FwAzkeBszpdTfCiabr7tVLtaFVa++rSGOeeX60zytcvMTnJ6DWixad5VsswL
V5TrFUfDaKtfqvNeJMtvAAV1RW6DFwn4uyMU4tMrRlh16nzmxWuEQQP1x1fj
84Eaj5+5dz8QUTLUvWVB+jjb8jazGSWn5IZXxUaNixs0w8RkMBRlDx3+3JAP
kNp1/UoiOhXDmt4pvRiIuvxkR3tZXyZZstQpG5jT6WWWX6UmnnMlpd9IvMXe
XzLSe4yj9WdCbsVE09sjT2FeftL0yuUkH6gLmMtEPU8qu9ZwjAN6A6/6M2gY
qL/ogl50KhlBCE0vK5Oq5wY7eA5zSIAT+pFqEeUY8lNvqyJzjpW7aqXu4p2L
5Bno9ST/B4QTYR13WwAA

-->

</rfc>
