<?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.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-intra-handshake-fail-11" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Intra-handshake Attestation Considered Harmful">Intra-handshake Attestation Considered Harmful (CVE-2026-33697 of CVSS 7.5 and several other CVEs of up to expected CVSS 9.8 upcoming)</title>
    <seriesInfo name="Internet-Draft" value="draft-intra-handshake-fail-11"/>
    <author fullname="Muhammad Usama Sardar">
      <organization>TU Dresden, Germany</organization>
      <address>
        <email>muhammad_usama.sardar@tu-dresden.de</email>
      </address>
    </author>
    <author fullname="Songbo Bu">
      <organization>Shanghai Guan An Information Technology Co., Ltd., China</organization>
      <address>
        <email>bluedognull@gmail.com</email>
      </address>
    </author>
    <author fullname="Chengxin Huang">
      <organization>Independent</organization>
      <address>
        <email>aurestarnull@gmail.com</email>
      </address>
    </author>
    <author fullname="Haowen Song">
      <organization>Shanghai Guan An Information Technology Co., Ltd., China</organization>
      <address>
        <email>havan12050544@gmail.com</email>
      </address>
    </author>
    <author fullname="Iman Schrock">
      <organization>EMILIA Protocol, Inc.</organization>
      <address>
        <email>team@emiliaprotocol.ai</email>
      </address>
    </author>
    <date year="2026" month="August" day="23"/>
    <workgroup>SEAT</workgroup>
    <keyword>AI agents</keyword>
    <keyword>Intra-handshake attestation</keyword>
    <keyword>CVE-2026-33697</keyword>
    <abstract>
      <?line 115?>

