<?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 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-laurie-tmif-01" category="info" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="TMIF">A Standard for Claiming Transparency and Falsifiability</title>
    <seriesInfo name="Internet-Draft" value="draft-laurie-tmif-01"/>
    <author initials="B." surname="Laurie" fullname="Ben Laurie">
      <organization>Google LLC</organization>
      <address>
        <email>benl@google.com</email>
      </address>
    </author>
    <author initials="T." surname="Santoro" fullname="Tiziano Santoro">
      <organization>Google LLC</organization>
      <address>
        <email>tzn@google.com</email>
      </address>
    </author>
    <author initials="P." surname="Anthonysamy" fullname="Pauline Anthonysamy">
      <organization>Google LLC</organization>
      <address>
        <email>anthonysp@google.com</email>
      </address>
    </author>
    <author initials="S." surname="de Haas" fullname="Sarah de Haas">
      <organization>Google LLC</organization>
      <address>
        <email>dehaass@google.com</email>
      </address>
    </author>
    <author initials="A." surname="Mathur" fullname="Ankur Mathur">
      <organization>Google LLC</organization>
      <address>
        <email>ankurmathur@google.com</email>
      </address>
    </author>
    <date year="2026" month="June" day="03"/>
    <abstract>

<t>This document specifies a Transparency Metadata Interchange Format (TMIF) that allows a system to make standardized, verifiable claims about its levels of transparency and falsifiability. TMIF is designed to be agnostic to specific threat models or mitigations, serving purely as a communication vehicle for system providers to declare how their security and privacy controls can be verified by third-party evaluators.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-laurie-tmif/"/>.
      </t>
    </note>
  </front>
  <middle>

