<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-rats-eat-measured-component-08" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="EAT Measured Component">EAT Measured Component</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-measured-component-08"/>
    <author initials="S." surname="Frost" fullname="Simon Frost">
      <organization>Arm</organization>
      <address>
        <email>Simon.Frost@arm.com</email>
      </address>
    </author>
    <author initials="T." surname="Fossati" fullname="Thomas Fossati">
      <organization>Linaro</organization>
      <address>
        <email>Thomas.Fossati@linaro.org</email>
      </address>
    </author>
    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization abbrev="H-BRS">University of Applied Sciences Bonn-Rhein-Sieg</organization>
      <address>
        <email>Hannes.Tschofenig@gmx.net</email>
      </address>
    </author>
    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization>Fraunhofer SIT</organization>
      <address>
        <email>henk.birkholz@ietf.contact</email>
      </address>
    </author>
    <date year="2025" month="November" day="25"/>
    <area>Security</area>
    <workgroup>Remote ATtestation ProcedureS</workgroup>
    <keyword>EAT</keyword>
    <keyword>measurements</keyword>
    <keyword>claim</keyword>
    <keyword>measured</keyword>
    <keyword>component</keyword>
    <abstract>
      <?line 67?>

<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 CoAP Content-Formats, enable the immediate use of the semantics within the EAT framework.
Meanwhile, the information model can be reused in future specifications to provide additional serializations, for example using ASN.1.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Remote ATtestation ProcedureS Working Group mailing list (rats@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/rats/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/thomas-fossati/draft-fft-rats-eat-measured-component"/>.</t>
    </note>
  </front>
  <middle>
    <?line 75?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref section="4.2.16" sectionFormat="of" target="RFC9711"/> defines a <tt>Measurements</tt> claim that:</t>
      <ul empty="true">
        <li>
          <t>"[c]ontains descriptions, lists, evidence or measurements of the software that exists on the entity or any other measurable subsystem of the entity."</t>
        </li>
      </ul>
      <t>This claim allows for different measurement formats, each identified by a different CoAP Content-Format (<xref section="12.3" sectionFormat="of" target="RFC7252"/>).
Currently, the only specified format is CoSWID of type "evidence", as per <xref section="2.9.4" sectionFormat="of" target="RFC9393"/>.
However, CoSWID is not suitable for measurements that cannot be anchored to a file system, such as those in early boot environments.
To address this gap, this document introduces a "measured component" format that can be used with the EAT <tt>Measurements</tt> claim alongside or instead of CoSWID.</t>
      <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.
This includes, for example: the invariant part of a firmware component that is loaded in memory at startup time, a run-time integrity check (RTIC), a file system object, or a CPU register.</t>
      <t>This document provides the information model for the "measured component" and two associated data models <xref target="RFC3444"/>.
This separation is intentional: the JSON and CBOR serializations, coupled with the media types and associated CoAP Content-Formats, enable the immediate use of the semantics within the EAT framework.
Meanwhile, the information model can be reused in future specifications to provide additional serializations, for example using ASN.1.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>In this document, CDDL <xref target="RFC8610"/> <xref target="RFC9165"/> <xref target="RFC9741"/> is used to describe the data formats.</t>
    </section>
    <section anchor="measured-component">
      <name>Information Model</name>
      <t>This section presents the information model of a "measured component".</t>
      <t>A "measured component" information element includes the component's sampled state (in digested or raw form) along with metadata that helps in identifying the component.
Optionally, any entities responsible for signing the installed component can also be specified.</t>
      <t>The information model of a "measured component" is described in <xref target="tab-mc-info-elems"/>.</t>
      <table anchor="tab-mc-info-elems">
        <name>Measured Component Information Elements</name>
        <thead>
          <tr>
            <th align="left">IE</th>
            <th align="left">Description</th>
            <th align="left">Requirement Level</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Component Name</td>
            <td align="left">The name given to the measured component. It is important that this name remains consistent across different releases to allow for better tracking of the same measured item across updates. When combined with a consistent versioning scheme, it enables better signaling from the appraisal procedure to the relying parties.</td>
            <td align="left">
              <bcp14>REQUIRED</bcp14></td>
          </tr>
          <tr>
            <td align="left">Component Version</td>
            <td align="left">A value representing the specific release or development version of the measured component.  Using <eref target="https://semver.org/spec/v2.0.0.html">Semantic Versioning</eref> is <bcp14>RECOMMENDED</bcp14>.</td>
            <td align="left">
              <bcp14>OPTIONAL</bcp14></td>
          </tr>
          <tr>
            <td align="left">Digested or Raw Value</td>
            <td align="left">Either the raw value or the digested value of the measured component.</td>
            <td align="left">
              <bcp14>REQUIRED</bcp14></td>
          </tr>
          <tr>
            <td align="left">Digest Algorithm</td>
            <td align="left">Hash algorithm used to compute the Digest Value.</td>
            <td align="left">
              <bcp14>REQUIRED</bcp14> only if the value is in the digested form</td>
          </tr>
          <tr>
            <td align="left">Signers</td>
            <td align="left">One or more unique identifiers of entities signing the component that is measured.</td>
            <td align="left">
              <bcp14>OPTIONAL</bcp14></td>
          </tr>
        </tbody>
      </table>
      <t>The format <bcp14>SHOULD</bcp14> also allow a limited amount of extensibility to accommodate profile-specific semantics.</t>
    </section>
    <section anchor="data-model">
      <name>Data Model</name>
      <t>This section presents a JSON and CBOR data model that implements the information model outlined in <xref target="measured-component"/>.</t>
      <t>The data model is inspired by the "PSA software component" claim (<xref section="4.4.1" sectionFormat="of" target="RFC9783"/>), which has been refactored to take into account the recommendations about the design of new EAT claims described in <xref section="E" sectionFormat="of" target="RFC9711"/>.</t>
      <t>CDDL is used to express rules and constraints of the data model for both JSON and CBOR.
These rules must be strictly followed when creating or validating "measured component" data items.
When there is variation between CBOR and JSON, the <tt>JC&lt;&gt;</tt> CDDL generic defined in <xref section="D" sectionFormat="of" target="RFC9711"/> is used.</t>
      <section anchor="common-types">
        <name> Common Types</name>
        <t>The following three basic types are used at various places within the measured component data model:</t>
        <sourcecode type="cddl"><![CDATA[
bytes-b64u = text .b64u bytes
bytes8 = bytes .size 8
bytes8-b64u = text .b64u bytes8
]]></sourcecode>
      </section>
      <section anchor="digest">
        <name>The <tt>digest</tt> Type</name>
        <t>A digest represents the result of a hashing operation together with the hash algorithm used.
The type of the digest algorithm identifier can be either <tt>int</tt> or <tt>text</tt> and is interpreted according to the <xref target="IANA.named-information"/> registry.
Specifically, <tt>int</tt> values are matched against "ID" entries and <tt>text</tt> values are matched against "Hash Name String" entries.
Whenever possible, using the <tt>int</tt> encoding is <bcp14>RECOMMENDED</bcp14>.</t>
        <sourcecode type="cddl"><![CDATA[
digest = [
  alg: (int / text)
  val: digest-value-type
]

digest-value-type = eat.JC<bytes-b64u, bytes>
]]></sourcecode>
      </section>
      <section anchor="the-measured-component-data-item">
        <name>The <tt>measured-component</tt> Data Item</name>
        <t>The <tt>measured-component</tt> data item is as follows:</t>
        <sourcecode type="cddl"><![CDATA[
;# import eat.JC from rfc9711 as eat

measured-component = {
  id-label => component-id
  measurement
  ? signers-label => [ + signer-id-type ]
  ? flags-label => flags-type
}

measurement //= ( digested-measurement-label => digest )
measurement //= ( raw-measurement-label => bytes )

signer-id-type = eat.JC<bytes-b64u, bytes>
flags-type = eat.JC<bytes8-b64u, bytes8>

id-label = eat.JC<"id", 1>
digested-measurement-label = eat.JC<"digested-measurement", 2>
raw-measurement-label = eat.JC<"raw-measurement", 5>
signers-label = eat.JC<"signers", 3>
flags-label = eat.JC<"flags", 4>
]]></sourcecode>
        <t>The members of the <tt>measured-component</tt> CBOR map / JSON object are:</t>
        <dl newline="true">
          <dt><tt>"id"</tt> (index 1):</dt>
          <dd>
            <t>The measured component identifier encoded according to the format described in <xref target="component-id"/>.</t>
          </dd>
          <dt><tt>"measurement"</tt>:</dt>
          <dd>
            <t>Either a digest value and digest algorithm (index 2), encoded using the digest format (<xref target="digest"/>), or the "raw" measurement (index 5), encoded as a byte string.
Note that, while the size of the digested form is constrained by the digest function, the size of the raw form can vary greatly depending on what is being measured (it could be a CPU register or an entire configuration blob, for example).
Therefore, a decoder implementation may decide to limit the amount of memory it allocates to this specific field.</t>
          </dd>
          <dt><tt>"signers"</tt> (index 3):</dt>
          <dd>
            <t>One or more signing entities, see <xref target="signer"/>.</t>
          </dd>
          <dt><tt>"flags"</tt> (index 4):</dt>
          <dd>
            <t>a 64-bit field with profile-defined semantics, see <xref target="profile-flags"/>.</t>
          </dd>
        </dl>
        <section anchor="component-id">
          <name>Component Identifier</name>
          <t>The <tt>component-id</tt> data item is as follows:</t>
          <sourcecode type="cddl"><![CDATA[
component-id = [
  name:      text
  ? version: version
]

;# import coswid.$version-scheme from rfc9393 as coswid

version = [
  val:      text
  ? scheme: coswid.$version-scheme
]
]]></sourcecode>
          <dl>
            <dt><tt>name</tt></dt>
            <dd>
              <t>A string that provides a human readable identifier for the component in question.  Format and adopted conventions depend on the component type.</t>
            </dd>
            <dt><tt>version</tt></dt>
            <dd>
              <t>A compound <tt>version</tt> data item that reuses encoding and semantics of <xref target="RFC9711"/> <tt>sw-version-type</tt>.</t>
            </dd>
          </dl>
        </section>
        <section anchor="signer">
          <name>Signer</name>
          <t>A signer is an entity that digitally signed the component that is measured.
Typically, the signature is verified during installation or when the measured component is executed by the boot ROM, operating system, or application launcher.
For example, as in UEFI Secure Boot <xref target="UEFI2"/> and Arm Trusted Board Boot <xref target="TBBR-CLIENT"/>.
Another example may be the controlling entity in an app store.
It is important to note that a signer is different from the identity of the manufacturer of the component, such as would be found in a manifest like a payload CoSWID.</t>
          <t>A signer is identified using a public key.
It could be an X.509 certificate, a raw public key, a public key thumbprint, or some other identifier that can be uniquely associated with the signing entity.
In some cases, multiple parties may need to sign a component to indicate their endorsement or approval.
This could include roles such as a firmware update system, fleet owner, or third-party auditor.
The specific purpose of each signature may depend on the deployment, and the order of signers within the array could indicate meaning.</t>
          <t>If an EAT profile (<xref section="6" sectionFormat="of" target="RFC9711"/>) uses measured components, it <bcp14>MUST</bcp14> specify whether the <tt>signers</tt> field is used.
If it is used, the profile <bcp14>MUST</bcp14> also specify what each of the entries in the <tt>signers</tt> array represents, and how to interpret the corresponding <tt>signer-id-type</tt>.</t>
          <t>The <tt>signer-id-type</tt> is defined as follows:</t>
          <sourcecode type="cddl"><![CDATA[
signer-id-type = eat.JC<bytes-b64u, bytes>
]]></sourcecode>
        </section>
        <section anchor="profile-flags">
          <name>Profile-specific Flags</name>
          <t>This optional field can contain up to 64 bits of profile-defined semantics, enabling a profile of this specification to encode additional information and extend the base type.
It can be used to carry information in fixed-size chunks, such as a bit mask or a single value within a predetermined set of codepoints.
Regardless of its internal structure, the size of this field is exactly 8 bytes.</t>
          <t>The <tt>flags-type</tt> is defined as follows:</t>
          <sourcecode type="cddl"><![CDATA[
flags-type = eat.JC<bytes8-b64u, bytes8>
]]></sourcecode>
          <t>If an EAT profile (<xref section="6" sectionFormat="of" target="RFC9711"/>) uses measured components, it <bcp14>MUST</bcp14> specify whether the <tt>flags</tt> field is used.
If it is used, the profile <bcp14>MUST</bcp14> also specify how to interpret the 64 bits.</t>
        </section>
      </section>
      <section anchor="eat-measurements-format-extensions">
        <name>EAT <tt>measurements-format</tt> Extensions</name>
        <t>The CDDL in <xref target="fig-eat-plug"/> extends the <tt>$measurements-body-cbor</tt> and <tt>$measurements-body-json</tt> EAT sockets to add support for <tt>measured-component</tt>s to the <tt>Measurements</tt> claim.</t>
        <figure anchor="fig-eat-plug">
          <name>EAT measurements-format Extensions</name>
          <sourcecode type="cddl"><![CDATA[
mc-cbor = bytes .cbor measured-component
mc-json = text .json measured-component

; EAT CBOR (`.feature "cbor"`)
$measurements-body-cbor /= mc-cbor ; native
$measurements-body-cbor /= mc-json ; tunnel

; EAT JSON (`.feature "json"`)
$measurements-body-json /= mc-json            ; native
$measurements-body-json /= text .b64u mc-cbor ; tunnel
]]></sourcecode>
        </figure>
        <t>Each socket is extended with two new types: a "native" representation that is used when <tt>measured-component</tt> and the EAT have the same serialization (e.g., they are both CBOR), and a "tunnel" representation that is used when the serializations differ.</t>
      </section>
      <section anchor="measurements-format-for-cbor-eat">
        <name><tt>measurements-format</tt> for CBOR EAT</name>
        <t>The entries in <xref target="tab-mf-cbor"/> are the allowed <tt>content-type</tt> / <tt>content-format</tt> pairs when the <tt>measured-component</tt> is carried in a CBOR EAT.</t>
        <t>Note the use of the "native" and "tunnel" formats from <xref target="fig-eat-plug"/>, and how the associated CoAP Content-Format is used to describe the original serialization.</t>
        <table anchor="tab-mf-cbor">
          <name>measurement-format for EAT CWT</name>
          <thead>
            <tr>
              <th align="left">content-type (CoAP C-F equivalent)</th>
              <th align="left">content-format</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>application/measured-component+cbor</tt></td>
              <td align="left">
                <tt>mc-cbor</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>application/measured-component+json</tt></td>
              <td align="left">
                <tt>mc-json</tt></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="measurements-format-for-json-eat">
        <name><tt>measurements-format</tt> for JSON EAT</name>
        <t><xref target="tab-mf-json"/> is the equivalent of <xref target="tab-mf-cbor"/> for JSON-serialized EAT.</t>
        <table anchor="tab-mf-json">
          <name>measurement-format for EAT JWT</name>
          <thead>
            <tr>
              <th align="left">content-type (CoAP C-F equivalent)</th>
              <th align="left">content-format</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>application/measured-component+json</tt></td>
              <td align="left">
                <tt>mc-json</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>application/measured-component+cbor</tt></td>
              <td align="left">
                <tt>tstr .b64u mc-cbor</tt></td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="eat-profiles-and-measured-components">
      <name>EAT Profiles and Measured Components</name>
      <t>The semantics of the signers and profile flags fields are defined by the applicable EAT profile, i.e., the profile of the wrapping EAT.</t>
      <t>If the profile of the EAT is not known to the consumer and one or more Measured Components within that EAT include signers and/or profile flags, the consumer <bcp14>MUST</bcp14> reject the EAT.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>The example in <xref target="ex-1"/> is a digested measured component with all the fields populated.</t>
      <figure anchor="ex-1">
        <name>Complete Measured Component</name>
        <sourcecode type="cbor-edn"><![CDATA[
{
  / id / 1: [
    / name / "boot loader X",
    / version / [
      "1.2.3rc2",
      16384 / semver /
    ]
  ],
  / measurement / 2: [
    / alg / "sha-256",
    / val / h'3996003d486fb91ffb056f7d03f2b2992b215b31dbe7af4b37
              3431fc7d319da3'
  ],
  / signers / 3: [
    h'492e9b676c21f6012b1ceeb9032feb4141a880797355f6675015ec59c5
      1ca1ec',
    h'4277bb97ba7b51577a0d38151d3e08b40bdf946753f5b5bdeb814d6ff5
      7a8a5e'
  ],
  / flags / 4: h'0000000000000101'
}
]]></sourcecode>
      </figure>
      <t>The example in <xref target="ex-eat-1"/> is the same measured component as above but used as the format of a <tt>measurements</tt> claim in a EAT claims-set.</t>
      <t>This example uses TBD1 as the <tt>content-type</tt> value of the <tt>measurements-format</tt> entry.
(This will change to the value assigned by IANA to the <tt>mc+cbor</tt> Content-Format.)</t>
      <t>Note that the array contains only one measured component, but additional entries could be added if the measured TCB is made of multiple, individually measured components.</t>
      <figure anchor="ex-eat-1">
        <name>EAT Measurements Claim using a Measured Component (CBOR)</name>
        <sourcecode type="cbor-edn"><![CDATA[
{
  273: [
    [
      TBD1, / mc+cbor /
      <<
        {
          / id / 1: [
            / name / "boot loader X",
            / version / [
              "1.2.3rc2",
              16384 / semver /
            ]
          ],
          / measurement / 2: [
            / alg / "sha-256",
            / val / h'3996003d486fb91ffb056f7d03f2b2992b215b31db
                      e7af4b373431fc7d319da3'
          ],
          / signers / 3: [
            h'492e9b676c21f6012b1ceeb9032feb4141a880797355f66750
              15ec59c51ca1ec',
            h'4277bb97ba7b51577a0d38151d3e08b40bdf946753f5b5bdeb
              814d6ff57a8a5e'
          ]
        }
      >>
    ]
  ]
}
]]></sourcecode>
      </figure>
      <t>The example in <xref target="ex-eat-2"/> illustrates the inclusion of a JSON measured component inside a JSON EAT.</t>
      <t>This example uses TBD2 as the <tt>content-type</tt> value of the <tt>measurements-format</tt> entry.
(This will change to the value assigned by IANA to the <tt>mc+json</tt> Content-Format.)</t>
      <figure anchor="ex-eat-2">
        <name>EAT Measurements Claim using a Measured Component (JSON)</name>
        <sourcecode type="cbor-edn"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

{
  "measurements": [
    [
      TBD2, / mc+json /
      "{ \"id\": [ \"boot loader X\", [ \"1.2.3rc2\", 16384 ] ], \"\
digested-measurement\": [ \"sha-256\", \"\
OZYAPUhvuR_7BW99A_KymSshWzHb569LNzQx_H0xnaM\" ], \"signers\": [ \"\
SS6bZ2wh9gErHO65Ay_rQUGogHlzVfZnUBXsWcUcoew\", \"\
                   Qne7l7p7UVd6DTgVHT4ItAvflGdT9bW964FNb_V6il4\" ] }"
    ]
  ]
}
]]></sourcecode>
      </figure>
      <t>The example in <xref target="ex-2"/> is a measured component representing a boot loader identified by its path name:</t>
      <figure anchor="ex-2">
        <name>Digested Measured Component using File Path as Identifier</name>
        <sourcecode type="cbor-edn"><![CDATA[
{
  / id / 1: [
    / name / "/boot/loader.bin"
  ],
  / measurement / 2: [
    / alg / "sha-384",
    / val / h'66ec2fb4e02d8c8b3eee320e750d9389d66c52c51db11cc6
              9cc5e410816283ed60ba573795f5fcc85e513af57b3f6def'
  ],
  / flags / 4: h'0000000000000101'
}
]]></sourcecode>
      </figure>
      <t>The example in <xref target="ex-3"/> is a raw measured component.</t>
      <figure anchor="ex-3">
        <name>Raw Measured Component</name>
        <sourcecode type="cbor-edn"><![CDATA[
{
  / id / 1: [
    / name / "hardware-config"
  ],
  / measurement / 5: h'4f6d616861'
}
]]></sourcecode>
      </figure>
    </section>
    <section anchor="seccons">
      <name>Security Considerations</name>
      <t>Please review Sections <xref target="RFC9711" section="9.1" sectionFormat="bare">Claim Trustworthiness</xref>, <xref target="RFC9711" section="9.4" sectionFormat="bare">Multiple EAT Consumers</xref> and <xref target="RFC9711" section="9.5" sectionFormat="bare">Detached EAT Bundle Digest Security Considerations</xref> of <xref target="RFC9711"/>; these considerations apply to this document as well.