<t>The draft aims to provide technical details of <eref target="https://www.cve.org/CVERecord?id=CVE-2026-33697">CVE-2026-33697</eref> and <eref target="https://euvd.enisa.europa.eu/enisa/EUVD-2026-16488">EUVD-2026-16488</eref>, which is substantial technical evidence of how <strong>intra</strong>-handshake attestation fails in practice, even <em>without physical access</em>. Moreover, since continuous attestation is generally required, <strong>intra</strong>-handshake attestation adds <strong>unnecessary complexity</strong>. The results are backed by the research <xref target="Intra-handshake.fail"/> and the artifacts <xref target="Intra-handshake.fail-repo"/> in state-of-the-art tool, ProVerif, under Apache-2.0 license for reproducibility, and have been acknowledged by the relevant stakeholders.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://muhammad-usama-sardar.github.io/intra-handshake-fail/draft-intra-handshake-fail.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-intra-handshake-fail/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/muhammad-usama-sardar/intra-handshake-fail"/>.</t>
    </note>
  </front>
  <middle>
    <?line 119?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="Intra-handshake.fail"/> presents a general approach to analyze the intra-handshake attestation proposals, regardless of whether they are within the scope of SEAT charter or not. From a security perspective, one of the key decision factors is the candidate binding mechanism. Some binding mechanisms are within scope of SEAT charter and others are not. The artifacts are in <xref target="Intra-handshake.fail-repo"/> under Apache-2.0 license for reproducibility and extensibility.</t>
      <t>A <strong>complementary</strong> paper <xref target="ID-Crisis"/> presents the identity crisis in pre- and intra-handshake attestation. The formal analysis is available in <xref target="ID-Crisis-repo"/> under Apache-2.0 license for reproducibility and extensibility.</t>
      <t>Another complementary paper -- currently under submission -- peforms a thorough formal analysis of the design options in intra-handshake attestation.</t>
      <section anchor="overview">
        <name>Overview</name>
        <t>This draft presents the formal specification and analysis of the candidate binding mechanisms for binding in intra-handshake attestation for standardization for attested TLS protocols:</t>
        <table>
          <name>Binding mechanisms, implementations and ProVerif artifacts</name>
          <thead>
            <tr>
              <th align="left">No.</th>
              <th align="left">Binding mechanism</th>
              <th align="left">Used in</th>
              <th align="left">Artifacts</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1.</td>
              <td align="left">Client’s TLS nonce</td>
              <td align="left">
                <eref target="https://ai.meta.com/static-resource/private-processing-technical-whitepaper">Meta's AI</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder1">binder1</eref></td>
            </tr>
            <tr>
              <td align="left">2.</td>
              <td align="left">Client’s attestation nonce</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder2">binder2</eref></td>
            </tr>
            <tr>
              <td align="left">3.</td>
              <td align="left">Early exporter</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder3">binder3</eref></td>
            </tr>
            <tr>
              <td align="left">4.</td>
              <td align="left">Server’s public key</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder4">binder4</eref></td>
            </tr>
            <tr>
              <td align="left">5.</td>
              <td align="left">Combination of #2 and #3</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder5">binder5</eref></td>
            </tr>
            <tr>
              <td align="left">6.</td>
              <td align="left">Combination of #2 and #4</td>
              <td align="left">
                <eref target="https://github.com/CCC-Attestation/meetings/blob/main/materials/MarkusRudy.contrast-atls-ccc-attestation.pdf">Edgeless Systems Contrast</eref>; <eref target="https://www.sns-itrust6g.com/wp-content/uploads/2025/12/Webinar-Architecting-Trust-CONFIDENTIAL6G.pdf">Cocos AI</eref>;  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref>'s adopted project <eref target="https://github.com/ccc-attestation/attested-tls-poc">intra-handshake attestation</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder6">binder6</eref></td>
            </tr>
            <tr>
              <td align="left">7.</td>
              <td align="left">Combination of #2, #3, and #4</td>
              <td align="left">
                <xref target="I-D.fossati-tls-attestation-06"/></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder7">binder7</eref></td>
            </tr>
          </tbody>
        </table>
        <artwork><![CDATA[
We provide a formal proof of insecurity of all the above candidate
binding mechanisms of intra-handshake attestation using the
state-of-the-art tool ProVerif and propose a mitigation for the
discovered security vulnerabilities. Our study reveals that it may
not be possible to achieve strong application-traffic (level 3)
binding using intra-handshake attestation alone. This can be exploited
for relay attacks, where an attacker makes a client accept an evidence
from a different machine. So the client cannot be sure that it connects
to its desired server.
]]></artwork>
        <t>We responsibly disclosed the vulnerability in intra-handshake attestation -- as noted in <xref target="GHSA-Cocos-AI"/> issued -- to the vendors, which resulted in  <xref target="CVE-2026-33697"/> of CVSS 7.5.</t>
      </section>
      <section anchor="modeling-other-binding-mechanisms">
        <name>Modeling Other Binding Mechanisms</name>
        <t>The artifacts are quite flexible for modification and testing of different intra-handshake attestation binding mechanisms by simply changing single <tt>rdata</tt> parameter in the Client and Server processes. Folder <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/aggregate">aggregate</eref> contains all analyzed and proposed binding mechanisms in <xref target="Intra-handshake.fail"/> to select via comment and uncomment. Other folders contain one specific binding mechanism.</t>
      </section>
      <section anchor="seat-early-attestaion">
        <name>SEAT-Early-Attestaion</name>
        <t>The draft <xref target="I-D.fossati-seat-early-attestation"/> is an extension of the provably vulnerable (and withdrawn) draft <xref target="I-D.fossati-tls-attestation-10"/> with the following two main changes from a formal perspective:</t>
        <ol spacing="normal" type="1"><li>
            <t>Binder has been updated</t>
          </li>
          <li>
            <t>Post-handshake attestation part has been added for re-attestation</t>
          </li>
        </ol>
        <t>The current binder in <xref target="I-D.fossati-seat-early-attestation"/> does not prevent relay attacks as there is no <strong>shared secret</strong> in the binder.</t>
        <t>Post-handshake attestation part may prevent relay attacks, but then the <strong>additional complexity</strong> of intra-handshake attestation is unjustified.</t>
      </section>
    </section>
    <section anchor="credits">
      <name>Credits</name>
      <table>
        <name>GHSAs/CVEs and finders</name>
        <thead>
          <tr>
            <th align="left">GHSA/CVE</th>
            <th align="left">Finders</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <xref target="CVE-2026-33697"/></td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="EUVD-2026-16488"/></td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI"/></td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Edgeless-Systems"/></td>
            <td align="left">Muhammad Usama Sardar</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="threat-model">
      <name>Threat Model</name>
      <t>The threat model is explained in Sec. 6.1 of <xref target="Intra-handshake.fail"/> and Sec. 4 of <xref target="ID-Crisis"/>.</t>
    </section>
    <section anchor="detailed-vulnerability-disclosure-timeline-and-public-acknowledgements-by-affected-vendors">
      <name>Detailed Vulnerability Disclosure Timeline and Public Acknowledgements by Affected Vendors</name>
      <table>
        <name>Detailed vulnerability disclosure timeline and acknowledgements</name>
        <thead>
          <tr>
            <th align="left">Event</th>
            <th align="left">Date</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Our initial responsible disclosure to vendor</td>
            <td align="left">07 Oct, 2025</td>
          </tr>
          <tr>
            <td align="left">Acknowledgement by vendor</td>
            <td align="left">14 Dec, 2025</td>
          </tr>
          <tr>
            <td align="left">Information to the <eref target="https://mailarchive.ietf.org/arch/msg/rats/6gbqx0XY8WYrH3Mx4vO8n2-uKgY/">IETF</eref></td>
            <td align="left">11 Jan, 2026</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://web.archive.org/web/20260227160554/https://www.ultraviolet.rs/blog/tee-tls-privacy/">Public announcement</eref> by vendor</td>
            <td align="left">27 Feb, 2026</td>
          </tr>
          <tr>
            <td align="left">Cocos AI published <xref target="GHSA-Cocos-AI"/>  [<strong>Severity = HIGH (CVSS 7.8)</strong>]</td>
            <td align="left">23 March, 2026</td>
          </tr>
          <tr>
            <td align="left">CVE <xref target="CVE-2026-33697"/> published  [<strong>Severity = HIGH (CVSS 7.5)</strong>]</td>
            <td align="left">26 March, 2026</td>
          </tr>
          <tr>
            <td align="left">ENISA published EUVD <xref target="EUVD-2026-16488"/>  [<strong>Severity = HIGH (CVSS 7.5)</strong>]</td>
            <td align="left">26 March, 2026</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://github.com/Privasys/rustls/releases/tag/privasys-v0.8.1">Acknowledgment</eref> by Privasys for rustls <xref target="CVE-2026-33697"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</td>
            <td align="left">9 July, 2026</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://github.com/Privasys/go/releases/tag/privasys-v0.5.1-go1.26.5">Acknowledgment</eref> by Privasys for go <xref target="CVE-2026-33697"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</td>
            <td align="left">10 July, 2026</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://github.com/ccc-attestation/attested-tls-poc">CCC implementation</eref> declared <eref target="https://github.com/CCC-Attestation/attested-tls-poc/pull/58">vulnerable to relay attacks</eref></td>
            <td align="left">17 July, 2026</td>
          </tr>
          <tr>
            <td align="left">Vulnerable <eref target="https://github.com/ccc-attestation/attested-tls-poc">CCC implementation repo</eref> archived</td>
            <td align="left">22 July, 2026</td>
          </tr>
          <tr>
            <td align="left">Vulnerable draft <xref target="I-D.fossati-tls-attestation-10"/> withdrawn by authors</td>
            <td align="left">23 July, 2026</td>
          </tr>
          <tr>
            <td align="left">Edgeless Systems published <xref target="GHSA-Edgeless-Systems"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</td>
            <td align="left">29 July, 2026</td>
          </tr>
        </tbody>
      </table>
      <t><strong>Neither the GHSAs nor the CVE has any dependency whatsoever on the considered threat model with <tt>WeakHash</tt>, <tt>WeakDH</tt>, or <tt>BadElement</tt>.</strong> They hold independent of those, i.e., with <tt>StrongHash</tt> and <tt>StrongDH</tt> and all good elements within a group.</t>
    </section>
    <section anchor="eu-enisa">
      <name>EU ENISA</name>
      <t>European Union's <eref target="https://euvd.enisa.europa.eu/homepage">ENISA</eref> has independently published <xref target="EUVD-2026-16488"/> with CVSS 7.5 to acknowledge this vulnerability.</t>
    </section>
    <section anchor="sec-cvss-scores">
      <name>Comparison with Other Vulnerabilities in Confidential Computing Literature</name>
      <t>Severity is based on <eref target="https://nvd.nist.gov/vuln-metrics/cvss">NIST metrics</eref>.</t>
      <table>
        <name>Comparison with other vulnerabilities in confidential computing literature</name>
        <thead>
          <tr>
            <th align="left">Vulnerability</th>
            <th align="left">CVE</th>
            <th align="left">CVSS</th>
            <th align="left">Severity</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <eref target="https://wiretap.fail/files/wiretap.pdf">wiretap.fail</eref></td>
            <td align="left">No CVE (<eref target="https://www.intel.com/content/www/us/en/security-center/announcement/intel-security-announcement-2025-10-28-001.html">Intel</eref> and <eref target="https://www.amd.com/en/resources/product-security/bulletin/amd-sb-3040.html">AMD</eref> announcements)</td>
            <td align="left">-</td>
            <td align="left">None</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://tee.fail/files/paper.pdf">TEE.fail</eref></td>
            <td align="left">No CVE</td>
            <td align="left">-</td>
            <td align="left">None</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://dl.acm.org/doi/10.1145/3658644.3690230">TDXdown</eref></td>
            <td align="left">
              <eref target="https://www.intel.com/content/www/us/en/security-center/announcement/intel-security-announcement-2024-10-08-001.html">Intel</eref></td>
            <td align="left">2.5</td>
            <td align="left">Low</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://xca-attacks.github.io/staleus/staleus_usenix26.pdf">Staleus</eref></td>
            <td align="left">
              <eref target="https://www.cve.org/CVERecord?id=CVE-2025-54509">CVE-2025-54509</eref></td>
            <td align="left">4.0</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://xca-attacks.github.io/breakfast/breakfast_oakland26.pdf">BreakFAST</eref></td>
            <td align="left">
              <eref target="https://www.cve.org/CVERecord?id=CVE-2025-6197">CVE-2025-61972</eref></td>
            <td align="left">4.2</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://badram.eu/badram.pdf">BadRAM</eref></td>
            <td align="left">
              <eref target="https://www.amd.com/en/resources/product-security/bulletin/amd-sb-3015.html">AMD</eref></td>
            <td align="left">5.3</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://xca-attacks.github.io/breakfast/breakfast_oakland26.pdf">BreakFAST</eref></td>
            <td align="left">
              <eref target="https://www.cve.org/CVERecord?id=CVE-2025-61971">CVE-2025-61971</eref></td>
            <td align="left">5.9</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://xca-attacks.github.io/fabricked/fabricked_usenix26.pdf">Fabricked</eref></td>
            <td align="left">
              <eref target="https://www.cve.org/CVERecord?id=cve-2025-54510">CVE-2025-54510</eref></td>
            <td align="left">5.9</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://www.researchgate.net/publication/408219182_Intra-handshakefail_CVE-2026-33697_High-severity_CVE_in_Attested_TLS">Intra-handshake.fail</eref></td>
            <td align="left">
              <xref target="CVE-2026-33697"/></td>
            <td align="left">7.5</td>
            <td align="left">High</td>
          </tr>
        </tbody>
      </table>
      <t>The comparison of the above with CVSS <strong>7.5</strong> for <xref target="Intra-handshake.fail"/> indicates that attested TLS is not mature yet compared to the rest of the confidential computing stack, and is currently one of the weakest links in the ecosystem.</t>
    </section>
    <section anchor="more-cves">
      <name>More CVEs</name>
      <t>Further formal analysis has led to the following potential CVEs for intra-handshake attestation (currently under disclosure):</t>
      <ul spacing="normal">
        <li>
          <t>1 potential CVE of expected CVSS <strong>9.8</strong></t>
        </li>
        <li>
          <t>2 potential CVEs of expected CVSS <strong>9.1</strong></t>
        </li>
        <li>
          <t>1 potential CVE of expected CVSS <strong>8.7</strong></t>
        </li>
        <li>
          <t>2 potential CVEs of expected CVSS <strong>7.5</strong></t>
        </li>
        <li>
          <t>2 potential CVEs of expected CVSS <strong>7.4</strong></t>
        </li>
        <li>
          <t>2 potential CVEs of expected CVSS <strong>6.3</strong></t>
        </li>
      </ul>
      <t>These are preliminary estimates of scores, not final assigned score. They are still under review.</t>
    </section>
    <section anchor="vulnerable-implementations">
      <name>Vulnerable Implementations</name>
      <t>At least the following implementations are vulnerable:</t>
      <ul spacing="normal">
        <li>
          <t><eref target="https://ai.meta.com/static-resource/private-processing-technical-whitepaper">Meta's AI</eref>: <xref target="CVE-2026-33697"/> and <xref target="EUVD-2026-16488"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</t>
        </li>
        <li>
          <t><eref target="https://github.com/ultravioletrs/cocos">Cocos AI</eref>: <xref target="GHSA-Cocos-AI"/>  [<strong>Severity = HIGH (CVSS 7.8)</strong>], <xref target="CVE-2026-33697"/> and <xref target="EUVD-2026-16488"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</t>
        </li>
        <li>
          <t><eref target="https://github.com/edgelesssys/contrast">Edgeless Systems Contrast</eref>: <xref target="GHSA-Edgeless-Systems"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</t>
        </li>
        <li>
          <t><eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref>'s adopted project <eref target="https://github.com/ccc-attestation/attested-tls-poc">intra-handshake attestation</eref>: declared <eref target="https://github.com/CCC-Attestation/attested-tls-poc/pull/58">vulnerable to relay attacks</eref> and <strong>archived</strong></t>
        </li>
        <li>
          <t>Privasys rustls: <eref target="https://github.com/Privasys/rustls/releases/tag/privasys-v0.8.1">Acknowledgment</eref> of applicability of <xref target="CVE-2026-33697"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</t>
        </li>
        <li>
          <t>Pirvasys go: <eref target="https://github.com/Privasys/go/releases/tag/privasys-v0.5.1-go1.26.5">Acknowledgment</eref> of applicability of <xref target="CVE-2026-33697"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</t>
        </li>
      </ul>
      <t>If you are aware of any other intra-handshake attestation implementation, please let us know so that we can check and responsibly disclose the vulnerabilities to them.</t>
    </section>
    <section anchor="vulnerable-protocol-specifications">
      <name>Vulnerable Protocol Specifications</name>
      <t>At least the following protocol specifications with intra-handshake attestation <em>path</em> are vulnerable to <xref target="CVE-2026-33697"/> and <xref target="EUVD-2026-16488"/>:</t>
      <ul spacing="normal">
        <li>
          <t><xref target="I-D.fossati-tls-attestation-09"/>: symbolic proof of insecurity; <xref target="I-D.fossati-tls-attestation-10"/> <strong>withdrawn</strong> after the CVE</t>
        </li>
        <li>
          <t><xref target="I-D.fossati-seat-early-attestation"/>: symbolic and (paper-and-pen-based) computational proof of insecurity (originally done for -04 and applies also to -06)
          </t>
          <ul spacing="normal">
            <li>
              <t>As a SEAT WG participant pointed out, please note that both <xref target="CVE-2026-33697"/> and <xref target="EUVD-2026-16488"/> contain a link to <xref target="GHSA-Cocos-AI"/> that contains a link to <xref target="SEAT-vulnerability-report"/> that contains the G3 property (cf. <xref target="sec-corr-goals"/>) that this draft does not satisfy.</t>
            </li>
            <li>
              <t>Some WG participants successfully reproduced the vulnerability by substituting the right value of <tt>rdata</tt> in the shared formal model <xref target="Intra-handshake.fail-repo"/> that led to the CVE.</t>
            </li>
            <li>
              <t>An informal reasoning is that binder is not <strong>directly</strong> derived from any <strong>shared secret</strong> in this draft.</t>
            </li>
            <li>
              <t><strong>Unnecessary complexity</strong> is itself a security concern</t>
            </li>
          </ul>
        </li>
        <li>
          <t><xref target="I-D.ritz-seat-facts"/>: symbolic proof of insecurity
          </t>
          <ul spacing="normal">
            <li>
              <t>violates G3 property in our analysis</t>
            </li>
            <li>
              <t>unnecessary complexity is itself a security concern</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="binding-levels">
      <name>Binding Levels</name>
      <ol spacing="normal" type="1"><li>
          <t>DH shared secret (<tt>gxy</tt>) used as shared secret between client and server</t>
        </li>
        <li>
          <t>Handshake traffic key (<tt>htsc</tt>) used for encryption of handshake messages</t>
        </li>
        <li>
          <t>Application traffic key (<tt>astc</tt>) used for encryption of application data</t>
        </li>
      </ol>
      <t>Please see Sec. 6.2 of <xref target="Intra-handshake.fail"/> for details.</t>
    </section>
    <section anchor="sec-corr-goals">
      <name>Security Properties (Correlation Goals)</name>
      <t>We consider TLS Server as RATS Attester, which is typical in confidential computing.</t>
      <ol spacing="normal" type="1"><li>
          <t>Correlation of Evidence to a DH Shared Secret (G1)</t>
        </li>
        <li>
          <t>Correlation of Evidence to Client’s Handshake Traffic Key (G2)</t>
        </li>
        <li>
          <t>Correlation of Evidence to Client’s Application Traffic Key (G3)</t>
        </li>
      </ol>
      <t>Please see Sec. 6.3 of <xref target="Intra-handshake.fail"/> for details.</t>
    </section>
    <section anchor="main-results">
      <name>Main Results</name>
      <ul spacing="normal">
        <li>
          <t>All analyzed binding mechanisms and the corresponding implementations of intra-handshake attestation are vulnerable to relay attacks.</t>
        </li>
        <li>
          <t>Early exporter helps achieve level 1 binding.</t>
        </li>
        <li>
          <t>Our proposed mechanism helps achieve level 2 binding.</t>
        </li>
        <li>
          <t>It may not be possible to achieve level 3 in intra-handshake attestation alone without additional assumptions.</t>
        </li>
      </ul>
      <table>
        <name>Main results</name>
        <thead>
          <tr>
            <th align="left">Property</th>
            <th align="left">Mechanism #1,2,4,6</th>
            <th align="left">Mechanism #3,5,7</th>
            <th align="left">Proposed mechanism</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">G1 : Correlation of Evidence to <tt>gxy</tt></td>
            <td align="left">❌</td>
            <td align="left">✅</td>
            <td align="left">✅</td>
          </tr>
          <tr>
            <td align="left">G2 : Correlation of Evidence to <tt>kch</tt></td>
            <td align="left">❌</td>
            <td align="left">❌</td>
            <td align="left">✅</td>
          </tr>
          <tr>
            <td align="left">G3 : Correlation of Evidence to <tt>kc</tt></td>
            <td align="left">❌</td>
            <td align="left">❌</td>
            <td align="left">❌</td>
          </tr>
        </tbody>
      </table>
      <t>Please see Sec. 7.1 and Figure 5 of <xref target="Intra-handshake.fail"/> for details of attacks.</t>
      <section anchor="expected-results">
        <name>Expected Results</name>
        <table>
          <name>Expected results</name>
          <thead>
            <tr>
              <th align="left">No.</th>
              <th align="left">Binding mechanism</th>
              <th align="left">Artifacts</th>
              <th align="left">Expected results</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1.</td>
              <td align="left">Client’s TLS nonce</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder1/">binder1</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder1/log.txt">binder1</eref></td>
            </tr>
            <tr>
              <td align="left">2.</td>
              <td align="left">Client’s attestation nonce</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder2/">binder2</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder2/log.txt">binder2</eref></td>
            </tr>
            <tr>
              <td align="left">3.</td>
              <td align="left">Early exporter</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder3/">binder3</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder3/log.txt">binder3</eref></td>
            </tr>
            <tr>
              <td align="left">4.</td>
              <td align="left">Server’s public key</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder4/">binder4</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder4/log.txt">binder4</eref></td>
            </tr>
            <tr>
              <td align="left">5.</td>
              <td align="left">Combination of #2 and #3</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder5/">binder5</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder5/log.txt">binder5</eref></td>
            </tr>
            <tr>
              <td align="left">6.</td>
              <td align="left">Combination of #2 and #4</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder6/">binder6</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder6/log.txt">binder6</eref></td>
            </tr>
            <tr>
              <td align="left">7.</td>
              <td align="left">Combination of #2, #3, and #4</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder7/">binder7</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder7/log.txt">binder7</eref></td>
            </tr>
            <tr>
              <td align="left">8.</td>
              <td align="left">Proposed</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/proposal/">proposal</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/proposal/log.txt">proposal</eref></td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="implications-of-findings">
      <name>Implications of Findings</name>
      <section anchor="implications-of-findings-for-ietf-seat-wg">
        <name>Implications of Findings for IETF SEAT WG</name>
        <ul spacing="normal">
          <li>
            <t>We believe post-handshake attestation alone, such as <eref target="https://datatracker.ietf.org/doc/draft-fossati-seat-expat/">draft-fossati-seat-expat</eref>, can achieve level 3 binding.</t>
          </li>
          <li>
            <t>The research suggests that recent hybrid proposals (combination of intra-handshake attestation and post-handshake attestation) <xref target="I-D.fossati-seat-early-attestation"/> and <xref target="I-D.ritz-seat-facts"/> may add <strong>unnecessary complexity</strong> of intra-handshake attestation without adding any security benefit compared to post-handshake attestation alone, such as <eref target="https://datatracker.ietf.org/doc/draft-fossati-seat-expat/">draft-fossati-seat-expat</eref>. We are not aware of any <strong>security property</strong> that hybrid proposals can achieve that post-handshake attestation alone cannot achieve.</t>
          </li>
          <li>
            <t>As demonstrated by our symbolic analysis using ProVerif, the protocol specifications <xref target="I-D.fossati-seat-early-attestation"/> and <xref target="I-D.ritz-seat-facts"/> remain vulnerable to CVE-2026-33697. We have also proved that <xref target="I-D.fossati-seat-early-attestation-04"/> and <xref target="I-D.fossati-seat-early-attestation"/> violate the security theorems in the computational model.</t>
          </li>
        </ul>
      </section>
      <section anchor="implications-of-findings-for-ietf-lake-wg">
        <name>Implications of Findings for IETF LAKE WG</name>
        <ul spacing="normal">
          <li>
            <t>Similar problems occur for protocol specification <eref target="https://datatracker.ietf.org/doc/draft-ietf-lake-ra/">lake-ra</eref>.</t>
          </li>
        </ul>
      </section>
      <section anchor="implications-of-findings-for-ietf-tls-wg">
        <name>Implications of Findings for IETF TLS WG</name>
        <ul spacing="normal">
          <li>
            <t><xref target="I-D.fossati-tls-attestation-09"/> is vulnerable to <xref target="CVE-2026-33697"/>. Thankfully, the authors have withdrawn <xref target="I-D.fossati-tls-attestation-10"/>.</t>
          </li>
          <li>
            <t>Remote attestation <em>within</em> the handshake is very dangerous, since to our knowledge, it is one of the highest scored published vulnerabilities in confidential computing literature (see <xref target="sec-cvss-scores"/>).</t>
          </li>
        </ul>
        <artwork><![CDATA[
Given the high- and critical-severity vulnerabilities, we recommend
that the developers and maintainers of intra-handshake attestation MUST
urgently move to post-handshake attestation.
]]></artwork>
      </section>
      <section anchor="implications-of-findings-for-agent2agent">
        <name>Implications of Findings for Agent2Agent</name>
        <t>From a security perspective, intra-handshake attestation does more damage than protection for AI agents.</t>
      </section>
    </section>
    <section anchor="technical-details">
      <name>Technical Details</name>
      <section anchor="tool">
        <name>Tool</name>
        <t>We use state-of-the-art symbolic security analysis tool <eref target="https://ieeexplore.ieee.org/document/9833653">ProVerif</eref> for the specification of the protocols.</t>
      </section>
      <section anchor="modeling">
        <name>Modeling</name>
        <t>The formal model uses the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> from our previous work as the starting point to focus on relay attacks in intra-handshake attestation in this work.