<section anchor="introduction">
      <name>Introduction</name>
      <t>As AI powered consumer facing features proliferate, AI experiences are leveraging increasing amounts of sensitive data to provide greater utility. This begs the question of how to assure the user around data privacy and how their data is processed by the AI. Along with users; regulators, device manufacturers and the larger ecosystem are all looking for ways to increase transparency around AI models. Privacy preserving systems give service providers a way to make strong claims about how data is handled, and users a way to independently verify those claims. Transparency approaches can, however, use different approaches, therefore some consistency in definitions and terminology is required in order to allow end users (or their delegates) to examine these systems in detail and assess the overall veracity of the claims they make.</t>
      <t>This document therefore defines a Transparency Metadata Interchange Format (TMIF) for describing how transparency is achieved by such a system, in order to effectively allow evaluators to determine the overall level of transparency that the system can claim. TMIF is an agnostic standard for communicating the levels of transparency achieved by a system's components.</t>
      <t>Crucially, TMIF separates the <em>communication</em> of transparency from the <em>evaluation</em> of threats and mitigations. It does not prescribe specific threat models (e.g., STRIDE) or scoring weights. Instead, it provides a standardized JSON structure for system providers to list mitigated threats (via standard URNs), describe the applied mitigations, and declare the transparency level (the verifiable "proof") of those mitigations. Evaluators, researchers, and other 3rd parties can then use these TMIF documents as inputs for their own qualitative or quantitative assessments.</t>
      <t>A high degree of transparency means that end consumers, or their delegates, can assure themselves and have higher confidence around a service provider's claims about the usage and handling of their data. It is also possible to incentivize third parties and evaluators to focus their efforts towards finding falsifying examples of privacy and security claims.</t>
      <t>While this setup bears significant relation to <xref target="I-D.ietf-rats-ar4si"/>, this draft focuses specifically on communicating about this transparency property.</t>
      <artwork><![CDATA[
+-------------------+             +--------------------+
|  System Provider  |----(TMIF)-->|  Third-Party       |
|  (Claims Engine)  |             |  Evaluator         |
+-------------------+             +--------------------+
         |                                   |
 (Attestation Evidence)              (Verifies Proofs)
         v                                   v
+-------------------+             +--------------------+
|   Hardware TEE    |             |  Root of Trust     |
+-------------------+             +--------------------+
]]></artwork>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in <xref target="RFC2119"/> and <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
      <section anchor="system-component-definitions">
        <name>System Component Definitions</name>
        <t>A system that is set up to provide transparency and falsifiability will  generally include the following components, which may have details specified in the TMIF:</t>
        <dl>
          <dt>Accelerators</dt>
          <dd>
            <t>When a TEE offloads computation to a hardware accelerator (e.g., a GPU, NPU), then in general the entire data pathway will be secured. This implies a mutually authenticated and encrypted channel between the host CPU's TEE and a TEE within the accelerator itself. The accelerator would also have its own capacity for secure processing and attestation. The TMIF format should be able to describe all of these implementation details.</t>
          </dd>
          <dt>Attester</dt>
          <dd>
            <t>The entity (comprising both hardware and software elements) that creates <em>Evidence</em> about its state, configuration, or environment. It exposes this cryptographically bound data to prove its trustworthiness to a remote peer. For example, in a mobile application context, the handset's hardware-isolated Secure Element or Trusted Execution Environment (TEE) acts as the Attester to generate secure cryptographic proofs.</t>
          </dd>
          <dt>Attestation Results</dt>
          <dd>
            <t>A structured, cryptographically signed statement emitted by a Verifier after evaluating an Attester's Evidence. Attestation Results convey the Verifier's formal appraisal of the Attester's security posture and trustworthiness, enabling a Relying Party to make safe, risk-based decisions about whether to trust the Attester with sensitive data.</t>
          </dd>
          <dt>Claimant</dt>
          <dd>
            <t>The entity (such as a device OEM or service provider) generating the TMIF document to assert the transparency of their system.</t>
          </dd>
          <dt>Client</dt>
          <dd>
            <t>The device (e.g., a smartphone, laptop, or web browser) used to interact with the service. Includes software and hardware.</t>
          </dd>
          <dt>Evaluator</dt>
          <dd>
            <t>A third party (such as the App Defense Alliance) that ingests the TMIF document, verifies the artifacts, and applies their own threat modeling and scoring methodologies to approve or deny the system.</t>
          </dd>
          <dt>Evidence</dt>
          <dd>
            <t>A set of claims about an Attester's state, configuration, or execution environment that is cryptographically bound and signed by the Attester. Evidence is intended to be consumed by a Verifier, which evaluates its authenticity and structural integrity to determine whether the Attester can be considered trustworthy.</t>
          </dd>
          <dt>Falsifiability</dt>
          <dd>
            <t>The design property ensuring that any accidental bug or malicious subversion of a system's stated privacy or security claims inherits a high risk of independent discovery. A claim is highly falsifiable if an evaluator can readily devise and execute tests to find definitive counterexamples to it.</t>
          </dd>
          <dt>Isolation</dt>
          <dd>
            <t>TEE environments provide memory protection, even from software with higher privilege.</t>
          </dd>
          <dt>Remote attestation</dt>
          <dd>
            <t>As per RATS Architecture <xref target="RFC9334"/>, remote attestation consists of an interaction wherein an attester presents evidence about itself to enable a remote peer to decide whether or not to consider the attester trustworthy or not.</t>
          </dd>
          <dt>Relying Party</dt>
          <dd>
            <t>The entity that ultimately consumes the Attestation Results from the Verifier to make an informed, risk-based decision. In this architecture, the Relying Party depends on these verified results to determine whether or not to trust the Attester with sensitive data, allow access to enterprise services, or execute specific application logic (such as processing protected user data in plaintext).</t>
          </dd>
          <dt>Server</dt>
          <dd>
            <t>The machine that serves user requests. In a distributed system, this includes all machines that have access to the data.</t>
          </dd>
          <dt>Service Operator</dt>
          <dd>
            <t>The entity that  operates the service. This entity processes the data and considered an untrusted party in the security model, as the goal is to constrain access to user data in plaintext.</t>
          </dd>
          <dt>Service Provider</dt>
          <dd>
            <t>The entity that develops, and deploys the service. This entity defines data processing logic and is considered an untrusted party in the security model, as the goal is to constrain access to user data in plaintext.</t>
          </dd>
          <dt>TEE</dt>
          <dd>
            <t>A hardware-isolated secure processing environment that protects the confidentiality and integrity of code and data executing within it, and can produce attestations about the state of the secured environment.
