<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-mihalcea-seat-use-cases-03" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="SEAT Use Cases">Security Goals and Use Cases for Integrating Remote Attestation with Secure Channel Protocols</title>
    <seriesInfo name="Internet-Draft" value="draft-mihalcea-seat-use-cases-03"/>
    <author fullname="Ionuț Mihalcea">
      <organization>Arm</organization>
      <address>
        <email>ionut.mihalcea@arm.com</email>
      </address>
    </author>
    <author fullname="Muhammad Usama Sardar">
      <organization>TU Dresden</organization>
      <address>
        <email>muhammad_usama.sardar@tu-dresden.de</email>
      </address>
    </author>
    <author fullname="Thomas Fossati">
      <organization>Linaro</organization>
      <address>
        <email>thomas.fossati@linaro.org</email>
      </address>
    </author>
    <author fullname="Tirumaleswar Reddy">
      <organization>Nokia</organization>
      <address>
        <email>kondtir@gmail.com</email>
      </address>
    </author>
    <author fullname="Yuning Jiang">
      <organization/>
      <address>
        <email>jiangyuning2@h-partners.com</email>
      </address>
    </author>
    <author fullname="Meiling Chen">
      <organization>China Mobile</organization>
      <address>
        <email>chenmeiling@chinamobile.com</email>
      </address>
    </author>
    <date year="2026" month="June" day="16"/>
    <area>Security</area>
    <workgroup>SEAT Working Group</workgroup>
    <keyword>remote attestation</keyword>
    <keyword>TLS</keyword>
    <keyword>confidential computing</keyword>
    <keyword>IoT</keyword>
    <keyword>RATS</keyword>
    <abstract>
      <?line 82?>

<t>This document outlines desirable security goals and use cases for integrating remote
attestation (RA) capabilities with secure channel establishment protocols (e.g., TLS and DTLS).
Peer authentication in such protocols establishes trust in a peer's network identifiers but
provides no assurance regarding the integrity of its underlying software and
hardware stack. Remote attestation addresses this gap by enabling a peer to
provide verifiable evidence about the current state of the Target Environment. This document specifies a set of essential
security goals the protocol solution must have, including cryptographic binding to
the secure connection, evidence freshness, and flexibility to support different
attestation models. It then explores relevant use cases, such as confidential
data collaboration and secure secrets provisioning, to motivate the
need for this integration.  This document is intended
to serve as an input to the design
of protocol solutions within the SEAT working group.</t>
    </abstract>
  </front>
  <middle>
    <?line 98?>

<section anchor="introduction">
      <name>Introduction</name>
      <section anchor="establishing-trust-in-secure-communications">
        <name>Establishing Trust in Secure Communications</name>
        <t>Secure channel protocols, such as Transport Layer Security (TLS),
primarily establish trust in a peer's identity. This is typically achieved
through mechanisms like a Public Key Infrastructure (PKI), where a trusted
Certification Authority (CA) vouches for the binding between a public key and an
identifier (e.g., a hostname).</t>
        <t>However, this model has one key limitation: entity authentication provides no assurance about the peer's state, such as the integrity of its software stack at boot time and during runtime.
A compromised endpoint, for instance, can still present a valid X.509
certificate and be considered "trusted" by a client. This gap allows compromised
endpoints to maintain network access and the trust of their peers, posing a
significant security risk in many environments.</t>
      </section>
      <section anchor="the-role-of-remote-attestation">
        <name>The Role of Remote Attestation</name>
        <t>Remote Attestation (RA), as described in the RATS architecture <xref target="RFC9334"/>, is a
mechanism designed to fill this gap. RA allows an entity (the "Attester") to
produce verifiable "Evidence" about its current runtime state. This Evidence covers the Attester's TCB and can thus include measurements of:</t>
        <ul spacing="normal">
          <li>
            <t>firmware</t>
          </li>
          <li>
            <t>operating system</t>
          </li>
          <li>
            <t>application code</t>
          </li>
          <li>
            <t>the configuration of its hardware and software security features (e.g., secure boot status and memory
isolation).</t>
          </li>
        </ul>
        <t>A "Relying Party" can then use this Evidence, often with the help of
a trusted "Verifier", to appraise the Attester's trustworthiness.</t>
        <t>Composing RA with a secure channel establishment protocol adds a second