Note that similar security considerations may apply when the Measured Component information model is serialized using different data models than the ones specified in this document.</t>
      <t>The Component Name and Component Version can give an attacker detailed information about the software running on a device and its configuration settings.
This information could offer an attacker valuable insights.</t>
      <t>Any textual fields (e.g., Component Name and Version) that are stored in a file, inserted into a database, or displayed to humans must be properly sanitized to prevent attacks and undesirable behavior.
Further discussion and references on this topic can be found in <xref section="7" sectionFormat="of" target="RFC9839"/>.</t>
      <t>If the component measurement is digested, the digest must be computed using a strong cryptographic hash function.</t>
    </section>
    <section anchor="privcons">
      <name>Privacy Considerations</name>
      <t>Please review Section <xref target="RFC9711" section="9.1" sectionFormat="bare">Multiple EAT Consumers</xref> of <xref target="RFC9711"/>; the differential encryption considerations discussed there also apply to this document.</t>
      <t>The Component Name and Component Version could reveal private information about a device and its owner.</t>
      <t>Additionally, the stability requirement of the Component Name could enable tracking.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t><cref anchor="rfced">RFC Editor:</cref> replace "RFCthis" with the RFC number assigned to this document.</t>
      <section anchor="media-types-registrations">
        <name>Media Types Registrations</name>
        <t>IANA is requested to add the following media types to the "Media Types" registry <xref target="IANA.media-types"/>.</t>
        <table anchor="tab-mc-regs">
          <name>Measured Component Media Types</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Template</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>mc+cbor</tt></td>
              <td align="left">
                <tt>application/measured-component+cbor</tt></td>
              <td align="left">RFCthis</td>
            </tr>
            <tr>
              <td align="left">
                <tt>mc+json</tt></td>
              <td align="left">
                <tt>application/measured-component+json</tt></td>
              <td align="left">RFCthis</td>
            </tr>
          </tbody>
        </table>
        <section anchor="applicationmeasured-componentcbor">
          <name><tt>application/measured-component+cbor</tt></name>
          <dl spacing="compact">
            <dt>Type name:</dt>
            <dd>
              <t>application</t>
            </dd>
            <dt>Subtype name:</dt>
            <dd>
              <t>measured-component+cbor</t>
            </dd>
            <dt>Required parameters:</dt>
            <dd>
              <t>n/a</t>
            </dd>
            <dt>Optional parameters:</dt>
            <dd>
              <t>n/a</t>
            </dd>
            <dt>Encoding considerations:</dt>
            <dd>
              <t>binary (CBOR)</t>
            </dd>
            <dt>Security considerations:</dt>
            <dd>
              <t><xref target="seccons"/> of RFCthis</t>
            </dd>
            <dt>Interoperability considerations:</dt>
            <dd>
              <t>n/a</t>
            </dd>
            <dt>Published specification:</dt>
            <dd>
              <t>RFCthis</t>
            </dd>
            <dt>Applications that use this media type:</dt>
            <dd>
              <t>Attesters, Verifiers and Relying Parties</t>
            </dd>
            <dt>Fragment identifier considerations:</dt>
            <dd>
              <t>The syntax and semantics of fragment identifiers are as specified for "application/cbor". (No fragment identification syntax is currently defined for "application/cbor".)</t>
            </dd>
            <dt>Person &amp; email address to contact for further information:</dt>
            <dd>
              <t>RATS WG mailing list (rats@ietf.org)</t>
            </dd>
            <dt>Intended usage:</dt>
            <dd>
              <t>COMMON</t>
            </dd>
            <dt>Restrictions on usage:</dt>
            <dd>
              <t>none</t>
            </dd>
            <dt>Author/Change controller:</dt>
            <dd>
              <t>IETF</t>
            </dd>
            <dt>Provisional registration:</dt>
            <dd>
              <t>no</t>
            </dd>
          </dl>
        </section>
        <section anchor="applicationmeasured-componentjson">
          <name><tt>application/measured-component+json</tt></name>
          <dl spacing="compact">
            <dt>Type name:</dt>
            <dd>
              <t>application</t>
            </dd>
            <dt>Subtype name:</dt>
            <dd>
              <t>measured-component+json</t>
            </dd>
            <dt>Required parameters:</dt>
            <dd>
              <t>n/a</t>
            </dd>
            <dt>Optional parameters:</dt>
            <dd>
              <t>n/a</t>
            </dd>
            <dt>Encoding considerations:</dt>
            <dd>
              <t>binary (JSON is UTF-8-encoded text)</t>
            </dd>
            <dt>Security considerations:</dt>
            <dd>
              <t><xref target="seccons"/> of RFCthis</t>
            </dd>
            <dt>Interoperability considerations:</dt>
            <dd>
              <t>n/a</t>
            </dd>
            <dt>Published specification:</dt>
            <dd>
              <t>RFCthis</t>
            </dd>
            <dt>Applications that use this media type:</dt>
            <dd>
              <t>Attesters, Verifiers and Relying Parties</t>
            </dd>
            <dt>Fragment identifier considerations:</dt>
            <dd>
              <t>The syntax and semantics of fragment identifiers are as specified for "application/json". (No fragment identification syntax is currently defined for "application/json".)</t>
            </dd>
            <dt>Person &amp; email address to contact for further information:</dt>
            <dd>
              <t>RATS WG mailing list (rats@ietf.org)</t>
            </dd>
            <dt>Intended usage:</dt>
            <dd>
              <t>COMMON</t>
            </dd>
            <dt>Restrictions on usage:</dt>
            <dd>
              <t>none</t>
            </dd>
            <dt>Author/Change controller:</dt>
            <dd>
              <t>IETF</t>
            </dd>
            <dt>Provisional registration:</dt>
            <dd>
              <t>no</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="measured-component-content-format-registrations">
        <name>Measured Component Content-Format Registrations</name>
        <t>IANA is requested to register two Content-Format numbers in the "CoAP Content-Formats" sub-registry, within the "Constrained RESTful Environments (CoRE) Parameters" Registry <xref target="IANA.core-parameters"/>, as follows:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Content-Type</th>
              <th align="left">Content Coding</th>
              <th align="left">ID</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">application/measured-component+cbor</td>
              <td align="left">-</td>
              <td align="left">TBD1</td>
              <td align="left">RFCthis</td>
            </tr>
            <tr>
              <td align="left">application/measured-component+json</td>
              <td align="left">-</td>
              <td align="left">TBD2</td>
              <td align="left">RFCthis</td>
            </tr>
          </tbody>
        </table>
        <t>If possible, TBD1 and TBD2 should be assigned in the 256..9999 range.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC9165">
          <front>
            <title>Additional Control Operators for the Concise Data Definition Language (CDDL)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>The Concise Data Definition Language (CDDL), standardized in RFC 8610, provides "control operators" as its main language extension point.</t>
              <t>The present document defines a number of control operators that were not yet ready at the time RFC 8610 was completed:.plus,.cat, and.det for the construction of constants;.abnf/.abnfb for including ABNF (RFC 5234 and RFC 7405) in CDDL specifications; and.feature for indicating the use of a non-basic feature in an instance.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9165"/>
          <seriesInfo name="DOI" value="10.17487/RFC9165"/>
        </reference>
        <reference anchor="RFC9741">
          <front>
            <title>Concise Data Definition Language (CDDL): Additional Control Operators for the Conversion and Processing of Text</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>The Concise Data Definition Language (CDDL), standardized in RFC 8610, provides "control operators" as its main language extension point. RFCs have added to this extension point in both an application-specific and a more general way.</t>
              <t>The present document defines a number of additional generally applicable control operators for text conversion (bytes, integers, printf-style formatting, and JSON) and for an operation on text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9741"/>
          <seriesInfo name="DOI" value="10.17487/RFC9741"/>
        </reference>
        <reference anchor="RFC9711">
          <front>
            <title>The Entity Attestation Token (EAT)</title>
            <author fullname="L. Lundblade" initials="L." surname="Lundblade"/>
            <author fullname="G. Mandyam" initials="G." surname="Mandyam"/>
            <author fullname="J. O'Donoghue" initials="J." surname="O'Donoghue"/>
            <author fullname="C. Wallace" initials="C." surname="Wallace"/>
            <date month="April" year="2025"/>
            <abstract>
              <t>An Entity Attestation Token (EAT) provides an attested claims set that describes the state and characteristics of an entity, a device such as a smartphone, an Internet of Things (IoT) device, network equipment, or such. This claims set is used by a relying party, server, or service to determine the type and degree of trust placed in the entity.</t>
              <t>An EAT is either a CBOR Web Token (CWT) or a JSON Web Token (JWT) with attestation-oriented claims.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9711"/>
          <seriesInfo name="DOI" value="10.17487/RFC9711"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="IANA.named-information" target="https://www.iana.org/assignments/named-information">
          <front>
            <title>Named Information</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.media-types" target="https://www.iana.org/assignments/media-types">
          <front>
            <title>Media Types</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.core-parameters" target="https://www.iana.org/assignments/core-parameters">
          <front>
            <title>Constrained RESTful Environments (CoRE) Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC3444">
          <front>
            <title>On the Difference between Information Models and Data Models</title>
            <author fullname="A. Pras" initials="A." surname="Pras"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <date month="January" year="2003"/>
            <abstract>
              <t>There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management. This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3444"/>
          <seriesInfo name="DOI" value="10.17487/RFC3444"/>
        </reference>
        <reference anchor="RFC9783">
          <front>
            <title>Arm's Platform Security Architecture (PSA) Attestation Token</title>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="S. Frost" initials="S." surname="Frost"/>
            <author fullname="M. Brossard" initials="M." surname="Brossard"/>
            <author fullname="A. Shaw" initials="A." surname="Shaw"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="June" year="2025"/>
            <abstract>
              <t>Arm's Platform Security Architecture (PSA) is a family of hardware and firmware security specifications, along with open-source reference implementations, aimed at helping device makers and chip manufacturers integrate best-practice security into their products. Devices that comply with PSA can generate attestation tokens as described in this document, which serve as the foundation for various protocols, including secure provisioning and network access control. This document specifies the structure and semantics of the PSA attestation token.</t>
              <t>The PSA attestation token is a profile of the Entity Attestation Token (EAT). This specification describes the claims used in an attestation token generated by PSA-compliant systems, how these claims are serialized for transmission, and how they are cryptographically protected.</t>
              <t>This Informational document is published as an Independent Submission to improve interoperability with Arm's architecture. It is not a standard nor a product of the IETF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9783"/>
          <seriesInfo name="DOI" value="10.17487/RFC9783"/>
        </reference>
        <reference anchor="RFC9393">
          <front>
            <title>Concise Software Identification Tags</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="J. Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay"/>
            <author fullname="C. Schmidt" initials="C." surname="Schmidt"/>
            <author fullname="D. Waltermire" initials="D." surname="Waltermire"/>
            <date month="June" year="2023"/>
            <abstract>
              <t>ISO/IEC 19770-2:2015 Software Identification (SWID) tags provide an extensible XML-based structure to identify and describe individual software components, patches, and installation bundles. SWID tag representations can be too large for devices with network and storage constraints. This document defines a concise representation of SWID tags: Concise SWID (CoSWID) tags. CoSWID supports a set of semantics and features that are similar to those for SWID tags, as well as new semantics that allow CoSWIDs to describe additional types of information, all in a more memory-efficient format.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9393"/>
          <seriesInfo name="DOI" value="10.17487/RFC9393"/>
        </reference>
        <reference anchor="RFC9839">
          <front>
            <title>Unicode Character Repertoire Subsets</title>
            <author fullname="T. Bray" initials="T." surname="Bray"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="August" year="2025"/>
            <abstract>
              <t>This document discusses subsets of the Unicode character repertoire for use in protocols and data formats and specifies three subsets recommended for use in IETF specifications.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9839"/>
          <seriesInfo name="DOI" value="10.17487/RFC9839"/>
        </reference>
        <reference anchor="UEFI2" target="https://uefi.org/sites/default/files/resources/UEFI_Spec_2_10_Aug29.pdf">
          <front>
            <title>Unified Extensible Firmware Interface (UEFI) Specification</title>
            <author>
              <organization>UEFI Forum, Inc.</organization>
            </author>
            <date year="2022" month="August"/>
          </front>
        </reference>
        <reference anchor="TBBR-CLIENT" target="https://developer.arm.com/documentation/den0006">
          <front>
            <title>Trusted Board Boot Requirements Client (TBBR-CLIENT) Armv8-A</title>
            <author>
              <organization>Arm Ltd</organization>
            </author>
            <date year="2018" month="September"/>
          </front>
          <seriesInfo name="ARM" value="DEN0006D"/>
        </reference>
      </references>
    </references>
    <?line 592?>

