<?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-reddy-emu-pqc-eap-tls-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="PQC Enhancements to EAP-TLS/TTLS">Post-Quantum Enhancements to EAP-TLS and EAP-TTLS</title>
    <seriesInfo name="Internet-Draft" value="draft-reddy-emu-pqc-eap-tls-00"/>
    <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>
    <date year="2025" month="July" day="07"/>
    <area>Security</area>
    <workgroup>EAP Method Update</workgroup>
    <keyword>PQC</keyword>
    <keyword>PQ/T Hybrid</keyword>
    <keyword>TLS</keyword>
    <keyword>EAP</keyword>
    <abstract>
      <?line 50?>

<t>This document proposes enhancements to the Extensible Authentication Protocol with Transport Layer Security (EAP-TLS) and EAP Tunneled TLS (EAP-TTLS) to incorporate post-quantum cryptographic mechanisms. It also addresses challenges related to large certificate sizes and long certificate chains, as identified in RFC9191, and provides recommendations for integrating PQC algorithms into EAP-TLS and EAP-TTLS deployments.</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-reddy-emu-pqc-eap-tls/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EAP Method Update 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 55?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The emergence of a Cryptographically Relevant Quantum Computer (CRQC) would break the mathematical assumptions that underpins widely deployed public-key algorithms, rendering them insecure and obsolete. As a result, there is an urgent need to update protocols and infrastructure with post-quantum cryptographic (PQC) algorithms designed to resist attacks from both quantum and classical adversaries. The cryptographic primitives requiring replacement are discussed in <xref target="I-D.ietf-pquip-pqc-engineers"/>, and the NIST PQC Standardization process has initially selected algorithms such as ML-KEM, SLH-DSA, and ML-DSA for usage in security protocols.</t>
      <t>To mitigate the risks posed by a CRQC, such as the potential compromise of encrypted data and the forging of digital signatures, existing security protocols must be upgraded to support PQC. These risks include "Harvest Now, Decrypt Later" (HNDL) attack, where adversaries capture encrypted traffic today with the intent to decrypt it once CRQCs become available. Protocols such as EAP-TLS and EAP-TTLS are widely used for network access authentication in Enterprise and Wireless environments. To continue providing long-term confidentiality and authentication guarantees, EAP-TLS and EAP-TTLS must evolve to incorporate post-quantum algorithms.</t>
      <t>However, transitioning these protocols to support PQC introduces practical challenges. <xref target="RFC9191"/> highlights issues related to large certificates and certificate chains in EAP-TLS, which can lead to session failures due to round-trip limitations. PQC certificates and certificate chains tend to be significantly larger than their traditional counterparts, further exacerbating these issues by increasing TLS handshake sizes and the likelihood of session failures. To address these challenges, this draft proposes mitigation strategies that enable the  use of PQC within EAP-TLS and EAP-TTLS, ensuring secure and efficient authentication even in constrained network environments.</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>This document adopts terminology defined in <xref target="I-D.ietf-pquip-pqt-hybrid-terminology"/>. For the purposes of this document, it is useful to categorize cryptographic algorithms into three distinct classes:</t>
      <ul spacing="normal">
        <li>
          <t>Traditional Algorithm: An asymmetric cryptographic algorithm based on integer factorization, finite field discrete logarithms, or elliptic curve discrete logarithms. In the context of TLS, an example of a traditional key exchange algorithm is Elliptic Curve Diffie-Hellman (ECDH), which is almost exclusively used in its ephemeral mode, referred to as Elliptic Curve Diffie-Hellman Ephemeral (ECDHE).</t>
        </li>
        <li>
          <t>Post-Quantum Algorithm: An asymmetric cryptographic algorithm designed to be secure against attacks from both quantum and classical computers. An example of a post-quantum key exchange algorithm is the Module-Lattice Key Encapsulation Mechanism (ML-KEM).</t>
        </li>
        <li>
          <t>Hybrid Algorithm: We distinguish between key exchanges and signature algorithms:  </t>
          <ul spacing="normal">
            <li>
              <t>Hybrid Key Exchange: A key exchange mechanism that combines two component algorithms - one traditional algorithm and one post-quantum algorithm. The resulting shared secret remains secure as long as at least one of the component key exchange algorithms remains unbroken.</t>
            </li>
            <li>
              <t>PQ/T Hybrid Digital Signature: A multi-algorithm digital signature scheme composed of two or more component signature algorithms, where at least one is a post-quantum algorithm and at least one is a traditional algorithm.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>Digital signature algorithms play a critical role in X.509 certificates, Certificate Transparency Signed Certificate Timestamps, Online Certificate Status Protocol (OCSP) statements, and any other mechanism that contributes signatures during a TLS handshake or in context of a secure communication establishment.</t>
    </section>
    <section anchor="confident">
      <name>Data Confidentiality in EAP-TLS</name>
      <t>One of the primary threats to EAP-TLS and EAP-TTLS is the HNDL attack. In this scenario, adversaries can passively capture EAP-TLS handshakes such as those transmitted over the air in Wi-Fi networks and store them for future decryption once CRQCs become available.</t>
      <t>While EAP-TLS 1.3 <xref target="RFC9190"/> was designed to provide strong forward secrecy and protect user privacy by encrypting client identity and reducing exposure of session metadata, HNDL attacks effectively nullify these protections. If the handshake is not quantum-resistant, a future CRQC could retroactively decrypt session traffic, revealing:</t>
      <ul spacing="normal">
        <li>
          <t>The identity of the authenticated client.</t>
        </li>
        <li>
          <t>Client credentials used in certificate-based authentication (e.g., usernames, device or organization identifiers).</t>
        </li>
        <li>
          <t>Session-specific metadata that may aid surveillance or profiling, such as cipher suites and TLS extensions supported. These elements can help to fingerprint devices, or correlate EAP-TLS sessions over time.</t>
        </li>
      </ul>
      <t>To preserve the intended privacy guarantees of TLS 1.3 and protect against HNDL, EAP-TLS and EAP-TTLS deployments <bcp14>MUST</bcp14> adopt post-quantum key exchange mechanisms, as outlined in Section 4 of <xref target="I-D.reddy-uta-pqc-app"/>. These mechanisms ensure that even if handshake data is recorded today, it cannot be decrypted in the future, maintaining the confidentiality and privacy of the TLS session.</t>
      <t>Furthermore, to support hybrid or PQC-only key exchange in bandwidth or latency-constrained EAP deployments, EAP clients and servers should apply the optimizations described in Section 4.1 of <xref target="I-D.reddy-uta-pqc-app"/> to minimize performance overhead.</t>
    </section>
    <section anchor="eaptls-authentication">
      <name>Post-Quantum Authentication in EAP-TLS</name>
      <t>Although CRQCs could eventually decrypt recorded TLS sessions to recover derived keys and access confidential data, they cannot retroactively compromise client or server authentication if the attacker did not possess the corresponding private key at the time of the handshake. However, EAP-TLS and EAP-TTLS deployments rely on X.509 certificates issued by certificate authorities (CAs), and the transition to post-quantum (PQ) authentication is constrained by the long lifecycle involved to distribute, deploy, and validate new trust anchors. If CRQCs arrive sooner than anticipated, authentication systems may lack the agility to adapt in time.</t>
      <t>This makes PQC authentication a critical requirement for EAP-TLS and EAP-TTLS deployments deployments. An on-path attacker equipped with a CRQC could compute a server’s private key before the certificate expires, enabling real-time impersonation of access points (APs). This could deceive users into revealing credentials or connecting to rogue networks, leading to privacy violations and potential client credential theft.</t>
      <t>To mitigate these risks, EAP-TLS and EAP-TTLS deployments <bcp14>MUST</bcp14> adopt either pure PQ or PQ/T certificate-based authentication, as described in <xref section="5" sectionFormat="of" target="I-D.reddy-uta-pqc-app"/>.</t>
      <t>A composite certificate contains both a traditional public key algorithm (e.g., ECDSA) and a post-quantum algorithm (e.g., ML-DSA) within a single X.509 certificate. This design enables both algorithms to be used in parallel, the traditional component ensures compatibility with existing infrastructure, while the post-quantum component introduces resistance against future quantum attacks. This approach facilitates early adoption of PQC without requiring immediate disruption to established PKI deployments.</t>
      <t>The use of post-quantum or hybrid certificates increases the size of individual certificates, certificate chains, and signatures, resulting in significantly larger handshake messages. These larger payloads can lead to packet fragmentation, retransmissions, and handshake delays, issues that are particularly disruptive in constrained or lossy network environments.</t>
      <t>To address these impacts, EAP-TLS and EAP-TTLS deployments can apply certificate chain optimization techniques outlined in Section 6.1 of <xref target="I-D.reddy-uta-pqc-app"/> to reduce transmission overhead and improve handshake reliability.</t>
    </section>
    <section anchor="ext-extn">
      <name>EST Integration</name>
      <t>To reduce handshake overhead further and suppress the transmission of intermediate certificates, especially important when certificate chains become large due to PQC or composite certificates, this draft leverages the Enrollment over Secure Transport (EST) protocol <xref target="RFC7030"/> as extended by EST extensions <xref target="RFC8295"/>.</t>
      <t>This section defines extensions to EST to support retrieval of the certificate chain used by a EAP server and EAP clients. The first extension enables clients to obtain access to the complete set of published intermediate certificates of the EAP server.</t>
      <t>A new path component is defined under the EST well-known URI:</t>
      <artwork><![CDATA[
GET /.well-known/est/eapservercertchain
]]></artwork>
      <t>The '/eapservercertchain' is intended for informational retrieval only and does not require client authentication. It allows clients to retrieve the intermediate certificate chain that the EAP server presents during TLS handshakes. This request is performed using the HTTPS protocol. The EST server <bcp14>MUST</bcp14> support requests without requiring client authentication. The certificate chain provided by the EST server <bcp14>MUST</bcp14> be the same certificate chain EAP server uses in a EAP-TLS or EAP-TTLS session.</t>
      <t>The second extension enables EAP servers to obtain access to the complete set of published intermediate certificates of the EAP clients.</t>
      <t>A new path component is defined under the EST well-known URI:</t>
      <artwork><![CDATA[
GET /.well-known/est/eapclientcertchain
]]></artwork>
      <t>The '/eapclientcertchain' is intended for informational retrieval only and does not require client authentication. It allows EAP server to retrieve the intermediate certificate chain that the EAP clients present during TLS handshakes. This request is performed using the HTTPS protocol. The EST server <bcp14>MUST</bcp14> support requests without requiring client authentication. The certificate chain provided by the EST server <bcp14>MUST</bcp14> be the same certificate chain EAP clients use in the EAP-TLS or EAP-TTLS session.</t>
      <t>After retrieving intermediate certificates via EST, a EAP client that believes it has a complete set of intermediate certificates to authenticate the EAP server sends the tls_flags extension as defined in <xref target="I-D.kampanakis-tls-scas-latest"/> with the 0xTBD1 flag set to 1 in its ClientHello message. Similarly, a EAP server that believes it has a complete set of intermediate certificates to authenticate the EAP client sends the same tls_flags extension with 0xTBD1 set to 1 in its CertificateRequest message. In both cases, only the end-entity certificates will be provided by the EAP client and server during the TLS handshake, relying on the recipient to possess or retrieve the necessary intermediate certificates for certificate chain validation.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations outlined in <xref target="I-D.reddy-uta-pqc-app"/> and <xref target="I-D.ietf-pquip-pqc-engineers"/> must be carefully evaluated and taken into account for both EAP-TLS and EAP-TTLS deployments.</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>TBA.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9190">
          <front>
            <title>EAP-TLS 1.3: Using the Extensible Authentication Protocol with TLS 1.3</title>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides a standard mechanism for support of multiple authentication methods. This document specifies the use of EAP-TLS with TLS 1.3 while remaining backwards compatible with existing implementations of EAP-TLS. TLS 1.3 provides significantly improved security and privacy, and reduced latency when compared to earlier versions of TLS. EAP-TLS with TLS 1.3 (EAP-TLS 1.3) further improves security and privacy by always providing forward secrecy, never disclosing the peer identity, and by mandating use of revocation checking when compared to EAP-TLS with earlier versions of TLS. This document also provides guidance on authentication, authorization, and resumption for EAP-TLS in general (regardless of the underlying TLS version used). This document updates RFC 5216.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9190"/>
          <seriesInfo name="DOI" value="10.17487/RFC9190"/>
        </reference>
        <reference anchor="RFC7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee"/>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport. This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates. It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="RFC8295">
          <front>
            <title>EST (Enrollment over Secure Transport) Extensions</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>The EST (Enrollment over Secure Transport) protocol defines the Well-Known URI (Uniform Resource Identifier) -- /.well-known/est -- along with a number of other path components that clients use for PKI (Public Key Infrastructure) services, namely certificate enrollment (e.g., /simpleenroll). This document defines a number of other PKI services as additional path components -- specifically, firmware and trust anchors as well as symmetric, asymmetric, and encrypted keys. This document also specifies the PAL (Package Availability List), which is an XML (Extensible Markup Language) file or JSON (JavaScript Object Notation) object that clients use to retrieve packages available and authorized for them. This document extends the EST server path components to provide these additional services.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8295"/>
          <seriesInfo name="DOI" value="10.17487/RFC8295"/>
        </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="I-D.reddy-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 Applied Sciences Bonn-Rhein-Sieg</organization>
            </author>
            <date day="2" month="July" year="2025"/>
            <abstract>
              <t>   Post-quantum cryptography presents new challenges for applications,
   end users, and system administrators.  This document highlights the
   unique characteristics of applications and offers best practices for
   implementing quantum-ready usage profiles in applications that use
   TLS and key supporting protocols such as DNS.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-reddy-uta-pqc-app-08"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <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="1" month="July" 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-13"/>
        </reference>
        <reference anchor="RFC9191">
          <front>
            <title>Handling Large Certificates and Long Certificate Chains in TLS-Based EAP Methods</title>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides a standard mechanism for support of multiple authentication methods. EAP-TLS and other TLS-based EAP methods are widely deployed and used for network access authentication. Large certificates and long certificate chains combined with authenticators that drop an EAP session after only 40 - 50 round trips is a major deployment problem. This document looks at this problem in detail and describes the potential solutions available.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9191"/>
          <seriesInfo name="DOI" value="10.17487/RFC9191"/>
        </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.kampanakis-tls-scas-latest">
          <front>
            <title>Suppressing CA Certificates in TLS 1.3</title>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>AWS</organization>
            </author>
            <author fullname="Cameron Bytheway" initials="C." surname="Bytheway">
              <organization>AWS</organization>
            </author>
            <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <date day="5" month="January" year="2023"/>
            <abstract>
              <t>   A TLS client or server that has access to the complete set of
   published intermediate certificates can inform its peer to avoid
   sending certificate authority certificates, thus reducing the size of
   the TLS handshake.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-kampanakis-tls-scas-latest-03"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+Vb23Icx5F976+ohR4MKGYGgiXZIsK2DAGggRAvIAEG7XA4