The rationale is that we consider it more useful to show the added value of this contribution to the community by using the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> as the baseline, rather than showing the same diversion attacks from <xref target="ID-Crisis"/>, and the discovered CVE (<xref target="CVE-2026-33697"/>) -- which the previous analysis could not find -- practically demonstrates the added value.
This modeling choice makes it clear that even with the diversion attacks fixed, high-severity relay attacks would still remain in intra-handshake attestation.</t>
        <t>Note: Similar to the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> from our previous work, we model non-PSK-based handshake.
From <xref target="ID-Crisis"/>:</t>
        <ul empty="true">
          <li>
            <t>For modeling TLS 1.3, we consider handshakes based on Diffie-Hellman over either finite fields or elliptic curves, represented as (EC)DHE. This is because we are unaware of any publicly available specification or implementation of attested TLS with PSK-based handshakes.</t>
          </li>
        </ul>
        <t>While it would be nice to model PSK-based handshake, the rationale is that the correlation properties studied in this work do not necessarily require it.</t>
        <t>Note: The artifacts consider the case of server authentication only, as client authentication is optional in TLS 1.3. No claims are made about other configurations.</t>
      </section>
      <section anchor="properties">
        <name>Properties</name>
        <t>Properties in <xref target="Intra-handshake.fail"/> are complemetary to properties in <xref target="ID-Crisis"/>. Sec. 8 of <xref target="ID-Crisis"/> mentions:</t>
        <ul empty="true">
          <li>
            <t>We emphasize that both diversion and relay attacks are orthogonal and thus the two works are complementary.</t>
          </li>
        </ul>
      </section>
      <section anchor="technical-vulnerability-report">
        <name>Technical Vulnerability Report</name>
        <t>Technical vulnerability report is available at <xref target="Intra-handshake.fail"/>. It is accepted for publication at ESORICS 2026.</t>
        <section anchor="vulnerabilities">
          <name>Vulnerabilities</name>
          <t>Sec. 7.1 of <xref target="Intra-handshake.fail"/> presents the technical details with abstract attack traces of the vulnerabilities.</t>
        </section>
        <section anchor="mitigation">
          <name>Mitigation</name>
          <t>Sec. 7.2 of <xref target="Intra-handshake.fail"/> presents the technical details of the proposed mitigation.</t>
        </section>
      </section>
      <section anchor="artifacts">
        <name>Artifacts</name>
        <t>Artifacts are available at <xref target="Intra-handshake.fail-repo"/> under Apache-2.0 License.</t>
      </section>
    </section>
    <section anchor="sec-news">
      <name>Media Coverage</name>
      <t>Several media professionals and bloggers have covered the vulnerabilities to protect the community from the harm of intra-handshake attestation.</t>
      <ul spacing="normal">
        <li>
          <t><eref target="https://www.theregister.com/security/2026/07/04/confidential-computings-trust-mechanism-is-broken-the-fix-may-not-exist/5266056">The Register</eref></t>
        </li>
        <li>
          <t>(Japanese) <eref target="https://blackhatnews.tokyo/archives/119915">BlackHatNewsTokyo</eref></t>
        </li>
        <li>
          <t>(Several languages) <eref target="https://hackernoon.com/attested-tls-was-supposed-to-be-the-last-trust-boundary-it-isnt-formal-methods-show-how">Hackernoon</eref></t>
        </li>
        <li>
          <t><eref target="https://podcasts.apple.com/eg/podcast/attested-tls-was-supposed-to-be-the-last-trust/id1698517643?i=1000776623286">Apple podcast</eref></t>
        </li>
        <li>
          <t><eref target="https://meterpreter.org/attested-tls-vulnerability-cve-2026-33697/">Information Security News</eref></t>
        </li>
        <li>
          <t><eref target="https://thenextgentechinsider.com/pulse/critical-flaw-discovered-in-confidential-computing-attestation-protocols">TheNextGenTechInsider</eref></t>
        </li>
        <li>
          <t><eref target="https://dailysecurityreview.com/resources/cve-2026-33697-attested-tls-relay-flaw-hits-whatsapp-cocos-ai/">DailySecurityReview</eref></t>
        </li>
        <li>
          <t><eref target="https://www.scworld.com/brief/confidential-computings-remote-attestation-protocol-may-have-fundamental-flaw">SC World</eref></t>
        </li>
        <li>
          <t><eref target="https://blogs.groupware.org.uk/01-Quantum-Inc/the-handshake-that-cant-keep-its-promise-why-confidential-computings-flaw-changes-the-data-sovereignty-conversation/">01 Quantum</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://www.securitylab.ru/news/574545.php">Security Lab</eref></t>
        </li>
        <li>
          <t>(German) <eref target="https://www.blogspan.net/confidential-computing-attestierung-relay-luecke/">blogspan</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://finance.sina.cn/tech/2026-07-04/detail-inifscxt9953361.d.html">Sina</eref></t>
        </li>
        <li>
          <t><eref target="https://data4biz.com/articles/una-falla-rompe-la-fiducia-del-confidential-computing">data4biz</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://www.itsec.ru/news/issledovateli-nashli-kriticheskuyu-uyazvimost-v-attested-tls">ITSec</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://post.smzdm.com/p/a82ol990/">smzdm</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://www.donews.com/news/detail/4/6621022.html">donews</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://i.ifeng.com/c/8uUfy0PMmqE">ifeng</eref></t>
        </li>
        <li>
          <t><eref target="https://www.dugganusa.com/post/confidential-computing-s-whole-pitch-is-trust-the-proof-not-the-cloud-two-years-of-formal-verifi">dugganusa</eref></t>
        </li>
        <li>
          <t><eref target="https://github.com/pduggusa/dugganusa-ietf/tree/main/cve-2026-33697-attestation">dugganusa repo</eref></t>
        </li>
        <li>
          <t><eref target="https://sploitus.com/exploit?id=92591A05-07BC-5015-BA3D-B1347B35D684">spoitus</eref></t>
        </li>
        <li>
          <t><eref target="https://news.lavx.hu/article/attested-tls-research-exposes-a-weak-link-in-confidential-computing">lavx news</eref></t>
        </li>
        <li>
          <t><eref target="https://www.sohu.com/a/1045865934_122004016">sohu</eref></t>
        </li>
        <li>
          <t>(Persian) <eref target="https://news.ditty.ir/news/attested-tls-relay-flaw-formal-methods/019f6221-26ca-7293-9ee9-5557b3c0b8f8">news.ditty</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://limpvpn.com/ru/news/attested-tls-whatsapp-privacy-flaw-2026">LiMP VPN</eref></t>
        </li>
        <li>
          <t><eref target="https://daily.dev/posts/kI6PoNzPx">daily.dev</eref></t>
        </li>
        <li>
          <t><eref target="https://warden.veritai.ch/news/researchers-find-attested-tls-flaws-that-weaken-confidential-computing-trust-model">warden</eref></t>
        </li>
        <li>
          <t><eref target="https://db.gcve.eu/sightings/?query=cve-2026-33697">GCVE.eu</eref></t>
        </li>
        <li>
          <t><eref target="https://coderlegion.com/24087/intra-handshake-attestation-when-more-security-doesnt-mean-better-security">coderlegion</eref></t>
        </li>
        <li>
          <t><eref target="https://www.anjuna.io/blog/attested-tls-flaw-explained">Anjuna Security</eref></t>
        </li>
        <li>
          <t><eref target="https://freenode.net/digest/67">freenode</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://blog.csdn.net/weixin_42376192/category_13096766.html">csdn</eref></t>
        </li>
        <li>
          <t><eref target="https://osintsights.com/confidential-computing-flaws-expose-trust-risks">osintsights</eref></t>
        </li>
        <li>
          <t>(Turkish) <eref target="https://hardwaremania.com/haber/arastirma-attested-tls-confidential-computing-icin-zayif-kaliyor/">hardwaremania</eref></t>
        </li>
        <li>
          <t><eref target="https://akber.com/sovereignty-in-the-cloud-is-an-illusion/">akber</eref></t>
        </li>
        <li>
          <t><eref target="https://www.ad-hoc-news.de/wissenschaft/cloud-souveraenitaet-red-hat-startet-reifegrad-assessments-gegen/69691475">ad-hoc news</eref></t>
        </li>
        <li>
          <t><eref target="https://aimultiple.com/privacy-enhancing-technologies">AIMultiple</eref></t>
        </li>
      </ul>
      <section anchor="security-researchers">
        <name>Security Researchers</name>
        <t>Several credible security researchers, such as the following, have publicly attested to it.</t>
        <ul spacing="normal">
          <li>
            <t><eref target="https://www.linkedin.com/posts/michaelpak_confidential-computings-core-trust-mechanism-activity-7479415537836376064-q-A4/">Michael Pak</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/posts/rrbranco_one-more-evidence-that-there-is-no-such-a-share-7479582122366615552-X0A5/">Rodrigo Branco</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/posts/bart-preneel-4451412_on-the-limits-of-confidential-computing-share-7479549718294077440-wfi3/">Bart Preneel</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/in/strufe/recent-activity/all/">Thorsten Strufe</eref></t>
          </li>
        </ul>
      </section>
      <section anchor="germanys-bsi">
        <name>Germany's BSI</name>
        <t>Germany's Federal Office for Information Security (Bundesamt für Sicherheit in der Informationstechnik) has attested to it. Carina Hilt, deputy press spokesperson at BSI, told <eref target="https://www.theregister.com/security/2026/07/04/confidential-computings-trust-mechanism-is-broken-the-fix-may-not-exist/5266056">The Register</eref>:</t>
        <artwork><![CDATA[
CC alone cannot satisfy the requirements for digital sovereignty.
]]></artwork>
        <artwork><![CDATA[
dependencies on other services, such as identity and key
management etc., are also not mitigated by CC.
]]></artwork>
        <t>CC refers to Confidential Computing, and attested TLS is the core trust mechanism of CC.</t>
      </section>
    </section>
    <section anchor="reviews">
      <name>Reviews</name>
      <section anchor="conference-reviews">
        <name>Conference Reviews</name>
        <t><xref target="Intra-handshake.fail"/> has been peer-reviewed and accepted for publication at ESORICS 2026.</t>
      </section>
      <section anchor="ietfirtf">
        <name>IETF/IRTF</name>
        <t>Several participants of the IETF/IRTF have attested to the results by independently reproducing the results and reviewing the code. Some of the participants have independently reproduced the results by developing their own formal models and a proof-of-concept implementation of the vulnerabilities. Some of the messages are mentioned below (<strong>excluding</strong> the messages of <em>paper</em> authors):</t>
        <ul spacing="normal">
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/B7F1Dj_rjs8I0Kg3yCp3Rap0XeE/">https://mailarchive.ietf.org/arch/msg/seat/B7F1Dj_rjs8I0Kg3yCp3Rap0XeE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/aEV9dUFotAQzHndk23qBcwBT3as/">https://mailarchive.ietf.org/arch/msg/seat/aEV9dUFotAQzHndk23qBcwBT3as/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3Hv0E1sfXsvyBtl6AgY8j-SHHiw/">https://mailarchive.ietf.org/arch/msg/seat/3Hv0E1sfXsvyBtl6AgY8j-SHHiw/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/5LJ6i9svomnhpyPHWPejM7fMmXQ/">https://mailarchive.ietf.org/arch/msg/seat/5LJ6i9svomnhpyPHWPejM7fMmXQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/V_YqGUY3fEwaFwwyfA9DshpHet0/">https://mailarchive.ietf.org/arch/msg/seat/V_YqGUY3fEwaFwwyfA9DshpHet0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/JF_cwmHHEbrJ_W5V6yEetWWnii4/">https://mailarchive.ietf.org/arch/msg/seat/JF_cwmHHEbrJ_W5V6yEetWWnii4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/P_CYTycg0KG7cbKauFA-kVgX2jo/">https://mailarchive.ietf.org/arch/msg/seat/P_CYTycg0KG7cbKauFA-kVgX2jo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/ZJjJXpYwZ5nCVmz_W4FK6XiFEY4/">https://mailarchive.ietf.org/arch/msg/seat/ZJjJXpYwZ5nCVmz_W4FK6XiFEY4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/4so3LxHOOXHS1wnvhuoeWWgeCHk/">https://mailarchive.ietf.org/arch/msg/seat/4so3LxHOOXHS1wnvhuoeWWgeCHk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/Q6Jmc58v0c1lDV3ujIY0AX_ofGA/">https://mailarchive.ietf.org/arch/msg/seat/Q6Jmc58v0c1lDV3ujIY0AX_ofGA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/n4Me5QPCvwhxcEJndWePyishcoo/">https://mailarchive.ietf.org/arch/msg/seat/n4Me5QPCvwhxcEJndWePyishcoo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/beRzNNvwMifkRfJPfxecGoHpTDs/">https://mailarchive.ietf.org/arch/msg/seat/beRzNNvwMifkRfJPfxecGoHpTDs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/">https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/aFCo4BMRDSUynvN9AQJatPjnXag/">https://mailarchive.ietf.org/arch/msg/seat/aFCo4BMRDSUynvN9AQJatPjnXag/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/wb_Ys9MZd9u9oM2Bk-8tv7fvXGg/">https://mailarchive.ietf.org/arch/msg/seat/wb_Ys9MZd9u9oM2Bk-8tv7fvXGg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/ov8f-7cZKK5RZ-Mmjc6IhVSB-Fk/">https://mailarchive.ietf.org/arch/msg/seat/ov8f-7cZKK5RZ-Mmjc6IhVSB-Fk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2uUuaD1DygjNDM4GT_-rYbwTiJk/">https://mailarchive.ietf.org/arch/msg/seat/2uUuaD1DygjNDM4GT_-rYbwTiJk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/pB39abN1QrH4_ATM_E78vxPTuxk/">https://mailarchive.ietf.org/arch/msg/seat/pB39abN1QrH4_ATM_E78vxPTuxk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/PxKCxMHe-SAiR9uhOOllrK4mUA4/">https://mailarchive.ietf.org/arch/msg/seat/PxKCxMHe-SAiR9uhOOllrK4mUA4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/T1xupUBwqYEBSHCTXgSHXZtdqz8/">https://mailarchive.ietf.org/arch/msg/seat/T1xupUBwqYEBSHCTXgSHXZtdqz8/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/hRw46FwgmVdi9fqZm2fjKbln_IA/">https://mailarchive.ietf.org/arch/msg/seat/hRw46FwgmVdi9fqZm2fjKbln_IA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/UG7yE_klmRSxNy2HX6fzuFonDjM/">https://mailarchive.ietf.org/arch/msg/seat/UG7yE_klmRSxNy2HX6fzuFonDjM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2hpeIldeFfE6o9q6L9Vkt00ACKA/">https://mailarchive.ietf.org/arch/msg/seat/2hpeIldeFfE6o9q6L9Vkt00ACKA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/gc2ij0vboehS_-v10-SNslxaZC0/">https://mailarchive.ietf.org/arch/msg/seat/gc2ij0vboehS_-v10-SNslxaZC0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/oO4mAfq5HJZptDDNrSnd7zDdX18/">https://mailarchive.ietf.org/arch/msg/seat/oO4mAfq5HJZptDDNrSnd7zDdX18/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/XuJc_yEJPCMIuYcv2OM7XDogRCU/">https://mailarchive.ietf.org/arch/msg/seat/XuJc_yEJPCMIuYcv2OM7XDogRCU/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/nVHlnbFIEh-cPQeMuDVOqx5YvWQ/">https://mailarchive.ietf.org/arch/msg/seat/nVHlnbFIEh-cPQeMuDVOqx5YvWQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/xVU3C7qUOngcip7B4ZO5MJUT9Xg/">https://mailarchive.ietf.org/arch/msg/seat/xVU3C7qUOngcip7B4ZO5MJUT9Xg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/1gCcPw-7NopDRzzBzA3dFIgo3Rs/">https://mailarchive.ietf.org/arch/msg/seat/1gCcPw-7NopDRzzBzA3dFIgo3Rs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/t8aobzB374lWiLzrVrORY7kGYyQ/">https://mailarchive.ietf.org/arch/msg/seat/t8aobzB374lWiLzrVrORY7kGYyQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/m3UyB6XLQzxaucejE_o8Pn41uSI/">https://mailarchive.ietf.org/arch/msg/seat/m3UyB6XLQzxaucejE_o8Pn41uSI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/gqHqcbbKva_oGE-jEDZu243gf-4/">https://mailarchive.ietf.org/arch/msg/seat/gqHqcbbKva_oGE-jEDZu243gf-4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/QD8QB1WVL-toNovGQ2Tk6DmmeEM/">https://mailarchive.ietf.org/arch/msg/seat/QD8QB1WVL-toNovGQ2Tk6DmmeEM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/vXN2pifZ5GXcC1xLwSfLCnUcFUE/">https://mailarchive.ietf.org/arch/msg/seat/vXN2pifZ5GXcC1xLwSfLCnUcFUE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/MGFXinb85XSaLkqjBEhmBZC7PcI/">https://mailarchive.ietf.org/arch/msg/seat/MGFXinb85XSaLkqjBEhmBZC7PcI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/js9VI4PB8yYmhg2ObaZB1a22fL4/">https://mailarchive.ietf.org/arch/msg/seat/js9VI4PB8yYmhg2ObaZB1a22fL4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/0RzORzX_VdlY5UQ_MWMmxZlnrjs/">https://mailarchive.ietf.org/arch/msg/seat/0RzORzX_VdlY5UQ_MWMmxZlnrjs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/W3MH1BDSUbm1WUPxGQihaIc1zTk/">https://mailarchive.ietf.org/arch/msg/seat/W3MH1BDSUbm1WUPxGQihaIc1zTk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2_aGylmFHoLmqN7BBcYVoH-rNJk/">https://mailarchive.ietf.org/arch/msg/seat/2_aGylmFHoLmqN7BBcYVoH-rNJk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/7SYSuB83Kmr9qCb1V1F94n9W33U/">https://mailarchive.ietf.org/arch/msg/seat/7SYSuB83Kmr9qCb1V1F94n9W33U/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/0SWfg2YNEAOtJQ7Zsf1xl4O-AOo/">https://mailarchive.ietf.org/arch/msg/seat/0SWfg2YNEAOtJQ7Zsf1xl4O-AOo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/1mfNw-bw8KsdJbl4saL99Fz4iec/">https://mailarchive.ietf.org/arch/msg/seat/1mfNw-bw8KsdJbl4saL99Fz4iec/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/VyifG8zP5aworb_S1NR9FEUEXW0/">https://mailarchive.ietf.org/arch/msg/seat/VyifG8zP5aworb_S1NR9FEUEXW0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/CYwvM75z6rTId2A3ZZvZJmHxOig/">https://mailarchive.ietf.org/arch/msg/seat/CYwvM75z6rTId2A3ZZvZJmHxOig/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/29xFZX5C4oSGkpZAvXT_7YLW2Vc/">https://mailarchive.ietf.org/arch/msg/ufmrg/29xFZX5C4oSGkpZAvXT_7YLW2Vc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/u1HxYW9cJfVpi3Cf9q06ehwpYGE/">https://mailarchive.ietf.org/arch/msg/seat/u1HxYW9cJfVpi3Cf9q06ehwpYGE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/SG_A0016a-KMnXAkGtMUxokZmjc/">https://mailarchive.ietf.org/arch/msg/seat/SG_A0016a-KMnXAkGtMUxokZmjc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3w7-OW2CAVr0-QBz97eAMxB_nMI/">https://mailarchive.ietf.org/arch/msg/seat/3w7-OW2CAVr0-QBz97eAMxB_nMI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/UnybcafvQ2D-IhUfTV228WQFNhA/">https://mailarchive.ietf.org/arch/msg/seat/UnybcafvQ2D-IhUfTV228WQFNhA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/rmVNeFbjax26l31n5pitHIxOQkk/">https://mailarchive.ietf.org/arch/msg/seat/rmVNeFbjax26l31n5pitHIxOQkk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/DghJdG3ysbPFKMQe8czz-tcIMq0/">https://mailarchive.ietf.org/arch/msg/seat/DghJdG3ysbPFKMQe8czz-tcIMq0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/rZLacid2wnEtaJwSbiIIft3T0FI/">https://mailarchive.ietf.org/arch/msg/seat/rZLacid2wnEtaJwSbiIIft3T0FI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/_kEBODNsTWjgadb5xnlj86dvhcs/">https://mailarchive.ietf.org/arch/msg/seat/_kEBODNsTWjgadb5xnlj86dvhcs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/qP3XC0MarFFA3SMbBpWWJtxACNA/">https://mailarchive.ietf.org/arch/msg/seat/qP3XC0MarFFA3SMbBpWWJtxACNA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/kkjQhi4yvJ_iAwYrPw1crFh-m-0/">https://mailarchive.ietf.org/arch/msg/seat/kkjQhi4yvJ_iAwYrPw1crFh-m-0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/vBkdKtKzTt4F91VprfKIndgmT2o/">https://mailarchive.ietf.org/arch/msg/seat/vBkdKtKzTt4F91VprfKIndgmT2o/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/Huu_AFu11BTrdxK3I8hmw2jjp8Q/">https://mailarchive.ietf.org/arch/msg/seat/Huu_AFu11BTrdxK3I8hmw2jjp8Q/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/oOnioxkB__QZIvhFn5naW6jIXzg/">https://mailarchive.ietf.org/arch/msg/seat/oOnioxkB__QZIvhFn5naW6jIXzg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/iWsCCAl8YZ-pOTA7siNUGsfliHQ/">https://mailarchive.ietf.org/arch/msg/seat/iWsCCAl8YZ-pOTA7siNUGsfliHQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/-HGPUR5CvuVWcOAg37cSxwoATm0/">https://mailarchive.ietf.org/arch/msg/seat/-HGPUR5CvuVWcOAg37cSxwoATm0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/LnLYE7bGQOmCxVXq6stiOtKwc1s/">https://mailarchive.ietf.org/arch/msg/seat/LnLYE7bGQOmCxVXq6stiOtKwc1s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/o_bIJhOdB4j1g0nczxPZwFXtCo8/">https://mailarchive.ietf.org/arch/msg/seat/o_bIJhOdB4j1g0nczxPZwFXtCo8/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/hy4qVQJQGR82-bskQ_UGI6iel1Y/">https://mailarchive.ietf.org/arch/msg/seat/hy4qVQJQGR82-bskQ_UGI6iel1Y/</eref></t>
          </li>
        </ul>
        <section anchor="main-questions">
          <name>Main Questions</name>
          <t>In short, four main questions have been raised by WG participants in support of our work:</t>
          <ul spacing="normal">
            <li>
              <t>What <strong>security property</strong> hybrid (intra- + post-handshake attestation) provides that post-handshake attestation alone cannot provide?</t>
            </li>
            <li>
              <t>Since continuous attestation is required in most use cases, how is <strong>additional complexity</strong> of <strong>intra</strong>-handshake attestation justified? Use cases with one-time attestation can be covered by doing attestation round immediately after Connection Establishment Time: see <eref target="https://www.ietf.org/archive/id/draft-usama-seat-intra-vs-post-04.html#section-6-2">reference</eref>.</t>
            </li>
            <li>
              <t>What is the benefit of doing <strong>signatures</strong> of remote attestation <strong>within</strong> the handshake (as this latency can be exploited)? We add that <strong>verification</strong> of signatures is also time consuming, which can be exploited too. See <eref target="https://www.ietf.org/archive/id/draft-usama-seat-intra-vs-post-04.html#section-4.2.4">reference</eref>.</t>
            </li>
            <li>
              <t>How evidence is bound to the secure channel without involving any <strong>shared secret</strong>?</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="researchers-outside-of-ietfirtf">
        <name>Researchers outside of IETF/IRTF</name>
        <t>Some researchers have approached us confirming the proof-of-concept of the vulnerabilities in intra-handshake attestation. More information will be added once their pre-prints/papers are public.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>All of this document is about the <strong>insecurity</strong> of <strong>intra</strong>-handshake attestation.</t>
      <t>By no means should the vendors mentioned in this draft be considered less secure than any other vendors implementing intra-handshake attestation solutions. In particular, those who have closed-source implementations are most likely more vulnerable than the open-source ones, since the former cannot easily be reviewed by the security community. Even extensive security reviews -- of closed-source implementations -- by cybersecurity firms often do not perform formal analysis, and thus such reviews may miss corner cases and subtle vulnerabilities.</t>
    </section>
    <section anchor="ethical-considerations">
      <name>Ethical Considerations</name>
      <t>We (i.e., the super set of all authors involved in this research, including but not limited to Muhammad Usama Sardar, Mariam Moustafa, Tuomas Aura, Viacheslav Dubeyko, Jean-Marie Jacquet, Songbo Bu, Chengxin Huang, and Haowen Song) are ethical researchers aiming to protect the community from the potential harm caused by the exploitability of the vulnerabilities in intra-handshake attestation. We have responsibly disclosed the vulnerabilities to the respective developers and maintainers following their respective disclosure processes and provided them our proposed mitigations and requested them to take rapid action.</t>
      <t>We have released only the formal analysis for published CVE. To minimize exploit in the wild, we have not publicly released the proof-of-concept exploit code.</t>
      <t>We have not retrieved any real data from any real system. We have not released any key to any public forum or to any person.</t>
      <section anchor="evidence-of-explanation-of-vulnerabilities-to-the-authors">
        <name>Evidence of explanation of vulnerabilities to the authors</name>
        <t>To the best of our abilities, knowledge, and understanding, we have tried to explain the vulnerabilities to the authors of vulnerable drafts <xref target="I-D.fossati-tls-attestation-09"/>, <xref target="I-D.fossati-seat-early-attestation"/>, and <xref target="I-D.ritz-seat-facts"/> for at least half a year at several forums, including but not limited to CCC Attestation SIG and IETF/IRTF. Please see the (non-exhaustive list of) recordings below and the <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail#community-service">archives</eref>. We sincerely thank the authors of <xref target="I-D.fossati-tls-attestation-10"/> for withdrawing their draft to protect further exploits mentioned in <xref target="sec-news"/>.</t>
        <table>
          <name>Evidence of several explanations of vulnerabilities to the authors of vulnerable drafts</name>
          <thead>
            <tr>
              <th align="left">Event/Host</th>
              <th align="left">Venue</th>
              <th align="left">Date(s)</th>
              <th align="left">Evidence</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <eref target="https://lpc.events/event/20/">Linux Plumbers Conference 2026</eref></td>
              <td align="left">Prague, Czechia</td>
              <td align="left">5-7 Oct, 2026</td>
              <td align="left">slides, video</td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://www.ga4gh.org/event/14th-plenary/">GA4GH 14th Plenary Meeting</eref></td>
              <td align="left">Singapore</td>
              <td align="left">28 Sept-2 Oct, 2026</td>
              <td align="left">slides, video</td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://sites.google.com/di.uniroma1.it/esorics2026/">ESORICS 2026</eref></td>
              <td align="left">Rome, Italy</td>
              <td align="left">14-18 Sept, 2026</td>
              <td align="left">slides</td>
            </tr>
            <tr>
              <td align="left">IETF RATS Interim meeting</td>
              <td align="left">Virtual</td>
              <td align="left">TBA Sept, 2026</td>
              <td align="left">slides, video</td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://summit.riot-os.org/2026/">RIOT Summit 2026</eref></td>
              <td align="left">Grenoble, France</td>
              <td align="left">2-4 September, 2026</td>
              <td align="left">
                <eref target="https://summit.riot-os.org/2026/blog/speakers/muhammad-usama-sardar/">abstract</eref>, slides, video</td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://www.ga4gh.org/work_stream/data-security/">Data Security Work Stream (DSWS)</eref> at the <eref target="https://www.ga4gh.org/">Global Alliance for Genomics and Health (GA4GH)</eref></td>
              <td align="left">Virtual</td>
              <td align="left">24 Aug, 2026</td>
              <td align="left">slides, video</td>
            </tr>
            <tr>
              <td align="left">Confidential AI Public Side Meeting @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
              <td align="left">Vienna, Austria</td>
              <td align="left">21 July, 2026</td>
              <td align="left">
                <eref target="https://mailarchive.ietf.org/arch/msg/126attendees/odgd_xmhjQXiR_aLYdqtVvDJeF4/">plan</eref>, <eref target="https://www.researchgate.net/publication/410954219_Proposed_RG_Confidential_Computing_for_Agentic_AI">slides</eref></td>
            </tr>
            <tr>
              <td align="left">SEAT @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
              <td align="left">Vienna, Austria</td>
              <td align="left">21 July, 2026</td>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-seat-binding-properties-of-expat-00.pdf">slides</eref>, <eref target="https://youtu.be/Fb5Hzh1mp1E?t=4189">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://wiki.ietf.org/en/meeting/126/hackathon/hackdemo">IETF 126 Hackdemo Happy Hour</eref></td>
              <td align="left">Vienna, Austria</td>
              <td align="left">20 July, 2026</td>
              <td align="left">
                <eref target="https://wiki.ietf.org/en/meeting/126/hackathon#cve-2026-33697-cvss-75-intra-handshakefail">Hackathon project</eref>, <eref target="https://wiki.ietf.org/en/meeting/126/hackathon/hackdemo">demo</eref></td>
            </tr>
            <tr>
              <td align="left">Confidential Computing Public Side Meeting @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
              <td align="left">Vienna, Austria</td>
              <td align="left">20 July, 2026</td>
              <td align="left">
                <eref target="https://mailarchive.ietf.org/arch/msg/126attendees/V9BKZJ_DGkZPdlnjBaUeyluhbqQ/">plan</eref>, <eref target="https://www.researchgate.net/publication/410954219_Proposed_RG_Confidential_Computing_for_Agentic_AI">slides</eref></td>
            </tr>
            <tr>
              <td align="left">HotRFC @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
              <td align="left">Vienna, Austria</td>
              <td align="left">19 July, 2026</td>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-hotrfc-sessa-15-confidential-computing-and-digital-sovereignty-00">slides</eref>, <eref target="https://youtu.be/FDHWRijxKso?t=3285">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://www.ietf.org/meeting/hackathons/126-hackathon/">IETF 126 Hackathon</eref></td>
              <td align="left">Vienna, Austria</td>
              <td align="left">19 July, 2026</td>
              <td align="left">
                <eref target="https://wiki.ietf.org/en/meeting/126/hackathon#cve-2026-33697-cvss-75-intra-handshakefail">Hackathon project</eref>, <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-hackathon-sessd-intra-handshakefail-cve-2026-33697-00">slides</eref>, <eref target="https://youtu.be/GRqyrDIEgEw?t=1340">video</eref></td>
            </tr>
            <tr>
              <td align="left">IEPG @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
              <td align="left">Vienna, Austria</td>
              <td align="left">19 July, 2026</td>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00">slides</eref>, <eref target="https://youtu.be/g8q_u19vXzk?t=4404">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://www.wissenschaftsnacht-dresden.de/programm/detailansicht/confidential-computing-15585">Workshop</eref> @ <eref target="https://www.wissenschaftsnacht-dresden.de/en/">Dresden Science Night 2026</eref></td>
              <td align="left">Dresden</td>
              <td align="left">26 June, 2026</td>
              <td align="left">
                <eref target="https://www.wissenschaftsnacht-dresden.de/programm/detailansicht/confidential-computing-15585">demo</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://output-dd.de/">Output 2026</eref></td>
              <td align="left">Dresden</td>
              <td align="left">25 June, 2026</td>
              <td align="left">
                <eref target="https://output-dd.de/projekte/relay-attacks-in-intra-handshake-attestation-for-confidential-agentic-ai-systems/">demo</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://events.linuxfoundation.org/confidential-computing-summit/">Confidential Computing Summit 2026</eref> (presented by Jens Albers)</td>
              <td align="left">San Francisco, USA</td>
              <td align="left">23-24 June, 2026</td>
              <td align="left">
                <eref target="https://www.researchgate.net/publication/411851358_Standardization_of_Attested_TLS">poster</eref>, video</td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://confidentialcontainers.org/">Confidential Containers Community Meeting</eref> @ <eref target="https://www.cncf.io/">Cloud Native Computing Foundation</eref></td>
              <td align="left">Virtual</td>
              <td align="left">30 April, 2026</td>
              <td align="left">
                <eref target="https://www.researchgate.net/publication/411849492_Relay_Attacks_in_Intra-handshake_Attestation">slides</eref>, <eref target="https://zoom.us/rec/share/3thZhsRi-BZJL-GqjnwGzh7inbltuKIlpVjqMlWp6WRdMTZ66Z8p-8YjaaeOfbhX.CoH6YBukaKua0gkt">video</eref> around timestamp 00:27:00</td>
            </tr>
            <tr>
              <td align="left">GIF Project showcase @ <eref target="https://www.ga4gh.org/event/april-connect-2026/">GA4GH April Connect 2026</eref></td>
              <td align="left">Montreal, Canada (virtual)</td>
              <td align="left">17 April, 2026</td>
              <td align="left">
                <eref target="https://www.researchgate.net/publication/412136610_Trusted_Research_Environment_TRE_Open_Suite">slides</eref>, <eref target="https://youtu.be/Kr9oxp1fdn0?t=1083">video</eref>, <eref target="https://www.ga4gh.org/document/arpril-connect-2026-meeting-report/">report</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://sos-vo.org/group/hotsos/">NSA Symposium on Hot Topics in the Science of Security (HotSoS) 2026</eref></td>
              <td align="left">Virtual</td>
              <td align="left">16 April, 2026</td>
              <td align="left">
                <eref target="https://sos-vo.org/group/hotsos/2026/sardar">abstract</eref>, <eref target="https://sos-vo.org/system/files/2026-04/20260416_HotSoS%20%281%29.pdf">slides</eref>, <eref target="https://sos-vo.org/group/hotsos/2026/sardar">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://fg-pet.gi.de/veranstaltung/15th-privacy-enhancing-techniques-convention">PET-CON 2026.1: 15th Privacy Enhancing Techniques Convention</eref></td>
              <td align="left">Karlsruhe, Germany</td>
              <td align="left">16-17 April, 2026</td>
              <td align="left">
                <eref target="https://www.researchgate.net/publication/411849502_Formal_Analysis_of_Attested_TLS">slides</eref>, <eref target="https://www.researchgate.net/publication/411852738_Formal_Analysis_of_Attested_TLS_and_Standardization_in_the_IETF">poster</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://gtmfs2026.sciencesconf.org/program?lang=en">GTMFS 2026: Annual Meeting of the WG "Formal Methods in Security"</eref></td>
              <td align="left">Luz-Saint-Sauveur, France</td>
              <td align="left">24-26 Mar, 2026</td>
              <td align="left">
                <eref target="https://www.researchgate.net/publication/411853715_Relay_Attacks_in_Intra-handshake_Attestation">slides</eref></td>
            </tr>
            <tr>
              <td align="left">CFRG @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
              <td align="left">Shenzhen, China (virtual)</td>
              <td align="left">19 Mar, 2026</td>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-cfrg-relay-attacks-00">slides</eref>, <eref target="https://youtu.be/IfKgbO74Lt4?t=6054">video</eref></td>
            </tr>
            <tr>
              <td align="left">SEAT @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref> (relay)</td>
              <td align="left">Shenzhen, China (virtual)</td>
              <td align="left">17 Mar, 2026</td>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-seat-security-analysis-00">slides</eref>, <eref target="https://youtu.be/hX7genEkN7w?t=676">video</eref></td>
            </tr>
            <tr>
              <td align="left">Side meeting @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
              <td align="left">Shenzhen, China (virtual)</td>
              <td align="left">16 Mar, 2026</td>
              <td align="left">
                <eref target="https://www.researchgate.net/publication/403474373_Proposed_RG_Confidential_AI">slides</eref></td>
            </tr>
            <tr>
              <td align="left">LAKE @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
              <td align="left">Shenzhen, China (virtual)</td>
              <td align="left">16 Mar, 2026</td>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-lake-formal-analysis-of-attested-edhoc-00">slides</eref>, <eref target="https://youtu.be/JzfLpbnhl0A?t=3117">video</eref></td>
            </tr>
            <tr>
              <td align="left">HotRFC @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
              <td align="left">Shenzhen, China (virtual)</td>
              <td align="left">15 Mar, 2026</td>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-hotrfc-sessa-formal-proof-of-insecurity-of-intra-handshake-attestation-00">slides</eref>, <eref target="https://youtu.be/OtOo7Nogisw?t=3514">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://www.ietf.org/meeting/hackathons/125-hackathon/">IETF 125 Hackathon</eref></td>
              <td align="left">Shenzhen, China (virtual)</td>
              <td align="left">14-15 Mar, 2026</td>
              <td align="left">
                <eref target="https://wiki.ietf.org/en/meeting/125/hackathon#relay-attacks-in-intra-handshake-attestation-for-confidential-agentic-ai-systems">Hackathon project</eref>, <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-hackathon-sessd-relay-attacks-in-intra-handshake-attestation-00">slides</eref>, <eref target="https://youtu.be/62A58qH19MI?t=2270">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
              <td align="left">Virtual</td>
              <td align="left">10 Feb, 2026</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacksGen_20260210.pdf">slides</eref>; <eref target="https://www.youtube.com/watch?v=idqwb0hFlhs&amp;list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=1061s">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/interim-2026-rats-01/session/rats">IETF RATS Interim meeting</eref></td>
              <td align="left">Virtual</td>
              <td align="left">9 Feb, 2026</td>
              <td align="left">
                <eref target="https://datatracker.ietf.org/meeting/interim-2026-rats-01/materials/slides-interim-2026-rats-01-sessa-relayattacks-00.pdf">slides</eref>, <eref target="https://youtu.be/gURY61dViPw?t=1474">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://fosdem.org/2026/schedule/track/confidential-computing/">Confidential Computing</eref> devroom at <eref target="https://fosdem.org/2026/">FOSDEM 2026</eref></td>
              <td align="left">Brussels, Belgium</td>
              <td align="left">31 Jan-1 Feb, 2026</td>
              <td align="left">
                <eref target="https://fosdem.org/2026/schedule/event/GHGFBM-attestedtls/">abstract</eref>, <eref target="https://fosdem.org/2026/events/attachments/GHGFBM-attestedtls/slides/267432/20260201_60u9e0n.pdf">slides</eref>, <eref target="https://video.fosdem.org/2026/ud6215/GHGFBM-attestedtls.av1.webm">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
              <td align="left">Virtual</td>
              <td align="left">27 Jan, 2026</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacksProposal_20260127.pdf">slides</eref>; <eref target="https://youtu.be/P04tLJcSxfM?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=434">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
              <td align="left">Virtual</td>
              <td align="left">13 Jan, 2026</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacks_20260113.pdf">slides</eref>; <eref target="https://youtu.be/cSrCZNyo7_g?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=1083">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
              <td align="left">Virtual</td>
              <td align="left">16 Dec, 2025</td>
              <td align="left">
                <eref target="https://github.com/CCC-Attestation/meetings/blob/main/materials/MuhammadUsamaSardar_Binding_Properties_20251216.pdf">slides</eref>; <eref target="https://youtu.be/w_MrjMeHyP8?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=593">video</eref></td>
            </tr>
            <tr>
              <td align="left">
                <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
              <td align="left">Virtual</td>
              <td align="left">2 Dec, 2025</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_Open_Questions_20251202.pdf">slides</eref>; <eref target="https://youtu.be/16aGZ-oZidg?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=2920">video</eref></td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="Intra-handshake.fail" target="https://www.researchgate.net/publication/408219182_Intra-handshakefail_CVE-2026-33697_High-severity_CVE_in_Attested_TLS">
          <front>
            <title>Intra-handshake.fail (CVE-2026-33697): High-severity CVE in Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="V." surname="Dubeyko">
              <organization/>
            </author>
            <author initials="J.-M." surname="Jacquet">
              <organization/>
            </author>
            <date year="2026" month="June"/>
          </front>
        </reference>
        <reference anchor="Intra-handshake.fail-repo" target="https://github.com/muhammad-usama-sardar/intra-handshake.fail">
          <front>
            <title>Intra-handshake.fail (CVE-2026-33697): High-severity CVE in Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="V." surname="Dubeyko">
              <organization/>
            </author>
            <author initials="J.-M." surname="Jacquet">
              <organization/>
            </author>
            <date year="2026" month="July"/>
          </front>
        </reference>
        <reference anchor="CVE-2026-33697" target="https://www.cve.org/CVERecord?id=CVE-2026-33697">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author>
              <organization>CVE</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="EUVD-2026-16488" target="https://euvd.enisa.europa.eu/enisa/EUVD-2026-16488">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author>
              <organization>ENISA</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-vfgg-mvxx-mgg7">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="GHSA-Edgeless-Systems" target="https://github.com/edgelesssys/contrast/security/advisories/GHSA-hjgc-jc5v-fw7h">
          <front>
            <title>Remote attestation is susceptible to relay attacks</title>
            <author initials="" surname="Edgeless Systems">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="SEAT-vulnerability-report" target="https://mailarchive.ietf.org/arch/msg/seat/x3eQxFjQFJLceae6l4_NgXnmsDY/">
          <front>
            <title>Relay Attacks in Intra-handshake Attestation for Confidential Agentic AI Systems</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <date year="2026" month="January"/>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="ID-Crisis">
          <front>
            <title>Identity Crisis in Confidential Computing: Formal Analysis of Attested TLS</title>
            <author fullname="Muhammad Usama Sardar" initials="M." surname="Sardar">
              <organization>TU Dresden, Dresden, Germany</organization>
            </author>
            <author fullname="Mariam Moustafa" initials="M." surname="Moustafa">
              <organization>Aalto University, Espoo, Finland</organization>
            </author>
            <author fullname="Tuomas Aura" initials="T." surname="Aura">
              <organization>Aalto University, Espoo, Finland</organization>
            </author>
            <date month="June" year="2026"/>
          </front>
          <seriesInfo name="Proceedings of the ACM Asia Conference on Computer and Communications Security" value="pp. 547-560"/>
          <seriesInfo name="DOI" value="10.1145/3779208.3785387"/>
          <refcontent>ACM</refcontent>
        </reference>
        <reference anchor="ID-Crisis-repo" target="https://github.com/CCC-Attestation/formal-spec-id-crisis">
          <front>
            <title>Identity Crisis in Confidential Computing: Formal Analysis of Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="M." surname="Moustafa">
              <organization/>
            </author>
            <author initials="T." surname="Aura">
              <organization/>
            </author>
            <date year="2025" month="November"/>
          </front>
        </reference>
        <reference anchor="refTLS">
          <front>
            <title>Verified Models and Reference Implementations for the TLS 1.3 Standard Candidate</title>
            <author fullname="Karthikeyan Bhargavan" initials="K." surname="Bhargavan">
              <organization/>
            </author>
            <author fullname="Bruno Blanchet" initials="B." surname="Blanchet">
              <organization/>
            </author>
            <author fullname="Nadim Kobeissi" initials="N." surname="Kobeissi">
              <organization/>
            </author>
            <date month="May" year="2017"/>
          </front>
          <seriesInfo name="2017 IEEE Symposium on Security and Privacy (SP)" value="pp. 483-502"/>
          <seriesInfo name="DOI" value="10.1109/sp.2017.26"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="I-D.fossati-seat-early-attestation">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <date day="5" month="August" year="2026"/>
            <abstract>
              <t>   The TLS handshake protocol allows authentication of one or both peers
   using static, long-term credentials.  In some cases, it is also
   desirable to ensure that the peer runtime environment is in a secure
   state.  Such an assurance can be achieved using remote attestation
   which is a process by which an entity produces Evidence about itself
   that another party can use to appraise whether that entity is found
   in a secure state.  This document describes a TLS extension that
   enables the negotiation and binding of the TLS authentication key to
   a remote attestation session.  This enables an entity capable of
   producing attestation Evidence, such as a confidential workload
   running in a Trusted Execution Environment (TEE), or an IoT device
   that is trying to authenticate itself to a network access point, to
   present a more comprehensive set of security metrics to its peer.
   This extension has been designed to allow the peers to use any
   attestation technology, in any remote attestation topology, and to
   use them mutually.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-seat-early-attestation-06"/>
        </reference>
        <reference anchor="I-D.fossati-seat-early-attestation-04">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <date day="27" month="May" year="2026"/>
            <abstract>
              <t>   The TLS handshake protocol allows authentication of one or both peers
   using static, long-term credentials.  In some cases, it is also
   desirable to ensure that the peer runtime environment is in a secure
   state.  Such an assurance can be achieved using remote attestation
   which is a process by which an entity produces Evidence about itself
   that another party can use to appraise whether that entity is found
   in a secure state.  This document describes a series of TLS
   extensions that enable the binding of the TLS authentication key to a
   remote attestation session.  This enables an entity capable of
   producing attestation Evidence, such as a confidential workload
   running in a Trusted Execution Environment (TEE), or an IoT device
   that is trying to authenticate itself to a network access point, to
   present a more comprehensive set of security metrics to its peer.
   These extensions have been designed to allow the peers to use any
   attestation technology, in any remote attestation topology, and to
   use them mutually.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-seat-early-attestation-04"/>
        </reference>
        <reference anchor="I-D.fossati-tls-attestation-06">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Paul Howard" initials="P." surname="Howard">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Arto Niemi" initials="A." surname="Niemi">
              <organization>Huawei</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <date day="19" month="March" year="2024"/>
            <abstract>
              <t>   The TLS handshake protocol allows authentication of one or both peers
   using static, long-term credentials.  In some cases, it is also
   desirable to ensure that the peer runtime environment is in a secure
   state.  Such an assurance can be achieved using attestation which is
   a process by which an entity produces evidence about itself that
   another party can use to appraise whether that entity is found in a
   secure state.  This document describes a series of protocol
   extensions to the TLS 1.3 handshake that enables the binding of the
   TLS authentication key to a remote attestation session.  This enables
   an entity capable of producing attestation evidence, such as a
   confidential workload running in a Trusted Execution Environment
   (TEE), or an IoT device that is trying to authenticate itself to a
   network access point, to present a more comprehensive set of security
   metrics to its peer.  These extensions have been designed to allow
   the peers to use any attestation technology, in any remote
   attestation topology, and mutually.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-tls-attestation-06"/>
        </reference>
        <reference anchor="I-D.fossati-tls-attestation-09">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Paul Howard" initials="P." surname="Howard">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Arto Niemi" initials="A." surname="Niemi">
              <organization>Huawei</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <date day="30" month="April" year="2025"/>
            <abstract>
              <t>   The TLS handshake protocol allows authentication of one or both peers
   using static, long-term credentials.  In some cases, it is also
   desirable to ensure that the peer runtime environment is in a secure
   state.  Such an assurance can be achieved using attestation which is
   a process by which an entity produces evidence about itself that
   another party can use to appraise whether that entity is found in a
   secure state.  This document describes a series of protocol
   extensions to the TLS 1.3 handshake that enables the binding of the
   TLS authentication key to a remote attestation session.  This enables
   an entity capable of producing attestation evidence, such as a
   confidential workload running in a Trusted Execution Environment
   (TEE), or an IoT device that is trying to authenticate itself to a
   network access point, to present a more comprehensive set of security
   metrics to its peer.  These extensions have been designed to allow
   the peers to use any attestation technology, in any remote
   attestation topology, and mutually.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-tls-attestation-09"/>
        </reference>
        <reference anchor="I-D.fossati-tls-attestation-10">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Paul Howard" initials="P." surname="Howard">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Arto Niemi" initials="A." surname="Niemi">
              <organization>Huawei</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <date day="23" month="July" year="2026"/>
            <abstract>
              <t>   This draft has been withdrawn.