dimension of trust - trustworthiness - to complement peer
authentication. This allows a peer to make authorization decisions based not
just on who the other party is, but also on what it is (e.g., an AMD
SEV-SNP-based server running in some known datacenter) and whether its state is
acceptable.</t>
      </section>
      <section anchor="purpose-and-scope">
        <name>Purpose and Scope</name>
        <t>The purpose of this document is to establish a set of essential security goals
for composition of RA with secure channel protocols and to outline the key use
cases that can benefit from such a composition. Most of the use cases presented in this document are provided by industry contributors in the SEAT WG, who have plans to deploy this technology. The initial focus is on
TLS 1.3  <xref target="I-D.ietf-tls-rfc8446bis"/>
and its datagram-oriented variant, DTLS 1.3 <xref target="I-D.ietf-tls-rfc9147bis"/>.</t>
        <t>This document is intended as an input to the design of protocol solutions within
the SEAT working group. It defines the "why" (the motivation) and the "what" (the requirements),
but not the "how" (the protocol design itself). The "how" part is out of scope of this document. A key goal of this
document is to define
requirements for a solution that is agnostic to any specific attestation
technology (e.g., Trusted Platform Modules (TPMs), Intel TDX, AMD SEV, Arm CCA).</t>
        <t>Appraisal policies (cf. <xref section="8.5" sectionFormat="of" target="RFC9334"/>) are out of scope of this document.</t>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>This document uses the terminology defined in the RATS Architecture <xref target="RFC9334"/>,
including "Attester", "Relying Party", "Verifier", "Evidence", and "Attestation
Results".</t>
      <t>This document also uses the following terms:</t>
      <ul spacing="normal">
        <li>
          <t>Trusted Computing Base (TCB) of a device: see <xref target="RFC4949"/>. Note that for this
draft, it includes respective configurations of hardware, firmware, and software.</t>
        </li>
        <li>
          <t>Confidential Workload: as defined in <xref target="I-D.draft-ccc-wimse-twi-extensions"/>.</t>
        </li>
        <li>
          <t>Measurements: as defined in <xref target="I-D.draft-ietf-rats-eat-measured-component"/>.</t>
        </li>
        <li>
          <t>AI agent: An AI agent is a software principal (typically long-running) that performs
closed-loop "perceive -&gt; plan -&gt; act" cycles using an LLM or other model,
and invokes external tools/APIs that may read sensitive data or change
system/network state. Its configuration (e.g., model choice, tool enablement,
prompt template) can change independently of the binary/image and usually
more frequently than typical platform TCB updates <xref target="AI-agents"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="integration-security-goals">
      <name>Integration Security Goals</name>
      <t>This section provides a list of desirable security goals for designs that compose
RA with secure channel protocols. Proposed protocol specifications should
clearly state which of these security goals are fulfilled and explain how.</t>
      <section anchor="cryptographic-binding-to-communication-channel">
        <name>Cryptographic Binding to Communication Channel</name>
        <t>The Evidence or Attestation Result is cryptographically bound to the
specific secure connection (e.g., the (D)TLS connection). This prevents
<strong>relay</strong> attacks where an attacker presents valid, but unrelated
Evidence from a different connection or context. This binding is paramount for all
use cases because the absence of this binding can be exploited in high-severity
vulnerabilities, such as <xref target="CVE-2026-33697"/>.</t>
      </section>
      <section anchor="compound-authentication">
        <name>Compound Authentication</name>
        <t>RA should complement endpoint authentication rather than replace it.
Combining the two security measures would ensure that the introduction of attestation increases security instead of replacing one security measure by another.
A formal representation of this requirement in the form of <em>composition</em> goal can be found in <xref target="ID-Crisis"/> for TLS 1.3 protocol.</t>
      </section>
      <section anchor="cryptographic-binding-to-machine-identifier">
        <name>Cryptographic Binding to Machine Identifier</name>
        <t>Evidence should be cryptographically bound to the identifier provided to the machine by the infrastructure provider to prevent <strong>diversion</strong> attacks <xref target="ID-Crisis"/>.</t>
      </section>
      <section anchor="attestation-credential-freshness">
        <name>Attestation Credential Freshness</name>
        <t>The Relying Party is able to verify that the Evidence or Attestation Result it
receives was freshly generated by the Attester for the specific RA interaction.
State is
transient, and credentials from a previous RA interaction may no longer be valid.
See
<xref section="10" sectionFormat="of" target="RFC9334"/> for more details about freshness in the context of
RA. This is formalized for attestation nonce in  <xref target="ID-Crisis"/>.</t>
      </section>
      <section anchor="negotiation-and-capability-discovery">
        <name>Negotiation and Capability Discovery</name>
        <t>Peers have a secure mechanism to discover each other's support for RA, the