</t>
            <t>For the purposes of this standard, we define a TEE as a secure area that keeps code and data loaded inside it, usually a hardware TEE as mentioned above. Code and data in TEEs are protected by confidentiality and integrity: data confidentiality prevents unauthorized entities from outside the TEE from reading data, while code integrity prevents code in the TEE from being replaced or modified by unauthorized entities. Crucially, an unauthorized entity can include the owner/maintainer of the code and data inside the TEE.</t>
          </dd>
          <dt>TEE Manufacturer</dt>
          <dd>
            <t>The hardware vendor that designs and manufactures the processor containing the TEE.</t>
          </dd>
          <dt>Transparency</dt>
          <dd>
            <t>The property of a system configuration, source code, or binary execution environment being inspectable, and verifiable by external parties. In TMIF, transparency is quantified by a tiered level system (1-5) representing the robustness of the available technical proof.</t>
          </dd>
          <dt>Trusted Computing Base</dt>
          <dd>
            <t>As per the National Institute of Standards and Technology <xref target="NIST-TCB"/>, we consider a trusted computing base to encompass the totality of protection mechanisms within a computer system, including hardware, firmware, and software, the combination responsible for enforcing a privacy policy. For the purposes of this document, transparency efforts will generally pertain only to the trusted computing base. All other components of a system do not need to be transparent in order for an evaluator to be able to assess a system's privacy and security claims.</t>
          </dd>
          <dt>Verifier</dt>
          <dd>
            <t>A trusted core component that ingests the <em>Evidence</em> generated by the Attester. It validates the cryptographic authenticity of the claims (checking signatures, certificates, and roots of trust) and evaluates them against specific appraisal policies. The Verifier then outputs an appraisal result, known as <em>Attestation Results</em>, which is a structured, trusted statement about the Attester's security posture.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="falsifiability-of-privacy-claims">
      <name>Falsifiability of Privacy Claims</name>
      <t>The aim of specifying the transparency metadata for a given system's components is to allow evaluators to assess the level of falsifiability of the system. A fully transparent system is designed in such a way to ensure that an accidental or malicious attempt to undermine privacy and security claims cannot be introduced without a risk of discovery. This is based on the principle that testing may show the presence of bugs or backdoors, but never their absence. The higher the falsifiability of a claim, the more likely it is for someone to find a counterexample to it, in the event that claim were in fact false (e.g. because a bug or backdoor were introduced, accidentally or intentionally). In practice, a high degree of falsifiability also makes it difficult for an insider with highly privileged access to purposely subvert the claims of the system without risking discovery in doing so.</t>
      <t>The chief criterion for inclusion of metadata in the algorithmic calculation of levels is its role in supporting claims that increase falsifiability.</t>
      <section anchor="transparency-levels">
        <name>Transparency Levels</name>
        <t>We expect that evaluators will assess the claimant's mitigations based on the level of "proof" provided. The following standardized transparency levels define the tiers of falsifiability:</t>
        <table anchor="_table-transparency-tiers">
          <name>Standardized Transparency Levels</name>
          <thead>
            <tr>
              <th align="left">Level</th>
              <th align="left">Name</th>
              <th align="left">Technical Evidence Requirement</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">Level 1</td>
              <td align="left">Binary is publicly available.</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">Level 2</td>
              <td align="left">Level 1 features + binary is executable.</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">Level 3</td>
              <td align="left">Source code is publicly available.</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">Level 4</td>
              <td align="left">Level 3 features + code is reproducibly buildable.</td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">Level 5</td>
              <td align="left">Formal proof of security properties is available.</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="transparency-metadata-interchange-format-tmif">
      <name>Transparency Metadata Interchange Format (TMIF)</name>
      <t>The Transparency Metadata Interchange Format is a JSON-based schema designed to communicate a system's composition, the claims it makes against standardized threats, the mitigations implemented, and the transparency level of those mitigations.</t>
      <t>To support complex architectures, TMIF documents catalog claims at the <strong>component</strong> level, but enforce an aggregate <strong>system-wide transparency lower bound</strong> (representing the "weakest link" of the system as a whole).</t>
      <t>A system claiming compliance with this framework MUST expose a verifiable Transparency Metadata Interchange Format (TMIF) record.</t>
      <t>Evaluators SHOULD be able to cryptographically verify these claims without out-of-band protocols.</t>
      <section anchor="example-tmif-document">
        <name>Example TMIF Document</name>
        <t>This section provides a sample TMIF document illustrating the component and claim structure.</t>
        <artwork><![CDATA[
{
  "system_identifier": "urn:example:system:paic-compute-v1",
  "system_version": "1.0.0",
  "valid_until": "2026-12-31T23:59:59Z",
  "transparency_level_lower_bound": 2,
  "components": [
    {
      "component_identifier": "urn:example:component:inference-node",
      "component_version": "1.0.0",
      "claims": [
        {
          "threat_identifier":
              "urn:ada:threat:information-disclosure:data-in-transit",
          "mitigation_description":
              "Workloads run in TEE VMs; data encrypted via TLS 1.3.",
          "transparency_level": 4,
          "artifacts": [
              "https://github.com/example/network/releases/tag/v1.0",
              "https://example-transparency-log.org/entries/12345"
          ]
        },
        {
          "threat_identifier": "urn:ada:threat:tampering:code-change",
          "mitigation_description": 
              "Workload runs in a hardware TEE w/ Remote Attestation.",
          "transparency_level": 2,
          "artifacts": [
              "https://example.com/binaries/inference-node-v1.0.bin"
          ]
        }
      ]
    }
  ]
}
]]></artwork>
        <ul empty="true">
          <li>
            <t>NOTE: This is currently specified in JSON format for the purposes of providing an example, but the preferred format will depend on emerging use cases and we invite further discussion on this particular point. Individual values will be defined elsewhere in a decentralized way (e.g. on separate websites / GitHub readmes, etc.).</t>
          </li>
        </ul>
        <section anchor="tmif-field-definitions">
          <name>TMIF Field Definitions</name>
          <t>The fields used in the Transparency Metadata Interchange Format are defined below:</t>
          <dl>
            <dt>system_identifier (String)</dt>
            <dd>
              <t>A unique URN or identifier for the overall system being assessed.</t>
            </dd>
            <dt>system_version (String)</dt>
            <dd>
              <t>The version string of the overall system.</t>
            </dd>
          </dl>
          <t>valid_until
