<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.12 -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-rats-uccs-00" category="std" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.7.0 -->
  <front>
    <title abbrev="Unprotected CWT Claims Sets">A CBOR Tag for Unprotected CWT Claims Sets</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-rats-uccs-00"/>
    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Geramy</country>
        </postal>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="J." surname="O'Donoghue" fullname="Jeremy O'Donoghue">
      <organization abbrev="Qualcomm Technologies Inc.">Qualcomm Technologies Inc.</organization>
      <address>
        <postal>
          <street>279 Farnborough Road</street>
          <city>Farnborough</city>
          <code>GU14 7LS</code>
          <country>United Kingdom</country>
        </postal>
        <email>jodonogh@qti.qualcomm.com</email>
      </address>
    </author>
    <author initials="N." surname="Cam-Winget" fullname="Nancy Cam-Winget">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>3550 Cisco Way</street>
          <city>San Jose</city>
          <region>CA</region>
          <code>95134</code>
          <country>USA</country>
        </postal>
        <email>ncamwing@cisco.com</email>
      </address>
    </author>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization abbrev="Universitaet Bremen TZI">Universitaet Bremen TZI</organization>
      <address>
        <postal>
          <street>Bibliothekstrasse 1</street>
          <city>Bremen</city>
          <code>28369</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63921</phone>
        <email>cabo@tzi.de</email>
      </address>
    </author>
    <date year="2021" month="May" day="19"/>
    <area>Security</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>CBOR Web Token (CWT, RFC 8392) Claims Sets sometimes do not need the
protection afforded by wrapping them into COSE, as is required for a true
CWT.  This specification defines a CBOR tag for such unprotected CWT
Claims Sets (UCCS) and discusses conditions for its proper use.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    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/ietf-rats-wg/draft-ietf-rats-uccs"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>A CBOR Web Token (CWT) as specified by <xref target="RFC8392" format="default"/> is always wrapped in a
CBOR Object Signing and Encryption (COSE, <xref target="RFC8152" format="default"/>) envelope.  COSE
provides -- amongst other things -- the integrity protection mandated by
RFC 8392 and optional encryption for CWTs.  Under the right circumstances,
though, a signature providing proof for authenticity and integrity can be
provided through the transfer protocol and thus omitted from the
information in a CWT without compromising the intended goal of authenticity
and integrity.  If a mutually Secured Channel is established between two
remote peers, and if that Secure Channel provides the required properties (as discussed below), it
is possible to omit the protection provided by COSE, creating a use case for
unprotected CWT Claims Sets.
Similarly, if there is one-way authentication, the party that did not
authenticate may be in a position to send authentication information through
this channel that allows the already authenticated party to authenticate the
other party.</t>
      <t>This specification allocates a CBOR tag to mark Unprotected CWT Claims Sets
(UCCS) as such and discusses conditions for its proper use in the scope of
Remote ATtestation procedureS (RATS) and the conveyance of Evidence from an
Attester to a Verifier.</t>
      <t>This specification does not change <xref target="RFC8392" format="default"/>: A true CWT does not make use of
the tag allocated here; the UCCS tag is an alternative to using COSE
protection and a CWT tag.  Consequently, in a well-defined scope, it might
be acceptable to use the contents of a CWT without its COSE container and tag it with a UCCS CBOR tag for further processing -- or to use the contents of a UCCS CBOR tag for building a CWT to be signed by some entity that can vouch for those contents.</t>
      <section anchor="terminology" numbered="true" toc="default">
        <name>Terminology</name>
        <t>The term Claim is used as in <xref target="RFC8725" format="default"/>.</t>
        <t>The terms Claim Key, Claim Value, and CWT Claims Set are used as in
<xref target="RFC8392" format="default"/>.</t>
        <t>The terms Attester, Attesting Environment and Verifier are used as in <xref target="I-D.ietf-rats-architecture" format="default"/>.</t>
        <dl>
          <dt>
UCCS:  </dt>
          <dd>
            <t>Unprotected CWT Claims Set(s); CBOR map(s) of Claims as defined by the CWT
Claims Registry that are composed of pairs of Claim Keys and Claim Values.</t>
          </dd>
          <dt>