specific attestation formats they can produce or consume, and the attestation
models they support. This enables interoperability and allows for graceful
fallback for endpoints that do not support RA.
The negotiation of formats is required because several vendors -- like Intel,
AMD, Arm, and IBM -- have their own Evidence formats.
A conforming solution will have to support a mechanism to identify the content type and encoding of Evidence to facilitate interoperability.</t>
      </section>
      <section anchor="attestation-model-flexibility">
        <name>Attestation Model Flexibility</name>
        <t>The solution supports both the Background Check and Passport models as defined
in the RATS architecture <xref target="RFC9334"/>. The Background Check model is essential
for use cases requiring maximum freshness, while the Passport model is better
suited for performance, scalability, and scenarios where the Verifier may be
offline or unreachable by the Relying Party.</t>
      </section>
      <section anchor="interaction-with-peer-authentication">
        <name>Interaction with Peer Authentication</name>
        <t>The solution supports using RA in conjunction with traditional PKI-based
authentication (e.g., X.509 certificates). This provides two independent pillars
of trust: endpoint trustworthiness (from RA) and identity (from PKI).</t>
      </section>
      <section anchor="runtime-attestation">
        <name>Runtime Attestation</name>
        <t>Ideally, remote attestation should allow the Relying Party to assess that configuration change of the Attester is in accordance with a policy that the Relying Party accepts.
This enables more nuanced trust decisions based on how the Attester's state might change over time.
However, to our knowledge, current state-of-the-art systems do not achieve such a guarantee.
In such cases, frequent runtime attestation by the Verifier may reduce the exposure window, though the risk of a malicious configuration change occurring between the time Evidence is collected and the time of re-attestation, a Time-Of-Check-To-Time-Of-Use (TOCTOU) vulnerability cannot be entirely eliminated.</t>
        <t>Evidence collected at certificate issuance or during the initial secure channel establishment reflects only the Target Environment’s state at that moment. It cannot guarantee that the Target Environment remains trustworthy for the lifetime of the certificate or even for the duration of the secure connection (e.g., the (D)TLS connection). As a result, such static Evidence is insufficient in environments where the Target Environment may change state after the connection is established and the connection is long-lived.</t>
        <section anchor="periodic-vs-on-demand-attestation">
          <name>Periodic vs. On-demand Attestation</name>
          <t>It should be possible for the Relying Party to request new Evidence periodically or on-demand during the lifetime of the connection.
This may be necessary if the Target Environment has attributes that can change during the connection, thereby affecting its trustworthiness. Such changes cannot be detected using Evidence collected earlier.
For example, the Evidence may include dynamic parameters such as runtime configuration flags (e.g., FIPS mode), which indicate whether the device has entered or exited an approved mode, or measurements of critical system files.</t>
        </section>
      </section>
      <section anchor="privacy-preservation">
        <name>Privacy Preservation</name>
        <t>The solution must not degrade the privacy of a standard secure connection (e.g., the (D)TLS connection). Evidence
can contain highly specific, unique information about a device's hardware and
software, which could be used as an advanced tracking mechanism, following a
user across different connections and services. The design must consider how to
minimize this leakage, especially when a third-party Verifier is involved in the
protocol exchange.</t>
        <section anchor="verifier-trust-and-privacy">
          <name>Verifier Trust and Privacy</name>
          <t>In the Background Check model, the Relying Party communicates with the Verifier at the time of appraisal.
This reveals the Attester's identity and connection timing to the Verifier.
This also reveals to the Verifier that the Relying Party is communicating with the specific Attester.
If the Verifier is a third party, it can observe which Attesters are being appraised and when, potentially exposing client identity and other correlation information.
Solutions should consider privacy-preserving attestation techniques being developed in the RATS working group, to minimize the data revealed to the Verifier.</t>
        </section>
      </section>
      <section anchor="performance-and-efficiency">
        <name>Performance and Efficiency</name>
        <t>The introduction of remote attestation should not add prohibitive latency or overhead
to the connection establishment process. To be widely adopted, the solution must
be practical. While some overhead is unavoidable, multiple additional
round-trips or very large payloads in the initial handshake should be minimized.</t>
      </section>
    </section>
    <section anchor="use-cases">
      <name>Use Cases</name>
      <t>This section provides the concrete motivation for the WG's work by describing