A timestamp indicating when the TMIF document ceases to be valid, expressed as an Internet date-time string in full-date "T" full-time format conforming to <xref target="RFC3339"/>.</t>
          <dl>
            <dt>transparency_level_lower_bound (Integer)</dt>
            <dd>
              <t>The lowest (weakest) transparency level found across all mitigations in all components of the system. This reflects the aggregate health of the system.</t>
            </dd>
            <dt>components (Array)</dt>
            <dd>
              <t>A list of the distinct architectural components that make up the system (e.g., stateless inference service, stateful memory store).
</t>
              <dl>
                <dt>component_identifier (String)</dt>
                <dd>
                  <t>A unique URN identifying the specific component.</t>
                </dd>
                <dt>component_version (String)</dt>
                <dd>
                  <t>The version of the component.</t>
                </dd>
                <dt>claims (Array)</dt>
                <dd>
                  <t>A list of mitigation claims associated with this component.
</t>
                  <dl>
                    <dt>threat_identifier (String)</dt>
                    <dd>
                      <t>A standardized URN representing the specific threat being mitigated (e.g., referencing a canonical threat library maintained by an evaluator like the App Defense Alliance).</t>
                    </dd>
                    <dt>mitigation_description (String)</dt>
                    <dd>
                      <t>A plain-text description of how the threat is mitigated (the technical solution).</t>
                    </dd>
                    <dt>transparency_level (Integer)</dt>
                    <dd>
                      <t>The transparency level (1-5) representing the available proof for this mitigation.</t>
                    </dd>
                    <dt>artifacts (Array of Strings)</dt>
                    <dd>
                      <t>A simple list of URIs pointing to the verifiable evidence for the transparency level (e.g., links to open-source repositories, transparency logs, binary downloads, or audit reports).</t>
                    </dd>
                  </dl>
                </dd>
              </dl>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="usage-of-transparency-metadata">
        <name>Usage of Transparency Metadata</name>
        <t>The separation of concerns in TMIF allows it to be highly flexible:</t>
        <ol spacing="normal" type="1"><li>
            <t><strong>The Claimant (System Provider):</strong> Identifies the threats relevant to their system (using evaluator-provided URNs), describes their mitigations, self-assesses their transparency level, and links to the artifact proofs in the TMIF document.</t>
          </li>
          <li>
            <t><strong>The Evaluator (Auditing Body):</strong> Parses the TMIF document, verifies the URIs in the artifacts array, and confirms the transparency_level. The evaluator then applies their own independent scoring methodology (e.g., mapping STRIDE threats to weights, multiplying weights by the TMIF transparency level) to arrive at an approval decision. IETF explicitly does not standardize the weights or the threat URNs, leaving that to the domain expertise of the evaluators.</t>
          </li>
        </ol>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TMIF documents communicate security and privacy claims but do not themselves enforce them. The integrity and authenticity of a TMIF document are paramount; if an attacker can maliciously alter a TMIF payload in transit, an evaluator could be misled into trusting a compromised or subverted component.</t>
      <section anchor="claim-tampering-and-integrity-protection">
        <name>Claim Tampering and Integrity Protection</name>
        <t>To mitigate the risk of claim tampering, any system claiming compliance with this specification MUST ensure that TMIF payloads are cryptographically protected at the data layer.</t>
        <ul spacing="normal">
          <li>
            <t><strong>Data Structure Protection:</strong> TMIF payloads MUST be encapsulated in a format that supports cryptographic signatures and data integrity proofs. Implementations MUST use JSON Web Signatures (JWS)  <xref target="RFC7515"/>.</t>
          </li>
          <li>
            <t><strong>Signature Verification:</strong> The Relying Party or Verifier MUST cryptographically validate the signature of the TMIF record against a known, trusted Root of Trust before parsing or appraising the metadata. Payloads with invalid, missing, or malformed cryptographic signatures MUST be rejected immediately.</t>
          </li>
          <li>
            <t><strong>Transport Security:</strong> While payload-level signing is required, TMIF transport channels SHOULD additionally utilize Transport Layer Security (TLS)  <xref target="RFC8446"/> to ensure confidentiality and prevent traffic analysis.</t>
          </li>
        </ul>
      </section>
      <section anchor="replay-attack-mitigations">
        <name>Replay Attack Mitigations</name>
        <t>To prevent replay attacks where an historic, validly signed TMIF payload is substituted to mask a current compromised state, TMIF documents MUST include a cryptographically bound freshness mechanism.</t>
        <ul spacing="normal">
          <li>
            <t>Implementations MUST include a 'valid_until' timestamp parameter.</t>
          </li>
          <li>
            <t>Verifiers MUST reject TMIF payloads if the current system time is past the designated expiration window.</t>
          </li>
        </ul>
      </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="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC3339">
          <front>
            <title>Date and Time on the Internet: Timestamps</title>
            <author fullname="G. Klyne" initials="G." surname="Klyne"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="July" year="2002"/>
            <abstract>
              <t>This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3339"/>
          <seriesInfo name="DOI" value="10.17487/RFC3339"/>
        </reference>
        <reference anchor="RFC7515">
          <front>
            <title>JSON Web Signature (JWS)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures. Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification. Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7515"/>
          <seriesInfo name="DOI" value="10.17487/RFC7515"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
      </references>
      <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="I-D.ietf-rats-ar4si">
          <front>
            <title>Attestation Results for Secure Interactions</title>
            <author fullname="Eric Voit" initials="E." surname="Voit">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Thomas Hardjono" initials="T." surname="Hardjono">
              <organization>MIT</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Vincent Scarlata" initials="V." surname="Scarlata">
              <organization>Intel</organization>
            </author>
            <date day="18" month="May" year="2026"/>
            <abstract>
              <t>   This document defines reusable Attestation Result information
   elements.  When these elements are offered to Relying Parties as
   Evidence, different aspects of Attester trustworthiness can be
   evaluated.  Additionally, where the Relying Party is interfacing with
   a heterogeneous mix of Attesting Environment and Verifier types,
   consistent policies can be applied to subsequent information exchange
   between each Attester and the Relying Party.

   This document also defines two serialisations of the proposed
   information model, utilising CBOR and JSON.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-ar4si-10"/>
        </reference>
        <reference anchor="NIST-TCB" target="https://csrc.nist.gov/glossary/term/trusted_computing_base">
          <front>
            <title>Glossary: Trusted Computing Base (TCB)</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date year="2026"/>
          </front>
        </reference>
      </references>
    </references>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIADmHIGoAA8Vca3Mbx5X9jl/RS30wKQOgqUeyQSqppSXKZkqvFam4drdS