Secure Channel:  </dt>
          <dd>
            <t>A protected communication channel between two peers that can ensure the same qualities
associated for UCCS conveyance as CWT conveyance without any additional protection.</t>
          </dd>
        </dl>
        <t>All terms referenced or defined in this section are capitalized in the remainder of
this document.</t>
        <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 BCP&nbsp;14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
    </section>
    <section anchor="motivation-and-requirements" numbered="true" toc="default">
      <name>Motivation and Requirements</name>
      <t>Use cases involving the conveyance of Claims, in particular, remote attestation procedures (RATS, see
<xref target="I-D.ietf-rats-architecture" format="default"/>) require a standardized data definition and encoding format that can be transferred
and transported using different communication channels.  As these are Claims, <xref target="RFC8392" format="default"/> is
a suitable format. However, the way these Claims are secured depends on the deployment, the security
capabilities of the device, as well as their software stack.  For example, a Claim may be securely
stored and conveyed using a device's Trusted Execution Environment (TEE, see <xref target="I-D.ietf-teep-architecture" format="default"/>) or especially in some
resource constrained environments, the same process that provides the secure communication
transport is also the delegate to compose the Claim to be conveyed.  Whether it is a transfer
or transport, a Secure Channel is presumed to be used for conveying such UCCS.  The following sections
further describe the RATS usage scenario and corresponding requirements for UCCS deployment.</t>
    </section>
    <section anchor="secchan" numbered="true" toc="default">
      <name>Characteristics of a Secure Channel</name>
      <t>A Secure Channel for the conveyance of UCCS needs to provide the security
properties that would otherwise be provided by COSE for a CWT.
In this regard, UCCS is similar in security considerations to JWTs <xref target="RFC8725" format="default"/>
using the algorithm "none".  RFC 8725 states: "if a JWT is cryptographically
protected end-to-end by a transport layer, such as TLS using
cryptographically current algorithms, there may be no need to apply another
layer of cryptographic protections to the JWT.  In such cases, the use of
the "none" algorithm can be perfectly acceptable.".  Analogously, the
considerations discussed in Sections 2.1, 3.1, and 3.2 of RFC 8725 apply to
the use of UCCS as elaborated on in this document.</t>
      <t>Secure Channels are often set up in a handshake protocol that mutually
derives a session key, where the handshake protocol establishes the
authenticity of one of both ends of the communication.  The session key can
then be used to provide confidentiality and integrity of the transfer of
information inside the Secure Channel.  A well-known example of a such a
Secure Channel setup protocol is the TLS <xref target="RFC8446" format="default"/> handshake; the
TLS record protocol can then be used for secure conveyance.</t>
      <t>As UCCS were initially created for use in Remote ATtestation procedureS
(RATS) Secure Channels, the following subsection provides a discussion of
their use in these channels.  Where other environments are intended to be
used to convey UCCS, similar considerations need to be documented before
UCCS can be used.</t>
      <section anchor="uccs-and-remote-attestation-procedures-rats" numbered="true" toc="default">
        <name>UCCS and Remote ATtestation procedureS (RATS)</name>
        <t>For the purposes of this section, the Verifier is the receiver of the UCCS
and the Attester is the provider of the UCCS.</t>
        <t>Secure Channels can be transient in nature. For the purposes of this
specification, the mechanisms used to establish a Secure Channel are out of
scope.</t>
        <t>As a minimum requirement in the scope of RATS Claims, the Verifier MUST
authenticate the Attester as part of the establishment of the Secure Channel.
Furthermore, the channel MUST provide integrity of the communication from the
Attester to the Verifier.
If confidentiality is also required, the receiving side needs to be
be authenticated as well, i.e., the Verifier and the Attester SHOULD
mutually authenticate when establishing the Secure Channel.</t>
        <t>The extent to which a Secure Channel can provide assurances that UCCS
originate from a trustworthy attesting environment depends on the
characteristics of both the cryptographic mechanisms used to establish the
channel and the characteristics of the attesting environment itself.</t>
        <t>A Secure Channel established or maintained using weak cryptography
may not provide the assurance required by a relying party of the authenticity
and integrity of the UCCS.</t>
        <t>Ultimately, it is up to the Verifier's policy to determine whether to accept