specific use cases. For each case, the scenario, actors, and specific security
guarantees needed from RA are described.</t>
      <section anchor="secure-provisioning-and-high-assurance-operations">
        <name>Secure Provisioning and High-Assurance Operations</name>
        <t>Goal: Ensure the integrity of workloads and devices when bootstrapping their
PKI-based identity or receiving critical commands.</t>
        <section anchor="runtime-secret-provisioning">
          <name>Runtime Secret Provisioning</name>
          <t>A confidential workload starts in a
generic state and needs to fetch secrets (e.g., API keys, database credentials,
encryption keys) to become operational.</t>
          <ul spacing="normal">
            <li>
              <t>Requirement: The workload must attest its runtime state (TEE genuineness,
software measurements) to a secrets management service. The service will only
release the secrets after successful verification, ensuring they are delivered
exclusively to a trustworthy environment. This use-case also covers secure
device onboarding for IoT devices that lack a pre-provisioned PKI-based identity.</t>
            </li>
          </ul>
        </section>
        <section anchor="high-assurance-command-execution">
          <name>High-Assurance Command Execution</name>
          <t>An operator sends a critical command
to a remote system (e.g., an industrial controller, a financial transaction
processor).</t>
          <ul spacing="normal">
            <li>
              <t>Requirement: The system must provide fresh Evidence to the
operator to prove its integrity before the command is dispatched. This
prevents commands from being executed on a compromised system.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="confidential-data-collaboration">
        <name>Confidential Data Collaboration</name>
        <t>Goal: Enable multiple parties to collaborate on sensitive, combined datasets
without exposing raw data to each other or to the infrastructure operator.</t>
        <section anchor="data-clean-rooms">
          <name>Data Clean Rooms</name>
          <t>Multiple <em>data providers</em> contribute sensitive data to
a confidential workload for joint analysis. <em>Data consumers</em> receive aggregated
insights without ever accessing the raw, combined dataset.</t>
          <ul spacing="normal">
            <li>
              <t>Requirement: Before sending data, each data provider must attest the
confidential workload to verify it is running the authorized analysis code in
a secure Trusted Execution Environment (TEE). Similarly, data consumers must
attest the workload to trust the integrity of the results.</t>
            </li>
          </ul>
        </section>
        <section anchor="secure-multi-party-computation-mpc">
          <name>Secure Multi-Party Computation (MPC)</name>
          <t>Distributed parties
collaboratively compute a function (e.g., train a machine learning model)
without sharing their local data.</t>
          <ul spacing="normal">
            <li>
              <t>Requirement: The central aggregator, as well as each participating client,
must be able to mutually attest to ensure all parties are running the correct,
untampered MPC algorithm in a trusted environment.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="network-infrastructure-integrity">
        <name>Network Infrastructure Integrity</name>
        <t>Goal: Verify the integrity of network devices that form the foundation of
communication.</t>
        <section anchor="attestation-of-network-functions">
          <name>Attestation of Network Functions</name>
          <t>A router, switch, or firewall joins
a network's management plane. A Virtualized Network Function (VNF) is
instantiated on a generic server.</t>
          <ul spacing="normal">
            <li>
              <t>Requirement: The network orchestrator must verify the device's integrity
(e.g., secure boot enabled, running signed OS and firmware) before allowing it
to join the network and receive policy. This prevents a compromised router
from misdirecting traffic or a malicious VNF from inspecting sensitive
packets.</t>
            </li>
          </ul>
        </section>
        <section anchor="securing-control-and-management-planes">
          <name>Securing Control and Management Planes</name>
          <t>An administrator connects to a
network device's management interface.</t>
          <ul spacing="normal">
            <li>
              <t>Requirement: The administrator's client must verify the integrity of the
management endpoint on the network device to ensure they are not connecting to
a compromised interface that could steal credentials or manipulate the device.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="sec-operation-triggered">
        <name>Operation-Triggered Attestation for High-Impact Application Operations</name>
        <t>Goal: Ensure the integrity of application services at operation time,
when security posture may change after initial channel establishment.</t>
        <t>Use case: <strong>High-Assurance Operation Execution in Dynamic Application Services</strong>:
An application service instance (e.g., AI agent) or confidential computing
environment (which could host an AI agent) maintains a (D)TLS connection with
a peer and must execute a high-impact action (e.g., payment initiation,
configuration change, privileged command).
See <xref target="I-D.jiang-seat-dynamic-attestation"/> for details.</t>
        <ul spacing="normal">
          <li>
            <t>Requirement 1: Before executing a high-impact operation over the existing