<section anchor="open-issues">
      <name>Open Issues</name>
      <t>The list of currently open issues for this documents can be found at <eref target="https://github.com/ietf-rats-wg/draft-ietf-rats-eat-measured-component/issues"/>.</t>
      <t><cref>Note to RFC Editor: please remove before publication.</cref></t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank
Carl Wallace,
Carsten Bormann,
Dionna Glaze,
Giridhar Mandyam,
Houda Labiod,
<contact fullname="Ionuț Mihalcea"/>,
Jun Zhang,
Laurence Lundblade,
Michael Richardson,
Muhammad Usama Sardar
and
Yogesh Deshpande
for providing comments, reviews and suggestions that greatly improved this document.</t>
      <t>The authors would also like to thank Ken Takayama for providing an implementation of this specification in the veraison/eat package.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
EvQyKtUPPHg+2qxgjX4LBp5RkYYUEo19ZvqFD0kTEUPfe0MMONP3H19y2ZJl
ncRysdqok96mkXL+6yCV77cLCefbI3C6XybV14WIRlkw6Ci5LXafh9sj6NIP
PSOe1ZlXkeRnCPeMB/v0EuaHzr/ll40Vb/UIhX7HGPWdayNYwkxc6Nns4ly8
/lZgV+QTvgVG7CL282vKwnixx7sacAG3XBDD8UrIi+cohnz9inYIqMgbBCCs
sIH0rqr9Qw7nTaWfirEFv0bvJZaaJiyucQnbeIzPUzDS6F9PwXC4/1EFo1QK
7PKri5PWuGVK2fnezL/U7tdVO6qk+BXVjsf7f6B2dRHVxin+5/gi+b0GrP7Y
6M/eT15X2Kh7P0sDXxvVMu5Js1xx2TgsXdw4Oz6/mGe+OC695QhPsc+O91AK
tZY2DM2Fo+NAnNIq9JgKGcoFZR9zighU8q/wf1Lzj+L0aNMXEp/hEUCfFrpT
ePiz6c58Bt4V3Xsb3TEWKW728eESKBO1TJb5EYxxOTUze8NRuz2BPxGj0OjX
kdng6qKb+yKCMPs0STJzjksCi1V/ucaE2MSjJvpqQMmPTapBFez9m+K6/wK2
NLPpDYTFy1pvFvuf9/7WfZ5zDyj+2oGY7hGnEULyr4+pCngqIhMFregkjy7M
6FpqrjD5ep/64lpnDp6jQ0hOYJGAWWE5Ve7DxhzCGWUSTvwiRlMpTiXh5FvL
4Mo6lLEvXmP9vqOa+A3f8CAeo0wHQdM6gjkDKb715Qf4+Vsv9tyljMUz2Ki1
XDWtJ2HmSvEU0Dx0m9bt7e1pGGT/9Z/imbeUvqPkHYip9V0WiJ9QxZvWU5mx
8D0F9tq+dGHUZ56zlMoXZ/j/2AWZgWfZUq5W0hWvErmS4hyey9iCWa0fQwhJ
l/j2jmUE35U15/P+a08bs5V+GS1HkgzzSbZY8H0PbSfMJShvhV0pCNwO+Kp8
owCxwjzxB2DVhbySa6SxSgdI0cblpvoqWi3V1wpfjAFapPBWCwizJNE2Adq0
LCTWfwO+oSq0glgAAA==

-->

</rfc>