a UCCS from the Attester and to the type of Secure Channel it must negotiate.
While the security considerations of the cryptographic algorithms used are similar
to COSE, the considerations of the secure channel should also adhere to the policy
configured at each of the Attester and the Verifier.  However, the policy controls
and definitions are out of scope for this document.</t>
        <t>Where the security assurance required of an attesting environment by a
relying party requires it, the attesting environment may be implemented
using techniques designed to provide enhanced protection from an attacker
wishing to tamper with or forge UCCS.  A possible approach might be to
implement the attesting environment in a hardened environment such as a
TEE <xref target="I-D.ietf-teep-architecture" format="default"/> or a TPM <xref target="TPM2" format="default"/>.</t>
        <t>When UCCS emerge from the Secure Channel and into the Verifier, the security
properties of the Secure Channel no longer apply and UCCS have the same properties
as any other unprotected data in the Verifier environment.
If the Verifier subsequently forwards UCCS, they are treated as though they originated within the Verifier.</t>
        <t>As with EATs nested in other EATs (Section 3.12.1.2 of <xref target="I-D.ietf-rats-eat" format="default"/>), the Secure
Channel does not endorse fully formed CWTs transferred through it.
Effectively, the COSE envelope of a CWT shields the CWT Claims Set from the
endorsement of the Secure Channel.  (Note that EAT might add a nested UCCS
Claim, and this statement does not apply to UCCS nested into UCCS, only to
fully formed CWTs)</t>
      </section>
      <section anchor="privacy-preserving-channels" numbered="true" toc="default">
        <name>Privacy Preserving Channels</name>
        <t>A Secure Channel which preserves the privacy of the Attester may provide
security properties equivalent to COSE, but only inside the life-span of the
session established.  In general, a Verifier cannot correlate UCCS received
in different sessions from the same attesting environment based on the
cryptographic mechanisms used when a privacy preserving Secure Channel is
employed.</t>
        <t>In the case of a Remote Attestation, the attester must consider whether any UCCS it returns over a privacy
preserving Secure Channel compromises the privacy in unacceptable ways.  As
an example, the use of the EAT UEID <xref target="I-D.ietf-rats-eat" format="default"/> Claim in UCCS over a privacy
preserving Secure Channel allows a verifier to correlate UCCS from a single
attesting environment across many Secure Channel sessions. This may be
acceptable in some use-cases (e.g. if the attesting environment is a
physical sensor in a factory) and unacceptable in others (e.g. if the
attesting environment is a device belonging to a child).</t>
      </section>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>In the registry <xref target="IANA.cbor-tags" format="default"/>,
IANA is requested to allocate the tag in <xref target="tab-tag-values" format="default"/> from the
FCFS space, with the present document as the specification reference.</t>
      <table anchor="tab-tag-values" align="center">
        <name>Values for Tags</name>
        <thead>
          <tr>
            <th align="right">Tag</th>
            <th align="left">Data Item</th>
            <th align="left">Semantics</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">TBD601</td>
            <td align="left">map</td>
            <td align="left">Unprotected CWT Claims Set [RFCthis]</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>The security considerations of <xref target="RFC7049" format="default"/> and <xref target="RFC8392" format="default"/> apply.</t>
      <t><xref target="secchan" format="default"/> discusses security considerations for Secure Channels, in which
UCCS might be used.  This documents provides the CBOR tag definition for UCCS and a discussion on security consideration for the use of UCCS in
Remote ATtestation procedureS (RATS).  Uses of UCCS outside the scope of
RATS are not covered by this document.  The UCCS specification - and the
use of the UCCS CBOR tag, correspondingly - is not intended for use in a
scope where a scope-specific security consideration discussion has not
been conducted, vetted and approved for that use.</t>
      <section anchor="general-considerations" numbered="true" toc="default">
        <name>General Considerations</name>
        <t>Implementations of Secure Channels are often separate from the application
logic that has security requirements on them.  Similar security
considerations to those described in <xref target="I-D.ietf-cose-rfc8152bis-struct" format="default"/> for obtaining the
required levels of assurance include:</t>
        <ul spacing="normal">
          <li>Implementations need to provide sufficient protection for private or
secret key material used to establish or protect the Secure Channel.</li>
          <li>Using a key for more than one algorithm can leak information about the