connection, the peer must present fresh, connection-bound Evidence
reflecting the current behavior-affecting posture (e.g., enabled capabilities,
policy configuration, runtime permissions).</t>
          </li>
          <li>
            <t>Requirement 2: The mechanism should support lightweight, dynamic attestation
within the existing connection, without necessarily requiring a full new TLS
handshake, so that behavior-affecting posture changes are visible to relying
parties when required by local policy.</t>
          </li>
        </ul>
      </section>
      <section anchor="attestation-of-certificate-private-key">
        <name>Attestation of Certificate Private Key</name>
        <t>A TLS endpoint authenticates itself using an end-entity certificate whose
corresponding private key is claimed to be protected by a secure element.
While standard TLS authentication verifies possession of the private
key, it provides no assurance about where or how that key is stored and used.</t>
        <t>In this scenario, the peer acting as the Relying Party requires additional
assurance that the private key associated with the end-entity certificate used
to authenticate the TLS connection is generated, stored, and used within an
attested cryptographic module. In addition to verifying possession of the
private key via the TLS handshake, the Relying Party seeks
Evidence that the key is non-exportable, remains bound to the
cryptographic module, and that the module is operating in an expected
security configuration at the time the TLS connection is established.</t>
        <t>Remote attestation is used to provide Evidence about the cryptographic module
where the private key used for TLS authentication is stored. The Evidence may
include claims about the security goals of the cryptographic module.
To prevent replay attacks, this Evidence has to be fresh and tied to the
current TLS connection. Replayed Evidence could otherwise be used to falsely
assert key security goals that no longer hold.</t>
        <ul spacing="normal">
          <li>
            <t>Requirement: The Attester must be able to produce Evidence that demonstrates
that the private key used for secure channel authentication:
            </t>
            <ul spacing="normal">
              <li>
                <t>is generated and stored within a specific cryptographic module or secure
element,</t>
              </li>
              <li>
                <t>is protected against export or software extraction</t>
              </li>
              <li>
                <t>is attested using fresh Evidence that is bound to the current TLS connection.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>The Relying Party uses this Evidence, potentially with the assistance of a
Verifier, to determine whether the key security goals satisfy its local
security policy.</t>
        <t>The approach described in <xref target="I-D.draft-ietf-rats-pkix-key-attestation"/> addresses this
use case partially by providing attestation of the cryptographic module and associated
private key at certificate issuance time, reflecting their state when the
certificate is enrolled. This model does not provide guarantees about the
continued state of the module at connection establishment or during the lifetime of
the TLS connection.</t>
      </section>
      <section anchor="platform-to-platform-communication">
        <name>Platform-to-platform communication</name>
        <t>Goal: Allow platforms to establish a trustworthy secure channel with each other.</t>
        <t>Use case: Migration of workloads (confidential workloads in particular) between
different platforms. Migration is occasionally required in order to maintain
uptime for the hosted services across periods of scheduled downtime for the
hosting platform. Having remote attestation-enforced policies for such migration
events provides guarantees that the services will not be exposed to lower
security guarantees when migrating. Migration is typically performed by trusted,
low-level components (migration agents) on both source and destination
platforms, which perform the authorization checks and handle the data migration.</t>
        <ul spacing="normal">
          <li>
            <t>Requirement: The migration agent on the destination platform typically acts
as Attester, proving its state for its peer on the source platform (where the
workload initially resides).</t>
          </li>
          <li>
            <t>Example: Intel TDX offers migration capabilities via its Migration Trust Domain (MigTD)