About This Document

   This note is to be removed before publishing as an RFC.

   Status information for this document may be found at
   https://datatracker.ietf.org/doc/draft-fossati-tls-attestation/.

   Source for this draft and an issue tracker can be found at
   https://github.com/yaronf/draft-tls-attestation.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-tls-attestation-10"/>
        </reference>
        <reference anchor="I-D.ritz-seat-facts">
          <front>
            <title>Factor-based Attestation and Credential Transport Scheme (FACTS) over TLS 1.3</title>
            <author fullname="Nathanael Ritz" initials="N." surname="Ritz">
              <organization>Independent</organization>
            </author>
            <date day="1" month="March" year="2026"/>
            <abstract>
              <t>   This document describes FACTS (Factor-based Attestation and
   Credential Transport Scheme) over TLS 1.3.  Conceptually acting as
   "multi-factor authentication" for machine identities, factor-based
   attestation derives session trust from multiple independent
   cryptographic inputs rather than a single point of failure.
   Specifically, it utilizes a dual-key scheme that binds identity to
   attestation evidence through the use of key encapsulation material
   keys (KEM) and traditional identity signing keys (IK), establishing
   per-session freshness.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ritz-seat-facts-00"/>
        </reference>
      </references>
    </references>
    <?line 593?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Acknowledgment does not necessarily imply attestation. It implies that the authors found the feedback and discussion useful in improving the formal analysis, the corresponding paper, or this draft.</t>
      <t>This draft benefits from several years of research on attested TLS, in particular some of the recent works mentioned below:</t>
      <t>We wish to express our sincere appreciation to the following for their review of our latest work:</t>
      <ul spacing="normal">
        <li>
          <t>Sammy Kerata Oina</t>
        </li>
        <li>
          <t>Drasko Draskovic</t>
        </li>
      </ul>
      <t><strong>Intra-handshake.fail</strong> <xref target="Intra-handshake.fail"/></t>
      <t>We would like to thank our co-authors of paper <xref target="Intra-handshake.fail"/> for their valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Viacheslav Dubeyko</t>
        </li>
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful reviews on <xref target="Intra-handshake.fail"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Juho Forsén</t>
        </li>
        <li>
          <t>Markus Rudy</t>
        </li>
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Steve Kremer</t>
        </li>
        <li>
          <t>Tjaden Hess</t>
        </li>
        <li>
          <t>Martin Thomson</t>
        </li>
        <li>
          <t>Yuning Jiang</t>
        </li>
        <li>
          <t>Pavel Nikonorov</t>
        </li>
        <li>
          <t>Casey Wilson</t>
        </li>
        <li>
          <t>Anonymous ESORICS 2026 reviewers</t>
        </li>
        <li>
          <t>Danko Miladinovic</t>
        </li>
        <li>
          <t>John Preuß Mattsson</t>
        </li>
        <li>
          <t>Britta Hale</t>
        </li>
        <li>
          <t>Werner Staub</t>
        </li>
        <li>
          <t>Songbo Bu</t>
        </li>
        <li>
          <t>Haowen Song</t>
        </li>
        <li>
          <t>Chengxin Huang</t>
        </li>
        <li>
          <t>Steve Luo</t>
        </li>
        <li>
          <t>Kubilay Ahmet Küçük</t>
        </li>
        <li>
          <t>Iman Schrock</t>
        </li>
        <li>
          <t>Sophie Schmieg</t>
        </li>
        <li>
          <t>Davyd Okaianchenko</t>
        </li>
        <li>
          <t>Alistair Woodman</t>
        </li>
        <li>
          <t>Göran Selander</t>
        </li>
        <li>
          <t>Tom Sato</t>
        </li>
        <li>
          <t>Jakub Maria Plutowski</t>
        </li>
        <li>
          <t>Martin Friedrich</t>
        </li>
        <li>
          <t>Patrick Duggan</t>
        </li>
        <li>
          <t>Deb Cooley</t>
        </li>
      </ul>
      <t><strong>Identity Crisis</strong> <xref target="ID-Crisis"/></t>
      <t>We would like to thank our co-authors of complementary paper <xref target="ID-Crisis"/> for their valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Tuomas Aura</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful feedback:</t>
      <ul spacing="normal">
        <li>
          <t>Ionut Mihalcea</t>
        </li>
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
        <li>
          <t>Thomas Fossati</t>
        </li>
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Hannes Tschofenig</t>
        </li>
        <li>
          <t>Yaron Sheffer</t>
        </li>
        <li>
          <t>Laurence Lundblade</t>
        </li>
        <li>
          <t>Giridhar Mandyam</t>
        </li>
        <li>
          <t>Christopher Patton</t>
        </li>
        <li>
          <t>Jonathan Hoyland</t>
        </li>
        <li>
          <t>Richard Barnes</t>
        </li>
      </ul>
      <t><strong>refTLS</strong> <xref target="refTLS"/></t>
      <t>We sincerely thank the following for the foundational formal model of draft 20 of TLS 1.3 in their work <xref target="refTLS"/> that we have used as the foundation of all of this work:</t>
      <ul spacing="normal">
        <li>
          <t>Karthikeyan Bhargavan</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Nadim Kobeissi</t>
        </li>
      </ul>
      <t><strong>General</strong></t>
      <t>Several others at the IETF, IRTF, CCC, and GA4GH have contributed by providing feedback. A non-exhaustive list of contributors is <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00#page=17">here</eref>.</t>
      <t>Muhammad Usama Sardar is funded by German Research Foundation ("Deutsche Forschungsgemeinschaft.")</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