FDXdNTMV6JuqugccM6jY39i3/Zb9lP2SPZlZ1ZeZAUnHhvZlH2QO+lKXzJMn
T2a1p9Np0tgmN6fq4KbyzfRVq8umLdRludJlagpTNl41lbo8u5nePbtVuszk
N/44SPR87sya3n11/tgrx/JoqhuzrNzmVPkmS5KsSktdYNrM6UUzdSbLNlNT
tNP653RqdD1tcj/N8Y5vEt/OC+u9rcpmU+OV68u7p0nZFnPjTpMMz5wmaVV6
U/rWn6rGtSbBmr5OtDMaa7s1aetsszlIHip3v3RVW+MqVqeem2ZVZepNTYMc
JPdmgyey00RNFTYk/xzfqavN3NmM/sRO6B+8myRrU7aYWamPjKiUrPjgLWa2
5VL9hZ6l64W2Oa5jx3+2plnMKreky9qlK1xeNU3tT4+P6Sm6ZNdmFh87pgvH
c1c9eHOM9w+SJPEN/PKTzqsSk22MT2p7qv7eVOlE+co1ziw8fm2K8KNxNm0m
Kq0KdtZEwRuFrmus8B9JolvswZEVsCClFm2ei6vurGsLnRv/oJ16TR7jB7Am
Xdp/6gYOOlUvqnur+XoKm5+qH3S5xMKc4WvOLPmpH7UrdaPvw5NVWzYEjesy
Cy+bYKD7WTOY9SfGyZ9LmmOG5dPek7JyBSZfszNePz1/cvLkq/Dz9199HX9+
99sn354miS0X/ePJFPCn/1F6DqPotMFwdyvrySAt2UbVrqorb7wyW+huVkZd
vmsAOjvPjTqD0XDLpmwGdeMqWL/K1YNtVurO6dLXcIR6pjfGqYhIdRhi5CjG
lbpry9LkJiOohdt8HzPaMq0cRgGyVE2x+nOI1dRt6qZaOl2vbKoKk2Kl1hd+
pq4bpXNfKZ1lznjaBu7luSmX+OkMxVdGQwNkS6NS4xq7oC0Y5e0/8QitCqBa
jm5hCFsCNNorm9GeFxaj2DLY/mTCr8Fwa9ymaQRnGVvGK9gfD4MMsBEKCaIO
nYMaYKnC0639bKMyU+fVhh0wE68VNstykyRfADiNq7I2pSnIhQYAMtgTPKaq
hdLqfGgjmGADAOdmDQOqSHnnVVG3DdxzeP761fmReqjaPFMgOH3P3gZqVoag
g/exed8WteyoWelGtWVmHCLIw+WZwfiyXFimbue5Tadgl8E+J7ALvUEWoGGx
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
D/OfxNeBMQAA

-->

</rfc>