<xref target="MigTD"/>. Peer MigTDs on the initiating and target platforms set up an
attested TLS connection to perform the migration over.</t>
          </li>
        </ul>
      </section>
      <section anchor="ai-governance-and-accountability">
        <name>AI Governance and Accountability</name>
        <t>Goal: Design framework for governing autonomous AI agents.</t>
        <t>Use case: See <xref target="I-D.aylward-aiga-2"/> for details. Contrary to <xref target="sec-operation-triggered"/>, the entity verifying the Evidence in this case is the governance body and for the purposes of ensuring that no unethical or harmful action is performed.</t>
        <ul spacing="normal">
          <li>
            <t>Requirement: Runtime attestation based on agent risk tiers defined in <xref section="2.2" sectionFormat="of" target="I-D.aylward-aiga-2"/></t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This whole document is about security.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="RFC9334">
        <front>
          <title>Remote ATtestation procedureS (RATS) Architecture</title>
          <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
          <author fullname="D. Thaler" initials="D." surname="Thaler"/>
          <author fullname="M. Richardson" initials="M." surname="Richardson"/>
          <author fullname="N. Smith" initials="N." surname="Smith"/>
          <author fullname="W. Pan" initials="W." surname="Pan"/>
          <date month="January" year="2023"/>
          <abstract>
            <t>In network protocol exchanges, it is often useful for one end of a communication to know whether the other end is in an intended operating state. This document provides an architectural overview of the entities involved that make such tests possible through the process of generating, conveying, and evaluating evidentiary Claims. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9334"/>
        <seriesInfo name="DOI" value="10.17487/RFC9334"/>
      </reference>
      <reference anchor="RFC4949">
        <front>
          <title>Internet Security Glossary, Version 2</title>
          <author fullname="R. Shirey" initials="R." surname="Shirey"/>
          <date month="August" year="2007"/>
          <abstract>
            <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="FYI" value="36"/>
        <seriesInfo name="RFC" value="4949"/>
        <seriesInfo name="DOI" value="10.17487/RFC4949"/>
      </reference>
      <reference anchor="I-D.draft-ccc-wimse-twi-extensions">
        <front>
          <title>WIMSE Extensions for Trustworthy Workload Identity</title>
          <author fullname="Mark Novak" initials="M." surname="Novak">
            <organization>J.P. Morgan Chase</organization>
          </author>
          <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
            <organization>arm</organization>
          </author>
          <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
            <organization>Fraunhofer SIT</organization>
          </author>
          <date day="5" month="January" year="2026"/>
          <abstract>
            <t>   This document contains a gap analysis that is the output of the
   Confidential Computing Consortium identifying areas in the IETF WIMSE
   WG work where the current WIMSE architecture should be extended to
   accommodate workloads running in Confidential Computing environments.
   This document contains a high-level outline for these extensions.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ccc-wimse-twi-extensions-01"/>
      </reference>
      <reference anchor="I-D.draft-ietf-rats-eat-measured-component">
        <front>
          <title>Entity Attestation Token (EAT) Measured Component</title>
          <author fullname="Simon Frost" initials="S." surname="Frost">
            <organization>Arm</organization>
          </author>
          <author fullname="Thomas Fossati" initials="T." surname="Fossati">
            <organization>Linaro</organization>
          </author>
          <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
            <organization>University of Applied Sciences Bonn-Rhein-Sieg</organization>
          </author>
          <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
            <organization>Fraunhofer SIT</organization>
          </author>
          <date day="20" month="February" year="2026"/>
          <abstract>
            <t>   The term "measured component" refers to an object within the
   attester's target environment whose state can be sampled and
   typically digested using a cryptographic hash function.  Examples of
   measured components include firmware stored in flash memory, software
   loaded into memory at start time, data stored in a file system, or
   values in a CPU register.  This document provides the information
   model for the "measured component" and two associated data models.
   This separation is intentional: the JSON and CBOR serializations,
   coupled with the media types and associated Constrained Application
   Protocol (CoAP) Content-Formats, enable the immediate use of the
   semantics within the Entity Attestation Token (EAT) framework.
   Meanwhile, the information model can be reused in future
   specifications to provide additional serializations, for example,
   using ASN.1.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-measured-component-12"/>
      </reference>
      <reference anchor="ID-Crisis" target="https://www.researchgate.net/publication/398839141_Identity_Crisis_in_Confidential_Computing_Formal_Analysis_of_Attested_TLS">
        <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="AI-agents" target="https://arxiv.org/abs/2407.01502">
        <front>
          <title>AI agents that matter</title>
          <author initials="S." surname="Kapoor">
            <organization/>
          </author>
          <author initials="B." surname="Stroebl">
            <organization/>
          </author>
          <author initials="Z. S." surname="Siegel">
            <organization/>
          </author>
          <author initials="N." surname="Nadgir">
            <organization/>
          </author>
          <author initials="A." surname="Narayanan">
            <organization/>
          </author>
          <date year="2024" month="July"/>
        </front>
      </reference>
      <reference anchor="MigTD" target="https://github.com/intel/MigTD">
        <front>
          <title>Intel TDX Migration TD</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="I-D.ietf-tls-rfc8446bis">
        <front>
          <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
          <author fullname="Eric Rescorla" initials="E." surname="Rescorla">
            <organization>Independent</organization>
          </author>
          <date day="13" month="September" year="2025"/>
          <abstract>
            <t>   This document specifies version 1.3 of the Transport Layer Security
   (TLS) protocol.  TLS allows client/server applications to communicate
   over the Internet in a way that is designed to prevent eavesdropping,
   tampering, and message forgery.

   This document updates RFCs 5705, 6066, 7627, and 8422 and obsoletes
   RFCs 5077, 5246, 6961, 8422, and 8446.  This document also specifies
   new requirements for TLS 1.2 implementations.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-tls-rfc8446bis-14"/>
      </reference>
      <reference anchor="I-D.ietf-tls-rfc9147bis">
        <front>
          <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
          <author fullname="Eric Rescorla" initials="E." surname="Rescorla">
            <organization>Independent</organization>
          </author>
          <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
            <organization>University of Applied Sciences Bonn-Rhein-Sieg</organization>
          </author>
          <author fullname="Nagendra Modadugu" initials="N." surname="Modadugu">
            <organization>Google, Inc.</organization>
          </author>
          <date day="20" month="October" year="2025"/>
          <abstract>
            <t>   This document specifies version 1.3 of the Datagram Transport Layer
   Security (DTLS) protocol.  DTLS 1.3 allows client/server applications
   to communicate over the Internet in a way that is designed to prevent
   eavesdropping, tampering, and message forgery.

   The DTLS 1.3 protocol is based on the Transport Layer Security (TLS)
   1.3 protocol and provides equivalent security guarantees with the
   exception of order protection / non-replayability.  Datagram
   semantics of the underlying transport are preserved by the DTLS
   protocol.

   This document obsoletes RFC 6347.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-tls-rfc9147bis-01"/>
      </reference>
      <reference anchor="CVE-2026-33697" target="https://www.cve.org/CVERecord?id=CVE-2026-33697">
        <front>
          <title>CVE-2026-33697</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="I-D.aylward-aiga-2">
        <front>
          <title>AI Governance and Accountability Protocol (AIGA)</title>
          <author fullname="Edward Richard Aylward Jr" initials="E. R." surname="Aylward">
         </author>
          <date day="26" month="January" year="2026"/>
          <abstract>
            <t>   This document specifies the AI Governance and Accountability (AIGA)
   Protocol, a practical, economically viable, and technically
   enforceable framework for governing autonomous AI agents.  AIGA is
   designed to address real-world deployment constraints, adversarial
   agent scenarios, and economic incentive alignment.

   The protocol is founded on a Tiered Risk-Based Governance model,
   applying proportional oversight to agents based on their
   capabilities.  All agents are governed by an Immutable Kernel
   Architecture which provides a non-modifiable Trusted Computing Base
   (TCB) for enforcing policy.  This is combined with Action-Based
   Authorization, where critical operations require real-time approval.

   To solve the single-point-of-failure problem, the protocol uses a
   Federated Authority Network of regional, cross-validating hubs and
   provides a Network-Level Quarantine Protocol for enforcement.  The
   entire framework is designed around Economic Incentive Alignment,
   making compliance the most economically rational choice for
   operators.

   For high-assurance (T3-T4) scenarios, AIGA specifies advanced,
   redundant mechanisms including Multi-Vendor TEE Attestation (M-TACE),
   AI "Warden Triumvirate" Triage, Human Review Board (HRB) Multi-
   Signature, Peer Consensus Failsafe &amp; Identity Rotation, and Double
   Ratchet Cryptography.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-aylward-aiga-2-00"/>
      </reference>
      <reference anchor="I-D.draft-ietf-rats-pkix-key-attestation">
        <front>
          <title>Evidence Encoding for Hardware Security Modules</title>
          <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
            <organization>Cryptic Forest Software</organization>
          </author>
          <author fullname="Jean-Pierre Fiset" initials="J." surname="Fiset">
            <organization>Crypto4A Inc.</organization>
          </author>
          <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
            <organization>University of the Bundeswehr Munich</organization>
          </author>
          <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
            <organization>Fraunhofer SIT</organization>
          </author>
          <author fullname="Monty Wiseman" initials="M." surname="Wiseman">
         </author>
          <author fullname="Ned Smith" initials="N." surname="Smith">
         </author>
          <date day="17" month="March" year="2026"/>
          <abstract>
            <t>   This document specifies a vendor-agnostic format for Evidence
   produced and verified within a PKIX context.  The Evidence produced
   this way includes claims collected about a cryptographic module, such
   as a Hardware Security Module (HSM), and elements found within it
   such as cryptographic keys.

   One scenario envisaged is that the state information about the
   cryptographic module can be securely presented to a remote operator
   or auditor in a vendor-agnostic verifiable format.  A more complex
   scenario would be to submit this Evidence to a Certification
   Authority to aid in determining whether the storage properties of
   this key meet the requirements of a given certificate profile.

   This specification also offers a format for requesting a
   cryptographic module to produce Evidence tailored for expected use.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-rats-pkix-key-attestation-05"/>
      </reference>
      <reference anchor="I-D.jiang-seat-dynamic-attestation">
        <front>
          <title>Dynamic Attestation for AI Agent Communication</title>
          <author fullname="Yuning Jiang" initials="Y." surname="Jiang">
         </author>
          <author fullname="Wangdonghui" initials="" surname="Wangdonghui">
         </author>
          <date day="13" month="November" year="2025"/>
          <abstract>
            <t>   This document describes a use case for conveying remote attestation
   information in association with Transport Layer Security (TLS)
   sessions in the context of AI agent communication.  It focuses on
   long-lived secure channel sessions where an AI agent runtime posture,
   covering the platform Trusted Computing Base (TCB), agent manifest
   (models, tools and policies) and committed runtime context, can
   change frequently and unpredictably.  The document highlights
   requirements for dynamic attestation so that relying parties can base
   authorization decisions on the current runtime posture of the
   communicating agent.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-jiang-seat-dynamic-attestation-00"/>
      </reference>
    </references>
    <?line 456?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>We would like to thank Eric Rescorla for his detailed review.</t>
      <t>Muhammad Usama Sardar is funded by German Research Foundation ("Deutsche Forschungsgemeinschaft.")</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA5Vc23IbR5J976+ooB8sMgDIluQZmxGza4iUPBybMkOk7d19