qsagAXQ4mIanZwDDkva377n3dvf0AKAiZ7dqUXEEzEy/7vPcx3A0Gg0a25Rm
ok4u1U2jq5muZ2ruavWs1HZlq4W6rXXl17o2VbFTeEC90KW3c6untrTN7mSg
p9PabDDD7avrFyeDQjdm4erdRNlq7gaDwcwVlV5hiVmt582o1G1tzahZ2fno
u4uBb6cr6711VbNb46E5ZjeDql1NTT0ZzDDZZFC4ypvKt36imro1Ayz2eDDY
mKrFTaVqs3Zx4GDwQGGveqIu311d4qdum6XDTGqkZBffm0q95D1gqHL1Qlf2
V91gAxP1g3OL0qiXL5/RPbPStpyoqanKf1vwnXHhVt1Mt/ZXqyunbnTVuNp9
5XTNr9XR2d7qtrSVUZcVNlztvF7tvnJGHUasj857cqNrvVQzo37U2p/QOFt5
uj7uXfRtHdgkF79y8ZlZ4mF/dOnL6q6t1SvdLNv6q8+CISsekU85GFSOLtsN
c/zdi2ePLi7+MKEvY/om1/714vdP5Bp9k2uPHz8Oz9E3ufb7pxdP5Rp9C2Of
PPldGItvgwEJb3/FPzx+HGanb7h2PXo+tqaZj2rd+JGun3g7OXYRj76+vrkd
3T77nqZSKqrcD6XzXpOq3Natb8xMPXOrdduQ2n2vvVGnGHLG3FFJjvkzIlpi
htdMS12q68pj1rYxys2TInvW11tTLCtXusVOndI+woSsWurRd49+J3vS9cI0
mHLZNGs/OT8vfF2MK+ub8cJtzhdhq+eNqVfnjWz3QxG3+2GK7Z4MBuPxGLwa
jEYjpae+qXXR4Oft0noFM9CuTNUovzYF7IfB7vrG5ZVpNHalcRisUix1tTDq
BXMBlIBxOVPNEt91WbotjfY77GKlGqdW+s4oH45tfzWzodqYmq0URKwgW4YB
U9c2yjZelWZjSk+kavat27xn3caK1lW0fePtogKLsNrUKL2oHChe0M9wIHxf
wvI0auVmPHutVraxC2aRHypv6g1xdt3WpsRidAIQcNVWtuBnsOWlLbBfsr/h
bOvabezM1J4WmhmcpDZq6bZYy1g8ZQpYska2vq7tRuMYMJdN7bCDQle0V6EE
tj7dYZitZyMcGGPMRpethunyzDTm2srOZqWY0WuaZdYWtDVcuPTq8lqt3dbU
mIpMMthZg14FHWqOg+NcnjZc2rmB9JshDTC/rLE8yEv8xt6J9LVe0BhbFaCX
p6965dqqYY6QpbekdoplAccONFALoi6WhMQF3pBcTc3CEzXUz63xTEZMwhRy
oDGsmuG7LciPDWCZmUwcqUWU6wjKtywfAzv2kWgwy9djdVk67HVrmyVP5/8I
17NoSybhENzZ2MJAFKsWRCFq1KKANLwk9aqVKVxgLNECgqxK5+6YgOD5Vu+Y
z4EwZk86ZfOgqQjYWL0NR1iD8EG4ZHavFkRAvogtdUKkaY1MYWo6UE89iBSR
CNBACAN0iU7BJ+4msNXMrA3+r2ogzCxiRCjno7qN95DDGrvQxdKwWA5pHZKE
Ic2rZnYOkSHj0D02JLrVBnTBRt3KsMjBHPFstgK557ayrFtCZRgmG+wc9l6b
n1tLkopHXY3DszyQ5VAmneYURA98N6WBphp/Rs+ZX/SKfDHuYXeRprxoAzfF
60G2ICDMXEciDV7SPwVpIxmWZbI7+Lpjgo8PbGF3RD7OP2UTSXJgnYraTkkC
WJbzKbAeCGpBbRZm3xbLZDuHPfIYcKEg1SPzJKRKJkLsjxDZ9E7NxvTAlrKl
pseCvJMtYnp0JhVXkhn1OfbMrCIOxOpzj8HOzhWP9I2n8WtXgb5s2J7VbWGx
0d1QVvYGw4nVPPPDngl+eLDEvHYreTDQIj3Fxl5kL7PzY3XdgL+YvXINayYx
xtznJE7NeDEeqpvbd9fPr87IZ/jC1XTsrbGLZUPzwbUbDS20TdRkdn6Zt1N/
uXnzmtS5ZbtzrwMpoT9xs+TKwhFON7abT71/99qfDaNICa+hliV5kJ5Do5NH
l0QP9egmUnFK1zNPfILtuPnJmRCQjEWPdFdJ3IaKbJqGxJs6LOVIWdRj7JDc
lxVDQgtXbENEV5nDUb08OVlbAaJ4JomouttW8BUaLoTRHdEcP6sm/hbFXkXx
uVRLMAIHhfsxB+KxMvghwk5mJbpFbPnQtAx5w51PWnlTboxI0FJjZVrIkPhX
c7AMLjPafH1gyknKc7MtLk7DOMhsMNwkRGKIgl9j0SS9Kz2cKvCcJZaIv8Fp
7QaiJAAhUZgm69uAOWjrw6SwF65u6PKW0SYs2Ix9GWOoHX0lS7ouDatu7nET
cAnOAoT+aWlLXt/jbtOu4dk11iTYRYoDDkEmSkFK2MjHj0eg9ufPQ5mBY03Z
LBaPykdWQGF438BECmJYj7egNbALAQ2lsD9Cyd+ODj/fqvxz7InRtzz4k1I3
opRvAxdxjW6LIR+N/ownbhmgvWWAJp9PcfDpM+H4VQX4ZM74WvbBr6Q/3cX/
/bbzBf7hR9ZTp5cNBL4RZl1tRJrP+o+e/lVwqSdyuLk/66+2+YrVNv8nTEG4
W8+2ZMVur64OD4pf7xxsOSSYw7TsnP/0yvJ5gHiv2pDqRRDzvAM1jBWMugN2
2DrSrpNX729uT4byr3r9hr+/u/r399fvrp7T95sfL1++TF/iEzc/vnn/8nn3
rRv57M2rV1evn8tgXFV7l15d/seJmN6TN29vr9+8vnx5Qnih6UEYtv4cE1mC
KPB45Fq0Tw6EIdjHjyFm//yZZ+TfFKXj9xYmPJj4CvopPxk0we3ABtB4AhqF
XsNGl+QOoNJLsuMEn8aRmg+iej2L/n+PnpcpYiR7LXZGwdBkMcY/iAcB/rER
tTAVYx8CokXZzsT/zR1hJrIoHQAZ4jgWgGsF1Mw2XhBkMklCHRpNNmDCB7ks
CriMmk3uYKJ+Ig+nWTbdfF46PROE0zbJFmrMHURYd4MjuNDqh7fvh+r12/dn
Q/GXWDIcgZcmCaxDvLXWzZIgPh+UcAsZajMLwZZdEQ4g+LFqm5YpQIkJmqBg
SMEOA+HLbk2/CK9WhuZptsbIOeH1G/Xs7Xt4MDoSQ2n+RnFVoEV+CMTrppzT
+v3rW9eWM/FlTFiK60kkICUCwhkE8e5jNMfGntbrjJPMy6hB8j0kWDQxxfjB
PSYkREIoHhVIg0hhSAOEC4GvjBh4elODd7eButjOKfGstryJKbBMxjLyh27e
8A8jk/qQ6yg45vXqYTSiD7M0Bp0BUTbjhUVb80YYeJhqYxHa0UTs9BGEO8+A
Fzxk5rhFrdfL4BGnXVQcVEHIyWkeGB/iC8c6JGm1WbkGJDWmHlMkEl08hxKQ
CzclN86AMaQ1KB9hfmmGwn6cFmr3jU/nH1nvShaeG+HWlZCADhLzYle/4JY4
k+5oCICugJkRazPQ4yg9kJ62KhLeRBHun1sxEM3YJVt9Z3xbNqR1lx2cBvQ+
pFnIBjELeDMGSLaJoUhwbbUCCqGwP4QOLH9pk6BB5OpYHdkFEW5jJP0QJ/zG
i5yWHClr63UUyXzahK7Adg4IOEDuc3MIKYGE856wYslwTXBHyg/oOdgKmb0b
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

-->

</rfc>