key and is not recommended.</li>
          <li>An algorithm used to establish or protect the Secure Channel may have
limits on the number of times that a key can be used without leaking
information about the key.</li>
        </ul>
        <t>The Verifier needs to ensure that the management of key material used
establish or protect the Secure Channel is acceptable. This may include
factors such as:</t>
        <ul spacing="normal">
          <li>Ensuring that any permissions associated with key ownership are respected
in the establishment of the Secure Channel.</li>
          <li>Cryptographic algorithms are used appropriately.</li>
          <li>Key material is used in accordance with any usage restrictions such as
freshness or algorithm restrictions.</li>
          <li>Ensuring that appropriate protections are in place to address potential
traffic analysis attacks.</li>
        </ul>
      </section>
      <section anchor="aes-cbcmac" numbered="true" toc="default">
        <name>AES-CBC_MAC</name>
        <ul spacing="normal">
          <li>A given key should only be used for messages of fixed or known length.</li>
          <li>Different keys should be used for authentication and encryption operations.</li>
          <li>A mechanism to ensure that IV cannot be modified is required.</li>
        </ul>
        <t><xref target="I-D.ietf-cose-rfc8152bis-algs" format="default"/>, Section 3.2.1 contains a detailed explanation of these considerations.</t>
      </section>
      <section anchor="aes-gcm" numbered="true" toc="default">
        <name>AES-GCM</name>
        <ul spacing="normal">
          <li>The key and nonce pair are unique for every encrypted message.</li>
          <li>The maximum number of messages to be encrypted for a given key is not exceeded.</li>
        </ul>
        <t><xref target="I-D.ietf-cose-rfc8152bis-algs" format="default"/>, Section 4.1.1 contains a detailed explanation of these considerations.</t>
      </section>
      <section anchor="aes-ccm" numbered="true" toc="default">
        <name>AES-CCM</name>
        <ul spacing="normal">
          <li>The key and nonce pair are unique for every encrypted message.</li>
          <li>The maximum number of messages to be encrypted for a given block cipher is not exceeded.</li>
          <li>The number of messages both successfully and unsuccessfully decrypted is used to
determine when rekeying is required.</li>
        </ul>
        <t><xref target="I-D.ietf-cose-rfc8152bis-algs" format="default"/>, Section 4.2.1 constains a detailed explanation of these considerations.</t>
      </section>
      <section anchor="chacha20-and-poly1305" numbered="true" toc="default">
        <name>ChaCha20 and Poly1305</name>
        <ul spacing="normal">
          <li>The nonce is unique for every encrypted message.</li>
          <li>The number of messages both successfully and unsuccessfully decrypted is used to