URS6C0BbjS5MX0BhFIrY39jYH9rv2C/ZPJlZ1dUgKM9OzIwkoLsuWXk5eTIL
0+k068qucufm5NblfVN2e/ODt1VrbF2YX1pnLmzrWrP0jbmqO7dqbFfWK/PW
bXznzLzrXNvRR74292W3NjwIvbS2de0qc9P4zue+ak8yu1g0bod5Xs3vhpFP
stzSsL7Zn5uyXvosK3xe2w2tqGjssptuyrWtcmenrbPdtG/dNMd706+eZ22/
2JRtS5N3+y29cPXq7nVW95uFa86zgoY9z3Jft65u+/bcdE3vMlrA88w2zp6b
sN/s3jfvV43vt/QZ1vYb/Rt7/AGfZe/dnh4ozjNjpqaRbdth2/zx3U+3/CfN
tiwLV3elregfm20PYfFXV/6O/3w7v7vNdq7uaXHJpJnsYDz1xpbVucG+vy9d
t5z5ZpVltu/WvpHlLPuqElld+br/n/821yos+tYYetzW5T94medm3mz4Uyej
0md9NwvC/d42mxkt+GDU635tNxsLRbAba25tU9jmyNh3v5jLxrW083SKjb79
rsfbs5bf/r7rp4U8OyvcwXx3a7+xrXnt25ZGPjLRT2VtG59O0vErs6W88n3F
D7CkaGh+MBm+bPqNrVx7bxvS4KLYH5nijX9f2nSGk/e+Lrqy+X6Ff0NKJwfL
/ve+xqH9rbR82PHN3/HBnr989v16urVNV7umPSZoV1YY4mKtIhyv6WJN2zLX
flFWLp0gp8c38ur3OZ7Z8CM8QVb7ZkPv70jRMlhW/BcGePv64rvnz1+cG7Ln
dmqbfB0+fvHdi+/kmavp5UxsMM/z6X25Idvr7sup+9CRSdHCyKjipwdvQF+n
PDasduNsS26hmMImfE0GohOHL+Tty+lFU7ZlK9MbEzzTFZsUeSb5mvyEuUgt
7SJY2jmpDm2zMvPaVns86pfqo1wBKz3Rkdk50FHvHJyFefbVs28mYVLbrByt
b9112/b86dP7+/sZ6auDjFb02qx23dNtv6jKnE/n6fPvvv32+Xdfv/j6XVjn
O1nnu7J+l67zXVznO1nmu7DMd375LizznTgT/GcwdfnPlHZOMr+emV9mqTGO
v7v2PfmmpT386m5m5n0jH8+vpnZFqwqiDpKeXxn5nOzKdmYDR9eo0ERmX5u/
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
S4iSAuaym52cZv8HTJqLL7ZWAAA=

-->

</rfc>