w+3u3mwph8BBdM/lxiieSK9iMqtjRbtkrSbmvd1JY6JBQ/ZjfMkxvcJ3Ikuf
XtxcqZGOGEi/MO/mFNOoXMxSOOhKCVpIn38fvyx/3wHxi9kk7tqvQ+4tMDFB
XeW/iCQlTGvoRuIvzNfCLNfPv088Vw0h4h7mluosZ2Gq30pomjihMXdz5bzU
WmV/rUEDyZwCLZY1hvVhLJe7FFvd5Tw8Ti6lHicjzKAOiTRGP6TjpVgQlDqf
27D3wFqhYY5wC+6sQrjRtpT+xJytMBRPPmWQLAR0vWpd98OaNidWYeQtZ1T5
s9UZzlN2SRwBmM1hWIGEoWtc1L5Ytn6wqEfKDq5QylexFO3VOl4HlD9Byh+V
dnBlPgYjvn5JKOWdTWtSzrQmZyh6r0Q9EqrGVjwFalPtSVB+hGtDVoO2yVl6
J8nkrQJPGKx5wGMtwXzCjZkb5TWK3EUlxA/fxwSBKFtrVSOw6btS/LueyKlJ
SaIMEiXfywSk5EgpLDuLZd+Ar+qbomiDTg4uQ2mU+r8/Vhl90i/KXmmvsldL
PizvVffqkoC3NmsMc32R5fQREoMFb4f/Ef0bc34U6Usaq5KUgy/+83/9nwGw
//yf/0fyPxBK6R0oU3WyBkX8VxJK+V0ov0tboAT/EYulEe8HtXgYDVvfS/W8
Qvze0ccYt6p+dGOR9AxZGfP1DsPQR7TR0utaYtUsq2/DosHNJ0WpJS8/qy6l
8FOrXgqGPc57L97Hq19+WuVLfKI/AXpiopvra35abU18aj8BemJqqRU8P616
Jz7DnwA9McP3aoR+Wn1QfJI/AXpiku9WIf2sKpfCT62hSU7yQ7U0P61MJj7T
nwA9MdNGPm5FwLBhrfSPGzeEKKb1E+HHJrbS8+sqVOTP4kFAFHqCxe0IReyS
xt72I6l5asEXBEbAhLzDSniDbMXZ9vRtsg/3MEIwQaflm+gRlwwAvcxYLCSJ
Thd2fJhyZ5VkqtlqYdunhZ09CuytW64xc/c63mPA9cfgI3qB2w9OPjqik+XQ
0bVVvbz0WU1uglQjGGsmttJg56NZ9SJUtNH1J2sdrOuUHgvvIRm30bE6ylqu
PPwht/hIT55P/qMXNY8cFtTxJ6PCu7ur5gOBVwHTp9V8s4xxxqA33ptWWGIV
fITc08KCKhO2BMzAE+0eMJ4Si1EGR6iilmzVYCKoKtkY9f0BPOFwKidJupTJ
ACQRkbpWUJwTS1woLsc+ViwjFysJHN5FN4g/ichduEjwh+1wMzqaTkZuKaSX
/6D4OW2dHArx09dNTEbHKcHMsXhRheHozc0kl74Z2I7SYR/mSnwkBx8Vdj6K
IroghOH74fa3jcDeBpDxlJdZU4qtCo4KM1ZpWVe5rO/H5pGXN/Tc2hWJlLsE
fLUzEDcOMkbDYiXH9t2wcwygiewfpTfuYQUitkxYZSRM9PEEMxLonFqLpU5+
T8aG9Bld0yBkvUpv/PNPXBKsbDzS50H9D44rWmaowHl0wBw1EFwbeg/Pg0D4
U1malgui39hvArQHChUR9MEdhoF0/PsdAXt207/O+c5Y5D6YmEySKkaDssz3
mIrafZXon7nU3itpuFEw38QkEA3MC0pJZdQdhurLg8rcqLkthciuo+5EIidZ
WAjXtm1gUNLHiMF6FXAkESMEI9FIBcLfQtG42oI651RM62BFCefhDvQpC7DZ
gE1QLe+EdcNrG3pVtyfaZiQrRUWaT+LcAJAWByLfRvoLciOQLwCk6eEfbNWW
LevR9Yd6g8XsNxAVMisALjviaMGmaB4HIeq7ErYhDirpkNKOJ3JxACdkqxHQ
CLfcWuXdO9G68JQCYeeJPk4ghnl0DrKIRZyx1hqZBgiH3aWxvhPbU5EUosrC
6NSGwFL+gT704yVEuMF8Kzj7iSrI/wlXICA1ni5iev0ekkYk0cNOwWmHqIOB
zjdgSyuYKB7bi8LGsXp3yk9+K+Z3sFZaxPAFTwdcEG0g1fYNLcwFosrqoPeX
ON5c2Sfu+vLkRRscM6ygVie2DmJcFKWj0WeAJhdrT03EotLVDXPERdsTYjYS
rEkOXBCeIiEpMFDe7dlzbmMfvlCjh7Vn/3QcsnmPkiIR8sUCRXvZPxEn1CtV
mhdyO8EbX3K5/x2bFK6WBe0GJV/eS2zACEYsff9AH410Lne5YWDbZOQrKSj4
GGGxIAg9nRuaiwUZ8I4+w2aRII/nnLqABY2QxOHc58P2zkH3MOhugEUCXGUo
2xfC9vathOUtIlfAb6vuUmsi2Vkv/BFB4VVSJHHXBiKh9L6b6CiIvICJhmD7
68LgEPTd8Jkwid5KseiwJoiYz1Znb9hTQhfloZEwBAVJeyt0rfRV9zvAJ2LR
ZIuBaJVEpyiXyOQGB3Q+FiV7EV0stN6A4OG5Z/JntJ5mgT0MaAWskMcsfdWg
boe4CCbTKEsVnLiw9RaYTmNfzD5Qf6tDxlzsvDGtah9Bh028qIeX6KyY/DRW
EitOCRpvamUlXHREhHgbbARuzibM1V/jGRKxPUwZOImycWQ0B4zbsThBIuHp
C3mGxfO4UG4CXeo5Jua9MleSNSpXlBaRW/2cTEgQWRPJhmnCOdpIrDyenOHL
1MIjOECOpUnjt4f9i6teu0+1XYTbL+slPbnonCXtaCXRsexti0vaSGF3zICG
eNKt8qh72XpLFYHMWdSPJcQj/Tz7HTxWVlhwHheBFwsTnerkWonmHB+g99Ze
daeiV504yuWazqQ2ikGwXqNTdIsvVhVQaAHSa4DliFMXOgwOIIdhjfCYh+5U
qKW3ZIEFBvOaYUN6QThPjvmOl5CnDFqUI1d8rOPRfTIHn/omiB9EMm1YMYHc
VCjWC8VKIe4xyZHH5MrUX0qOTtRk3ZWHjj3lFhnooMJkky1lEHMyf4ERCtVS
rVas1nYAo8/HbMYsWOcd6du+AZzUZd45UPDani5jdZtD/An2MhI37+FvhSBD
0i0oSrOpVAlYSHMDXEcfEzIAapfcbMuOq+VJ9IzmmkjGXDBw9PwZ8ZTs2fKQ
0ywM7L8lJgqCEPvpLWUdXHXXwigSqXKQYhNbg6/BZpPh/xGlb5hOgIFKTU0k
0gYP3DymfYh7NPg4fJoRoYKuKbVmo6rUa5Xyb/qvSrFYrNdrtVK51CAif4tX
2EdZIUjmWIk9NomBHYfrT9X1cRSSCV9BzUdgQhZ2AsY65y/eEbdQ4PWEfopV
hIHSgZ/RyePYX4h+plnPfMPlhchrHhlsIa+sVlm35M1clwgyRJ4Y4XIAO3gZ
TvOKstLjoRf4MWTuIGUd8VjVDCWnJycIQXpDIDnRPVgbrF+FJZQpj1tmuqBG
v40Xqxhacou56gIf0nBDR+ejrRvKoWDJxinSVkKRIY+QC0kVCbLRyEVF+uoz
y/PN+Oaxx26eilXRpsLlzfvTQlGRg1flnqXiEsUuT0HFKavwqzzlfCbjXAED
U3c5zHm5ZU1cQZmgzQxxKUa6ZJcWUx9bHn2JiljYwLRpr3yQi8zawTLOgDVP
2XCNdMEvILfzjl9AMVCo1ivVSjU/m8wIjLiTBaDQdEGoJCGET6m+KJWldO74
8IdYanBjQFQIRPGmESGp+roVi+ZhjYSl8jz4mCyvWgVkcRKbcrEug9gUCgtY
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
S/fi4r7bVxbWfOLb/O5uzNvdaTak0gBlRepr7dhUq415UVWMg9uy/9R7KLbu
B/boqJUNqTRAWZGyKme8+vWyPV9MXtTDY0u745dL8D5VOyNPpQHKitSQX72e
n88XZ/poejU6vhy9cPXI7s6uDzJK9DRAGZBSR/DXTfWhqzUV4+FJf25fe839
x+XtwXmH38zOPozUu4Ay675O267sn10d9G+W1vy82fp6zLzLJ+uejTPqvhRA
WZFaDAcPbvPsUWv6TfustD+VG968PprfH2VEKg1QVqTseWMk19XHk5Pq1aN8
Zj6ptd7ktr8vdzKKhDRAWZEq+Tc+O1AOluOn84OzytH1QHYehotr/TgjUmmA
siI12y832fBc+ep0K4PW9dngsN6Yv1xe+y8ZkUoDlFn3vZy0X866XO639Kum
P7m4MAznpGLetDKqmTRAWZG6Vl782c3+4vnhcL/fbV/fj/vd+0dPe35tZEMq
DVBWpCZXi0qtsxibt5reHD0/mqXR08nQsAa9jGomDVBWpG6O6svDwdQwr/ov
58tS9742evU7tnXw9HHh+S6gzLtvMuM9Q+Od0WHNbj7XTpu3U69YbLVPMlIq
DVBWpMZqSX8qzoc2n/QH8lwpyv1z13hhj+2M5nAaoMzC86JitkbP1e7x48w7
ODh3+pZWfz3Q7pWMjJ4GKCtS9/6xOlgeHl+2z3r+gzovXZzV7w/s8VX7JhtS
aYAy21O3XcMadnqHE1m9/MrP/IPbi+eX6sP8LqOLlQYoK1Ivtzfldv355sIa
q/qsvl95vKieHd9cN+8zKuQ0QFmRUsZt9XIh18/t2cHV6+v+a6usdXpju3yV
0chLA5QVKa/B7OHrfrleMe7001fn1rm4eqhPjx6WGZcvDVBWpMzyzXK/dn/6
9fWF+Sp/OhzYjUurovj9Xjak0gBlllPP3Wd1ODyZs4F9dCg/HR48+qVKeTyS
MyrkNECZXayDxtd95e72VPbsc3t+9LV0Pa0dmCY/zKhm0gBlRWp+f16a6aPH
6tG92lZeThf90WnbulE7NxmDZmmAsiJ1dtS5161ho3rfZ6fT56f9w4m5/9iu
X6oZeSoNUFakntzmba9yud9YPpiTceliyB73FVYqjU4z8lQaoKxIFa9eL65e
7we3mvFQvfk6OLs7M18eDct5yiin0gBlRequfNZV9sFZG5rK3c3ly9FXfcJ6
qvJ6ndFGTwOU2Z4asKOlYXa69qn5fF7f31cfbu2u7Jxn9mZSAGVFqt5/6Pv7
jfKJ6TSf20PlVuk0K1bzrlzOaCWkAcrMU/270bj0cH7YuvCOv9Yf3ZHyYlQu
5NZFxqhLGqDMCtkcnS/k4aJx4mrHQ6PistNms/Na0bmaUSGnAMocHV7qo6PG
62WVLWxnOOgr51fNzuHN4f1d1uhwCqCsSLUfFvOzevW15lz3tFKr/Pg4fzw2
uy8XekZ7Kg1QBqT8kQl/lpovncf7arti94+ms8fW/P56UH84vSvdfnz93oeU
lVa+0n15uGuqx6PbmV5uj5rPxRqfLGYPRxm1XxqgrEj1jwatYlGpMfnkzLpv
TY+8s5sXe/poPmVk9TRAmY+MFnX54q7Ubt06Rfnr/muzzltnL/sD6yyjSk4D
lNlxt5ZDlY3mX0sHcm9yM7q+LZUad18755OMPnIaoKxIOebtOe8Mn9hLqWaU
Fas6071u7+Xi6zSjokkDlBWpg/HkWDsqL93hZefk7CtvqK+vsqf2zp4zSqo0
QJkp9XjKVF0rLaxDjx0v+kO91xt55etiJyNPpQHKitRgerh/cXDuXt89jZk2
rL5YxlOjps0nakaLKg1QVqSeL8v37eIZczqdVrl/Ntyf3d0dey+t9nlGRk8D
lBWp6fTp60SvLOfHA721eHAuF4rqdCayKWfkqTRAmf2Z/al24p28XnuVTlO5
nTmjk56ljc3rUkbjJQ1QVqS6vj9odXxF2b92tJeTcq8xMRelp6dZI6PjngYo
e9jM0u2X6f5g8PWxN590rKrF7mpPvfvXjHZCGqCsSOl3brvdMhoPj/Ls4rpV
d/XzmyN3ZOjdjJRKA5QVKbl7dHlzVW3P/ds79aI1LtfV/svCbl2bGRk9DVBW
pE6t04fD+vDo64XZfrm9f665nn7hnSxUJaOcSgOUmacGw97x5ELbrzwp46Kl
vr5cPi46917bzhqKTQGU+cxhWXm+/Xr89eiqUZKH7vTr4OaoV9O5oTxkPHNI
AbQTVMRil4KvPhYd0d0oPWr44Hh70gjL/bGEQ3oOfxaJXJS55jDdFZl26x3R
4QOqFXToeh8EgsXLlBx1h7XQm1tYBd2rPosEeel/S20qhr2cdC28eOijba2C
r36jDkqYp4c9O3TLp14TyQuxg4RGKpTHGiPq+YJl7u6ehF1A4JXU+7Z3d2ke
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
/w/k5/aTzNsAAA==

-->

</rfc>