determine when rekeying is required.</li>
        </ul>
        <t><xref target="I-D.ietf-cose-rfc8152bis-algs" format="default"/>, Section 4.3.1 contains a detailed explanation of these considerations.</t>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC7049">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="October" year="2013"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.  These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7049"/>
          <seriesInfo name="DOI" value="10.17487/RFC7049"/>
        </reference>
        <reference anchor="RFC8152">
          <front>
            <title>CBOR Object Signing and Encryption (COSE)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <date month="July" year="2017"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need for the ability to have basic security services defined for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8152"/>
          <seriesInfo name="DOI" value="10.17487/RFC8152"/>
        </reference>
        <reference anchor="RFC8725">
          <front>
            <title>JSON Web Token Best Current Practices</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer">
              <organization/>
            </author>
            <author fullname="D. Hardt" initials="D." surname="Hardt">
              <organization/>
            </author>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <date month="February" year="2020"/>
            <abstract>
              <t>JSON Web Tokens, also known as JWTs, are URL-safe JSON-based security tokens that contain a set of claims that can be signed and/or encrypted. JWTs are being widely used and deployed as a simple security token format in numerous protocols and applications, both in the area of digital identity and in other application areas.  This Best Current Practices document updates RFC 7519 to provide actionable guidance leading to secure implementation and deployment of JWTs.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="225"/>
          <seriesInfo name="RFC" value="8725"/>
          <seriesInfo name="DOI" value="10.17487/RFC8725"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <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>
        <reference anchor="IANA.cbor-tags" target="http://www.iana.org/assignments/cbor-tags">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tags</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="TPM2">
          <front>
            <title>Trusted Platform Module Library Specification, Family “2.0”, Level 00, Revision 01.59 ed., Trusted Computing Group</title>
            <author>
              <organization/>
            </author>
            <date year="2019"/>
          </front>
        </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-rats-architecture">
          <front>
            <title>Remote Attestation Procedures Architecture</title>
            <author fullname="Henk Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Dave Thaler">
              <organization>Microsoft</organization>
            </author>
            <author fullname="Michael Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Ned Smith">
              <organization>Intel Corporation</organization>
            </author>
            <author fullname="Wei Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="23" month="April" year="2021"/>
            <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.
   An attempt is made to provide for a model that is neutral toward
   processor architectures, the content of claims, and protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-architecture-12"/>
        </reference>
        <reference anchor="I-D.ietf-teep-architecture">
          <front>
            <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
            <author fullname="Mingliang Pei">
              <organization>Broadcom</organization>
            </author>
            <author fullname="Hannes Tschofenig">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Dave Thaler">
              <organization>Microsoft</organization>
            </author>
            <author fullname="David Wheeler">
              <organization>Intel</organization>
            </author>
            <date day="22" month="February" year="2021"/>
            <abstract>
              <t>   A Trusted Execution Environment (TEE) is an environment that enforces
   that any code within that environment cannot be tampered with, and
   that any data used by such code cannot be read or tampered with by
   any code outside that environment.  This architecture document
   motivates the design and standardization of a protocol for managing
   the lifecycle of trusted applications running inside such a TEE.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teep-architecture-14"/>
        </reference>
        <reference anchor="I-D.ietf-rats-eat">
          <front>
            <title>The Entity Attestation Token (EAT)</title>
            <author fullname="Giridhar Mandyam">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Laurence Lundblade">
              <organization>Security Theory LLC</organization>
            </author>
            <author fullname="Miguel Ballesteros">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Jeremy O'Donoghue">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <date day="7" month="March" year="2021"/>
            <abstract>
              <t>   An Entity Attestation Token (EAT) provides a signed (attested) set of
   claims that describe state and characteristics of an entity,
   typically a device like a phone or an IoT device.  These claims are
   used by a relying party to determine how much it wishes to trust the
   entity.

   An EAT is either a CWT or JWT with some attestation-oriented claims.
   To a large degree, all this document does is extend CWT and JWT.

Contributing

   TBD

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-09"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-struct">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="1" month="February" year="2021"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined for this data format.
   This document defines the CBOR Object Signing and Encryption (COSE)
   protocol.  This specification describes how to create and process
   signatures, message authentication codes, and encryption using CBOR
   for serialization.  This specification additionally describes how to
   represent cryptographic keys using CBOR.

   This document along with [I-D.ietf-cose-rfc8152bis-algs] obsoletes
   RFC8152.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-rfc8152bis-struct-15"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-algs">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="24" month="September" year="2020"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined for this data format.
   THis document defines a set of algorithms that can be used with the
   CBOR Object Signing and Encryption (COSE) protocol RFC XXXX.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-rfc8152bis-algs-12"/>
        </reference>
      </references>
    </references>
    <section anchor="example" numbered="true" toc="default">
      <name>Example</name>
      <t>The example CWT Claims Set from Appendix A.1 of <xref target="RFC8392" format="default"/> can be turned into
an UCCS by enclosing it with a tag number TBD601:</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
 <TBD601>(
   {
     / iss / 1: "coap://as.example.com",
     / sub / 2: "erikw",
     / aud / 3: "coap://light.example.com",
     / exp / 4: 1444064944,
     / nbf / 5: 1443944944,
     / iat / 6: 1443944944,
     / cti / 7: h'0b71'
   }
 )
]]></artwork>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAFRZpWAAA81b63IbR3b+30/RoX9IdACYpCjJ5Ga3DFGUTVu3JSmrklRq
q4FpAGMOpuHpGUKwzNQ+SFKVZ8mj7JPkO+d098yAl/UmqUpcLgiYS/e5n++c
0xwOh6rO68Ie67E+efHuXF+auZ65Sn8oV5Wr7bS2mT75eKlPCpMvvb6wtVdm
Mqns9fGDz2RuWpol1s0qM6uHua1nw8rUfthMp364t6d8bcrsT6ZwJR6qq8aq
fFXxN18f7O0d7R0oU1lzjOWmTZXXG7WeH+vz8eWF/uiqq7yc628r16zU1fpY
n5W1rUpbD1/Sbmpq6mPt60yt8mOlde2mx3pjPb56V9WVnfn0e7NsfyrT1AtX
Hauhzktc+26kX+TV1cIVv+BRYec7W151r7oKVL2qTFMu3MxW+uLsElejhG7d
sEuTF8d6gVVGk7DKNz6vR7P05CizRBjItODifGFBS10Z761+/hR3pi4DHY+e
HR4cPX1EvyGbY/3SVEuINKv5iaasK1z81lZmuYnsfD/S7x69dKWbLxqbGPre
Vna56d9hpv7YmGLqlkt9aaeL0hVunlsPSU9HHQYffCgw+5PLeOlvfq7z0c/h
hRE+OmwePD/Sr0xVThx0Ol/oc2eyxOvOtx/2D/Xz1xc7id3Os12GYZI5WeMP
MI8MGwTO3470iVkOP+KqrRPnb0053fRvMOMnuZ86fbHxtV36lo1yapZrPPjN
lO5v0f/k6dO98OJHs2m1dPR0/8lhq6ULU+rvnScZV3aeuxK7jbsMfLgYR6JP
YH2uWpqyTBSfmApElZ3rTDCYvrYVrMjYWr+AOvHI5T+dddR0/xOBuamZuG/q
X/K+8b3IJ0Xu6oW9iha437J28PWTZ0cta7LqlvWBShLGasFe/ujvD4+Ghwf7
w4P9r4fPnhwd7D9SqiReapBHnnr+6uT53uER6IFy5ffX+08P8FuERr+fHzyF
Ta3r8BPL4Hb6eXj4DEGkIL2djd+OR7TQsDZzCJQ+cfny/ZsD2gtxQSLfH/gH
blDogfG8L0yNELjUb1zWFFa/zieVqTb6YmWn+SxHcIHiBjDBZV5s9F/+/G8H
o72//PnfB/q1vbaF3tsb6HN7nXs8pff2R0+PtM1Gg61NTtxy1dRtFKN7malB
zsHe/pFSeTnrCuZs+HLUxlBTTRc5Bd6mwgt0qftIbe1q6xG6dGsVS1ESH90b
JOdhNZuS1Ce5H0LvzbQW+Q9Luw4XHnrFFCTs9AL9VGo4HMIYyYrwsuJM89FO
9KW7giU+RvIYkPY0aXO3m0cQsJe2zpcIKpnTpat1aSE9mKQKuYekbGYQVobr
k41eV2a1IrnimSU8qXb65N3F6UAbr3MPt/u5ySs8SknOSOLB9iNoZoHbvqtj
ndlZXmJrI7mxDrnRN9OFbvrJT3WJfvzh5ORiVyPB6QwxoYHneEikzHJa1vMi
OZ7DCiukhsbbkYhomWdZYZX6gjJaBfNj/pQKybkvsl1iKRAsvH/+PIQn3NwQ
o6ZYm40XceBuDimJ3N9NfgLV+iKflyQmIvK0nFabFbP8WIRFK0GDNze72paw
atAJEdE9kvt1noEhUunSlXNfa4oRFSSOBfk6fpLo7ZwSt+5oCgGBrJyoVVHh
TILj7U2B7RItJCbw6UcU1zPewOoqny9qxJxq2lDCK6fWDxTSNjIBdKw92DJk
9FroJBbxzc1E4UjwtqxzClm8bUvkFKF5YiN3ZGKSiWhPmG3pKYkTJ27qCn63
XjReu2VeEz+zyi3ZLJPjggESOiOjdU4Ugmx4PR5EbBAD5f1L2m7uwDuo7FKo
ehRCCme4r5dNjRyKyMPAiKxvgVyAwAOlW0gEIdsvSMK2XluYSr12CrEZKtAr
iyQwEMZn2N/UYZG0RlIuizr6ithpTan9MWwu2jTtUbj17gDGrLD7ynmPjAF5
OZYLL9JRfpItTFXMbAqEx0HQkBNAB/iA+FRzP7IcqYscgddUxWYgXADAEO9I
MUOYfCvBEKeZCFNBxcxwlmcUR1TnMQuz3IAX0Re4YDclLjyUs7Wg7io4GAns
DwRMgwx5G2jIrUWMpgCXWY8wkqmQ5HqX2YLEmfg+wsIdYYnWpqd7gQkrLU11
9SAoj3HJSwj7G+ITiYZ4AcBZWdipOheLGl/WZHNRvVObwZou9GPC6bvBSywt
fW035Ktk4qdkBPSdfcaUalzTIuTfkIb+0VYU0Kq7ec8cSKU8QNKe2xTyqICh
YM48p4eW5soy+aCYHRmCitLLNFnO75hAkgvfpMBJAqZygpMv0dSwu8bgl5IO
mQZvhxcpOEJycBioki2TTGlti2IoSSQT0ZGrIMojhCnYm5lO7Yo8Nmxjo7QQ
FCB+Cge98EE6ITL4EYNVKxExEV7zU3iBeenlq1lTiUmRgjwzgxjtqvs3vb3G
pMmLTDyVWXbkLxRsxZ0pTWuy4uhmFE6vHVkZvQ3yfbsHNPvFF6gYqmXOJcOG
NA0ycEHMldTQUHyhnF2Sjn8iHY/a53x48AcLWcvXH03RWAlufbvXqCM7y6lo
Mr3log0Owjdi9bS8zitXAtbWvGy0zK0FiT4CVLwiSe5YPVQbP/a7vxPZLs0K
P0ji4S7F1mAtkw2rpYMszlEwAEAF+RIJlE0ckYEVViavfFqK5OJFFK1sSO79
cE+EjnVLKBVmTRldLcazTiKRDNJq2JaeluPIgApFU3WXU55QqBbcNGc343YC
GVQnDIBTkkrnSrRxVAzaZBKJTNFJH6B+XBRBXSja4bx4LyM7jkLjIEUhI7oo
CcmsUPYU+S/xPuU1FD0MKDgs5IQtgSag5mASVxY4EojS6503Hy4udwbyr377
jr+fn/7xw9n56Uv6fvHd+PXr9EWFJy6+e/fh9cv2W/vmybs3b07fvpSXcVX3
LqmdN+N/3BEj3nn3/vLs3dvx653EVySTGRMXJHhQrSpbszUqpO5plU+E1xcn
7//zP1A5f/78d8BaB/v7R4CG8uPr/eeH+LFG5pHdXAlEIT8hIkAPoEZTcRiD
0IMQPaNov3DrkoMnxAWo+sYhUJoUE88FNRCdAP4fQlonR7l2xXUEPv2UICbO
UZPyXj5tkOAHOsAWU9+RZLwkmQGUbVXywN0IWggKUofJVBmrHqjTiJ3kiVLY
j+OYJgm9NetJC/kAfxiG8e+Vq0jOkg+yfMY2WN/tNoRaxwwAIAHSV+SxA9IV
iGxySQBCw0h/59YoIyvBLYRnZIUYIbCQD7gvsyvAEwI+/Cx+Fm5DYpd3feyb
QXlmkotfkrDl4et8almdlKToX1zOUdu4Wb3mXWozvQIPr+Bf9pNZrgp6PMST
gJeEkmKjfO2IIhKUKDZJyYStHvlU+p5+wmssqm6AfXx5esrKJAFRvUrKpL05
/zPghXVQngGa9a6ppmxEVFKy79t2LT9oI1LIeaLbHroV4vvKU0nNUkJ5F6RV
2DnDMxeDrkRnFoY4YuQbIvu4sJxvc1kl2ZKiTBg3IGFugW+C0OANLp6FRTnJ
UPyU1UmgjNwonHLJSnZDSJPvSNTzKub7GAyYVu6cNt7MCcTZ0lS5C/qCjYOi
kj2h6jhvG7hb04LHfz7WX2ArMvMbeD+Ip6IeqRFJcxrwQ58xql+3WBVQsB0G
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
+/SnYvpG6V1h+78AoY+0IXs6AAA=

-->

</rfc>
