<?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  (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-revoked-token-notification-07" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="Notification of Revoked Tokens in ACE">Notification of Revoked Access Tokens in the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-revoked-token-notification-07"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <author initials="S." surname="Echeverria" fullname="Sebastian Echeverria">
      <organization>CMU SEI</organization>
      <address>
        <postal>
          <street>4500 Fifth Avenue</street>
          <city>Pittsburgh, PA</city>
          <code>15213-2612</code>
          <country>United States of America</country>
        </postal>
        <email>secheverria@sei.cmu.edu</email>
      </address>
    </author>
    <author initials="G." surname="Lewis" fullname="Grace Lewis">
      <organization>CMU SEI</organization>
      <address>
        <postal>
          <street>4500 Fifth Avenue</street>
          <city>Pittsburgh, PA</city>
          <code>15213-2612</code>
          <country>United States of America</country>
        </postal>
        <email>glewis@sei.cmu.edu</email>
      </address>
    </author>
    <date year="2024" month="May" day="27"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document specifies a method of the Authentication and Authorization for Constrained  Environments (ACE) framework, which allows an Authorization Server to notify Clients and Resource Servers (i.e., registered devices) about revoked access tokens. As specified in this document, the method allows Clients and Resource Servers to access a Token Revocation List on the Authorization Server by using the Constrained Application Protocol (CoAP), with the possible additional use of resource observation. Resulting (unsolicited) notifications of revoked access tokens complement alternative approaches such as token introspection, while not requiring additional endpoints on Clients and Resource Servers.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Authentication and Authorization for Constrained Environments Working Group mailing list (ace@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ace/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/ace-wg/ace-revoked-token-notification"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>Authentication and Authorization for Constrained Environments (ACE) <xref target="RFC9200"/> is a framework that enforces access control on IoT devices acting as Resource Servers. In order to use ACE, both Clients and Resource Servers have to register with an Authorization Server (AS) and become a registered device. Once registered, a Client can send a request to the AS, to obtain an access token for a Resource Server (RS). For a Client to access the RS, the Client must present the issued access token at the RS, which then validates it before storing it (see <xref section="5.10.1.1" sectionFormat="of" target="RFC9200"/>).</t>
      <t>Even though access tokens have expiration times, there are circumstances by which an access token may need to be revoked before its expiration time, such as: (1) a registered device has been compromised, or is suspected of being compromised; (2) a registered device is decommissioned; (3) there has been a change in the ACE profile for a registered device; (4) there has been a change in access policies for a registered device; and (5) there has been a change in the outcome of policy evaluation for a registered device (e.g., if policy assessment depends on dynamic conditions in the execution environment, the user context, or the resource utilization).</t>
      <t>As discussed in <xref section="6.1" sectionFormat="of" target="RFC9200"/>, only client-initiated revocation is currently specified <xref target="RFC7009"/> for OAuth 2.0 <xref target="RFC6749"/>, based on the assumption that access tokens in OAuth are issued with a relatively short lifetime. However, this is not expected to be the case for constrained, intermittently connected devices, that need access tokens with relatively long lifetimes.</t>
      <t>This document specifies a method for allowing registered devices to access and possibly subscribe to a Token Revocation List (TRL) on the AS, in order to obtain updated information about pertaining access tokens that were revoked prior to their expiration. As specified in this document, the registered devices use the Constrained Application Protocol (CoAP) <xref target="RFC7252"/> to communicate with the AS and with one another, and can subscribe to the TRL on the AS by using resource observation for CoAP <xref target="RFC7641"/>. Other underlying protocols than CoAP are not prohibited from being supported in the future, if they are defined to be used in the ACE framework for Authentication and Authorization.</t>
      <t>Unlike in the case of token introspection (see <xref section="5.9" sectionFormat="of" target="RFC9200"/>), a registered device does not provide an owned access token to the AS for inquiring about its current state. Instead, registered devices simply obtain updated information about pertaining access tokens that were revoked prior to their expiration, as efficiently identified by corresponding hash values.</t>
      <t>The benefits of this method are that it complements token introspection, and it does not require the registered devices to support any additional endpoints (see <xref target="terminology"/>). The only additional requirements for registered devices are a request/response interaction with the AS to access and possibly subscribe to the TRL (see <xref target="sec-overview"/>), and the lightweight computation of hash values to use as Token identifiers (see <xref target="sec-token-name"/>).</t>
      <t>The process by which access tokens are declared revoked is out of the scope of this document. It is also out of scope the method by which the AS determines or is notified of revoked access tokens, according to which the AS consequently updates the TRL as specified in this document.</t>
      <section anchor="terminology">
        <name>Terminology</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>
        <t>Readers are expected to be familiar with the terms and concepts described in the ACE framework for Authentication and Authorization <xref target="RFC9200"/>, as well as with terms and concepts related to CBOR Web Tokens (CWTs) <xref target="RFC8392"/> and JSON Web Tokens (JWTs) <xref target="RFC7519"/>.</t>
        <t>The terminology for entities in the considered architecture is defined in OAuth 2.0 <xref target="RFC6749"/>. In particular, this includes Client, Resource Server (RS), and Authorization Server (AS).</t>
        <t>Readers are also expected to be familiar with the terms and concepts related to CDDL <xref target="RFC8610"/>, CBOR <xref target="RFC8949"/>, JSON <xref target="RFC8259"/>, CoAP <xref target="RFC7252"/>, CoAP Observe <xref target="RFC7641"/>, and the use of hash functions to name objects as defined in <xref target="RFC6920"/>.</t>
        <t>Note that the term "endpoint" is used here following its OAuth definition <xref target="RFC6749"/>, aimed at denoting resources such as /token and /introspect at the AS, and /authz-info at the RS. This document does not use the CoAP definition of "endpoint", which is "An entity participating in the CoAP protocol."</t>
        <t>This specification also refers to the following terminology.</t>
        <ul spacing="normal">
          <li>
            <t>Token hash: identifier of an access token, in binary format encoding. The token hash has no relation to other possibly used token identifiers, such as the 'cti' (CWT ID) claim of CBOR Web Tokens (CWTs) <xref target="RFC8392"/>.</t>
          </li>
          <li>
            <t>Token Revocation List (TRL): a collection of token hashes such that the corresponding access tokens have been revoked but are not expired yet.</t>
          </li>
          <li>
            <t>TRL endpoint: an endpoint at the AS with a TRL as its representation. The default name of the TRL endpoint in a url-path is '/revoke/trl'. Implementations are not required to use this name, and can define their own instead.</t>
          </li>
          <li>
            <t>Registered device: a device registered at the AS, i.e., as a Client, or an RS, or both. A registered device acts as a requester towards the TRL endpoint.</t>
          </li>
          <li>
            <t>Administrator: entity authorized to get full access to the TRL at the AS, and acting as a requester towards the TRL endpoint. An administrator is not necessarily a registered device as defined above, i.e., a Client requesting access tokens or an RS consuming access tokens.</t>
          </li>
          <li>
            <t>Pertaining access token:  </t>
            <ul spacing="normal">
              <li>
                <t>With reference to an administrator, an access token issued by the AS.</t>
              </li>
              <li>
                <t>With reference to a registered device, an access token intended to be owned by that device. An access token pertains to a Client if the AS has issued the access token for that Client following its request. An access token pertains to an RS if the AS has issued the access token to be consumed by that RS.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Examples throughout this document are expressed in CBOR diagnostic notation as defined in <xref section="8" sectionFormat="of" target="RFC8949"/> and <xref section="G" sectionFormat="of" target="RFC8610"/>. Diagnostic notation comments are often used to provide a textual representation of the numeric parameter names and values.</t>
        <t>In the CBOR diagnostic notation used in this document, constructs of the form e'SOME_NAME' are replaced by the value assigned to SOME_NAME in the CDDL model shown in <xref target="fig-cddl-model"/> of <xref target="sec-cddl-model"/>. For example, {e'full_set': [], e'cursor': 3} stands for {0: [], 2: 3}.</t>
        <t>Note to RFC Editor: Please delete the paragraph immediately preceding this note. Also, in the CBOR diagnostic notation used in this document, please replace the constructs of the form e'SOME_NAME' with the value assigned to SOME_NAME in the CDDL model shown in <xref target="fig-cddl-model"/> of <xref target="sec-cddl-model"/>. Finally, please delete this note.</t>
      </section>
    </section>
    <section anchor="sec-overview">
      <name>Protocol Overview</name>
      <t>This protocol defines how a CoAP-based Authorization Server informs Clients and Resource Servers, i.e., registered devices, about pertaining revoked access tokens. How the relationship between a registered device and the AS is established is out of the scope of this specification.</t>
      <t>At a high level, the steps of this protocol are as follows.</t>
      <ul spacing="normal">
        <li>
          <t>Upon startup, the AS creates a single TRL accessible through the TRL endpoint. At any point in time, the TRL represents the list of all revoked access tokens issued by the AS that are not expired yet.</t>
        </li>
        <li>
          <t>When a device registers at the AS, it also receives the url-path to the TRL endpoint.  </t>
          <t>
At any time after the registration procedure is finished, the registered device can send a GET request to the TRL endpoint at the AS. When doing so, it can request for: the current list of pertaining revoked access tokens (see <xref target="ssec-trl-full-query"/>); or the most recent updates that occurred over the list of pertaining revoked access tokens (see <xref target="ssec-trl-diff-query"/>).  </t>
          <t>
In particular, the registered device can rely on Observation for CoAP <xref target="RFC7641"/>. In such a case, the GET request sent to the TRL endpoint includes the CoAP Observe Option set to 0 (register), i.e., it is an Observation Request. By doing so, the registered device effectively subscribes to the TRL, as interested in receiving notifications about its update. Upon receiving the Observation Request, the AS adds the registered device to the list of observers of the TRL endpoint.</t>
        </li>
        <li>
          <t>When an access token is revoked, the AS adds the corresponding token hash to the TRL. Also, when a revoked access token eventually expires, the AS removes the corresponding token hash from the TRL.  </t>
          <t>
In either case, after updating the TRL, the AS sends Observe notifications as per <xref target="RFC7641"/>. That is, an Observe notification is sent to each registered device subscribed to the TRL and to which the access token pertains.  </t>
          <t>
Depending on the specific subscription established through the Observation Request, the notification provides the current updated list of revoked access tokens in the subset of the TRL pertaining to that device (see <xref target="ssec-trl-full-query"/>), or the most recent TRL updates occurred over that list of pertaining revoked access tokens (see <xref target="ssec-trl-diff-query"/>).  </t>
          <t>
Further Observe notifications may be sent, consistently with ongoing additional observations of the TRL endpoint.</t>
        </li>
        <li>
          <t>An administrator can access and subscribe to the TRL like a registered device, while getting the content of the whole TRL (see <xref target="ssec-trl-full-query"/>) or the most recent updates occurred to the whole TRL (see <xref target="ssec-trl-diff-query"/>).</t>
        </li>
      </ul>
      <t><xref target="fig-protocol-overview"/> shows a high-level overview of the service provided by this protocol. For the sake of simplicity, the example shown in the figure considers the simultaneous revocation of the three access tokens t1, t2, and t3, whose corresponding token hashes are th1, th2, and th3, respectively. Consequently, the AS adds the three token hashes to the TRL at once, and sends Observe notifications to one administrator and four registered devices. Each dotted line associated with a pair of registered devices indicates the access token that they both own.</t>
      <figure anchor="fig-protocol-overview">
        <name>Protocol Overview</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="560" viewBox="0 0 560 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,176 L 8,224" fill="none" stroke="black"/>
              <path d="M 16,112 L 16,168" fill="none" stroke="black"/>
              <path d="M 136,176 L 136,224" fill="none" stroke="black"/>
              <path d="M 152,176 L 152,224" fill="none" stroke="black"/>
              <path d="M 160,112 L 160,168" fill="none" stroke="black"/>
              <path d="M 168,32 L 168,64" fill="none" stroke="black"/>
              <path d="M 240,176 L 240,224" fill="none" stroke="black"/>
              <path d="M 256,176 L 256,224" fill="none" stroke="black"/>
              <path d="M 264,64 L 264,168" fill="none" stroke="black"/>
              <path d="M 344,176 L 344,224" fill="none" stroke="black"/>
              <path d="M 352,32 L 352,64" fill="none" stroke="black"/>
              <path d="M 360,176 L 360,224" fill="none" stroke="black"/>
              <path d="M 368,112 L 368,168" fill="none" stroke="black"/>
              <path d="M 448,176 L 448,224" fill="none" stroke="black"/>
              <path d="M 464,176 L 464,224" fill="none" stroke="black"/>
              <path d="M 472,112 L 472,168" fill="none" stroke="black"/>
              <path d="M 552,176 L 552,224" fill="none" stroke="black"/>
              <path d="M 168,32 L 352,32" fill="none" stroke="black"/>
              <path d="M 168,64 L 256,64" fill="none" stroke="black"/>
              <path d="M 272,64 L 352,64" fill="none" stroke="black"/>
              <path d="M 16,112 L 472,112" fill="none" stroke="black"/>
              <path d="M 8,176 L 136,176" fill="none" stroke="black"/>
              <path d="M 152,176 L 240,176" fill="none" stroke="black"/>
              <path d="M 256,176 L 344,176" fill="none" stroke="black"/>
              <path d="M 360,176 L 448,176" fill="none" stroke="black"/>
              <path d="M 464,176 L 552,176" fill="none" stroke="black"/>
              <path d="M 8,224 L 136,224" fill="none" stroke="black"/>
              <path d="M 152,224 L 240,224" fill="none" stroke="black"/>
              <path d="M 256,224 L 344,224" fill="none" stroke="black"/>
              <path d="M 360,224 L 448,224" fill="none" stroke="black"/>
              <path d="M 464,224 L 552,224" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="480,168 468,162.4 468,173.6" fill="black" transform="rotate(90,472,168)"/>
              <polygon class="arrowhead" points="376,168 364,162.4 364,173.6" fill="black" transform="rotate(90,368,168)"/>
              <polygon class="arrowhead" points="272,168 260,162.4 260,173.6" fill="black" transform="rotate(90,264,168)"/>
              <polygon class="arrowhead" points="168,168 156,162.4 156,173.6" fill="black" transform="rotate(90,160,168)"/>
              <polygon class="arrowhead" points="24,168 12,162.4 12,173.6" fill="black" transform="rotate(90,16,168)"/>
              <circle cx="264" cy="64" r="6" class="opendot" fill="white" stroke="black"/>
              <g class="text">
                <text x="232" y="52">Authorization</text>
                <text x="316" y="52">Server</text>
                <text x="192" y="84">/revoke/trl</text>
                <text x="308" y="84">TRL:</text>
                <text x="384" y="84">(th1,th2,th3)</text>
                <text x="72" y="148">th1,th2,th3</text>
                <text x="200" y="148">th1,th2</text>
                <text x="288" y="148">th1</text>
                <text x="392" y="148">th3</text>
                <text x="512" y="148">th2,th3</text>
                <text x="72" y="196">Administrator</text>
                <text x="188" y="196">Client</text>
                <text x="224" y="196">1</text>
                <text x="300" y="196">Resource</text>
                <text x="396" y="196">Client</text>
                <text x="432" y="196">2</text>
                <text x="508" y="196">Resource</text>
                <text x="292" y="212">Server</text>
                <text x="328" y="212">1</text>
                <text x="500" y="212">Server</text>
                <text x="536" y="212">2</text>
                <text x="176" y="244">:</text>
                <text x="216" y="244">:</text>
                <text x="288" y="244">:</text>
                <text x="384" y="244">:</text>
                <text x="488" y="244">:</text>
                <text x="528" y="244">:</text>
                <text x="176" y="260">:</text>
                <text x="216" y="260">:</text>
                <text x="252" y="260">t1</text>
                <text x="288" y="260">:</text>
                <text x="384" y="260">:</text>
                <text x="436" y="260">t3</text>
                <text x="488" y="260">:</text>
                <text x="528" y="260">:</text>
                <text x="176" y="276">:</text>
                <text x="252" y="276">:........:</text>
                <text x="436" y="276">:............:</text>
                <text x="528" y="276">:</text>
                <text x="176" y="292">:</text>
                <text x="340" y="292">t2</text>
                <text x="528" y="292">:</text>
                <text x="352" y="308">.............................................</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
                    +----------------------+
                    | Authorization Server |
                    +-----------o----------+
                  /revoke/trl   |   TRL: (th1,th2,th3)
                                |
 +-----------------+------------+------------+------------+
 |                 |            |            |            |
 | th1,th2,th3     | th1,th2    | th1        | th3        | th2,th3
 v                 v            v            v            v
+---------------+ +----------+ +----------+ +----------+ +----------+
| Administrator | | Client 1 | | Resource | | Client 2 | | Resource |
|               | |          | | Server 1 | |          | | Server 2 |
+---------------+ +----------+ +----------+ +----------+ +----------+
                     :    :        :           :            :    :
                     :    :   t1   :           :     t3     :    :
                     :    :........:           :............:    :
                     :                   t2                      :
                     .............................................
]]></artwork>
        </artset>
      </figure>
      <t><xref target="sec-RS-examples"/> provides examples of the protocol flow and message exchanges between the AS and a registered device.</t>
    </section>
    <section anchor="sec-token-name">
      <name>Token Hash</name>
      <t>This section specifies how token hashes are computed.</t>
      <t>First, <xref target="sec-token-hash-input-motivation"/> provides the motivation for the used construction.</t>
      <t>Building on that, the value used as input to compute a token hash is defined in <xref target="sec-token-hash-input-c-as"/> for the Client and the AS, and in <xref target="sec-token-hash-input-rs"/> for the RS. Finally, <xref target="sec-token-hash-output"/> defines how such an input is used for computing the token hash.</t>
      <t>The process outlined below refers to the base64url encoding and decoding without padding (see <xref section="5" sectionFormat="of" target="RFC4648"/>), and denotes as "binary representation" of a text string the corresponding UTF-8 encoding <xref target="RFC3629"/>, which is the implied charset used in JSON (see <xref section="8.1" sectionFormat="of" target="RFC8259"/>).</t>
      <section anchor="sec-token-hash-input-motivation">
        <name>Motivation for the Used Construction</name>
        <t>An access token can have one among different formats. The most expected formats are CWT <xref target="RFC8392"/> and JWT <xref target="RFC7519"/>, with the former being the default format to use in the ACE framework (see <xref section="3" sectionFormat="of" target="RFC9200"/>). While access tokens are opaque to Clients, an RS is aware of whether access tokens that are issued for it to consume are either CWTs or JWTs.</t>
        <section anchor="issuing-of-the-access-token-to-the-client">
          <name>Issuing of the Access Token to the Client</name>
          <t>There are two possible encodings that the AS can use for the AS-to-Client response (see <xref section="5.8.2" sectionFormat="of" target="RFC9200"/>), where the issued access token is included and provided to the requester Client. The RS may not be aware of which encoding is used for that response to that particular requester Client.</t>
          <ul spacing="normal">
            <li>
              <t>One way relies on CBOR, which is required if CoAP is used (see <xref section="5" sectionFormat="of" target="RFC9200"/>) and is recommended otherwise (see <xref section="3" sectionFormat="of" target="RFC9200"/>). That is, the AS-to-Client response has media-type "application/ace+cbor".  </t>
              <t>
This implies that, within the CBOR map specified as message payload, the parameter 'access_token' is a CBOR data item of type CBOR byte string and with value the binary representation BYTES of the access token. In particular:  </t>
              <ul spacing="normal">
                <li>
                  <t>If the access token is a CWT, then BYTES is the binary representation of the CWT (i.e., of the CBOR array that encodes the CWT).</t>
                </li>
                <li>
                  <t>If the access token is a JWT, then BYTES is the binary representation of the JWT (i.e., of the text string that encodes the JWT).</t>
                </li>
              </ul>
            </li>
            <li>
              <t>An alternative way relies on JSON. That is, the AS-to-Client response has media-type "application/ace+json".  </t>
              <t>
This implies that, within the JSON object specified as message payload, the parameter 'access_token' has as value a text string TEXT encoding the access token. In particular:  </t>
              <ul spacing="normal">
                <li>
                  <t>If the access token is a JWT, then TEXT is the text string that encodes the JWT.</t>
                </li>
                <li>
                  <t>If the access token is a CWT, then TEXT is the base64url-encoded text string of the binary representation of the CWT (i.e., of the CBOR array that encodes the CWT).</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="sec-token-hash-input-motivation-rs">
          <name>Provisioning of Access Tokens to the RS</name>
          <t>In accordance with the used transport profile of ACE (e.g., <xref target="RFC9202"/>, <xref target="RFC9203"/>, <xref target="RFC9431"/>), the RS receives a piece of token-related information hereafter denoted as TOKEN_INFO.</t>
          <t>In particular:</t>
          <ul spacing="normal">
            <li>
              <t>If the AS-to-Client response was encoded in CBOR, then TOKEN_INFO is the value of the CBOR byte string conveyed by the 'access_token' parameter of that response. This is irrespective of the access token being a CWT or a JWT. That is, TOKEN_INFO is the binary representation of the access token.</t>
            </li>
            <li>
              <t>If the AS-to-Client response was encoded in JSON and the access token is a JWT, then TOKEN_INFO is the binary representation of the text string conveyed by the 'access_token' parameter of that response. That is, TOKEN_INFO is the binary representation of the access token.</t>
            </li>
            <li>
              <t>If the AS-to-Client response was encoded in JSON and the access token is a CWT, then TOKEN_INFO is the binary representation of the base64url-encoded text string that encodes the binary representation of the access token. That is, TOKEN_INFO is the binary representation of the base64url-encoded text string conveyed by the 'access_token' parameter.</t>
            </li>
          </ul>
          <t>The following overviews how the above specifically applies to the existing transport profiles of ACE.</t>
          <ul spacing="normal">
            <li>
              <t>The access token can be uploaded to the RS by means of a POST request to the /authz-info endpoint (see <xref section="5.10.1" sectionFormat="of" target="RFC9200"/>), using a media-type different from "application/ace+cbor" (e.g., like in <xref target="RFC9202"/>). In such a case, TOKEN_INFO is the payload of the POST request.</t>
            </li>
            <li>
              <t>The access token can be uploaded to the RS by means of a POST request to the /authz-info enpoint, using the media-type "application/ace+cbor" (e.g., like in <xref target="RFC9203"/>). In such a case, TOKEN_INFO is the value of the CBOR byte string conveyed by the 'access_token' parameter, within the CBOR map specified as payload of the POST request.</t>
            </li>
            <li>
              <t>The access token can be uploaded to the RS during a DTLS session establishment, e.g., like it is defined in <xref section="3.2.2" sectionFormat="of" target="RFC9202"/>. In such a case, TOKEN_INFO is the value of the 'psk_identity' field of the ClientKeyExchange message (when using DTLS 1.2 <xref target="RFC6347"/>), or of the 'identity' field of a PSKIdentity, within the PreSharedKeyExtension of a ClientHello message (when using DTLS 1.3 <xref target="RFC9147"/>).</t>
            </li>
            <li>
              <t>The access token can be uploaded to the RS within the MQTT CONNECT packet, e.g., like it is defined in <xref section="2.2.4.1" sectionFormat="of" target="RFC9431"/>. In such a case, TOKEN_INFO is specified within the 'Authentication Data' field of the MQTT CONNECT packet, following the property identifier 22 (0x16) and the token length.</t>
            </li>
          </ul>
        </section>
        <section anchor="design-rationale">
          <name>Design Rationale</name>
          <t>Considering the possible variants discussed above, it must always be ensured that the same HASH_INPUT value is used as input for generating the token hash by the AS that has issued the access token and by the registered devices to which the access token pertains (both Client and RS).</t>
          <t>This is achieved by building HASH_INPUT according to the content of the 'access_token' parameter in the AS-to-Client responses, since that is what all among the AS, the Client, and the RS are able to see.</t>
        </section>
      </section>
      <section anchor="sec-token-hash-input-c-as">
        <name>Hash Input on the Client and the AS</name>
        <t>The Client and the AS consider the content of the 'access_token' parameter in the AS-to-Client response, where the access token is included and provided to the requester Client.</t>
        <t>The following defines how the Client and the AS determine the HASH_INPUT value to use as input for computing the token hash of the conveyed access token, depending on the AS-to-Client response being encoded in CBOR (see <xref target="sec-token-hash-input-c-as-cbor"/>) or in JSON (see <xref target="sec-token-hash-input-c-as-json"/>).</t>
        <t>Once determined HASH_INPUT, the Client and the AS use it to compute the token hash of the conveyed access token as defined in <xref target="sec-token-hash-output"/>.</t>
        <section anchor="sec-token-hash-input-c-as-cbor">
          <name>AS-to-Client Response in CBOR</name>
          <t>If the AS-to-Client response is encoded in CBOR, then HASH_INPUT is defined as follows:</t>
          <ul spacing="normal">
            <li>
              <t>BYTES denotes the value of the CBOR byte string conveyed in the parameter 'access_token'.  </t>
              <t>
With reference to the example in <xref target="fig-as-response-cbor"/>, BYTES is the bytes {0xd0 0x83 0x43 ... 0x64 0x3b}.  </t>
              <t>
Note that BYTES is the binary representation of the access token, irrespective of this being a CWT or a JWT.</t>
            </li>
            <li>
              <t>HASH_INPUT_TEXT is the base64url-encoded text string that encodes BYTES.</t>
            </li>
            <li>
              <t>HASH_INPUT is the binary representation of HASH_INPUT_TEXT.</t>
            </li>
          </ul>
          <figure anchor="fig-as-response-cbor">
            <name>Example of AS-to-Client CoAP response using CBOR</name>
            <artwork align="left"><![CDATA[
Header: Created (Code=2.01)
Content-Format: application/ace+cbor
Max-Age: 85800
Payload:
{
   / access_token / 1 : h'd08343a1010aa2044c53796d6d65
                          74726963313238054d99a0d7846e
                          762c49ffe8a63e0b5858b918a11f
                          d81e438b7f973d9e2e119bcb2242
                          4ba0f38a80f27562f400ee1d0d6c
                          0fdb559c02421fd384fc2ebe22d7
                          071378b0ea7428fff157444d45f7
                          e6afcda1aae5f6495830c5862708
                          7fc5b4974f319a8707a635dd643b',
   / token_type /  34 : 2 / PoP /,
   / expires_in /   2 : 86400,
   / ace_profile / 38 : 1 / coap_dtls /,
   / (remainder of the response omitted for brevity) /
}
]]></artwork>
          </figure>
        </section>
        <section anchor="sec-token-hash-input-c-as-json">
          <name>AS-to-Client Response in JSON</name>
          <t>If the AS-to-Client response is encoded in JSON, then HASH_INPUT is the binary representation of the text string conveyed by the 'access_token' parameter.</t>
          <t>With reference to the example in <xref target="fig-as-response-json"/>, HASH_INPUT is the binary representation of "2YotnFZFEjr1zCsicMWpAA".</t>
          <t>Note that:</t>
          <ul spacing="normal">
            <li>
              <t>If the access token is a JWT, then HASH_INPUT is the binary representation of the JWT.</t>
            </li>
            <li>
              <t>If the access token is a CWT, then HASH_INPUT is the binary representation of the base64url-encoded text string that encodes the binary representation of the CWT.</t>
            </li>
          </ul>
          <figure anchor="fig-as-response-json">
            <name>Example of AS-to-Client HTTP response using JSON</name>
            <artwork align="left"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/ace+json
Cache-Control: no-store
Pragma: no-cache
Payload:
{
   "access_token" : "2YotnFZFEjr1zCsicMWpAA",
   "token_type"   : "pop",
   "expires_in"   : 86400,
   "ace_profile"  : "1"
}
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="sec-token-hash-input-rs">
        <name>HASH_INPUT on the RS</name>
        <t>The following defines how the RS determines the HASH_INPUT value to use as input for computing the token hash of an access token, depending on the RS using either CWTs (see <xref target="sec-token-hash-input-rs-cwt"/>) or JWTs (see <xref target="sec-token-hash-input-rs-jwt"/>).</t>
        <section anchor="sec-token-hash-input-rs-cwt">
          <name>Access Tokens as CWTs</name>
          <t>If the RS expects access tokens to be CWTs, then the RS performs the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The RS receives the token-related information TOKEN_INFO, in accordance with what is specified by the used profile of ACE (see <xref target="sec-token-hash-input-motivation-rs"/>).</t>
            </li>
            <li>
              <t>The RS assumes that the Client received the access token in an AS-to-Client response encoded in CBOR (see <xref target="sec-token-hash-input-c-as-cbor"/>). Hence, the RS assumes TOKEN_INFO to be the binary representation of the access token.</t>
            </li>
            <li>
              <t>The RS verifies the access token as per <xref section="5.10.1.1" sectionFormat="of" target="RFC9200"/>. If the verification fails, then the RS does not discard the access token yet, and it instead moves to step 4.  </t>
              <t>
Otherwise, the RS stores the access token and computes the corresponding token hash, as defined in <xref target="sec-token-hash-output"/>. In particular, the RS considers HASH_INPUT_TEXT as the base64url-encoded text string that encodes TOKEN_INFO. Then, HASH_INPUT is the binary representation of HASH_INPUT_TEXT.  </t>
              <t>
After that, the RS stores the computed token hash as associated with the access token, and then terminates this algorithm.</t>
            </li>
            <li>
              <t>The RS assumes that the Client received the access token in an AS-to-Client response encoded in JSON (see <xref target="sec-token-hash-input-c-as-json"/>). Hence, the RS assumes TOKEN_INFO to be the binary representation of HASH_INPUT_TEXT, which is the base64url-encoded text string that encodes the binary representation of the access token.</t>
            </li>
            <li>
              <t>The RS performs the base64url decoding of HASH_INPUT_TEXT, and considers the result as the binary representation of the access token.</t>
            </li>
            <li>
              <t>The RS verifies the access token as per <xref section="5.10.1.1" sectionFormat="of" target="RFC9200"/>. If the verification fails, then the RS terminates this algorithm.  </t>
              <t>
Otherwise, the RS stores the access token and computes the corresponding token hash, as defined in <xref target="sec-token-hash-output"/>. In particular, HASH_INPUT is TOKEN_INFO.  </t>
              <t>
After that, the RS stores the computed token hash as associated with the access token.</t>
            </li>
          </ol>
        </section>
        <section anchor="sec-token-hash-input-rs-jwt">
          <name>Access Tokens as JWTs</name>
          <t>If the RS expects access tokens to be JWTs, then the RS performs the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The RS receives the token-related information TOKEN_INFO, in accordance with what is specified by the used profile of ACE (see <xref target="sec-token-hash-input-motivation-rs"/>).</t>
            </li>
            <li>
              <t>The RS verifies the access token as per <xref section="5.10.1.1" sectionFormat="of" target="RFC9200"/>. If the verification fails, then the RS terminates this algorithm. Otherwise, the RS stores the access token.</t>
            </li>
            <li>
              <t>The RS computes a first token hash associated with the access token, as defined in <xref target="sec-token-hash-output"/>.  </t>
              <t>
In particular, the RS assumes that the Client received the access token in an AS-to-Client response encoded in JSON (see <xref target="sec-token-hash-input-c-as-json"/>). Hence, HASH_INPUT is TOKEN_INFO.  </t>
              <t>
After that, the RS stores the computed token hash as associated with the access token.</t>
            </li>
            <li>
              <t>The RS computes a second token hash associated with the access token, as defined in <xref target="sec-token-hash-output"/>.  </t>
              <t>
In particular, the RS assumes that the Client received the access token in an AS-to-Client response encoded in CBOR (see <xref target="sec-token-hash-input-c-as-cbor"/>). Hence, HASH_INPUT is the binary representation of HASH_INPUT_TEXT, which in turn is the base64url-encoded text string that encodes TOKEN_INFO.  </t>
              <t>
After that, the RS stores the computed token hash as associated with the access token.</t>
            </li>
          </ol>
          <t>The RS skips step 3 only if it is certain that all its pertaining access tokens are provided to any Client by means of AS-to-Client responses encoded as CBOR messages. Otherwise, the RS <bcp14>MUST</bcp14> perform step 3.</t>
          <t>The RS skips step 4 only if it is certain that all its pertaining access tokens are provided to any Client by means of AS-to-Client responses encoded as JSON messages. Otherwise, the RS <bcp14>MUST</bcp14> perform step 4.</t>
          <t>If the RS performs both step 3 and step 4 above, then the RS <bcp14>MUST</bcp14> store, maintain, and rely on both token hashes as associated with the access token, consistent with what is specified in <xref target="sec-handling-token-hashes"/>.</t>
          <t><xref target="sec-seccons-two-hashes-jwt"/> discusses how computing and storing both token hashes neutralizes an attack against the RS, where a dishonest Client can induce the RS to compute a token hash different from the correct one.</t>
        </section>
      </section>
      <section anchor="sec-token-hash-output">
        <name>Computing the Token Hash</name>
        <t>Once determined HASH_INPUT as defined in <xref target="sec-token-hash-input-c-as"/> and <xref target="sec-token-hash-input-rs"/>, a hash value of HASH_INPUT is generated as per <xref section="6" sectionFormat="of" target="RFC6920"/>. The resulting output in binary format is used as the token hash. Note that the used binary format embeds the identifier of the used hash function, in the first byte of the computed token hash.</t>
        <t>The specifically used hash function <bcp14>MUST</bcp14> be collision-resistant on byte-strings, and <bcp14>MUST</bcp14> be selected from the "Named Information Hash Algorithm" Registry <xref target="Named.Information.Hash.Algorithm"/>.</t>
        <t>The AS specifies the used hash function to registered devices during their registration procedure (see <xref target="sec-registration"/>).</t>
      </section>
    </section>
    <section anchor="sec-trl-resource">
      <name>Token Revocation List (TRL)</name>
      <t>Upon startup, the AS creates a single Token Revocation List (TRL), encoded as a CBOR array.</t>
      <t>Each element of the array is a CBOR byte string, with value the token hash of an access token. The CBOR array <bcp14>MUST</bcp14> be treated as a set, i.e., the order of its elements has no meaning.</t>
      <t>The TRL is initialized as empty, i.e., its initial content <bcp14>MUST</bcp14> be the empty CBOR array. The TRL is accessible through the TRL endpoint at the AS.</t>
      <section anchor="ssec-trl-update">
        <name>Update of the TRL</name>
        <t>The AS updates the TRL in the following two cases.</t>
        <ul spacing="normal">
          <li>
            <t>When a non-expired access token is revoked, the token hash of the access token is added to the TRL. That is, a CBOR byte string with the token hash as its value is added to the CBOR array encoding the TRL.</t>
          </li>
          <li>
            <t>When a revoked access token expires, the token hash of the access token is removed from the TRL. That is, the CBOR byte string with the token hash as its value is removed from the CBOR array encoding the TRL.</t>
          </li>
        </ul>
        <t>The AS <bcp14>MAY</bcp14> perform a single update to the TRL such that one or more token hashes are added or removed at once. For example, this can be the case if multiple access tokens are revoked or expire at the same time, or within an acceptably narrow time window.</t>
      </section>
    </section>
    <section anchor="sec-trl-endpoint">
      <name>The TRL Endpoint</name>
      <t>Consistent with <xref section="6.5" sectionFormat="of" target="RFC9200"/>, all communications between a requester towards the TRL endpoint and the AS <bcp14>MUST</bcp14> be encrypted, as well as integrity and replay protected. Furthermore, responses from the AS to the requester <bcp14>MUST</bcp14> be bound to the corresponding requests.</t>
      <t>Following a request to the TRL endpoint, the corresponding, success response messages sent by the AS use Content-Format "application/ace-trl+cbor". Their payload is formatted as a CBOR map, and the CBOR values used to abbreviate the parameters included therein are defined in <xref target="trl-registry-parameters"/>.</t>
      <t>The AS <bcp14>MUST</bcp14> implement measures to prevent access to the TRL endpoint by entities other than registered devices and authorized administrators (see <xref target="sec-registration"/>).</t>
      <t>The TRL endpoint supports only the GET method, and allows two types of queries of the TRL.</t>
      <ul spacing="normal">
        <li>
          <t>Full query: the AS returns the token hashes of the revoked access tokens currently in the TRL and pertaining to the requester.  </t>
          <t>
The AS <bcp14>MUST</bcp14> support this type of query. The processing of a full query and the related response format are defined in <xref target="ssec-trl-full-query"/>.</t>
        </li>
        <li>
          <t>Diff query: the AS returns a list of diff entries. Each diff entry is related to one of the most recent updates to the TRL, with such an update performed in the subset of the TRL pertaining to the requester.  </t>
          <t>
The entry associated with one of such updates contains the list of token hashes that were added to or removed from the TRL at that update, and for which the corresponding revoked access tokens pertain to the requester.  </t>
          <t>
The AS <bcp14>MAY</bcp14> support this type of query. In such a case, the AS maintains the history of updates to the TRL as defined in <xref target="sec-trl-endpoint-supporting-diff-queries"/>. The processing of a diff query and the related response format are defined in <xref target="ssec-trl-diff-query"/>.</t>
        </li>
      </ul>
      <t>If it supports diff queries, the AS <bcp14>MAY</bcp14> additionally support its "Cursor" extension, which has two benefits. First, the AS can avoid excessively long messages when several diff entries have to be transferred, by delivering several diff query responses, each containing one adjacent subset at a time. Second, a requester can retrieve diff entries associated with TRL updates that, even if not the most recent ones, occurred after a TRL update indicated as reference point.</t>
      <t>If it supports the "Cursor" extension, the AS stores additional information when maintaining the history of updates to the TRL, as defined in <xref target="sec-trl-endpoint-supporting-cursor"/>. Also, the processing of full query requests and diff query requests, as well as the related response format, are further extended as defined in <xref target="sec-using-cursor"/>.</t>
      <t><xref target="sec-trl-parameteters"/> provides an aggregated overview of the local supportive parameters that the AS internally uses at its TRL endpoint, when supporting diff queries and the "Cursor" extension.</t>
      <section anchor="sec-error-responses">
        <name>Error Responses with Problem Details</name>
        <t>Some error responses from the TRL endpoint at the AS can convey error-specific information according to the problem-details format defined in <xref target="RFC9290"/>. Such error responses <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor". The payload of these error responses <bcp14>MUST</bcp14> be a CBOR map specifying a Concise Problem Details data item (see <xref section="2" sectionFormat="of" target="RFC9290"/>). The CBOR map is formatted as follows.</t>
        <ul spacing="normal">
          <li>
            <t>It <bcp14>MUST</bcp14> include the Custom Problem Detail entry 'ace-trl-error' registered in <xref target="iana-custom-problem-details"/> of this document. This entry is formatted as a CBOR map, which includes the following fields.  </t>
            <ul spacing="normal">
              <li>
                <t>The field 'error-id' <bcp14>MUST</bcp14> be present. The map key used for this field is the CBOR unsigned integer with value 0. The value of this field is a CBOR integer specifying the error occurred at the AS. This value is taken from the 'Value' column of the "ACE Token Revocation List Errors" registry defined in <xref target="iana-token-revocation-list-errors"/> of this document.</t>
              </li>
              <li>
                <t>The field 'cursor' <bcp14>MAY</bcp14> be present. The map key used for this field is the CBOR unsigned integer with value 1. The value of this field is a CBOR unsigned integer or the CBOR simple value <tt>null</tt> (0xf6).</t>
              </li>
            </ul>
            <t>
The CDDL notation <xref target="RFC8610"/> of the 'ace-trl-error' entry is given below.</t>
          </li>
        </ul>
        <sourcecode type="CDDL"><![CDATA[
   ace-trl-error = {
       0: int,        ; error-id
     ? 1: uint / null ; cursor
   }
]]></sourcecode>
        <ul spacing="normal">
          <li>
            <t>It <bcp14>MAY</bcp14> include further Standard Problem Detail entries or Custom Problem Detail entries (see <xref target="RFC9290"/>).  </t>
            <t>
In particular, it can include the Standard Problem Detail entry 'detail' (map key -2), whose value is a CBOR text string that specifies a human-readable, diagnostic description of the error occurred at the AS. The diagnostic text is intended for software engineers as well as for device and network operators, in order to aid debugging and provide context for possible intervention. The diagnostic message <bcp14>SHOULD</bcp14> be logged by the AS. The 'detail' entry is unlikely relevant in an unattended setup where human intervention is not expected.</t>
          </li>
        </ul>
        <t>An example of error response using the problem-details format is shown in <xref target="fig-example-error-response"/>.</t>
        <figure anchor="fig-example-error-response">
          <name>Example of Error Response with Problem Details</name>
          <artwork><![CDATA[
Header: Bad Request (Code=4.00)
Content-Format: application/concise-problem-details+cbor
Payload:
{
  / title /     -1: "Invalid parameter value",
  / detail /    -2: "Invalid value for 'cursor': -53",
  / ace-trl-error / e'ace-trl-error': {
    / error-id / 0: 0 / "Invalid parameter value" /,
    / cursor /   1: 42
  }
}
]]></artwork>
        </figure>
        <t>The problem-details format in general and the Custom Problem Detail entry 'ace-trl-error' in particular are <bcp14>OPTIONAL</bcp14> to support for registered devices. A registered device supporting the entry 'ace-trl-error' and able to understand the specified error may use that information to determine what actions to take next.</t>
      </section>
      <section anchor="sec-trl-endpoint-supporting-diff-queries">
        <name>Supporting Diff Queries</name>
        <t>If the AS supports diff queries, it is able to transfer a list of diff entries, as a series of TRL updates. That is, when replying to a diff query performed by a requester, the AS specifies the most recent updates to the subset of the TRL pertaining to that requester.</t>
        <t>The following defines how the AS builds and maintains consistent histories of TRL updates for each registered device and administrator, hereafter referred to as requesters.</t>
        <t>The AS defines the single, constant positive integer MAX_N &gt;= 1. For each requester, the AS maintains an update collection of maximum MAX_N series items. For each requester, the AS <bcp14>MUST</bcp14> keep track of the MAX_N most recent updates to the subset of the TRL that pertains to the requester. If the AS supports diff queries, the AS <bcp14>MUST</bcp14> provide requesters with the value of MAX_N, upon their registration (see <xref target="sec-registration"/>).</t>
        <t>The series items in the update collection <bcp14>MUST</bcp14> be strictly ordered in a chronological fashion. That is, at any point in time, the current first series item is the one least recently added to the update collection and still retained by the AS, while the current last series item is the one most recently added to the update collection. The particular method used to achieve this is implementation-specific.</t>
        <t>Each time the TRL changes, the AS performs the following operations for each requester.</t>
        <ol spacing="normal" type="1"><li>
            <t>The AS considers the subset of the TRL pertaining to that requester. If the TRL subset is not affected by this TRL update, the AS stops the processing for that requester. Otherwise, the AS moves to step 2.</t>
          </li>
          <li>
            <t>The AS creates two sets "trl_patch" of token hashes, i.e., one  "removed" set and one "added" set, as related to this TRL update.</t>
          </li>
          <li>
            <t>The AS fills the two sets with the token hashes of the removed and added access tokens, respectively, from/to the TRL subset considered at step 1.</t>
          </li>
          <li>
            <t>The AS creates a new series item, which includes the two sets from step 3.</t>
          </li>
          <li>
            <t>If the update collection associated with the requester currently includes MAX_N series items, the AS <bcp14>MUST</bcp14> delete the oldest series item in the update collection.  </t>
            <t>
This occurs when the number of TRL updates pertaining to the requester and currently stored at the AS is equal to MAX_N.</t>
          </li>
          <li>
            <t>The AS adds the series item to the update collection associated with the requester, as the last (most recent) one.</t>
          </li>
        </ol>
        <section anchor="sec-trl-endpoint-supporting-cursor">
          <name>Supporting the "Cursor" Extension</name>
          <t>If it supports the "Cursor" extension for diff queries, the AS performs also the following actions.</t>
          <t>The AS defines the single, constant unsigned integer MAX_INDEX &lt;= ((2^64) - 1), where "^" is the exponentiation operator. The value of MAX_INDEX is <bcp14>REQUIRED</bcp14> to be at least (MAX_N - 1), and is <bcp14>RECOMMENDED</bcp14> to be at least ((2^32) - 1). MAX_INDEX <bcp14>SHOULD</bcp14> be orders of magnitude greater than MAX_N.</t>
          <t>When maintaining the history of updates to the TRL, the following applies separately for each requester's update collection.</t>
          <ul spacing="normal">
            <li>
              <t>Each series item X in the update collection is also associated with an unsigned integer 'index', whose minimum value is 0 and whose maximum value is MAX_INDEX. The first series item ever added to the update collection <bcp14>MUST</bcp14> have 'index' with value 0.  </t>
              <t>
If i_X is the value of 'index' associated with a series item X, then the following series item Y will take 'index' with value i_Y = (i_X + 1) % (MAX_INDEX + 1). That is, after having added a series item whose associated 'index' has value MAX_INDEX, the next added series item will result in a wrap-around of the 'index' value, and will thus take 'index' with value 0.  </t>
              <t>
For example, assuming MAX_N = 3, the values of 'index' in the update collection chronologically evolve as follows, as new series items are added and old series items are deleted.  </t>
              <ul spacing="normal">
                <li>
                  <t>...</t>
                </li>
                <li>
                  <t>(i_A = MAX_INDEX - 2, i_B = MAX_INDEX - 1, i_C = MAX_INDEX)</t>
                </li>
                <li>
                  <t>(i_B = MAX_INDEX - 1, i_C = MAX_INDEX, i_D = 0)</t>
                </li>
                <li>
                  <t>(i_C = MAX_INDEX, i_D = 0, i_E = 1)</t>
                </li>
                <li>
                  <t>(i_D = 0, i_E = 1, i_F = 2)</t>
                </li>
                <li>
                  <t>...</t>
                </li>
              </ul>
            </li>
            <li>
              <t>The unsigned integer 'last_index' is also defined, with minimum value 0 and maximum value MAX_INDEX.  </t>
              <t>
If the update collection is empty (i.e., no series items have been added yet), the value of 'last_index' is not defined. If the update collection is not empty, 'last_index' has the value of 'index' currently associated with the last series item in the update collection.  </t>
              <t>
That is, after having added V series items to the update collection, the last and most recently added series item has 'index' with value 'last_index' = (V - 1) % (MAX_INDEX + 1).  </t>
              <t>
As long as a wrap-around of the 'index' value has not occurred, the value of 'last_index' is the absolute counter of series items added to that update collection, minus 1.</t>
            </li>
          </ul>
          <t>When processing a diff query using the "Cursor" extension, the values of 'index' are used as cursor information, as defined in <xref target="sec-using-cursor-diff-query-response"/>.</t>
          <t>For each requester's update collection, the AS also defines a constant, positive integer MAX_DIFF_BATCH &lt;= MAX_N, whose value specifies the maximum number of diff entries to be included in a single diff query response. The specific value <bcp14>MAY</bcp14> depend on the specific registered device or administrator associated with the update collection in question. If supporting the "Cursor" extension, the AS <bcp14>MUST</bcp14> provide registered devices and administrators with the corresponding value of MAX_DIFF_BATCH, upon their registration (see <xref target="sec-registration"/>).</t>
        </section>
      </section>
      <section anchor="sec-trl-endpoint-query-parameters">
        <name>Query Parameters</name>
        <t>A GET request to the TRL endpoint can include the following query parameters. The AS <bcp14>MUST</bcp14> silently ignore unknown query parameters.</t>
        <ul spacing="normal">
          <li>
            <t>'diff': if included, it indicates to perform a diff query of the TRL (see <xref target="ssec-trl-diff-query"/>). Its value <bcp14>MUST</bcp14> be either:  </t>
            <ul spacing="normal">
              <li>
                <t>the integer 0, indicating that a (notification) response should include as many diff entries as the AS can provide in the response; or</t>
              </li>
              <li>
                <t>a positive integer strictly greater than 0, indicating the maximum number of diff entries that a (notification) response should include.</t>
              </li>
            </ul>
            <t>
If the AS does not support diff queries, it ignores the 'diff' query parameter when present in the GET request, and proceeds like when processing a full query of the TRL (see <xref target="ssec-trl-full-query"/>).  </t>
            <t>
Otherwise, the AS <bcp14>MUST</bcp14> return a 4.00 (Bad Request) response in case the 'diff' query parameter of the GET request specifies a value that is neither 0 nor a positive integer, irrespective of the presence of the 'cursor' parameter and its value (see below). The response <bcp14>MUST</bcp14> have Content-Format "application/concise-problem-details+cbor" and its payload is formatted as defined in <xref target="sec-error-responses"/>. Within the Custom Problem Detail entry 'ace-trl-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 0 ("Invalid parameter value"), and the field 'cursor' <bcp14>MUST NOT</bcp14> be present.</t>
          </li>
          <li>
            <t>'cursor': if included, it indicates to perform a diff query of the TRL together with the "Cursor" extension, as defined in <xref target="sec-using-cursor-diff-query-response"/>. Its value <bcp14>MUST</bcp14> be either 0 or a positive integer. If the 'cursor' query parameter is included, then the 'diff' query parameter <bcp14>MUST</bcp14> also be included.  </t>
            <t>
If included, the 'cursor' query parameter specifies an unsigned integer value that was provided by the AS in a previous response from the TRL endpoint (see <xref target="sec-using-cursor-full-query-response"/>, <xref target="sec-using-cursor-diff-query-response-no-cursor"/>, and <xref target="sec-using-cursor-diff-query-response-cursor"/>).  </t>
            <t>
If the AS does not support the "Cursor" extension, it ignores the 'cursor' query parameter when present in the GET request. In such a case, the AS proceeds as specified elsewhere in this document, i.e.: i) it performs a diff query of the TRL (see <xref target="ssec-trl-diff-query"/>), if it supports diff queries and the 'diff' query parameter is present in the GET request; or ii) it performs a full query of the TRL (see <xref target="ssec-trl-full-query"/>) otherwise.  </t>
            <t>
If the AS supports both diff queries and the "Cursor" extension, and the GET request specifies the 'cursor' query parameter, then the AS <bcp14>MUST</bcp14> return a 4.00 (Bad Request) response in case any of the conditions below holds.  </t>
            <t>
The 4.00 (Bad Request) response <bcp14>MUST</bcp14> have Content-Format "application/concise-problem-details+cbor" and its payload is formatted as defined in <xref target="sec-error-responses"/>.  </t>
            <ul spacing="normal">
              <li>
                <t>The GET request does not specify the 'diff' query parameter, irrespective of the value of the 'cursor' parameter.      </t>
                <t>
Within the Custom Problem Detail entry 'ace-trl-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 1 ("Invalid set of parameters"), and the field 'cursor' <bcp14>MUST NOT</bcp14> be present.</t>
              </li>
              <li>
                <t>The 'cursor' query parameter has a value that is neither 0 nor a positive integer, or it has a value strictly greater than MAX_INDEX (see <xref target="sec-trl-endpoint-supporting-cursor"/>).      </t>
                <t>
Within the Custom Problem Detail entry 'ace-trl-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 0 ("Invalid parameter value"). The entry 'ace-trl-error' <bcp14>MUST</bcp14> include the field 'cursor', whose value is either: the CBOR simple value <tt>null</tt> (0xf6), if the update collection associated with the requester is empty; or the corresponding current value of 'last_index' otherwise.</t>
              </li>
              <li>
                <t>All of the following hold: the update collection associated with the requester is not empty; no wrap-around of its 'index' value has occurred; and the 'cursor' query parameter has a value strictly greater than the current 'last_index' on the update collection (see <xref target="sec-trl-endpoint-supporting-cursor"/>).      </t>
                <t>
Within the Custom Problem Detail entry 'ace-trl-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 2 ("Out of bound cursor value"), and the field 'cursor' <bcp14>MUST NOT</bcp14> be present.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="ssec-trl-full-query">
      <name>Full Query of the TRL</name>
      <t>In order to produce a (notification) response to a GET request asking for a full query of the TRL, the AS performs the following actions.</t>
      <ol spacing="normal" type="1"><li>
          <t>From the TRL, the AS builds a set HASHES such that:  </t>
          <ul spacing="normal">
            <li>
              <t>If the requester is a registered device, HASHES specifies the token hashes currently in the TRL and associated with the access tokens pertaining to that registered device. The AS can always use the authenticated identity of the registered device to perform the necessary filtering on the TRL content.</t>
            </li>
            <li>
              <t>If the requester is an administrator, HASHES specifies all the token hashes currently in the TRL.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>The AS sends a 2.05 (Content) response to the requester. The response <bcp14>MUST</bcp14> have Content-Format "application/ace-trl+cbor". The payload of the response is a CBOR map, which <bcp14>MUST</bcp14> be formatted as follows.  </t>
          <ul spacing="normal">
            <li>
              <t>The 'full_set' parameter <bcp14>MUST</bcp14> be included and specifies a CBOR array 'full_set_value'. Each element of 'full_set_value' is a CBOR byte string, with value one of the token hashes from the set HASHES. If the set HASHES is empty, the 'full_set' parameter specifies the empty CBOR array.      </t>
              <t>
The CBOR array <bcp14>MUST</bcp14> be treated as a set, i.e., the order of its elements has no meaning.</t>
            </li>
            <li>
              <t>The 'cursor' parameter <bcp14>MUST</bcp14> be included if the AS supports both diff queries and the related "Cursor" extension (see <xref target="sec-trl-endpoint-supporting-diff-queries"/> and <xref target="sec-trl-endpoint-supporting-cursor"/>). Its value is set as specified in <xref target="sec-using-cursor-full-query-response"/>, and provides the requester with information for performing a follow-up diff query using the "Cursor" extension (see <xref target="sec-using-cursor-diff-query-response"/>).      </t>
              <t>
If the AS does not support both diff queries and the "Cursor" extension, this parameter <bcp14>MUST NOT</bcp14> be included. In case the requester does not support both diff queries and the "Cursor" extension, it <bcp14>MUST</bcp14> silently ignore the 'cursor' parameter if present.</t>
            </li>
          </ul>
        </li>
      </ol>
      <t><xref target="cddl-full"/> provides the CDDL definition <xref target="RFC8610"/> of the CBOR array 'full_set_value' specified in the response from the AS, as value of the 'full_set' parameter.</t>
      <figure anchor="cddl-full">
        <name>CDDL definition of 'full_set_value'</name>
        <artwork type="CDDL" align="left"><![CDATA[
token_hash = bytes
full_set_value = [* token_hash]
]]></artwork>
      </figure>
      <t><xref target="response-full"/> shows an example response from the AS, following a full query request to the TRL endpoint. In this example, the AS does not support diff queries nor the "Cursor" extension, hence the 'cursor' parameter is not included in the payload of the response. Also, full token hashes are omitted for brevity.</t>
      <figure anchor="response-full">
        <name>Example of response following a Full Query request to the TRL endpoint</name>
        <artwork align="left"><![CDATA[
Header: Content (Code=2.05)
Content-Format: application/ace-trl+cbor
Payload:
{
   e'full_set' : [
     h'01fa51cc/...
       (remainder of the token hash omitted for brevity)/',
     h'01748190/...
       (remainder of the token hash omitted for brevity)/'
   ]
}
]]></artwork>
      </figure>
    </section>
    <section anchor="ssec-trl-diff-query">
      <name>Diff Query of the TRL</name>
      <t>In order to produce a (notification) response to a GET request asking for a diff query of the TRL, the AS performs the following actions.</t>
      <t>Note that, if the AS supports both diff queries and the related "Cursor" extension, the steps 3 and 4 defined below are extended as defined in <xref target="sec-using-cursor-diff-query-response"/>.</t>
      <ol spacing="normal" type="1"><li>
          <t>The AS defines the positive integer NUM as follows. If the value N specified in the 'diff' query parameter in the GET request is equal to 0 or greater than the pre-defined positive integer MAX_N (see <xref target="sec-trl-endpoint-supporting-diff-queries"/>), then NUM takes the value of MAX_N. Otherwise, NUM takes N.</t>
        </li>
        <li>
          <t>The AS determines U = min(NUM, SIZE), where SIZE &lt;= MAX_N. In particular, SIZE is the number of TRL updates pertaining to the requester and currently stored at the AS.</t>
        </li>
        <li>
          <t>The AS prepares U diff entries. If U is equal to 0 (e.g., because SIZE is equal to 0 at step 2), then no diff entries are prepared.  </t>
          <t>
The prepared diff entries are related to the U most recent TRL updates pertaining to the requester, as maintained in the update collection for that requester (see <xref target="sec-trl-endpoint-supporting-diff-queries"/>). In particular, the first diff entry refers to the most recent of such updates, the second diff entry refers to the second from last of such updates, and so on.  </t>
          <t>
Each diff entry is a CBOR array 'diff_entry', which includes the following two elements.  </t>
          <ul spacing="normal">
            <li>
              <t>The first element is a 'trl_patch' set of token hashes, encoded as a CBOR array 'removed'. Each element of the array is a CBOR byte string, with value the token hash of an access token such that: it pertained to the requester; and it was removed from the TRL during the update associated with the diff entry.</t>
            </li>
            <li>
              <t>The second element is a 'trl_patch' set of token hashes, encoded as a CBOR array 'added'. Each element of the array is a CBOR byte string, with value the token hash of an access token such that: it pertains to the requester; and it was added to the TRL during the update associated with the diff entry.</t>
            </li>
          </ul>
          <t>
The CBOR arrays 'removed' and 'added' <bcp14>MUST</bcp14> be treated as sets, i.e., the order of their elements has no meaning.</t>
        </li>
        <li>
          <t>The AS prepares a 2.05 (Content) response for the requester. The response <bcp14>MUST</bcp14> have Content-Format "application/ace-trl+cbor". The payload of the response is a CBOR map, which <bcp14>MUST</bcp14> be formatted as follows.  </t>
          <ul spacing="normal">
            <li>
              <t>The 'diff_set' parameter <bcp14>MUST</bcp14> be present and specifies a CBOR array 'diff_set_value' of U elements. Each element of 'diff_set_value' specifies one of the CBOR arrays 'diff_entry' prepared above as a diff entry. Note that U might have value 0, in which case 'diff_set_value' is the empty CBOR array.      </t>
              <t>
Within 'diff_set_value', the CBOR arrays 'diff_entry' <bcp14>MUST</bcp14> be sorted to reflect the corresponding updates to the TRL in reverse chronological order. That is, the first 'diff_entry' element of 'diff_set_value' relates to the most recent update to the subset of the TRL pertaining to the requester. The second 'diff_entry' element relates to the second from last most recent update to that subset, and so on.</t>
            </li>
            <li>
              <t>The 'cursor' parameter and the 'more' parameter <bcp14>MUST</bcp14> be included if the AS supports both diff queries and the related "Cursor" extension (see <xref target="sec-trl-endpoint-supporting-cursor"/>). Their values are set as specified in <xref target="sec-using-cursor-diff-query-response"/>, and provide the requester with information for performing a follow-up query of the TRL (see <xref target="sec-using-cursor-diff-query-response"/>).      </t>
              <t>
In case the AS supports diff queries but not the "Cursor" extension, these parameters <bcp14>MUST NOT</bcp14> be included. In case the requester supports diff queries but not the "Cursor" extension, it <bcp14>MUST</bcp14> silently ignore the 'cursor' parameter and the 'more' parameter if present.</t>
            </li>
          </ul>
        </li>
      </ol>
      <t><xref target="cddl-diff"/> provides the CDDL definition <xref target="RFC8610"/> of the CBOR array 'diff_set_value' specified in the response from the AS, as value of the 'diff_set' parameter.</t>
      <figure anchor="cddl-diff">
        <name>CDDL definition of 'diff_set_value'</name>
        <artwork type="CDDL" align="left"><![CDATA[
   token_hash = bytes
   trl_patch = [* token_hash]
   diff_entry = [removed: trl_patch, added: trl_patch]
   diff_set_value = [* diff_entry]
]]></artwork>
      </figure>
      <t><xref target="response-diff"/> shows an example response from the AS, following a diff query request to the TRL endpoint, where U = 3 diff entries are specified. In this example, the AS does not support the "Cursor" extension, hence the 'cursor' parameter and the 'more' parameter are not included in the payload of the response. Also, full token hashes are omitted for brevity.</t>
      <figure anchor="response-diff">
        <name>Example of response following a Diff Query request to the TRL endpoint</name>
        <artwork align="left"><![CDATA[
Header: Content (Code=2.05)
Content-Format: application/ace-trl+cbor
Payload:
{
   e'diff_set' : [
     [
       [ h'01fa51cc/...
           (remainder of the token hash omitted for brevity)/',
         h'01748190/...
           (remainder of the token hash omitted for brevity)/'],
       [ h'01cdf1ca/...
           (remainder of the token hash omitted for brevity)/',
         h'01be41a6/...
           (remainder of the token hash omitted for brevity)/'
       ]
     ],
     [
       [ h'0144dd12/...
           (remainder of the token hash omitted for brevity)/',
         h'01231fff/...
           (remainder of the token hash omitted for brevity)/'
       ],
       []
     ],
     [
       [],
       [ h'01ca986f/...
           (remainder of the token hash omitted for brevity)/',
         h'01fe1a2b/...
           (remainder of the token hash omitted for brevity)/'
       ]
     ]
   ]
}
]]></artwork>
      </figure>
      <t><xref target="sec-series-pattern"/> discusses how performing a diff query of the TRL is in fact a usage example of the Series Transfer Pattern defined in <xref target="I-D.bormann-t2trg-stp"/>.</t>
    </section>
    <section anchor="sec-using-cursor">
      <name>Response Messages when Using the "Cursor" Extension</name>
      <t>If the AS supports both diff queries and the "Cursor" extension, it composes a response to a full query request or diff query request as defined in <xref target="sec-using-cursor-full-query-response"/> and <xref target="sec-using-cursor-diff-query-response"/>, respectively.</t>
      <t>The exact format of the response depends on the request being a full query or diff query request, on the presence of the 'diff' and 'cursor' query parameters and their values in the diff query request, and on the current status of the update collection associated with the requester.</t>
      <t>Error handling and the possible resulting error responses are as defined in <xref target="sec-trl-endpoint-query-parameters"/>.</t>
      <section anchor="sec-using-cursor-full-query-response">
        <name>Response to Full Query</name>
        <t>When processing a full query request to the TRL endpoint, the AS composes a response as defined in <xref target="ssec-trl-full-query"/>.</t>
        <t>In particular, the 'cursor' parameter included in the CBOR map carried in the response payload specifies either the CBOR simple value <tt>null</tt> (0xf6) or a CBOR unsigned integer.</t>
        <t>The 'cursor' parameter <bcp14>MUST</bcp14> specify the CBOR simple value <tt>null</tt> in case there are currently no TRL updates pertaining to the requester, i.e., the update collection for that requester is empty. This is the case from when the requester registers at the AS until the first update pertaining to that requester occurs to the TRL.</t>
        <t>Otherwise, the 'cursor' parameter <bcp14>MUST</bcp14> specify a CBOR unsigned integer. This <bcp14>MUST</bcp14> take the 'index' value of the last series item in the update collection associated with the requester (see <xref target="sec-trl-endpoint-supporting-cursor"/>), as corresponding to the most recent update pertaining to the requester that occurred to the TRL. Such a value is in fact the current value of 'last_index' for the update collection associated with the requester.</t>
      </section>
      <section anchor="sec-using-cursor-diff-query-response">
        <name>Response to Diff Query</name>
        <t>When processing a diff query request to the TRL endpoint, the AS composes a response as defined in the following.</t>
        <section anchor="sec-using-cursor-diff-query-response-empty">
          <name>Empty Collection</name>
          <t>If the update collection associated with the requester has no elements, the AS returns a 2.05 (Content) response. The response <bcp14>MUST</bcp14> have Content-Format "application/ace-trl+cbor" and its payload <bcp14>MUST</bcp14> be a CBOR map formatted as follows.</t>
          <ul spacing="normal">
            <li>
              <t>The 'diff_set' parameter <bcp14>MUST</bcp14> be included and specifies the empty CBOR array.</t>
            </li>
            <li>
              <t>The 'cursor' parameter <bcp14>MUST</bcp14> be included and specifies the CBOR simple value <tt>null</tt> (0xf6).</t>
            </li>
            <li>
              <t>The 'more' parameter <bcp14>MUST</bcp14> be included and specifies the CBOR simple value <tt>false</tt> (0xf4).</t>
            </li>
          </ul>
          <t>Note that the above applies when the update collection associated with the requester has no elements, regardless of whether the 'cursor' query parameter is included or not in the diff query request, and irrespective of the specified unsigned integer value if present.</t>
        </section>
        <section anchor="sec-using-cursor-diff-query-response-no-cursor">
          <name>Cursor Not Specified in the Diff Query Request</name>
          <t>If the update collection associated with the requester is not empty and the diff query request does not include the 'cursor' query parameter, the AS performs the actions defined in <xref target="ssec-trl-diff-query"/>, with the following differences.</t>
          <ul spacing="normal">
            <li>
              <t>At step 3, the AS considers the value MAX_DIFF_BATCH (see <xref target="sec-trl-endpoint-supporting-cursor"/>), and prepares L = min(U, MAX_DIFF_BATCH) diff entries.  </t>
              <t>
If U &lt;= MAX_DIFF_BATCH, the prepared diff entries are the last series items in the update collection associated with the requester, corresponding to the L most recent TRL updates pertaining to the requester.  </t>
              <t>
If U &gt; MAX_DIFF_BATCH, the prepared diff entries are the eldest of the last U series items in the update collection associated with the requester, as corresponding to the first L of the U most recent TRL updates pertaining to the requester.</t>
            </li>
            <li>
              <t>At step 4, the CBOR map to carry in the payload of the 2.05 (Content) response <bcp14>MUST</bcp14> be formatted as follows.  </t>
              <ul spacing="normal">
                <li>
                  <t>The 'diff_set' parameter <bcp14>MUST</bcp14> be present and specifies a CBOR array 'diff_set_value' of L elements. Each element of 'diff_set_value' specifies one of the CBOR arrays 'diff_entry' prepared as a diff entry.</t>
                </li>
                <li>
                  <t>The 'cursor' parameter <bcp14>MUST</bcp14> be present and specifies a CBOR unsigned integer. This <bcp14>MUST</bcp14> take the 'index' value of the series item of the update collection included as first diff entry in the 'diff_set_value' CBOR array, which is specified by the 'diff_set' parameter. That is, the 'cursor' parameter takes the 'index' value of the series item in the update collection corresponding to the most recent update pertaining to the requester and returned in this diff query response.      </t>
                  <t>
Note that the 'cursor' parameter takes the same 'index' value of the last series item in the update collection when U &lt;= MAX_DIFF_BATCH.</t>
                </li>
                <li>
                  <t>The 'more' parameter <bcp14>MUST</bcp14> be present and <bcp14>MUST</bcp14> specify the CBOR simple value <tt>false</tt> (0xf4) if U &lt;= MAX_DIFF_BATCH, or the CBOR simple value <tt>true</tt> (0xf5) otherwise.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>If the 'more' parameter in the payload of the received 2.05 (Content) response has value <tt>true</tt>, the requester can send a follow-up diff query request including the 'cursor' query parameter, with the same value of the 'cursor' parameter specified in this diff query response. As defined in <xref target="sec-using-cursor-diff-query-response-cursor"/>, this would result in the AS transferring the following subset of series items as diff entries, thus resuming from where interrupted in the previous transfer.</t>
        </section>
        <section anchor="sec-using-cursor-diff-query-response-cursor">
          <name>Cursor Specified in the Diff Query Request</name>
          <t>If the update collection associated with the requester is not empty and the diff query request includes the 'cursor' query parameter with value P, the AS proceeds as follows, depending on which of the following two cases hold.</t>
          <ul spacing="normal">
            <li>
              <t>Case A - The series item X with 'index' having value P and the series item Y with 'index' having value (P + 1) % (MAX_INDEX + 1) are both not found in the update collection associated with the requester. This occurs when the item Y (and possibly further ones after it) has been previously removed from the history of updates for that requester (see step 5 at <xref target="sec-trl-endpoint-supporting-diff-queries"/>).  </t>
              <t>
In this case, the AS returns a 2.05 (Content) response. The response <bcp14>MUST</bcp14> have Content-Format "application/ace-trl+cbor" and its payload <bcp14>MUST</bcp14> be a CBOR map formatted as follows.  </t>
              <ul spacing="normal">
                <li>
                  <t>The 'diff_set' parameter <bcp14>MUST</bcp14> be included and specifies the empty CBOR array.</t>
                </li>
                <li>
                  <t>The 'cursor' parameter <bcp14>MUST</bcp14> be included and specifies the CBOR simple value <tt>null</tt> (0xf6).</t>
                </li>
                <li>
                  <t>The 'more' parameter <bcp14>MUST</bcp14> be included and specifies the CBOR simple value <tt>true</tt> (0xf5).</t>
                </li>
              </ul>
              <t>
With the combination ('cursor', 'more') = (<tt>null</tt>, <tt>true</tt>), the AS is indicating that the update collection is in fact not empty, but that one or more series items have been lost due to their removal. These include the item with 'index' value (P + 1) % (MAX_INDEX + 1), that the requester wished to obtain as the first one following the specified reference point with 'index' value P.  </t>
              <t>
When receiving this diff query response, the requester <bcp14>SHOULD</bcp14> send a new full query request to the AS. A successful response provides the requester with the full, current pertaining subset of the TRL, as well as with a valid value of the 'cursor' parameter (see <xref target="sec-using-cursor-full-query-response"/>) to be possibly used as query parameter in a following diff query request.</t>
            </li>
            <li>
              <t>Case B - The series item X with 'index' having value P is found in the update collection associated with the requester; or the series item X is not found and the series item Y with 'index' having value (P + 1) % (MAX_INDEX + 1) is found in the update collection associated with the requester.  </t>
              <t>
In this case, the AS performs the actions defined in <xref target="ssec-trl-diff-query"/>, with the following differences.  </t>
              <ul spacing="normal">
                <li>
                  <t>At step 3, the AS considers the value MAX_DIFF_BATCH (see <xref target="sec-trl-endpoint-supporting-cursor"/>), and prepares L = min(SUB_U, MAX_DIFF_BATCH) diff entries, where SUB_U = min(NUM, SUB_SIZE), and SUB_SIZE is the number of series items in the update collection starting from and including the series item added immediately after X. If L is equal to 0 (e.g., because SUB_U is equal to 0), then no diff entries are prepared.      </t>
                  <t>
If SUB_U &lt;= MAX_DIFF_BATCH, the prepared diff entries are the last series items in the update collection associated with the requester, corresponding to the L most recent TRL updates pertaining to the requester.      </t>
                  <t>
If SUB_U &gt; MAX_DIFF_BATCH, the prepared diff entries are the eldest of the last SUB_U series items in the update collection associated with the requester, corresponding to the first L of the SUB_U most recent TRL updates pertaining to the requester.</t>
                </li>
                <li>
                  <t>At step 4, the CBOR map to carry in the payload of the 2.05 (Content) response <bcp14>MUST</bcp14> be formatted as follows.      </t>
                  <ul spacing="normal">
                    <li>
                      <t>The 'diff_set' parameter <bcp14>MUST</bcp14> be present and specifies a CBOR array 'diff_set_value' of L elements. Each element of 'diff_set_value' specifies one of the CBOR arrays 'diff_entry' prepared as a diff entry. Note that L might have value 0, in which case 'diff_set_value' is the empty CBOR array.</t>
                    </li>
                    <li>
                      <t>The 'cursor' parameter <bcp14>MUST</bcp14> be present and <bcp14>MUST</bcp14> specify a CBOR unsigned integer. In particular:          </t>
                      <ul spacing="normal">
                        <li>
                          <t>If L is equal to 0, i.e., the series item X is the last one in the update collection, then the 'cursor' parameter <bcp14>MUST</bcp14> take the same 'index' value of the last series item in the update collection. Such a value is in fact the current value of 'last_index' for the update collection.</t>
                        </li>
                        <li>
                          <t>If L is different than 0, then the 'cursor' parameter <bcp14>MUST</bcp14> take the 'index' value of the series element of the update collection included as first diff entry in the 'diff_set' CBOR array. That is, the 'cursor' parameter takes the 'index' value of the series item in the update collection corresponding to the most recent update pertaining to the requester and returned in this diff query response.</t>
                        </li>
                      </ul>
                      <t>
Note that the 'cursor' parameter takes the same 'index' value of the last series item in the update collection when SUB_U &lt;= MAX_DIFF_BATCH.</t>
                    </li>
                    <li>
                      <t>The 'more' parameter <bcp14>MUST</bcp14> be present and <bcp14>MUST</bcp14> specify the CBOR simple value <tt>false</tt> (0xf4) if SUB_U &lt;= MAX_DIFF_BATCH, or the CBOR simple value <tt>true</tt> (0xf5) otherwise.</t>
                    </li>
                  </ul>
                </li>
              </ul>
              <t>
If the 'more' parameter in the payload of the received 2.05 (Content) response has value <tt>true</tt>, the requester can send a follow-up diff query request including the 'cursor' query parameter, with the same value of the 'cursor' parameter specified in this diff query response. This would result in the AS transferring the following subset of series items as diff entries, thus resuming from where interrupted in the previous transfer.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="sec-registration">
      <name>Registration at the Authorization Server</name>
      <t>During the registration process at the AS, an administrator or a registered device receives the following information as part of the registration response.</t>
      <ul spacing="normal">
        <li>
          <t>The url-path to the TRL endpoint at the AS.</t>
        </li>
        <li>
          <t>The hash function used to compute token hashes. This is specified by identifying an entry in the "Named Information Hash Algorithm" Registry <xref target="Named.Information.Hash.Algorithm"/>. The specific means for this is outside the scope of this document.</t>
        </li>
        <li>
          <t>A positive integer MAX_N, if the AS supports diff queries of the TRL (see <xref target="sec-trl-endpoint-supporting-diff-queries"/> and <xref target="ssec-trl-diff-query"/>).</t>
        </li>
        <li>
          <t>A positive integer MAX_DIFF_BATCH, if the AS supports diff queries of the TRL as well as the related "Cursor" extension (see <xref target="sec-trl-endpoint-supporting-cursor"/> and <xref target="sec-using-cursor"/>).</t>
        </li>
      </ul>
      <t>When communicating with one another, the registered devices and the AS have to use a secure communication association and be mutually authenticated (see <xref section="5" sectionFormat="of" target="RFC9200"/>).</t>
      <t>In the same spirit, it <bcp14>MUST</bcp14> be ensured that communications between the AS and an administrator are mutually authenticated, encrypted and integrity protected, as well as protected against message replay.</t>
      <t>Before starting its registration process at the AS, an administrator has to establish such a secure communication association with the AS, if they do not share one already. In particular, mutual authentication is <bcp14>REQUIRED</bcp14> during the establishment of the secure association. To this end, the administrator and the AS can rely, e.g., on establishing a TLS or DTLS secure session with mutual authentication <xref target="RFC8446"/><xref target="RFC9147"/>, or an OSCORE Security Context <xref target="RFC8613"/> by running the authenticated key establishment protocol EDHOC <xref target="RFC9528"/>.</t>
      <t>When receiving authenticated requests from the administrator for accessing the TRL endpoint, the AS can always check whether the requester is authorized to take such a role, i.e., to access the full TRL.</t>
      <t>To this end, the AS may rely on a local access control list or similar, which specifies the authentication credentials of trusted, authorized administrators. In particular, the AS verifies the requester to the TRL endpoint as an authorized administrator, only if the access control list includes the same authentication credential used by the requester when establishing the mutually-authenticated secure communication association with the AS.</t>
      <t>Further details about the registration process at the AS are out of scope for this specification. Note that the registration process is also out of the scope of the ACE framework for Authentication and Authorization (see <xref section="5.5" sectionFormat="of" target="RFC9200"/>).</t>
    </section>
    <section anchor="sec-notification">
      <name>Notification of Revoked Access Tokens</name>
      <t>Once registered at the AS, the administrator or registered device can send a GET request to the TRL endpoint at the AS. The request can express the wish for a full query (see <xref target="ssec-trl-full-query"/>) or a diff query (see <xref target="ssec-trl-diff-query"/>) of the TRL. Also, the request can include the CoAP Observe Option set to 0 (register), in order to start an observation of the TRL endpoint as per <xref section="3.1" sectionFormat="of" target="RFC7641"/>.</t>
      <t>In case the request is successfully processed, the AS replies with a response specifying the CoAP response code 2.05 (Content). In particular, if the AS supports diff queries but not the "Cursor" extension (see <xref target="sec-trl-endpoint-supporting-diff-queries"/> and <xref target="sec-trl-endpoint-supporting-cursor"/>), then the payload of the response is formatted as defined in <xref target="ssec-trl-full-query"/> or in <xref target="ssec-trl-diff-query"/>, in case the GET request has yielded the execution of a full query or of a diff query of the TRL, respectively. Instead, if the AS supports both diff queries and the related "Cursor" extension, then the payload of the response is formatted as defined in <xref target="sec-using-cursor"/>.</t>
      <t>When the TRL is updated (see <xref target="ssec-trl-update"/>), the AS sends Observe notifications to the observers whose pertaining subset of the TRL has changed. Observe notifications are sent as per <xref section="4.2" sectionFormat="of" target="RFC7641"/>. If supported by the AS, an observer may configure the behavior according to which the AS sends those Observe notifications. To this end, a possible way relies on the conditional control attribute "c.pmax" defined in <xref target="I-D.ietf-core-conditional-attributes"/>, which can be included as a "name=value" query parameter in an Observation Request. This ensures that no more than c.pmax seconds elapse between two consecutive notifications sent to that observer, regardless of whether the TRL has changed or not.</t>
      <t>Following a first exchange with the AS, an administrator or a registered device can send additional GET (Observation) requests to the TRL endpoint at any time, analogously to what is defined above. When doing so, the requester towards the TRL endpoint can perform a full query (see <xref target="ssec-trl-full-query"/>) or a diff query (see <xref target="ssec-trl-diff-query"/>) of the TRL. In the latter case, the requester can additionally rely on the "Cursor" extension (see <xref target="sec-trl-endpoint-query-parameters"/> and <xref target="sec-using-cursor-diff-query-response"/>).</t>
      <t>As specified in <xref target="sec-trl-endpoint-supporting-diff-queries"/>, an AS supporting diff queries maintains an update collection of maximum MAX_N series items for each administrator or registered device, hereafter referred to as requester. In particular, if an update collection includes MAX_N series items, adding a further series item to that update collection results in deleting the oldest series item from that update collection.</t>
      <t>From then on, the requester associated with the update collection will not be able to retrieve the deleted series item, when sending a new diff query request to the TRL endpoint. If that series item reflected the revocation of an access token pertaining to the requester, then the requester will not learn about that when receiving the corresponding diff query response from the AS.</t>
      <t>Sending a diff query request specifically as an Observation request, and thus relying on Observe notifications, largely reduces the chances for a requester to miss updates occurred to its associated update collection altogether. In turn, this relies on the requester successfully receiving the Observe notification responses from the TRL (see also <xref target="sec-security-considerations-comm-patterns"/>).</t>
      <t>In order to limit the amount of time during which the requester is unaware of pertaining access tokens that have been revoked but are not expired yet, a requester <bcp14>SHOULD NOT</bcp14> rely solely on diff query requests. In particular, a requester <bcp14>SHOULD</bcp14> also regularly send a full query request to the TRL endpoint according to a related application policy.</t>
      <section anchor="sec-handling-token-hashes">
        <name>Handling of Access Tokens and Token Hashes</name>
        <t>When receiving a response from the TRL endpoint, a registered device <bcp14>MUST</bcp14> expunge every stored access token associated with a token hash specified in the response. In case the registered device is an RS, it <bcp14>MUST NOT</bcp14> delete the stored token hash after having expunged the associated access token.</t>
        <t>An RS <bcp14>MUST NOT</bcp14> accept and store an access token, if the corresponding token hash is among the currently stored ones.</t>
        <t>An RS <bcp14>MUST</bcp14> store the token hash th1 corresponding to an access token t1 until both the following conditions hold.</t>
        <ul spacing="normal">
          <li>
            <t>The RS has received and seen t1, irrespective of having accepted and stored it.</t>
          </li>
          <li>
            <t>The RS has gained knowledge that t1 has expired. This can be achieved, e.g., through the following means.  </t>
            <ul spacing="normal">
              <li>
                <t>A response from the TRL endpoint indicating that t1 has expired after its earlier revocation, i.e., the token hash th1 has been removed from the TRL. This can be indicated, for instance, in a response from the TRL endpoint following a diff query of the TRL (see <xref target="ssec-trl-diff-query"/>).</t>
              </li>
              <li>
                <t>The value of the 'exp' claim specified in t1 indicates that t1 has expired.</t>
              </li>
              <li>
                <t>The locally determined expiration time for t1 has passed, based on the time at the RS when t1 was first accepted and on the value of its 'exi' claim.</t>
              </li>
              <li>
                <t>The result of token introspection performed on t1 (see <xref section="5.9" sectionFormat="of" target="RFC9200"/>), if supported by both the RS and the AS.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>The RS <bcp14>MUST NOT</bcp14> delete the stored token hashes whose corresponding access tokens do not fulfill both the two conditions above, unless it becomes necessary due to memory limitations. In such a case, the RS <bcp14>MUST</bcp14> delete the earliest stored token hashes first.</t>
        <t>Retaining the stored token hashes as specified above limits the impact from a (dishonest) Client whose pertaining access token: i) specifies the 'exi' claim; ii) is uploaded at the RS for the first time after it has been revoked and later expired; and iii) has the sequence number encoded in the 'cti' claim greater than the highest sequence number among the expired access tokens specifying the 'exi' claim for the RS (see <xref section="5.10.3" sectionFormat="of" target="RFC9200"/>). That is, the RS would not accept such a revoked and expired access token as long as it stores the corresponding token hash.</t>
        <t>In order to further limit such a risk, when receiving an access token that specifies the 'exi' claim and for which a corresponding token hash is not stored, the RS can introspect the access token (see <xref section="5.9" sectionFormat="of" target="RFC9200"/>), if token introspection is implemented by both the RS and the AS.</t>
        <t>When, due to the stored and corresponding token hash th2, an access token t2 that includes the 'exi' claim is expunged or is not accepted upon its upload, the RS retrieves the sequence number sn2 encoded in the 'cti' claim (see <xref section="5.10.3" sectionFormat="of" target="RFC9200"/>). Then, the RS stores sn2 as associated with th2. If expunging or not accepting t2 yields the deletion of th2, then the RS <bcp14>MUST</bcp14> associate sn2 with th2 before continuing with the deletion of th2.</t>
        <t>When deleting any token hash, the RS checks whether the token hash is associated with a sequence number sn_th. In such a case, the RS checks whether sn_th is greater than the highest sequence number sn* among the expired access tokens specifying the 'exi' claim for the RS. If that is the case, sn* <bcp14>MUST</bcp14> take the value of sn_th.</t>
        <t>By virtue of what is defined in <xref section="5.10.3" sectionFormat="of" target="RFC9200"/>, this ensures that, following the deletion of the token hash associated with an access token specifying the 'exi' claim and uploaded for the first time after it has been revoked and later expired, the RS will not accept the access token at that point in time or in the future.</t>
      </section>
    </section>
    <section anchor="trl-registry-parameters">
      <name>ACE Token Revocation List Parameters</name>
      <t>This specification defines a number of parameters that can be transported in the response from the TRL endpoint, when the response payload is a CBOR map. Note that such a response <bcp14>MUST</bcp14> use the Content-Format "application/ace-trl+cbor" defined in <xref target="iana-content-type"/> of this specification.</t>
      <t>The table below summarizes the parameters. For each of them, it specifies the value to use as CBOR key, i.e., as abbreviation in the key of the map pair for the parameter, instead of the parameter's name as a text string.</t>
      <table align="center" anchor="_table-cbor-trl-params">
        <name>CBOR abbreviations for the ACE Token Revocation List parameters</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">CBOR Key</th>
            <th align="left">CBOR Type</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">full_set</td>
            <td align="left">0</td>
            <td align="left">array</td>
          </tr>
          <tr>
            <td align="left">diff_set</td>
            <td align="left">1</td>
            <td align="left">array</td>
          </tr>
          <tr>
            <td align="left">cursor</td>
            <td align="left">2</td>
            <td align="left">Null or unsigned integer</td>
          </tr>
          <tr>
            <td align="left">more</td>
            <td align="left">3</td>
            <td align="left">True or False</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="error-types">
      <name>ACE Token Revocation List Error Identifiers</name>
      <t>This specification defines a number of values that the AS can use as error identifiers. These are used in error responses with Content-Format "application/concise-problem-details+cbor", as values of the 'error-id' field within the Custom Problem Detail entry 'ace-trl-error' (see <xref target="sec-error-responses"/>).</t>
      <table align="center" anchor="_table-ACE-TRL-Error">
        <name>ACE Token Revocation List Error Identifiers</name>
        <thead>
          <tr>
            <th align="left">Value</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">0</td>
            <td align="left">Invalid parameter value</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">Invalid set of parameters</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">Out of bound cursor value</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The protocol defined in this document inherits the security considerations from the ACE framework for Authentication and Authorization <xref target="RFC9200"/>, from <xref target="RFC8392"/> as to the usage of CWTs, from <xref target="RFC7519"/> as to the usage of JWTs, from <xref target="RFC7641"/> as to the usage of CoAP Observe, and from <xref target="RFC6920"/> with regard to computing the token hashes. The following considerations also apply.</t>
      <section anchor="content-retrieval-from-the-trl">
        <name>Content Retrieval from the TRL</name>
        <t>The AS <bcp14>MUST</bcp14> ensure that each registered device can access and retrieve only its pertaining subset of the TRL. To this end, the AS can always perform the required filtering based on the authenticated identity of the registered device, i.e., a (non-public) identifier that the AS can securely relate to the registered device and the secure association that they use to communicate.</t>
        <t>The AS <bcp14>MUST</bcp14> ensure that, other than registered devices accessing their own pertaining subset of the TRL, only authorized and authenticated administrators can retrieve the full TRL (see <xref target="sec-registration"/>).</t>
      </section>
      <section anchor="size-of-the-trl">
        <name>Size of the TRL</name>
        <t>If many non-expired access tokens associated with a registered device are revoked, the pertaining subset of the TRL could grow to a size bigger than what the registered device is prepared to handle upon reception, especially if relying on a full query of the TRL (see <xref target="ssec-trl-full-query"/>).</t>
        <t>This could be exploited by attackers to negatively affect the behavior of a registered device. Therefore, in order to help reduce the size of the TRL, the AS <bcp14>SHOULD</bcp14> refrain from issuing access tokens with an excessively long expiration time.</t>
      </section>
      <section anchor="sec-security-considerations-comm-patterns">
        <name>Communication Patterns</name>
        <t>The communication about revoked access tokens presented in this specification is expected to especially rely on CoAP Observe notifications sent from the AS to a requester (i.e., an administrator or a registered device). The suppression of those notifications by an external attacker that has access to the network would prevent requesters from ever knowing that their pertaining access tokens have been revoked.</t>
        <t>In order to avoid this, a requester <bcp14>SHOULD NOT</bcp14> rely solely on the CoAP Observe notifications. In particular, a requester <bcp14>SHOULD</bcp14> also regularly poll the AS for the most current information about revoked access tokens, by sending GET requests to the TRL endpoint according to a related application policy.</t>
      </section>
      <section anchor="request-of-new-access-tokens">
        <name>Request of New Access Tokens</name>
        <t>If a Client stores an access token that it still believes to be valid, and it accordingly attempts to access a protected resource at the RS, the Client may receive an unprotected 4.01 (Unauthorized) response from the RS.</t>
        <t>This can be due to a number of causes. For example, the access token has been revoked, and the RS has become aware of it and has expunged the access token, but the Client is not aware of it (yet). As another example, the access token is still valid, but an on-path active adversary might have injected a forged 4.01 (Unauthorized) response, or the RS might have deleted the access token from its local storage due to its dedicated storage space being all consumed.</t>
        <t>In either case, if the Client believes that the access token is still valid, it <bcp14>SHOULD NOT</bcp14> immediately ask for a new access token to the Authorization Server upon receiving a 4.01 (Unauthorized) response from the RS. Instead, the Client <bcp14>SHOULD</bcp14> send a request to the TRL endpoint at the AS. If the Client gains knowledge that the access token is not valid anymore, the Client expunges the access token and can ask for a new one. Otherwise, the Client can try again to upload the same access token to the RS, or instead to request a new one.</t>
      </section>
      <section anchor="vulnerable-time-window-at-the-rs">
        <name>Vulnerable Time Window at the RS</name>
        <t>A Client may attempt to access a protected resource at an RS after the access token allowing such an access has been revoked, but before the RS is aware of the revocation.</t>
        <t>In such a case, if the RS is still storing the access token, the Client will be able to access the protected resource, even though it should not. Such an access is a security violation, even if the Client is not attempting to be malicious.</t>
        <t>In order to minimize such risk, if an RS relies solely on polling through individual requests to the TRL endpoint to learn of revoked access tokens, the RS <bcp14>SHOULD</bcp14> implement an adequate trade-off between the polling frequency and the maximum length of the vulnerable time window.</t>
      </section>
      <section anchor="sec-seccons-two-hashes-jwt">
        <name>Two Token Hashes at the RS using JWTs</name>
        <t><xref target="sec-token-hash-input-rs-jwt"/> defines that an RS using JWTs as access tokens has to compute and store two token hashes associated with the same access token. This is because, when using JWTs, the RS does not know for sure if the AS provided the access token to the Client by means of an AS-to-Client response encoded in CBOR or in JSON.</t>
        <t>Taking advantage of that, a dishonest Client can attempt to perform an attack against the RS. That is, the Client can first receive the JWT in an AS-to-Client response encoded in CBOR (JSON). Then, the Client can upload the JWT to the RS in a way that makes the RS believe that the Client instead received the JWT in an AS-to-Client response encoded in JSON (CBOR).</t>
        <t>Consequently, the RS considers a HASH_INPUT different from the one considered by the AS and the Client (see <xref target="sec-token-hash-input-c-as"/>). Hence, the RS computes a token hash h' different from the token hash h computed by the AS and the Client. It follows that, if the AS revokes the access token and advertises the right token hash h, then the RS will not learn about the access token revocation and thus will not delete the access token.</t>
        <t>Fundamentally, this would happen because the HASH_INPUT used to compute the token hash of a JWT depends on whether the AS-to-Client response is encoded in CBOR or in JSON. This makes the RS vulnerable to the attack described above, when JWTs are used as access tokens. Instead, this is not a problem if the access token is a CWT, since the HASH_INPUT used to compute the token hash of a CWT does not depend on whether the AS-to-Client response is encoded in CBOR or in JSON.</t>
        <t>While this asymmetry cannot be avoided altogether, the method defined for the AS and the Client in <xref target="sec-token-hash-input-c-as"/> deliberately penalizes the case where the RS uses JWTs as access tokens. In such a case, the RS effectively neutralizes the attack described above, by computing and storing two token hashes associated with the same access token (see <xref target="sec-token-hash-input-rs-jwt"/>).</t>
        <t>Conversely, this design deliberately favors the case where the RS uses CWTs as access tokens, which is a preferable option for resource-constrained RSs as well as the default case in the ACE framework (see <xref section="3" sectionFormat="of" target="RFC9200"/>). That is, if an RS uses CWTs as access tokens, then the RS is not exposed to the attack described above, and thus it safely computes and stores only one token hash per access token (see <xref target="sec-token-hash-input-rs-cwt"/>).</t>
      </section>
      <section anchor="additional-security-measures">
        <name>Additional Security Measures</name>
        <t>By accessing the TRL at the AS, registered devices and administrators are able to learn that their pertaining access tokens have been revoked. However, they cannot learn the reason why that happened, including when that reason is the compromise, misbehavior, or decommissioning of a registered device.</t>
        <t>In fact, even the AS might not know that a registered device to which a revoked access token pertains has been specifically compromised, misbehaving, or decommissioned. At the same time, it might not be acceptable to only revoke the access tokens pertaining to such a registered device.</t>
        <t>Therefore, in order to preserve the security of the system and application, the entity that authoritatively declares a registered device to be compromised, misbehaving, or decommissioned should also promptly trigger the execution of additional revocation processes as deemed appropriate. These include, for instance:</t>
        <ul spacing="normal">
          <li>
            <t>The de-registration of the registered device from the AS, so that the AS does not issue further access tokens pertaining to that device.</t>
          </li>
          <li>
            <t>If applicable, the revocation of the public authentication credential associated with the registered device (e.g., its public key certificate).</t>
          </li>
        </ul>
        <t>The methods by which these processes are triggered and carried out are out of the scope of this document.</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-media-type">
        <name>Media Type Registrations</name>
        <t>IANA is asked to register the media type "application/ace-trl+cbor" for messages of the protocol defined in this document encoded in CBOR. This registration follows the procedures specified in <xref target="RFC6838"/>.</t>
        <t>Type name: application</t>
        <t>Subtype name: ace-trl+cbor</t>
        <t>Required parameters: N/A</t>
        <t>Optional parameters: N/A</t>
        <t>Encoding considerations: Must be encoded as a CBOR map containing the protocol parameters defined in [RFC-XXXX].</t>
        <t>Security considerations: See <xref target="sec-security-considerations"/> of this document.</t>
        <t>Interoperability considerations: N/A</t>
        <t>Published specification: [RFC-XXXX]</t>
        <t>Applications that use this media type: The type is used by Authorization Servers, Clients, and Resource Servers that support the notification of revoked access tokens, according to a Token Revocation List maintained by the Authorization Server as specified in [RFC-XXXX].</t>
        <t>Fragment identifier considerations: N/A</t>
        <t>Additional information: N/A</t>
        <t>Person &amp; email address to contact for further information: ACE WG mailing list (ace@ietf.org) or IETF Applications and Real-Time Area (art@ietf.org)</t>
        <t>Intended usage: COMMON</t>
        <t>Restrictions on usage: None</t>
        <t>Author/Change controller: IETF</t>
        <t>Provisional registration: No</t>
      </section>
      <section anchor="iana-content-type">
        <name>CoAP Content-Formats Registry</name>
        <t>IANA is asked to add the following entry to the "CoAP Content-Formats" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <t>Content Type: application/ace-trl+cbor</t>
        <t>Content Coding: -</t>
        <t>ID: TBD</t>
        <t>Reference: [RFC-XXXX]</t>
      </section>
      <section anchor="iana-custom-problem-details">
        <name>Custom Problem Detail Keys Registry</name>
        <t>IANA is asked to register the following entry in the "Custom Problem Detail Keys" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Key Value: TBD</t>
          </li>
          <li>
            <t>Name: ace-trl-error</t>
          </li>
          <li>
            <t>Brief Description: Carry [RFC-XXXX] problem details in a Concise Problem Details data item.</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="sec-error-responses"/> of [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-token-revocation-list">
        <name>ACE Token Revocation List Parameters Registry</name>
        <t>IANA is asked to establish the "ACE Token Revocation List Parameters" IANA registry within the "Authentication and Authorization for Constrained Environments (ACE)" registry group.</t>
        <t>As registration policy, the registry uses either "Standards Action with Expert Review", or "Specification Required" per <xref section="4.6" sectionFormat="of" target="RFC8126"/>, or "Expert Review" per <xref section="4.5" sectionFormat="of" target="RFC8126"/>. Expert Review guidelines are provided in <xref target="review"/>.</t>
        <t>All assignments according to "Standards Action with Expert Review" are made on a "Standards Action" basis per <xref section="4.9" sectionFormat="of" target="RFC8126"/>, with Expert Review additionally required per <xref section="4.5" sectionFormat="of" target="RFC8126"/>. The procedure for early IANA allocation of Standards Track code points defined in <xref target="RFC7120"/> also applies. When such a procedure is used, review and approval by the designated expert are also required, in order for the WG chairs to determine that the conditions for early allocation are met (see step 2 in <xref section="3.1" sectionFormat="of" target="RFC7120"/>).</t>
        <t>The columns of this registry are:</t>
        <ul spacing="normal">
          <li>
            <t>Name: This field contains a descriptive name that enables easier reference to the item. The name <bcp14>MUST</bcp14> be unique and it is not used in the encoding.</t>
          </li>
          <li>
            <t>CBOR Key: This field contains the value used as CBOR map key of the item. The value <bcp14>MUST</bcp14> be unique. The value is an unsigned integer or a negative integer. Different ranges of values use different registration policies <xref target="RFC8126"/>. Integer values from -256 to 255 are designated as "Standards Action With Expert Review". Integer values from -65536 to -257 and from 256 to 65535 are designated as "Specification Required". Integer values greater than 65535 are designated as "Expert Review". Integer values less than -65536 are marked as "Private Use".</t>
          </li>
          <li>
            <t>CBOR Type: This field contains the allowable CBOR data types for values of this item, or a pointer to the registry that defines its type, when that depends on another item.</t>
          </li>
          <li>
            <t>Reference: This field contains a pointer to the public specification for the item.</t>
          </li>
        </ul>
        <t>This registry has been initially populated by the values in <xref target="trl-registry-parameters"/>. The "Reference" column for all of these entries refers to this document.</t>
      </section>
      <section anchor="iana-token-revocation-list-errors">
        <name>ACE Token Revocation List Errors</name>
        <t>IANA is asked to establish the "ACE Token Revocation List Errors" IANA registry within the "Authentication and Authorization for Constrained Environments (ACE)" registry group.</t>
        <t>As registration policy, the registry uses either "Standards Action with Expert Review", or "Specification Required" per <xref section="4.6" sectionFormat="of" target="RFC8126"/>, or "Expert Review" per <xref section="4.5" sectionFormat="of" target="RFC8126"/>. Expert Review guidelines are provided in <xref target="review"/>.</t>
        <t>All assignments according to "Standards Action with Expert Review" are made on a "Standards Action" basis per <xref section="4.9" sectionFormat="of" target="RFC8126"/>, with Expert Review additionally required per <xref section="4.5" sectionFormat="of" target="RFC8126"/>. The procedure for early IANA allocation of Standards Track code points defined in <xref target="RFC7120"/> also applies. When such a procedure is used, review and approval by the designated expert are also required, in order for the WG chairs to determine that the conditions for early allocation are met (see step 2 in <xref section="3.1" sectionFormat="of" target="RFC7120"/>).</t>
        <t>The columns of this registry are:</t>
        <ul spacing="normal">
          <li>
            <t>Value: The field contains the value to be used to identify the error. The value <bcp14>MUST</bcp14> be unique. The value is an unsigned integer or a negative integer. Different ranges of values use different registration policies <xref target="RFC8126"/>. Integer values from -256 to 255 are designated as "Standards Action With Expert Review". Integer values from -65536 to -257 and from 256 to 65535 are designated as "Specification Required". Integer values greater than 65535 are designated as "Expert Review". Integer values less than -65536 are marked as "Private Use".</t>
          </li>
          <li>
            <t>Description: This field contains a brief description of the error.</t>
          </li>
          <li>
            <t>Reference: This field contains a pointer to the public specification defining the error, if one exists.</t>
          </li>
        </ul>
        <t>This registry has been initially populated by the values in <xref target="error-types"/>. The "Reference" column for all of these entries refers to this document.</t>
      </section>
      <section anchor="review">
        <name>Expert Review Instructions</name>
        <t>The IANA registries established in this document are defined as "Standards Action with Expert Review", "Specification Required", or "Expert Review", depending on the range of values for which an assignment is requested. This section gives some general guidelines for what the experts should be looking for, but they are being designated as experts for a reason so they should be given substantial latitude.</t>
        <t>Expert reviewers should take into consideration the following points:</t>
        <ul spacing="normal">
          <li>
            <t>Point squatting should be discouraged. Reviewers are encouraged to get sufficient information for registration requests to ensure that the usage is not going to duplicate one that is already registered and that the point is likely to be used in deployments. The zones tagged as private use are intended for testing purposes and closed environments. Code points in other ranges should not be assigned for testing.</t>
          </li>
          <li>
            <t>Specifications are required for the "Standards Action With Expert Review" range of point assignment. Specifications should exist for "Specification Required" ranges, but early assignment before a specification is available is considered to be permissible. For the "Expert Review" range of point assignment, specifications are recommended, and are needed if they are expected to be used outside of closed environments in an interoperable way. When specifications are not provided, the description provided needs to have sufficient information to identify what the point is being used for.</t>
          </li>
          <li>
            <t>Experts should take into account the expected usage of fields when approving point assignment. The fact that there is a range for Standards Track documents does not mean that a Standards Track document cannot have points assigned outside of that range. The length of the encoded value should be weighed against how many code points of that length are left, the size of device it will be used on, and the number of code points left that encode to that size.</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <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="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol. The DTLS protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees. Datagram semantics of the underlying transport are preserved by the DTLS protocol. This document updates DTLS 1.0 to work with TLS version 1.2. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC6749">
          <front>
            <title>The OAuth 2.0 Authorization Framework</title>
            <author fullname="D. Hardt" initials="D." role="editor" surname="Hardt"/>
            <date month="October" year="2012"/>
            <abstract>
              <t>The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf. This specification replaces and obsoletes the OAuth 1.0 protocol described in RFC 5849. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6749"/>
          <seriesInfo name="DOI" value="10.17487/RFC6749"/>
        </reference>
        <reference anchor="RFC6838">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="6838"/>
          <seriesInfo name="DOI" value="10.17487/RFC6838"/>
        </reference>
        <reference anchor="RFC6920">
          <front>
            <title>Naming Things with Hashes</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="D. Kutscher" initials="D." surname="Kutscher"/>
            <author fullname="C. Dannewitz" initials="C." surname="Dannewitz"/>
            <author fullname="B. Ohlman" initials="B." surname="Ohlman"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <author fullname="P. Hallam-Baker" initials="P." surname="Hallam-Baker"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>This document defines a set of ways to identify a thing (a digital object in this case) using the output from a hash function. It specifies a new URI scheme for this purpose, a way to map these to HTTP URLs, and binary and human-speakable formats for these names. The various formats are designed to support, but not require, a strong link to the referenced object, such that the referenced object may be authenticated to the same degree as the reference to it. The reason for this work is to standardise current uses of hash outputs in URLs and to support new information-centric applications and other uses of hash outputs in protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6920"/>
          <seriesInfo name="DOI" value="10.17487/RFC6920"/>
        </reference>
        <reference anchor="RFC7120">
          <front>
            <title>Early IANA Allocation of Standards Track Code Points</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <date month="January" year="2014"/>
            <abstract>
              <t>This memo describes the process for early allocation of code points by IANA from registries for which "Specification Required", "RFC Required", "IETF Review", or "Standards Action" policies apply. This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation. The procedures in this document are intended to apply only to IETF Stream documents.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="100"/>
          <seriesInfo name="RFC" value="7120"/>
          <seriesInfo name="DOI" value="10.17487/RFC7120"/>
        </reference>
        <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="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC8259">
          <front>
            <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
            <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
              <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="90"/>
          <seriesInfo name="RFC" value="8259"/>
          <seriesInfo name="DOI" value="10.17487/RFC8259"/>
        </reference>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</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 Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </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="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <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"/>
            <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="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="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <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>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9528">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a very compact and lightweight authenticated Diffie-Hellman key exchange with ephemeral keys. EDHOC provides mutual authentication, forward secrecy, and identity protection. EDHOC is intended for usage in constrained scenarios, and a main use case is to establish an Object Security for Constrained RESTful Environments (OSCORE) security context. By reusing CBOR Object Signing and Encryption (COSE) for cryptography, Concise Binary Object Representation (CBOR) for encoding, and Constrained Application Protocol (CoAP) for transport, the additional code size can be kept very low.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9528"/>
          <seriesInfo name="DOI" value="10.17487/RFC9528"/>
        </reference>
        <reference anchor="RFC9202">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="S. Gerdes" initials="S." surname="Gerdes"/>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a profile of the Authentication and Authorization for Constrained Environments (ACE) framework that allows constrained servers to delegate client authentication and authorization. The protocol relies on DTLS version 1.2 or later for communication security between entities in a constrained network using either raw public keys or pre-shared keys. A resource-constrained server can use this protocol to delegate management of authorization information to a trusted host with less-severe limitations regarding processing power and memory.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9202"/>
          <seriesInfo name="DOI" value="10.17487/RFC9202"/>
        </reference>
        <reference anchor="RFC9203">
          <front>
            <title>The Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security and proof-of-possession for a key owned by the client and bound to an OAuth 2.0 access token.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9203"/>
          <seriesInfo name="DOI" value="10.17487/RFC9203"/>
        </reference>
        <reference anchor="RFC9290">
          <front>
            <title>Concise Problem Details for Constrained Application Protocol (CoAP) APIs</title>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>This document defines a concise "problem detail" as a way to carry machine-readable details of errors in a Representational State Transfer (REST) response to avoid the need to define new error response formats for REST APIs for constrained environments. The format is inspired by, but intended to be more concise than, the problem details for HTTP APIs defined in RFC 7807.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9290"/>
          <seriesInfo name="DOI" value="10.17487/RFC9290"/>
        </reference>
        <reference anchor="RFC9431">
          <front>
            <title>Message Queuing Telemetry Transport (MQTT) and Transport Layer Security (TLS) Profile of Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="C. Sengul" initials="C." surname="Sengul"/>
            <author fullname="A. Kirby" initials="A." surname="Kirby"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework to enable authorization in a publish-subscribe messaging system based on Message Queuing Telemetry Transport (MQTT). Proof-of-Possession keys, bound to OAuth 2.0 access tokens, are used to authenticate and authorize MQTT Clients. The protocol relies on TLS for confidentiality and MQTT server (Broker) authentication.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9431"/>
          <seriesInfo name="DOI" value="10.17487/RFC9431"/>
        </reference>
        <reference anchor="Named.Information.Hash.Algorithm" target="https://www.iana.org/assignments/named-information/named-information.xhtml">
          <front>
            <title>Named Information Hash Algorithm</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC7009">
          <front>
            <title>OAuth 2.0 Token Revocation</title>
            <author fullname="T. Lodderstedt" initials="T." role="editor" surname="Lodderstedt"/>
            <author fullname="S. Dronia" initials="S." surname="Dronia"/>
            <author fullname="M. Scurtescu" initials="M." surname="Scurtescu"/>
            <date month="August" year="2013"/>
            <abstract>
              <t>This document proposes an additional endpoint for OAuth authorization servers, which allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed. This allows the authorization server to clean up security credentials. A revocation request will invalidate the actual token and, if applicable, other tokens based on the same authorization grant.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7009"/>
          <seriesInfo name="DOI" value="10.17487/RFC7009"/>
        </reference>
        <reference anchor="I-D.ietf-core-conditional-attributes">
          <front>
            <title>Conditional Attributes for Constrained RESTful Environments</title>
            <author fullname="Michael Koster" initials="M." surname="Koster">
              <organization>Dogtiger Labs</organization>
            </author>
            <author fullname="Alan Soloway" initials="A." surname="Soloway">
              <organization>Qualcomm Technologies, Inc.</organization>
            </author>
            <author fullname="Bill Silverajan" initials="B." surname="Silverajan">
              <organization>Tampere University</organization>
            </author>
            <date day="14" month="January" year="2023"/>
            <abstract>
              <t>   This specification defines Conditional Notification and Control
   Attributes that work with CoAP Observe (RFC7641).

Editor note

   The git repository for the draft is found at https://github.com/core-
   wg/conditional-attributes/

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-conditional-attributes-06"/>
        </reference>
        <reference anchor="I-D.bormann-t2trg-stp">
          <front>
            <title>The Series Transfer Pattern (STP)</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Klaus Hartke" initials="K." surname="Hartke">
              <organization>Ericsson</organization>
            </author>
            <date day="7" month="April" year="2020"/>
            <abstract>
              <t>   Many applications make use of Series of data items, i.e., an array of
   data items where new items can be added over time.  Where such Series
   are to be made available using REST protocols such as CoAP or HTTP,
   the Series has to be mapped into a structure of one or more resources
   and a protocol for a client to obtain the Series and to learn about
   new items.

   Various protocols have been standardized that make Series-shaped data
   available, with rather different properties and objectives.  The
   present document is an attempt to extract a common underlying pattern
   and to define media types and an access scheme that can be used right
   away for further protocols that provide Series-shaped data.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-t2trg-stp-03"/>
        </reference>
      </references>
    </references>
    <section anchor="sec-series-pattern">
      <name>On using the Series Transfer Pattern</name>
      <t>Performing a diff query of the TRL as specified in <xref target="ssec-trl-diff-query"/> is in fact a usage example of the Series Transfer Pattern defined in <xref target="I-D.bormann-t2trg-stp"/>.</t>
      <t>That is, a diff query enables the transfer of a series of TRL updates, with the AS specifying U &lt;= MAX_N diff entries as the U most recent updates to the subset of the TRL pertaining to a requester, i.e., a registered device or an administrator.</t>
      <t>When responding to a diff query request from a requester (see <xref target="ssec-trl-diff-query"/>), 'diff_set' is a subset of the update collection associated with the requester, where each 'diff_entry' record is a series item from that update collection. Note that 'diff_set' specifies the whole current update collection when the value of U is equal to SIZE, i.e., the current number of series items in the update collection.</t>
      <t>The value N of the 'diff' query parameter in the GET request allows the requester and the AS to trade the amount of provided information with the latency of the information transfer.</t>
      <t>Since the update collection associated with each requester includes up to MAX_N series items, the AS deletes the oldest series item when a new one is generated and added to the end of the update collection, due to a new TRL update pertaining to that requester (see <xref target="sec-trl-endpoint-supporting-diff-queries"/>). This addresses the question "When can the server decide to no longer retain older items?" raised in <xref section="3.2" sectionFormat="of" target="I-D.bormann-t2trg-stp"/>.</t>
      <t>Furthermore, performing a diff query of the TRL together with the "Cursor" extension as specified in <xref target="sec-using-cursor"/> in fact relies on the "Cursor" pattern of the Series Transfer Pattern (see <xref section="3.3" sectionFormat="of" target="I-D.bormann-t2trg-stp"/>).</t>
    </section>
    <section anchor="sec-trl-parameteters">
      <name>Local Supportive Parameters of the TRL Endpoint</name>
      <t><xref target="_table-TRL-endpoint-parameters"/> provides an aggregated overview of the local supportive parameters that the AS internally uses at its TRL endpoint, when supporting diff queries (see <xref target="sec-trl-endpoint"/>) and the "Cursor" extension (see <xref target="sec-trl-endpoint-supporting-cursor"/>).</t>
      <t>Except for MAX_N defined in <xref target="sec-trl-endpoint-supporting-diff-queries"/>, all the other parameters are defined in <xref target="sec-trl-endpoint-supporting-cursor"/> and are used only if the AS supports the "Cursor" extension.</t>
      <t>For each parameter, the columns of the table specify the following information. Both a registered device and an administrator are referred to as "requester".</t>
      <ul spacing="normal">
        <li>
          <t>Name: parameter name. A name with letters in uppercase denotes a parameter whose value does not change after its initialization.</t>
        </li>
        <li>
          <t>Single instance: "Y", if there is a single parameter instance associated with the TRL; or "N", if there is one parameter instance per update collection (i.e., per requester).</t>
        </li>
        <li>
          <t>Description: short parameter description.</t>
        </li>
        <li>
          <t>Values: the unsigned integer values that the parameter can assume, where LB and UB denote the inclusive lower bound and upper bound, respectively, and "^" is the exponentiation operator.</t>
        </li>
      </ul>
      <table align="center" anchor="_table-TRL-endpoint-parameters">
        <name>Parameters of the TRL Endpoint</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">Single  instance</th>
            <th align="left">Description</th>
            <th align="left">Value</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">MAX_N</td>
            <td align="left">Y</td>
            <td align="left">Max number of TRL updates stored per requester</td>
            <td align="left">LB = 1 <br/><br/> If supporting <br/> "Cursor", then <br/> UB = MAX_INDEX+1</td>
          </tr>
          <tr>
            <td align="left">MAX_DIFF_BATCH</td>
            <td align="left">N</td>
            <td align="left">Max number of diff entries included in a diff query response when using "Cursor"</td>
            <td align="left">LB = 1 <br/><br/> UB = MAX_N</td>
          </tr>
          <tr>
            <td align="left">MAX_INDEX</td>
            <td align="left">Y</td>
            <td align="left">Max value of each instance of the 'index' parameter</td>
            <td align="left">LB = MAX_N-1 <br/><br/> UB = (2^64)-1</td>
          </tr>
          <tr>
            <td align="left">index</td>
            <td align="left">N</td>
            <td align="left">Value associated with a series item of an update collection</td>
            <td align="left">LB = 0 <br/><br/> UB = MAX_INDEX</td>
          </tr>
          <tr>
            <td align="left">last_index</td>
            <td align="left">N</td>
            <td align="left">The 'index' value of the most recently added series item in an update collection</td>
            <td align="left">LB = 0 <br/><br/> UB = MAX_INDEX</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="sec-RS-examples">
      <name>Interaction Examples</name>
      <t>This section provides examples of interactions between an RS as a registered device and an AS. In the examples, all the access tokens issued by the AS are intended to be consumed by the considered RS.</t>
      <t>The AS supports both full queries and diff queries of the TRL, as defined in <xref target="ssec-trl-full-query"/> and <xref target="ssec-trl-diff-query"/>, respectively.</t>
      <t>Registration is assumed to be done by the RS sending a POST request with an unspecified payload to the AS, which replies with a 2.01 (Created) response. The payload of the registration response is assumed to be a CBOR map, which in turn is assumed to include the following entries:</t>
      <ul spacing="normal">
        <li>
          <t>a 'trl_path' parameter, specifying the path of the TRL endpoint;</t>
        </li>
        <li>
          <t>a 'trl_hash' parameter, specifying the "Hash Name String" of the hash function used to compute token hashes as defined in <xref target="sec-token-name"/>;</t>
        </li>
        <li>
          <t>a 'max_n' parameter, specifying the value of MAX_N, i.e., the maximum number of TRL updates pertaining to each registered device that the AS retains for that device (see <xref target="ssec-trl-diff-query"/>);</t>
        </li>
        <li>
          <t>possible further parameters related to the registration process.</t>
        </li>
      </ul>
      <t>Furthermore, 'h(x)' refers to the hash function used to compute the token hashes, as defined in <xref target="sec-token-name"/> of this specification and according to <xref target="RFC6920"/>. Assuming the usage of CWTs transported in CBOR, 'bstr.h(t1)' and 'bstr.h(t2)' denote the CBOR byte strings with value the token hashes of the access tokens t1 and t2, respectively.</t>
      <section anchor="sec-RS-example-1">
        <name>Full Query with Observe</name>
        <t><xref target="fig-RS-AS"/> shows an interaction example considering a CoAP observation and a full query of the TRL.</t>
        <t>In this example, the AS does not support the "Cursor" extension. Hence, the 'cursor' parameter is not included in the payload of the responses to a full query request.</t>
        <figure anchor="fig-RS-AS">
          <name>Interaction for Full Query with Observe</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="1296" width="440" viewBox="0 0 440 1296" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,48 L 8,1280" fill="none" stroke="black"/>
                <path d="M 432,48 L 432,1280" fill="none" stroke="black"/>
                <path d="M 8,80 L 424,80" fill="none" stroke="black"/>
                <path d="M 16,112 L 432,112" fill="none" stroke="black"/>
                <path d="M 8,288 L 424,288" fill="none" stroke="black"/>
                <path d="M 16,320 L 432,320" fill="none" stroke="black"/>
                <path d="M 16,592 L 432,592" fill="none" stroke="black"/>
                <path d="M 16,784 L 432,784" fill="none" stroke="black"/>
                <path d="M 16,976 L 432,976" fill="none" stroke="black"/>
                <path d="M 16,1168 L 432,1168" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="432,288 420,282.4 420,293.6" fill="black" transform="rotate(0,424,288)"/>
                <polygon class="arrowhead" points="432,80 420,74.4 420,85.6" fill="black" transform="rotate(0,424,80)"/>
                <polygon class="arrowhead" points="24,1168 12,1162.4 12,1173.6" fill="black" transform="rotate(180,16,1168)"/>
                <polygon class="arrowhead" points="24,976 12,970.4 12,981.6" fill="black" transform="rotate(180,16,976)"/>
                <polygon class="arrowhead" points="24,784 12,778.4 12,789.6" fill="black" transform="rotate(180,16,784)"/>
                <polygon class="arrowhead" points="24,592 12,586.4 12,597.6" fill="black" transform="rotate(180,16,592)"/>
                <polygon class="arrowhead" points="24,320 12,314.4 12,325.6" fill="black" transform="rotate(180,16,320)"/>
                <polygon class="arrowhead" points="24,112 12,106.4 12,117.6" fill="black" transform="rotate(180,16,112)"/>
                <g class="text">
                  <text x="12" y="36">RS</text>
                  <text x="428" y="36">AS</text>
                  <text x="80" y="68">Registration:</text>
                  <text x="156" y="68">POST</text>
                  <text x="188" y="132">2.01</text>
                  <text x="240" y="132">Created</text>
                  <text x="220" y="148">Payload:</text>
                  <text x="264" y="148">{</text>
                  <text x="208" y="164">/</text>
                  <text x="232" y="164">...</text>
                  <text x="256" y="164">/</text>
                  <text x="244" y="180">"trl_path"</text>
                  <text x="296" y="180">:</text>
                  <text x="360" y="180">"revoke/trl",</text>
                  <text x="244" y="196">"trl_hash"</text>
                  <text x="296" y="196">:</text>
                  <text x="348" y="196">"sha-256",</text>
                  <text x="256" y="212">"max_n"</text>
                  <text x="296" y="212">:</text>
                  <text x="316" y="212">10</text>
                  <text x="192" y="228">}</text>
                  <text x="40" y="260">GET</text>
                  <text x="192" y="260">coap://as.example.com/revoke/trl/</text>
                  <text x="76" y="276">Observe:</text>
                  <text x="120" y="276">0</text>
                  <text x="76" y="340">2.05</text>
                  <text x="128" y="340">Content</text>
                  <text x="108" y="356">Observe:</text>
                  <text x="156" y="356">42</text>
                  <text x="136" y="372">Content-Format:</text>
                  <text x="300" y="372">application/ace-trl+cbor</text>
                  <text x="108" y="388">Payload:</text>
                  <text x="152" y="388">{</text>
                  <text x="136" y="404">e'full_set'</text>
                  <text x="192" y="404">:</text>
                  <text x="212" y="404">[]</text>
                  <text x="80" y="420">}</text>
                  <text x="216" y="452">...</text>
                  <text x="120" y="484">(Access</text>
                  <text x="180" y="484">tokens</text>
                  <text x="220" y="484">t1</text>
                  <text x="248" y="484">and</text>
                  <text x="276" y="484">t2</text>
                  <text x="316" y="484">issued</text>
                  <text x="104" y="500">and</text>
                  <text x="172" y="500">successfully</text>
                  <text x="264" y="500">submitted</text>
                  <text x="316" y="500">to</text>
                  <text x="344" y="500">RS)</text>
                  <text x="216" y="532">...</text>
                  <text x="144" y="564">(Access</text>
                  <text x="200" y="564">token</text>
                  <text x="236" y="564">t1</text>
                  <text x="260" y="564">is</text>
                  <text x="308" y="564">revoked)</text>
                  <text x="76" y="612">2.05</text>
                  <text x="128" y="612">Content</text>
                  <text x="108" y="628">Observe:</text>
                  <text x="156" y="628">53</text>
                  <text x="136" y="644">Content-Format:</text>
                  <text x="300" y="644">application/ace-trl+cbor</text>
                  <text x="108" y="660">Payload:</text>
                  <text x="152" y="660">{</text>
                  <text x="136" y="676">e'full_set'</text>
                  <text x="192" y="676">:</text>
                  <text x="252" y="676">[bstr.h(t1)]</text>
                  <text x="80" y="692">}</text>
                  <text x="216" y="724">...</text>
                  <text x="144" y="756">(Access</text>
                  <text x="200" y="756">token</text>
                  <text x="236" y="756">t2</text>
                  <text x="260" y="756">is</text>
                  <text x="308" y="756">revoked)</text>
                  <text x="76" y="804">2.05</text>
                  <text x="128" y="804">Content</text>
                  <text x="108" y="820">Observe:</text>
                  <text x="156" y="820">64</text>
                  <text x="136" y="836">Content-Format:</text>
                  <text x="300" y="836">application/ace-trl+cbor</text>
                  <text x="108" y="852">Payload:</text>
                  <text x="152" y="852">{</text>
                  <text x="136" y="868">e'full_set'</text>
                  <text x="192" y="868">:</text>
                  <text x="252" y="868">[bstr.h(t1),</text>
                  <text x="352" y="868">bstr.h(t2)]</text>
                  <text x="80" y="884">}</text>
                  <text x="216" y="916">...</text>
                  <text x="144" y="948">(Access</text>
                  <text x="200" y="948">token</text>
                  <text x="236" y="948">t1</text>
                  <text x="284" y="948">expires)</text>
                  <text x="76" y="996">2.05</text>
                  <text x="128" y="996">Content</text>
                  <text x="108" y="1012">Observe:</text>
                  <text x="156" y="1012">75</text>
                  <text x="136" y="1028">Content-Format:</text>
                  <text x="300" y="1028">application/ace-trl+cbor</text>
                  <text x="108" y="1044">Payload:</text>
                  <text x="152" y="1044">{</text>
                  <text x="136" y="1060">e'full_set'</text>
                  <text x="192" y="1060">:</text>
                  <text x="252" y="1060">[bstr.h(t2)]</text>
                  <text x="80" y="1076">}</text>
                  <text x="216" y="1108">...</text>
                  <text x="144" y="1140">(Access</text>
                  <text x="200" y="1140">token</text>
                  <text x="236" y="1140">t2</text>
                  <text x="284" y="1140">expires)</text>
                  <text x="76" y="1188">2.05</text>
                  <text x="128" y="1188">Content</text>
                  <text x="108" y="1204">Observe:</text>
                  <text x="156" y="1204">86</text>
                  <text x="136" y="1220">Content-Format:</text>
                  <text x="300" y="1220">application/ace-trl+cbor</text>
                  <text x="108" y="1236">Payload:</text>
                  <text x="152" y="1236">{</text>
                  <text x="136" y="1252">e'full_set'</text>
                  <text x="192" y="1252">:</text>
                  <text x="212" y="1252">[]</text>
                  <text x="80" y="1268">}</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
RS                                                  AS
|                                                    |
|  Registration: POST                                |
+--------------------------------------------------->|
|                                                    |
|<---------------------------------------------------+
|                    2.01 Created                    |
|                      Payload: {                    |
|                        / ... /                     |
|                        "trl_path" : "revoke/trl",  |
|                        "trl_hash" : "sha-256",     |
|                           "max_n" : 10             |
|                      }                             |
|                                                    |
|  GET coap://as.example.com/revoke/trl/             |
|    Observe: 0                                      |
+--------------------------------------------------->|
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 42                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : []                          |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|          (Access tokens t1 and t2 issued           |
|          and successfully submitted to RS)         |
|                                                    |
|                        ...                         |
|                                                    |
|             (Access token t1 is revoked)           |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 53                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : [bstr.h(t1)]                |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|             (Access token t2 is revoked)           |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 64                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : [bstr.h(t1), bstr.h(t2)]    |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|             (Access token t1 expires)              |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 75                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : [bstr.h(t2)]                |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|             (Access token t2 expires)              |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 86                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : []                          |
|        }                                           |
|                                                    |
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="sec-RS-example-2">
        <name>Diff Query with Observe</name>
        <t><xref target="fig-RS-AS-2"/> shows an interaction example considering a CoAP observation and a diff query of the TRL.</t>
        <t>The RS indicates N = 3 as value of the 'diff' query parameter, i.e., as the maximum number of diff entries to be specified in a response from the AS.</t>
        <t>In this example, the AS does not support the "Cursor" extension. Hence, the 'cursor' parameter and the 'more' parameter are not included in the payload of the responses to a diff query request.</t>
        <figure anchor="fig-RS-AS-2">
          <name>Interaction for Diff Query with Observe</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="1504" width="440" viewBox="0 0 440 1504" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,48 L 8,1488" fill="none" stroke="black"/>
                <path d="M 432,48 L 432,1488" fill="none" stroke="black"/>
                <path d="M 8,80 L 424,80" fill="none" stroke="black"/>
                <path d="M 16,112 L 432,112" fill="none" stroke="black"/>
                <path d="M 8,288 L 424,288" fill="none" stroke="black"/>
                <path d="M 16,320 L 432,320" fill="none" stroke="black"/>
                <path d="M 16,592 L 432,592" fill="none" stroke="black"/>
                <path d="M 16,816 L 432,816" fill="none" stroke="black"/>
                <path d="M 16,1056 L 432,1056" fill="none" stroke="black"/>
                <path d="M 16,1312 L 432,1312" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="432,288 420,282.4 420,293.6" fill="black" transform="rotate(0,424,288)"/>
                <polygon class="arrowhead" points="432,80 420,74.4 420,85.6" fill="black" transform="rotate(0,424,80)"/>
                <polygon class="arrowhead" points="24,1312 12,1306.4 12,1317.6" fill="black" transform="rotate(180,16,1312)"/>
                <polygon class="arrowhead" points="24,1056 12,1050.4 12,1061.6" fill="black" transform="rotate(180,16,1056)"/>
                <polygon class="arrowhead" points="24,816 12,810.4 12,821.6" fill="black" transform="rotate(180,16,816)"/>
                <polygon class="arrowhead" points="24,592 12,586.4 12,597.6" fill="black" transform="rotate(180,16,592)"/>
                <polygon class="arrowhead" points="24,320 12,314.4 12,325.6" fill="black" transform="rotate(180,16,320)"/>
                <polygon class="arrowhead" points="24,112 12,106.4 12,117.6" fill="black" transform="rotate(180,16,112)"/>
                <g class="text">
                  <text x="12" y="36">RS</text>
                  <text x="428" y="36">AS</text>
                  <text x="80" y="68">Registration:</text>
                  <text x="156" y="68">POST</text>
                  <text x="180" y="132">2.01</text>
                  <text x="232" y="132">Created</text>
                  <text x="212" y="148">Payload:</text>
                  <text x="256" y="148">{</text>
                  <text x="200" y="164">/</text>
                  <text x="224" y="164">...</text>
                  <text x="248" y="164">/</text>
                  <text x="236" y="180">"trl_path"</text>
                  <text x="288" y="180">:</text>
                  <text x="352" y="180">"revoke/trl",</text>
                  <text x="236" y="196">"trl_hash"</text>
                  <text x="288" y="196">:</text>
                  <text x="340" y="196">"sha-256",</text>
                  <text x="248" y="212">"max_n"</text>
                  <text x="288" y="212">:</text>
                  <text x="308" y="212">10</text>
                  <text x="184" y="228">}</text>
                  <text x="40" y="260">GET</text>
                  <text x="216" y="260">coap://as.example.com/revoke/trl?diff=3</text>
                  <text x="76" y="276">Observe:</text>
                  <text x="120" y="276">0</text>
                  <text x="76" y="340">2.05</text>
                  <text x="128" y="340">Content</text>
                  <text x="108" y="356">Observe:</text>
                  <text x="156" y="356">42</text>
                  <text x="136" y="372">Content-Format:</text>
                  <text x="300" y="372">application/ace-trl+cbor</text>
                  <text x="108" y="388">Payload:</text>
                  <text x="152" y="388">{</text>
                  <text x="136" y="404">e'diff_set'</text>
                  <text x="192" y="404">:</text>
                  <text x="212" y="404">[]</text>
                  <text x="80" y="420">}</text>
                  <text x="216" y="452">...</text>
                  <text x="120" y="484">(Access</text>
                  <text x="180" y="484">tokens</text>
                  <text x="220" y="484">t1</text>
                  <text x="248" y="484">and</text>
                  <text x="276" y="484">t2</text>
                  <text x="316" y="484">issued</text>
                  <text x="104" y="500">and</text>
                  <text x="172" y="500">successfully</text>
                  <text x="264" y="500">submitted</text>
                  <text x="316" y="500">to</text>
                  <text x="344" y="500">RS)</text>
                  <text x="216" y="532">...</text>
                  <text x="136" y="564">(Access</text>
                  <text x="192" y="564">token</text>
                  <text x="228" y="564">t1</text>
                  <text x="252" y="564">is</text>
                  <text x="300" y="564">revoked)</text>
                  <text x="76" y="612">2.05</text>
                  <text x="128" y="612">Content</text>
                  <text x="108" y="628">Observe:</text>
                  <text x="156" y="628">53</text>
                  <text x="136" y="644">Content-Format:</text>
                  <text x="300" y="644">application/ace-trl+cbor</text>
                  <text x="108" y="660">Payload:</text>
                  <text x="152" y="660">{</text>
                  <text x="136" y="676">e'diff_set'</text>
                  <text x="192" y="676">:</text>
                  <text x="208" y="676">[</text>
                  <text x="216" y="692">[</text>
                  <text x="240" y="692">[],</text>
                  <text x="308" y="692">[bstr.h(t1)]</text>
                  <text x="368" y="692">]</text>
                  <text x="208" y="708">]</text>
                  <text x="80" y="724">}</text>
                  <text x="216" y="756">...</text>
                  <text x="136" y="788">(Access</text>
                  <text x="192" y="788">token</text>
                  <text x="228" y="788">t2</text>
                  <text x="252" y="788">is</text>
                  <text x="300" y="788">revoked)</text>
                  <text x="76" y="836">2.05</text>
                  <text x="128" y="836">Content</text>
                  <text x="108" y="852">Observe:</text>
                  <text x="156" y="852">64</text>
                  <text x="136" y="868">Content-Format:</text>
                  <text x="300" y="868">application/ace-trl+cbor</text>
                  <text x="108" y="884">Payload:</text>
                  <text x="152" y="884">{</text>
                  <text x="136" y="900">e'diff_set'</text>
                  <text x="192" y="900">:</text>
                  <text x="208" y="900">[</text>
                  <text x="216" y="916">[</text>
                  <text x="240" y="916">[],</text>
                  <text x="308" y="916">[bstr.h(t2)]</text>
                  <text x="372" y="916">],</text>
                  <text x="216" y="932">[</text>
                  <text x="240" y="932">[],</text>
                  <text x="308" y="932">[bstr.h(t1)]</text>
                  <text x="368" y="932">]</text>
                  <text x="208" y="948">]</text>
                  <text x="80" y="964">}</text>
                  <text x="216" y="996">...</text>
                  <text x="152" y="1028">(Access</text>
                  <text x="208" y="1028">token</text>
                  <text x="244" y="1028">t1</text>
                  <text x="292" y="1028">expires)</text>
                  <text x="76" y="1076">2.05</text>
                  <text x="128" y="1076">Content</text>
                  <text x="108" y="1092">Observe:</text>
                  <text x="156" y="1092">75</text>
                  <text x="136" y="1108">Content-Format:</text>
                  <text x="300" y="1108">application/ace-trl+cbor</text>
                  <text x="108" y="1124">Payload:</text>
                  <text x="152" y="1124">{</text>
                  <text x="136" y="1140">e'diff_set'</text>
                  <text x="192" y="1140">:</text>
                  <text x="208" y="1140">[</text>
                  <text x="216" y="1156">[</text>
                  <text x="280" y="1156">[bstr.h(t1)],</text>
                  <text x="348" y="1156">[]</text>
                  <text x="372" y="1156">],</text>
                  <text x="216" y="1172">[</text>
                  <text x="240" y="1172">[],</text>
                  <text x="308" y="1172">[bstr.h(t2)]</text>
                  <text x="372" y="1172">],</text>
                  <text x="216" y="1188">[</text>
                  <text x="240" y="1188">[],</text>
                  <text x="308" y="1188">[bstr.h(t1)]</text>
                  <text x="368" y="1188">]</text>
                  <text x="208" y="1204">]</text>
                  <text x="80" y="1220">}</text>
                  <text x="216" y="1252">...</text>
                  <text x="152" y="1284">(Access</text>
                  <text x="208" y="1284">token</text>
                  <text x="244" y="1284">t2</text>
                  <text x="292" y="1284">expires)</text>
                  <text x="76" y="1332">2.05</text>
                  <text x="128" y="1332">Content</text>
                  <text x="108" y="1348">Observe:</text>
                  <text x="156" y="1348">86</text>
                  <text x="136" y="1364">Content-Format:</text>
                  <text x="300" y="1364">application/ace-trl+cbor</text>
                  <text x="108" y="1380">Payload:</text>
                  <text x="152" y="1380">{</text>
                  <text x="136" y="1396">e'diff_set'</text>
                  <text x="192" y="1396">:</text>
                  <text x="208" y="1396">[</text>
                  <text x="216" y="1412">[</text>
                  <text x="280" y="1412">[bstr.h(t2)],</text>
                  <text x="348" y="1412">[]</text>
                  <text x="372" y="1412">],</text>
                  <text x="216" y="1428">[</text>
                  <text x="280" y="1428">[bstr.h(t1)],</text>
                  <text x="348" y="1428">[]</text>
                  <text x="372" y="1428">],</text>
                  <text x="216" y="1444">[</text>
                  <text x="240" y="1444">[],</text>
                  <text x="308" y="1444">[bstr.h(t2)]</text>
                  <text x="368" y="1444">]</text>
                  <text x="208" y="1460">]</text>
                  <text x="80" y="1476">}</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
RS                                                  AS
|                                                    |
|  Registration: POST                                |
+--------------------------------------------------->|
|                                                    |
|<---------------------------------------------------+
|                   2.01 Created                     |
|                     Payload: {                     |
|                       / ... /                      |
|                       "trl_path" : "revoke/trl",   |
|                       "trl_hash" : "sha-256",      |
|                          "max_n" : 10              |
|                     }                              |
|                                                    |
|  GET coap://as.example.com/revoke/trl?diff=3       |
|    Observe: 0                                      |
+--------------------------------------------------->|
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 42                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'diff_set' : []                          |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|          (Access tokens t1 and t2 issued           |
|          and successfully submitted to RS)         |
|                                                    |
|                        ...                         |
|                                                    |
|            (Access token t1 is revoked)            |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 53                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'diff_set' : [                           |
|                         [ [], [bstr.h(t1)] ]       |
|                        ]                           |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|            (Access token t2 is revoked)            |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 64                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'diff_set' : [                           |
|                         [ [], [bstr.h(t2)] ],      |
|                         [ [], [bstr.h(t1)] ]       |
|                        ]                           |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|              (Access token t1 expires)             |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 75                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'diff_set' : [                           |
|                         [ [bstr.h(t1)], [] ],      |
|                         [ [], [bstr.h(t2)] ],      |
|                         [ [], [bstr.h(t1)] ]       |
|                        ]                           |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|              (Access token t2 expires)             |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 86                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'diff_set' : [                           |
|                         [ [bstr.h(t2)], [] ],      |
|                         [ [bstr.h(t1)], [] ],      |
|                         [ [], [bstr.h(t2)] ]       |
|                        ]                           |
|        }                                           |
|                                                    |
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="sec-RS-example-3">
        <name>Full Query with Observe plus Diff Query</name>
        <t><xref target="fig-RS-AS-3"/> shows an interaction example considering a CoAP observation and a full query of the TRL.</t>
        <t>The example also considers one of the notifications from the AS to get lost in transmission, and thus not reaching the RS.</t>
        <t>When this happens, and after a waiting time defined by the application has elapsed, the RS sends a GET request with no Observe Option to the AS, to perform a diff query of the TRL. The RS indicates N = 8 as value of the 'diff' query parameter, i.e., as the maximum number of diff entries to be specified in a response from the AS.</t>
        <t>In this example, the AS does not support the "Cursor" extension. Hence, the 'cursor' parameter is not included in the payload of the responses to a full query request. Also, the 'cursor' parameter and the 'more' parameter are not included in the payload of the responses to a diff query request.</t>
        <figure anchor="fig-RS-AS-3">
          <name>Interaction for Full Query with Observe plus Diff Query</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="1632" width="440" viewBox="0 0 440 1632" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,48 L 8,1616" fill="none" stroke="black"/>
                <path d="M 432,48 L 432,1616" fill="none" stroke="black"/>
                <path d="M 8,80 L 424,80" fill="none" stroke="black"/>
                <path d="M 16,112 L 432,112" fill="none" stroke="black"/>
                <path d="M 8,288 L 424,288" fill="none" stroke="black"/>
                <path d="M 16,320 L 432,320" fill="none" stroke="black"/>
                <path d="M 16,592 L 432,592" fill="none" stroke="black"/>
                <path d="M 16,784 L 432,784" fill="none" stroke="black"/>
                <path d="M 16,976 L 432,976" fill="none" stroke="black"/>
                <path d="M 88,1168 L 432,1168" fill="none" stroke="black"/>
                <path d="M 8,1408 L 424,1408" fill="none" stroke="black"/>
                <path d="M 16,1440 L 432,1440" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="432,1408 420,1402.4 420,1413.6" fill="black" transform="rotate(0,424,1408)"/>
                <polygon class="arrowhead" points="432,288 420,282.4 420,293.6" fill="black" transform="rotate(0,424,288)"/>
                <polygon class="arrowhead" points="432,80 420,74.4 420,85.6" fill="black" transform="rotate(0,424,80)"/>
                <polygon class="arrowhead" points="96,1168 84,1162.4 84,1173.6" fill="black" transform="rotate(180,88,1168)"/>
                <polygon class="arrowhead" points="24,1440 12,1434.4 12,1445.6" fill="black" transform="rotate(180,16,1440)"/>
                <polygon class="arrowhead" points="24,976 12,970.4 12,981.6" fill="black" transform="rotate(180,16,976)"/>
                <polygon class="arrowhead" points="24,784 12,778.4 12,789.6" fill="black" transform="rotate(180,16,784)"/>
                <polygon class="arrowhead" points="24,592 12,586.4 12,597.6" fill="black" transform="rotate(180,16,592)"/>
                <polygon class="arrowhead" points="24,320 12,314.4 12,325.6" fill="black" transform="rotate(180,16,320)"/>
                <polygon class="arrowhead" points="24,112 12,106.4 12,117.6" fill="black" transform="rotate(180,16,112)"/>
                <g class="text">
                  <text x="12" y="36">RS</text>
                  <text x="428" y="36">AS</text>
                  <text x="80" y="68">Registration:</text>
                  <text x="156" y="68">POST</text>
                  <text x="180" y="132">2.01</text>
                  <text x="232" y="132">Created</text>
                  <text x="212" y="148">Payload:</text>
                  <text x="256" y="148">{</text>
                  <text x="200" y="164">/</text>
                  <text x="224" y="164">...</text>
                  <text x="248" y="164">/</text>
                  <text x="236" y="180">"trl_path"</text>
                  <text x="288" y="180">:</text>
                  <text x="352" y="180">"revoke/trl",</text>
                  <text x="236" y="196">"trl_hash"</text>
                  <text x="288" y="196">:</text>
                  <text x="340" y="196">"sha-256",</text>
                  <text x="248" y="212">"max_n"</text>
                  <text x="288" y="212">:</text>
                  <text x="308" y="212">10</text>
                  <text x="184" y="228">}</text>
                  <text x="40" y="260">GET</text>
                  <text x="192" y="260">coap://as.example.com/revoke/trl/</text>
                  <text x="76" y="276">Observe:</text>
                  <text x="120" y="276">0</text>
                  <text x="76" y="340">2.05</text>
                  <text x="128" y="340">Content</text>
                  <text x="108" y="356">Observe:</text>
                  <text x="156" y="356">42</text>
                  <text x="136" y="372">Content-Format:</text>
                  <text x="300" y="372">application/ace-trl+cbor</text>
                  <text x="108" y="388">Payload:</text>
                  <text x="152" y="388">{</text>
                  <text x="136" y="404">e'full_set'</text>
                  <text x="192" y="404">:</text>
                  <text x="212" y="404">[]</text>
                  <text x="80" y="420">}</text>
                  <text x="216" y="452">...</text>
                  <text x="120" y="484">(Access</text>
                  <text x="180" y="484">tokens</text>
                  <text x="220" y="484">t1</text>
                  <text x="248" y="484">and</text>
                  <text x="276" y="484">t2</text>
                  <text x="316" y="484">issued</text>
                  <text x="104" y="500">and</text>
                  <text x="172" y="500">successfully</text>
                  <text x="264" y="500">submitted</text>
                  <text x="316" y="500">to</text>
                  <text x="344" y="500">RS)</text>
                  <text x="216" y="532">...</text>
                  <text x="136" y="564">(Access</text>
                  <text x="192" y="564">token</text>
                  <text x="228" y="564">t1</text>
                  <text x="252" y="564">is</text>
                  <text x="300" y="564">revoked)</text>
                  <text x="76" y="612">2.05</text>
                  <text x="128" y="612">Content</text>
                  <text x="108" y="628">Observe:</text>
                  <text x="156" y="628">53</text>
                  <text x="136" y="644">Content-Format:</text>
                  <text x="300" y="644">application/ace-trl+cbor</text>
                  <text x="108" y="660">Payload:</text>
                  <text x="152" y="660">{</text>
                  <text x="136" y="676">e'full_set'</text>
                  <text x="192" y="676">:</text>
                  <text x="252" y="676">[bstr.h(t1)]</text>
                  <text x="80" y="692">}</text>
                  <text x="216" y="724">...</text>
                  <text x="136" y="756">(Access</text>
                  <text x="192" y="756">token</text>
                  <text x="228" y="756">t2</text>
                  <text x="252" y="756">is</text>
                  <text x="300" y="756">revoked)</text>
                  <text x="76" y="804">2.05</text>
                  <text x="128" y="804">Content</text>
                  <text x="108" y="820">Observe:</text>
                  <text x="156" y="820">64</text>
                  <text x="136" y="836">Content-Format:</text>
                  <text x="300" y="836">application/ace-trl+cbor</text>
                  <text x="108" y="852">Payload:</text>
                  <text x="152" y="852">{</text>
                  <text x="136" y="868">e'full_set'</text>
                  <text x="192" y="868">:</text>
                  <text x="252" y="868">[bstr.h(t1),</text>
                  <text x="352" y="868">bstr.h(t2)]</text>
                  <text x="80" y="884">}</text>
                  <text x="216" y="916">...</text>
                  <text x="144" y="948">(Access</text>
                  <text x="200" y="948">token</text>
                  <text x="236" y="948">t1</text>
                  <text x="284" y="948">expires)</text>
                  <text x="76" y="996">2.05</text>
                  <text x="128" y="996">Content</text>
                  <text x="108" y="1012">Observe:</text>
                  <text x="156" y="1012">75</text>
                  <text x="136" y="1028">Content-Format:</text>
                  <text x="300" y="1028">application/ace-trl+cbor</text>
                  <text x="108" y="1044">Payload:</text>
                  <text x="152" y="1044">{</text>
                  <text x="136" y="1060">e'full_set'</text>
                  <text x="192" y="1060">:</text>
                  <text x="252" y="1060">[bstr.h(t2)]</text>
                  <text x="80" y="1076">}</text>
                  <text x="216" y="1108">...</text>
                  <text x="144" y="1140">(Access</text>
                  <text x="200" y="1140">token</text>
                  <text x="236" y="1140">t2</text>
                  <text x="284" y="1140">expires)</text>
                  <text x="44" y="1172">Lost</text>
                  <text x="72" y="1172">X</text>
                  <text x="76" y="1188">2.05</text>
                  <text x="128" y="1188">Content</text>
                  <text x="108" y="1204">Observe:</text>
                  <text x="156" y="1204">86</text>
                  <text x="136" y="1220">Content-Format:</text>
                  <text x="300" y="1220">application/ace-trl+cbor</text>
                  <text x="108" y="1236">Payload:</text>
                  <text x="152" y="1236">{</text>
                  <text x="136" y="1252">e'full_set'</text>
                  <text x="192" y="1252">:</text>
                  <text x="212" y="1252">[]</text>
                  <text x="80" y="1268">}</text>
                  <text x="216" y="1300">...</text>
                  <text x="128" y="1332">(Enough</text>
                  <text x="180" y="1332">time</text>
                  <text x="216" y="1332">has</text>
                  <text x="260" y="1332">passed</text>
                  <text x="312" y="1332">since</text>
                  <text x="96" y="1348">the</text>
                  <text x="140" y="1348">latest</text>
                  <text x="204" y="1348">received</text>
                  <text x="296" y="1348">notification)</text>
                  <text x="40" y="1396">GET</text>
                  <text x="216" y="1396">coap://as.example.com/revoke/trl?diff=8</text>
                  <text x="76" y="1460">2.05</text>
                  <text x="128" y="1460">Content</text>
                  <text x="136" y="1476">Content-Format:</text>
                  <text x="300" y="1476">application/ace-trl+cbor</text>
                  <text x="108" y="1492">Payload:</text>
                  <text x="152" y="1492">{</text>
                  <text x="136" y="1508">e'diff_set'</text>
                  <text x="192" y="1508">:</text>
                  <text x="208" y="1508">[</text>
                  <text x="216" y="1524">[</text>
                  <text x="280" y="1524">[bstr.h(t2)],</text>
                  <text x="348" y="1524">[]</text>
                  <text x="372" y="1524">],</text>
                  <text x="216" y="1540">[</text>
                  <text x="280" y="1540">[bstr.h(t1)],</text>
                  <text x="348" y="1540">[]</text>
                  <text x="372" y="1540">],</text>
                  <text x="216" y="1556">[</text>
                  <text x="240" y="1556">[],</text>
                  <text x="308" y="1556">[bstr.h(t2)]</text>
                  <text x="372" y="1556">],</text>
                  <text x="216" y="1572">[</text>
                  <text x="240" y="1572">[],</text>
                  <text x="308" y="1572">[bstr.h(t1)]</text>
                  <text x="368" y="1572">]</text>
                  <text x="208" y="1588">]</text>
                  <text x="80" y="1604">}</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
RS                                                  AS
|                                                    |
|  Registration: POST                                |
+--------------------------------------------------->|
|                                                    |
|<---------------------------------------------------+
|                   2.01 Created                     |
|                     Payload: {                     |
|                       / ... /                      |
|                       "trl_path" : "revoke/trl",   |
|                       "trl_hash" : "sha-256",      |
|                          "max_n" : 10              |
|                     }                              |
|                                                    |
|  GET coap://as.example.com/revoke/trl/             |
|    Observe: 0                                      |
+--------------------------------------------------->|
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 42                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : []                          |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|          (Access tokens t1 and t2 issued           |
|          and successfully submitted to RS)         |
|                                                    |
|                        ...                         |
|                                                    |
|            (Access token t1 is revoked)            |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 53                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : [bstr.h(t1)]                |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|            (Access token t2 is revoked)            |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 64                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : [bstr.h(t1), bstr.h(t2)]    |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|             (Access token t1 expires)              |
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Observe: 75                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : [bstr.h(t2)]                |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|             (Access token t2 expires)              |
|                                                    |
|  Lost X <------------------------------------------+
|      2.05 Content                                  |
|        Observe: 86                                 |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'full_set' : []                          |
|        }                                           |
|                                                    |
|                        ...                         |
|                                                    |
|           (Enough time has passed since            |
|         the latest received notification)          |
|                                                    |
|                                                    |
|  GET coap://as.example.com/revoke/trl?diff=8       |
+--------------------------------------------------->|
|                                                    |
|<---------------------------------------------------+
|      2.05 Content                                  |
|        Content-Format: application/ace-trl+cbor    |
|        Payload: {                                  |
|          e'diff_set' : [                           |
|                         [ [bstr.h(t2)], [] ],      |
|                         [ [bstr.h(t1)], [] ],      |
|                         [ [], [bstr.h(t2)] ],      |
|                         [ [], [bstr.h(t1)] ]       |
|                        ]                           |
|        }                                           |
|                                                    |
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="sec-RS-example-2-3">
        <name>Diff Query with Observe and "Cursor"</name>
        <t>In this example, the AS supports the "Cursor" extension. Hence, the CBOR map conveyed as payload of the registration response additionally includes a "max_diff_batch" parameter. This specifies the value of MAX_DIFF_BATCH, i.e., the maximum number of diff entries that can be included in a response to a diff query request from this RS.</t>
        <t><xref target="fig-RS-AS-4"/> shows an interaction example considering a CoAP observation and a diff query of the TRL.</t>
        <t>The RS specifies the query parameter 'diff' with value 3, i.e., the maximum number of diff entries to be specified in a response from the AS.</t>
        <t>After the RS has not received a notification from the AS for a waiting time defined by the application, the RS sends a GET request with no Observe Option to the AS, to perform a diff query of the TRL.</t>
        <t>This is followed up by a further diff query request that specifies the query parameter 'cursor'. Note that the payload of the corresponding response differs from the payload of the response to the previous diff query request.</t>
        <figure anchor="fig-RS-AS-4">
          <name>Interaction for Diff Query with Observe and "Cursor"</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="2224" width="472" viewBox="0 0 472 2224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,48 L 8,2208" fill="none" stroke="black"/>
                <path d="M 464,48 L 464,2208" fill="none" stroke="black"/>
                <path d="M 8,80 L 456,80" fill="none" stroke="black"/>
                <path d="M 16,112 L 464,112" fill="none" stroke="black"/>
                <path d="M 8,304 L 456,304" fill="none" stroke="black"/>
                <path d="M 16,336 L 464,336" fill="none" stroke="black"/>
                <path d="M 16,640 L 464,640" fill="none" stroke="black"/>
                <path d="M 16,896 L 464,896" fill="none" stroke="black"/>
                <path d="M 16,1168 L 464,1168" fill="none" stroke="black"/>
                <path d="M 16,1456 L 464,1456" fill="none" stroke="black"/>
                <path d="M 8,1792 L 456,1792" fill="none" stroke="black"/>
                <path d="M 16,1824 L 464,1824" fill="none" stroke="black"/>
                <path d="M 8,2048 L 456,2048" fill="none" stroke="black"/>
                <path d="M 16,2080 L 464,2080" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="464,2048 452,2042.4 452,2053.6" fill="black" transform="rotate(0,456,2048)"/>
                <polygon class="arrowhead" points="464,1792 452,1786.4 452,1797.6" fill="black" transform="rotate(0,456,1792)"/>
                <polygon class="arrowhead" points="464,304 452,298.4 452,309.6" fill="black" transform="rotate(0,456,304)"/>
                <polygon class="arrowhead" points="464,80 452,74.4 452,85.6" fill="black" transform="rotate(0,456,80)"/>
                <polygon class="arrowhead" points="24,2080 12,2074.4 12,2085.6" fill="black" transform="rotate(180,16,2080)"/>
                <polygon class="arrowhead" points="24,1824 12,1818.4 12,1829.6" fill="black" transform="rotate(180,16,1824)"/>
                <polygon class="arrowhead" points="24,1456 12,1450.4 12,1461.6" fill="black" transform="rotate(180,16,1456)"/>
                <polygon class="arrowhead" points="24,1168 12,1162.4 12,1173.6" fill="black" transform="rotate(180,16,1168)"/>
                <polygon class="arrowhead" points="24,896 12,890.4 12,901.6" fill="black" transform="rotate(180,16,896)"/>
                <polygon class="arrowhead" points="24,640 12,634.4 12,645.6" fill="black" transform="rotate(180,16,640)"/>
                <polygon class="arrowhead" points="24,336 12,330.4 12,341.6" fill="black" transform="rotate(180,16,336)"/>
                <polygon class="arrowhead" points="24,112 12,106.4 12,117.6" fill="black" transform="rotate(180,16,112)"/>
                <g class="text">
                  <text x="12" y="36">RS</text>
                  <text x="460" y="36">AS</text>
                  <text x="80" y="68">Registration:</text>
                  <text x="156" y="68">POST</text>
                  <text x="180" y="132">2.01</text>
                  <text x="232" y="132">Created</text>
                  <text x="212" y="148">Payload:</text>
                  <text x="256" y="148">{</text>
                  <text x="240" y="164">/</text>
                  <text x="264" y="164">...</text>
                  <text x="288" y="164">/</text>
                  <text x="276" y="180">"trl_path"</text>
                  <text x="328" y="180">:</text>
                  <text x="392" y="180">"revoke/trl",</text>
                  <text x="276" y="196">"trl_hash"</text>
                  <text x="328" y="196">:</text>
                  <text x="380" y="196">"sha-256",</text>
                  <text x="288" y="212">"max_n"</text>
                  <text x="328" y="212">:</text>
                  <text x="352" y="212">10,</text>
                  <text x="264" y="228">"max_diff_batch":</text>
                  <text x="344" y="228">5</text>
                  <text x="184" y="244">}</text>
                  <text x="40" y="276">GET</text>
                  <text x="216" y="276">coap://as.example.com/revoke/trl?diff=3</text>
                  <text x="76" y="292">Observe:</text>
                  <text x="120" y="292">0</text>
                  <text x="108" y="356">2.05</text>
                  <text x="160" y="356">Content</text>
                  <text x="140" y="372">Observe:</text>
                  <text x="188" y="372">42</text>
                  <text x="168" y="388">Content-Format:</text>
                  <text x="332" y="388">application/ace-trl+cbor</text>
                  <text x="140" y="404">Payload:</text>
                  <text x="184" y="404">{</text>
                  <text x="168" y="420">e'diff_set'</text>
                  <text x="224" y="420">:</text>
                  <text x="248" y="420">[],</text>
                  <text x="176" y="436">e'cursor'</text>
                  <text x="224" y="436">:</text>
                  <text x="256" y="436">null,</text>
                  <text x="184" y="452">e'more'</text>
                  <text x="224" y="452">:</text>
                  <text x="256" y="452">false</text>
                  <text x="112" y="468">}</text>
                  <text x="232" y="500">...</text>
                  <text x="136" y="532">(Access</text>
                  <text x="196" y="532">tokens</text>
                  <text x="236" y="532">t1</text>
                  <text x="264" y="532">and</text>
                  <text x="292" y="532">t2</text>
                  <text x="332" y="532">issued</text>
                  <text x="120" y="548">and</text>
                  <text x="188" y="548">successfully</text>
                  <text x="280" y="548">submitted</text>
                  <text x="332" y="548">to</text>
                  <text x="360" y="548">RS)</text>
                  <text x="232" y="580">...</text>
                  <text x="152" y="612">(Access</text>
                  <text x="208" y="612">token</text>
                  <text x="244" y="612">t1</text>
                  <text x="268" y="612">is</text>
                  <text x="316" y="612">revoked)</text>
                  <text x="108" y="660">2.05</text>
                  <text x="160" y="660">Content</text>
                  <text x="140" y="676">Observe:</text>
                  <text x="188" y="676">53</text>
                  <text x="168" y="692">Content-Format:</text>
                  <text x="332" y="692">application/ace-trl+cbor</text>
                  <text x="140" y="708">Payload:</text>
                  <text x="184" y="708">{</text>
                  <text x="168" y="724">e'diff_set'</text>
                  <text x="224" y="724">:</text>
                  <text x="240" y="724">[</text>
                  <text x="248" y="740">[</text>
                  <text x="272" y="740">[],</text>
                  <text x="340" y="740">[bstr.h(t1)]</text>
                  <text x="400" y="740">]</text>
                  <text x="244" y="756">],</text>
                  <text x="176" y="772">e'cursor'</text>
                  <text x="224" y="772">:</text>
                  <text x="244" y="772">0,</text>
                  <text x="184" y="788">e'more'</text>
                  <text x="224" y="788">:</text>
                  <text x="256" y="788">false</text>
                  <text x="112" y="804">}</text>
                  <text x="232" y="836">...</text>
                  <text x="152" y="868">(Access</text>
                  <text x="208" y="868">token</text>
                  <text x="244" y="868">t2</text>
                  <text x="268" y="868">is</text>
                  <text x="316" y="868">revoked)</text>
                  <text x="108" y="916">2.05</text>
                  <text x="160" y="916">Content</text>
                  <text x="140" y="932">Observe:</text>
                  <text x="188" y="932">64</text>
                  <text x="168" y="948">Content-Format:</text>
                  <text x="332" y="948">application/ace-trl+cbor</text>
                  <text x="140" y="964">Payload:</text>
                  <text x="184" y="964">{</text>
                  <text x="168" y="980">e'diff_set'</text>
                  <text x="224" y="980">:</text>
                  <text x="240" y="980">[</text>
                  <text x="248" y="996">[</text>
                  <text x="272" y="996">[],</text>
                  <text x="340" y="996">[bstr.h(t2)]</text>
                  <text x="404" y="996">],</text>
                  <text x="248" y="1012">[</text>
                  <text x="272" y="1012">[],</text>
                  <text x="340" y="1012">[bstr.h(t1)]</text>
                  <text x="400" y="1012">]</text>
                  <text x="244" y="1028">],</text>
                  <text x="176" y="1044">e'cursor'</text>
                  <text x="224" y="1044">:</text>
                  <text x="244" y="1044">1,</text>
                  <text x="184" y="1060">e'more'</text>
                  <text x="224" y="1060">:</text>
                  <text x="256" y="1060">false</text>
                  <text x="112" y="1076">}</text>
                  <text x="232" y="1108">...</text>
                  <text x="152" y="1140">(Access</text>
                  <text x="208" y="1140">token</text>
                  <text x="244" y="1140">t1</text>
                  <text x="292" y="1140">expires)</text>
                  <text x="108" y="1188">2.05</text>
                  <text x="160" y="1188">Content</text>
                  <text x="140" y="1204">Observe:</text>
                  <text x="188" y="1204">75</text>
                  <text x="168" y="1220">Content-Format:</text>
                  <text x="332" y="1220">application/ace-trl+cbor</text>
                  <text x="140" y="1236">Payload:</text>
                  <text x="184" y="1236">{</text>
                  <text x="168" y="1252">e'diff_set'</text>
                  <text x="224" y="1252">:</text>
                  <text x="240" y="1252">[</text>
                  <text x="248" y="1268">[</text>
                  <text x="312" y="1268">[bstr.h(t1)],</text>
                  <text x="380" y="1268">[]</text>
                  <text x="404" y="1268">],</text>
                  <text x="248" y="1284">[</text>
                  <text x="272" y="1284">[],</text>
                  <text x="340" y="1284">[bstr.h(t2)]</text>
                  <text x="404" y="1284">],</text>
                  <text x="248" y="1300">[</text>
                  <text x="272" y="1300">[],</text>
                  <text x="340" y="1300">[bstr.h(t1)]</text>
                  <text x="400" y="1300">]</text>
                  <text x="244" y="1316">],</text>
                  <text x="176" y="1332">e'cursor'</text>
                  <text x="224" y="1332">:</text>
                  <text x="244" y="1332">2,</text>
                  <text x="184" y="1348">e'more'</text>
                  <text x="224" y="1348">:</text>
                  <text x="256" y="1348">false</text>
                  <text x="112" y="1364">}</text>
                  <text x="232" y="1396">...</text>
                  <text x="152" y="1428">(Access</text>
                  <text x="208" y="1428">token</text>
                  <text x="244" y="1428">t2</text>
                  <text x="292" y="1428">expires)</text>
                  <text x="108" y="1476">2.05</text>
                  <text x="160" y="1476">Content</text>
                  <text x="140" y="1492">Observe:</text>
                  <text x="188" y="1492">86</text>
                  <text x="168" y="1508">Content-Format:</text>
                  <text x="332" y="1508">application/ace-trl+cbor</text>
                  <text x="140" y="1524">Payload:</text>
                  <text x="184" y="1524">{</text>
                  <text x="168" y="1540">e'diff_set'</text>
                  <text x="224" y="1540">:</text>
                  <text x="240" y="1540">[</text>
                  <text x="248" y="1556">[</text>
                  <text x="312" y="1556">[bstr.h(t2)],</text>
                  <text x="380" y="1556">[]</text>
                  <text x="404" y="1556">],</text>
                  <text x="248" y="1572">[</text>
                  <text x="312" y="1572">[bstr.h(t1)],</text>
                  <text x="380" y="1572">[]</text>
                  <text x="404" y="1572">],</text>
                  <text x="248" y="1588">[</text>
                  <text x="272" y="1588">[],</text>
                  <text x="340" y="1588">[bstr.h(t2)]</text>
                  <text x="400" y="1588">]</text>
                  <text x="244" y="1604">],</text>
                  <text x="176" y="1620">e'cursor'</text>
                  <text x="224" y="1620">:</text>
                  <text x="244" y="1620">3,</text>
                  <text x="184" y="1636">e'more'</text>
                  <text x="224" y="1636">:</text>
                  <text x="256" y="1636">false</text>
                  <text x="112" y="1652">}</text>
                  <text x="232" y="1684">...</text>
                  <text x="136" y="1716">(Enough</text>
                  <text x="188" y="1716">time</text>
                  <text x="224" y="1716">has</text>
                  <text x="268" y="1716">passed</text>
                  <text x="320" y="1716">since</text>
                  <text x="128" y="1732">the</text>
                  <text x="172" y="1732">latest</text>
                  <text x="236" y="1732">received</text>
                  <text x="328" y="1732">notification)</text>
                  <text x="40" y="1780">GET</text>
                  <text x="216" y="1780">coap://as.example.com/revoke/trl?diff=3</text>
                  <text x="108" y="1844">2.05</text>
                  <text x="160" y="1844">Content</text>
                  <text x="168" y="1860">Content-Format:</text>
                  <text x="332" y="1860">application/ace-trl+cbor</text>
                  <text x="140" y="1876">Payload:</text>
                  <text x="184" y="1876">{</text>
                  <text x="168" y="1892">e'diff_set'</text>
                  <text x="224" y="1892">:</text>
                  <text x="240" y="1892">[</text>
                  <text x="248" y="1908">[</text>
                  <text x="312" y="1908">[bstr.h(t2)],</text>
                  <text x="380" y="1908">[]</text>
                  <text x="404" y="1908">],</text>
                  <text x="248" y="1924">[</text>
                  <text x="312" y="1924">[bstr.h(t1)],</text>
                  <text x="380" y="1924">[]</text>
                  <text x="404" y="1924">],</text>
                  <text x="248" y="1940">[</text>
                  <text x="272" y="1940">[],</text>
                  <text x="340" y="1940">[bstr.h(t2)]</text>
                  <text x="400" y="1940">]</text>
                  <text x="244" y="1956">],</text>
                  <text x="176" y="1972">e'cursor'</text>
                  <text x="224" y="1972">:</text>
                  <text x="244" y="1972">3,</text>
                  <text x="184" y="1988">e'more'</text>
                  <text x="224" y="1988">:</text>
                  <text x="256" y="1988">false</text>
                  <text x="112" y="2004">}</text>
                  <text x="40" y="2036">GET</text>
                  <text x="252" y="2036">coap://as.example.com/revoke/trl?diff=3&amp;cursor=3</text>
                  <text x="108" y="2100">2.05</text>
                  <text x="160" y="2100">Content</text>
                  <text x="168" y="2116">Content-Format:</text>
                  <text x="332" y="2116">application/ace-trl+cbor</text>
                  <text x="140" y="2132">Payload:</text>
                  <text x="184" y="2132">{</text>
                  <text x="168" y="2148">e'diff_set'</text>
                  <text x="224" y="2148">:</text>
                  <text x="248" y="2148">[],</text>
                  <text x="176" y="2164">e'cursor'</text>
                  <text x="224" y="2164">:</text>
                  <text x="244" y="2164">3,</text>
                  <text x="184" y="2180">e'more'</text>
                  <text x="224" y="2180">:</text>
                  <text x="256" y="2180">false</text>
                  <text x="112" y="2196">}</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
RS                                                      AS
|                                                        |
|  Registration: POST                                    |
+------------------------------------------------------->|
|                                                        |
|<-------------------------------------------------------+
|                   2.01 Created                         |
|                     Payload: {                         |
|                            / ... /                     |
|                            "trl_path" : "revoke/trl",  |
|                            "trl_hash" : "sha-256",     |
|                               "max_n" : 10,            |
|                       "max_diff_batch": 5              |
|                     }                                  |
|                                                        |
|  GET coap://as.example.com/revoke/trl?diff=3           |
|    Observe: 0                                          |
+------------------------------------------------------->|
|                                                        |
|<-------------------------------------------------------+
|          2.05 Content                                  |
|            Observe: 42                                 |
|            Content-Format: application/ace-trl+cbor    |
|            Payload: {                                  |
|              e'diff_set' : [],                         |
|                e'cursor' : null,                       |
|                  e'more' : false                       |
|            }                                           |
|                                                        |
|                          ...                           |
|                                                        |
|            (Access tokens t1 and t2 issued             |
|            and successfully submitted to RS)           |
|                                                        |
|                          ...                           |
|                                                        |
|              (Access token t1 is revoked)              |
|                                                        |
|<-------------------------------------------------------+
|          2.05 Content                                  |
|            Observe: 53                                 |
|            Content-Format: application/ace-trl+cbor    |
|            Payload: {                                  |
|              e'diff_set' : [                           |
|                             [ [], [bstr.h(t1)] ]       |
|                            ],                          |
|                e'cursor' : 0,                          |
|                  e'more' : false                       |
|            }                                           |
|                                                        |
|                          ...                           |
|                                                        |
|              (Access token t2 is revoked)              |
|                                                        |
|<-------------------------------------------------------+
|          2.05 Content                                  |
|            Observe: 64                                 |
|            Content-Format: application/ace-trl+cbor    |
|            Payload: {                                  |
|              e'diff_set' : [                           |
|                             [ [], [bstr.h(t2)] ],      |
|                             [ [], [bstr.h(t1)] ]       |
|                            ],                          |
|                e'cursor' : 1,                          |
|                  e'more' : false                       |
|            }                                           |
|                                                        |
|                          ...                           |
|                                                        |
|              (Access token t1 expires)                 |
|                                                        |
|<-------------------------------------------------------+
|          2.05 Content                                  |
|            Observe: 75                                 |
|            Content-Format: application/ace-trl+cbor    |
|            Payload: {                                  |
|              e'diff_set' : [                           |
|                             [ [bstr.h(t1)], [] ],      |
|                             [ [], [bstr.h(t2)] ],      |
|                             [ [], [bstr.h(t1)] ]       |
|                            ],                          |
|                e'cursor' : 2,                          |
|                  e'more' : false                       |
|            }                                           |
|                                                        |
|                          ...                           |
|                                                        |
|              (Access token t2 expires)                 |
|                                                        |
|<-------------------------------------------------------+
|          2.05 Content                                  |
|            Observe: 86                                 |
|            Content-Format: application/ace-trl+cbor    |
|            Payload: {                                  |
|              e'diff_set' : [                           |
|                             [ [bstr.h(t2)], [] ],      |
|                             [ [bstr.h(t1)], [] ],      |
|                             [ [], [bstr.h(t2)] ]       |
|                            ],                          |
|                e'cursor' : 3,                          |
|                  e'more' : false                       |
|            }                                           |
|                                                        |
|                          ...                           |
|                                                        |
|            (Enough time has passed since               |
|             the latest received notification)          |
|                                                        |
|                                                        |
|  GET coap://as.example.com/revoke/trl?diff=3           |
+------------------------------------------------------->|
|                                                        |
|<-------------------------------------------------------+
|          2.05 Content                                  |
|            Content-Format: application/ace-trl+cbor    |
|            Payload: {                                  |
|              e'diff_set' : [                           |
|                             [ [bstr.h(t2)], [] ],      |
|                             [ [bstr.h(t1)], [] ],      |
|                             [ [], [bstr.h(t2)] ]       |
|                            ],                          |
|                e'cursor' : 3,                          |
|                  e'more' : false                       |
|            }                                           |
|                                                        |
|  GET coap://as.example.com/revoke/trl?diff=3&cursor=3  |
+------------------------------------------------------->|
|                                                        |
|<-------------------------------------------------------+
|          2.05 Content                                  |
|            Content-Format: application/ace-trl+cbor    |
|            Payload: {                                  |
|              e'diff_set' : [],                         |
|                e'cursor' : 3,                          |
|                  e'more' : false                       |
|            }                                           |
|                                                        |
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="sec-RS-example-5">
        <name>Full Query with Observe plus Diff Query with "Cursor"</name>
        <t>In this example, the AS supports the "Cursor" extension. Hence, the CBOR map conveyed as payload of the registration response additionally includes a "max_diff_batch" parameter. This specifies the value of MAX_DIFF_BATCH, i.e., the maximum number of diff entries that can be included in a response to a diff query request from this RS.</t>
        <t><xref target="fig-RS-AS-5"/> shows an interaction example considering a CoAP observation and a full query of the TRL.</t>
        <t>The example also considers some of the notifications from the AS to get lost in transmission, and thus not reaching the RS.</t>
        <t>When this happens, and after a waiting time defined by the application has elapsed, the RS sends a GET request with no Observe Option to the AS, to perform a diff query of the TRL. In particular, the RS specifies:</t>
        <ul spacing="normal">
          <li>
            <t>The query parameter 'diff' with value 8, i.e., the maximum number of diff entries to be specified in a response from the AS.</t>
          </li>
          <li>
            <t>The query parameter 'cursor' with value 2, thus requesting from the update collection the series items following the one with 'index' value equal to 2 (i.e., following the last series item that the RS successfully received in an earlier notification response).</t>
          </li>
        </ul>
        <t>The response from the AS conveys a first batch of MAX_DIFF_BATCH=5 series items from the update collection corresponding to the RS. The AS indicates that further series items are actually available in the update collection, by setting the 'more' parameter of the response to <tt>true</tt>. Also, the 'cursor' parameter of the response is set to 7, i.e., to the 'index' value of the most recent series item included in the response.</t>
        <t>After that, the RS follows up with a further diff query request specifying the query parameter 'cursor' with value 7, in order to retrieve the next and last batch of series items from the update collection.</t>
        <figure anchor="fig-RS-AS-5">
          <name>Interaction for Full Query with Observe plus Diff Query with "Cursor"</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="3568" width="528" viewBox="0 0 528 3568" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,48 L 8,3552" fill="none" stroke="black"/>
                <path d="M 520,48 L 520,3552" fill="none" stroke="black"/>
                <path d="M 8,80 L 512,80" fill="none" stroke="black"/>
                <path d="M 16,112 L 520,112" fill="none" stroke="black"/>
                <path d="M 8,304 L 512,304" fill="none" stroke="black"/>
                <path d="M 16,336 L 520,336" fill="none" stroke="black"/>
                <path d="M 16,704 L 520,704" fill="none" stroke="black"/>
                <path d="M 16,912 L 520,912" fill="none" stroke="black"/>
                <path d="M 16,1120 L 520,1120" fill="none" stroke="black"/>
                <path d="M 88,1328 L 520,1328" fill="none" stroke="black"/>
                <path d="M 88,1536 L 520,1536" fill="none" stroke="black"/>
                <path d="M 88,1744 L 520,1744" fill="none" stroke="black"/>
                <path d="M 88,1952 L 520,1952" fill="none" stroke="black"/>
                <path d="M 88,2160 L 520,2160" fill="none" stroke="black"/>
                <path d="M 88,2368 L 520,2368" fill="none" stroke="black"/>
                <path d="M 88,2576 L 520,2576" fill="none" stroke="black"/>
                <path d="M 88,2784 L 520,2784" fill="none" stroke="black"/>
                <path d="M 8,3040 L 512,3040" fill="none" stroke="black"/>
                <path d="M 16,3072 L 520,3072" fill="none" stroke="black"/>
                <path d="M 8,3328 L 512,3328" fill="none" stroke="black"/>
                <path d="M 16,3360 L 520,3360" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="520,3328 508,3322.4 508,3333.6" fill="black" transform="rotate(0,512,3328)"/>
                <polygon class="arrowhead" points="520,3040 508,3034.4 508,3045.6" fill="black" transform="rotate(0,512,3040)"/>
                <polygon class="arrowhead" points="520,304 508,298.4 508,309.6" fill="black" transform="rotate(0,512,304)"/>
                <polygon class="arrowhead" points="520,80 508,74.4 508,85.6" fill="black" transform="rotate(0,512,80)"/>
                <polygon class="arrowhead" points="96,2784 84,2778.4 84,2789.6" fill="black" transform="rotate(180,88,2784)"/>
                <polygon class="arrowhead" points="96,2576 84,2570.4 84,2581.6" fill="black" transform="rotate(180,88,2576)"/>
                <polygon class="arrowhead" points="96,2368 84,2362.4 84,2373.6" fill="black" transform="rotate(180,88,2368)"/>
                <polygon class="arrowhead" points="96,2160 84,2154.4 84,2165.6" fill="black" transform="rotate(180,88,2160)"/>
                <polygon class="arrowhead" points="96,1952 84,1946.4 84,1957.6" fill="black" transform="rotate(180,88,1952)"/>
                <polygon class="arrowhead" points="96,1744 84,1738.4 84,1749.6" fill="black" transform="rotate(180,88,1744)"/>
                <polygon class="arrowhead" points="96,1536 84,1530.4 84,1541.6" fill="black" transform="rotate(180,88,1536)"/>
                <polygon class="arrowhead" points="96,1328 84,1322.4 84,1333.6" fill="black" transform="rotate(180,88,1328)"/>
                <polygon class="arrowhead" points="24,3360 12,3354.4 12,3365.6" fill="black" transform="rotate(180,16,3360)"/>
                <polygon class="arrowhead" points="24,3072 12,3066.4 12,3077.6" fill="black" transform="rotate(180,16,3072)"/>
                <polygon class="arrowhead" points="24,1120 12,1114.4 12,1125.6" fill="black" transform="rotate(180,16,1120)"/>
                <polygon class="arrowhead" points="24,912 12,906.4 12,917.6" fill="black" transform="rotate(180,16,912)"/>
                <polygon class="arrowhead" points="24,704 12,698.4 12,709.6" fill="black" transform="rotate(180,16,704)"/>
                <polygon class="arrowhead" points="24,336 12,330.4 12,341.6" fill="black" transform="rotate(180,16,336)"/>
                <polygon class="arrowhead" points="24,112 12,106.4 12,117.6" fill="black" transform="rotate(180,16,112)"/>
                <g class="text">
                  <text x="12" y="36">RS</text>
                  <text x="516" y="36">AS</text>
                  <text x="80" y="68">Registration:</text>
                  <text x="156" y="68">POST</text>
                  <text x="236" y="132">2.01</text>
                  <text x="288" y="132">Created</text>
                  <text x="268" y="148">Payload:</text>
                  <text x="312" y="148">{</text>
                  <text x="296" y="164">/</text>
                  <text x="320" y="164">...</text>
                  <text x="344" y="164">/</text>
                  <text x="332" y="180">"trl_path"</text>
                  <text x="384" y="180">:</text>
                  <text x="448" y="180">"revoke/trl",</text>
                  <text x="332" y="196">"trl_hash"</text>
                  <text x="384" y="196">:</text>
                  <text x="436" y="196">"sha-256",</text>
                  <text x="344" y="212">"max_n"</text>
                  <text x="384" y="212">:</text>
                  <text x="408" y="212">10,</text>
                  <text x="320" y="228">"max_diff_batch":</text>
                  <text x="400" y="228">5</text>
                  <text x="240" y="244">}</text>
                  <text x="40" y="276">GET</text>
                  <text x="192" y="276">coap://as.example.com/revoke/trl/</text>
                  <text x="76" y="292">Observe:</text>
                  <text x="120" y="292">0</text>
                  <text x="164" y="356">2.05</text>
                  <text x="216" y="356">Content</text>
                  <text x="196" y="372">Observe:</text>
                  <text x="244" y="372">42</text>
                  <text x="224" y="388">Content-Format:</text>
                  <text x="388" y="388">application/ace-trl+cbor</text>
                  <text x="196" y="404">Payload:</text>
                  <text x="240" y="404">{</text>
                  <text x="224" y="420">e'full_set'</text>
                  <text x="280" y="420">:</text>
                  <text x="304" y="420">[],</text>
                  <text x="232" y="436">e'cursor'</text>
                  <text x="280" y="436">:</text>
                  <text x="308" y="436">null</text>
                  <text x="168" y="452">}</text>
                  <text x="264" y="484">...</text>
                  <text x="160" y="516">(Access</text>
                  <text x="220" y="516">tokens</text>
                  <text x="264" y="516">t1,</text>
                  <text x="296" y="516">t2,</text>
                  <text x="324" y="516">t3</text>
                  <text x="364" y="516">issued</text>
                  <text x="152" y="532">and</text>
                  <text x="220" y="532">successfully</text>
                  <text x="312" y="532">submitted</text>
                  <text x="364" y="532">to</text>
                  <text x="392" y="532">RS)</text>
                  <text x="264" y="564">...</text>
                  <text x="160" y="596">(Access</text>
                  <text x="220" y="596">tokens</text>
                  <text x="264" y="596">t4,</text>
                  <text x="296" y="596">t5,</text>
                  <text x="324" y="596">t6</text>
                  <text x="364" y="596">issued</text>
                  <text x="144" y="612">and</text>
                  <text x="212" y="612">successfully</text>
                  <text x="304" y="612">submitted</text>
                  <text x="356" y="612">to</text>
                  <text x="384" y="612">RS)</text>
                  <text x="264" y="644">...</text>
                  <text x="184" y="676">(Access</text>
                  <text x="240" y="676">token</text>
                  <text x="276" y="676">t1</text>
                  <text x="300" y="676">is</text>
                  <text x="348" y="676">revoked)</text>
                  <text x="164" y="724">2.05</text>
                  <text x="216" y="724">Content</text>
                  <text x="196" y="740">Observe:</text>
                  <text x="244" y="740">53</text>
                  <text x="224" y="756">Content-Format:</text>
                  <text x="388" y="756">application/ace-trl+cbor</text>
                  <text x="196" y="772">Payload:</text>
                  <text x="240" y="772">{</text>
                  <text x="224" y="788">e'full_set'</text>
                  <text x="280" y="788">:</text>
                  <text x="344" y="788">[bstr.h(t1)],</text>
                  <text x="232" y="804">e'cursor'</text>
                  <text x="280" y="804">:</text>
                  <text x="296" y="804">0</text>
                  <text x="168" y="820">}</text>
                  <text x="264" y="852">...</text>
                  <text x="184" y="884">(Access</text>
                  <text x="240" y="884">token</text>
                  <text x="276" y="884">t2</text>
                  <text x="300" y="884">is</text>
                  <text x="348" y="884">revoked)</text>
                  <text x="164" y="932">2.05</text>
                  <text x="216" y="932">Content</text>
                  <text x="196" y="948">Observe:</text>
                  <text x="244" y="948">64</text>
                  <text x="224" y="964">Content-Format:</text>
                  <text x="388" y="964">application/ace-trl+cbor</text>
                  <text x="196" y="980">Payload:</text>
                  <text x="240" y="980">{</text>
                  <text x="224" y="996">e'full_set'</text>
                  <text x="280" y="996">:</text>
                  <text x="340" y="996">[bstr.h(t1),</text>
                  <text x="444" y="996">bstr.h(t2)],</text>
                  <text x="232" y="1012">e'cursor'</text>
                  <text x="280" y="1012">:</text>
                  <text x="296" y="1012">1</text>
                  <text x="168" y="1028">}</text>
                  <text x="264" y="1060">...</text>
                  <text x="192" y="1092">(Access</text>
                  <text x="248" y="1092">token</text>
                  <text x="284" y="1092">t1</text>
                  <text x="332" y="1092">expires)</text>
                  <text x="164" y="1140">2.05</text>
                  <text x="216" y="1140">Content</text>
                  <text x="196" y="1156">Observe:</text>
                  <text x="244" y="1156">75</text>
                  <text x="224" y="1172">Content-Format:</text>
                  <text x="388" y="1172">application/ace-trl+cbor</text>
                  <text x="196" y="1188">Payload:</text>
                  <text x="240" y="1188">{</text>
                  <text x="224" y="1204">e'full_set'</text>
                  <text x="280" y="1204">:</text>
                  <text x="344" y="1204">[bstr.h(t2)],</text>
                  <text x="216" y="1220">e'cursor'</text>
                  <text x="280" y="1220">:</text>
                  <text x="296" y="1220">2</text>
                  <text x="168" y="1236">}</text>
                  <text x="264" y="1268">...</text>
                  <text x="192" y="1300">(Access</text>
                  <text x="248" y="1300">token</text>
                  <text x="284" y="1300">t2</text>
                  <text x="332" y="1300">expires)</text>
                  <text x="44" y="1332">Lost</text>
                  <text x="72" y="1332">X</text>
                  <text x="164" y="1348">2.05</text>
                  <text x="216" y="1348">Content</text>
                  <text x="196" y="1364">Observe:</text>
                  <text x="244" y="1364">86</text>
                  <text x="224" y="1380">Content-Format:</text>
                  <text x="388" y="1380">application/ace-trl+cbor</text>
                  <text x="196" y="1396">Payload:</text>
                  <text x="240" y="1396">{</text>
                  <text x="224" y="1412">e'full_set'</text>
                  <text x="280" y="1412">:</text>
                  <text x="304" y="1412">[],</text>
                  <text x="232" y="1428">e'cursor'</text>
                  <text x="280" y="1428">:</text>
                  <text x="296" y="1428">3</text>
                  <text x="168" y="1444">}</text>
                  <text x="264" y="1476">...</text>
                  <text x="184" y="1508">(Access</text>
                  <text x="240" y="1508">token</text>
                  <text x="276" y="1508">t3</text>
                  <text x="300" y="1508">is</text>
                  <text x="348" y="1508">revoked)</text>
                  <text x="44" y="1540">Lost</text>
                  <text x="72" y="1540">X</text>
                  <text x="164" y="1556">2.05</text>
                  <text x="216" y="1556">Content</text>
                  <text x="196" y="1572">Observe:</text>
                  <text x="244" y="1572">88</text>
                  <text x="224" y="1588">Content-Format:</text>
                  <text x="388" y="1588">application/ace-trl+cbor</text>
                  <text x="196" y="1604">Payload:</text>
                  <text x="240" y="1604">{</text>
                  <text x="224" y="1620">e'full_set'</text>
                  <text x="280" y="1620">:</text>
                  <text x="344" y="1620">[bstr.h(t3)],</text>
                  <text x="232" y="1636">e'cursor'</text>
                  <text x="280" y="1636">:</text>
                  <text x="296" y="1636">4</text>
                  <text x="168" y="1652">}</text>
                  <text x="264" y="1684">...</text>
                  <text x="184" y="1716">(Access</text>
                  <text x="240" y="1716">token</text>
                  <text x="276" y="1716">t4</text>
                  <text x="300" y="1716">is</text>
                  <text x="348" y="1716">revoked)</text>
                  <text x="44" y="1748">Lost</text>
                  <text x="72" y="1748">X</text>
                  <text x="164" y="1764">2.05</text>
                  <text x="216" y="1764">Content</text>
                  <text x="196" y="1780">Observe:</text>
                  <text x="244" y="1780">89</text>
                  <text x="224" y="1796">Content-Format:</text>
                  <text x="388" y="1796">application/ace-trl+cbor</text>
                  <text x="196" y="1812">Payload:</text>
                  <text x="240" y="1812">{</text>
                  <text x="224" y="1828">e'full_set'</text>
                  <text x="280" y="1828">:</text>
                  <text x="340" y="1828">[bstr.h(t3),</text>
                  <text x="444" y="1828">bstr.h(t4)],</text>
                  <text x="232" y="1844">e'cursor'</text>
                  <text x="280" y="1844">:</text>
                  <text x="296" y="1844">5</text>
                  <text x="168" y="1860">}</text>
                  <text x="264" y="1892">...</text>
                  <text x="200" y="1924">(Access</text>
                  <text x="256" y="1924">token</text>
                  <text x="292" y="1924">t3</text>
                  <text x="340" y="1924">expires)</text>
                  <text x="44" y="1956">Lost</text>
                  <text x="72" y="1956">X</text>
                  <text x="164" y="1972">2.05</text>
                  <text x="216" y="1972">Content</text>
                  <text x="196" y="1988">Observe:</text>
                  <text x="244" y="1988">90</text>
                  <text x="224" y="2004">Content-Format:</text>
                  <text x="388" y="2004">application/ace-trl+cbor</text>
                  <text x="196" y="2020">Payload:</text>
                  <text x="240" y="2020">{</text>
                  <text x="224" y="2036">e'full_set'</text>
                  <text x="280" y="2036">:</text>
                  <text x="344" y="2036">[bstr.h(t4)],</text>
                  <text x="232" y="2052">e'cursor'</text>
                  <text x="280" y="2052">:</text>
                  <text x="296" y="2052">6</text>
                  <text x="168" y="2068">}</text>
                  <text x="264" y="2100">...</text>
                  <text x="200" y="2132">(Access</text>
                  <text x="256" y="2132">token</text>
                  <text x="292" y="2132">t4</text>
                  <text x="340" y="2132">expires)</text>
                  <text x="44" y="2164">Lost</text>
                  <text x="72" y="2164">X</text>
                  <text x="164" y="2180">2.05</text>
                  <text x="216" y="2180">Content</text>
                  <text x="196" y="2196">Observe:</text>
                  <text x="244" y="2196">91</text>
                  <text x="224" y="2212">Content-Format:</text>
                  <text x="388" y="2212">application/ace-trl+cbor</text>
                  <text x="196" y="2228">Payload:</text>
                  <text x="240" y="2228">{</text>
                  <text x="224" y="2244">e'full_set'</text>
                  <text x="280" y="2244">:</text>
                  <text x="304" y="2244">[],</text>
                  <text x="232" y="2260">e'cursor'</text>
                  <text x="280" y="2260">:</text>
                  <text x="296" y="2260">7</text>
                  <text x="168" y="2276">}</text>
                  <text x="264" y="2308">...</text>
                  <text x="152" y="2340">(Access</text>
                  <text x="212" y="2340">tokens</text>
                  <text x="252" y="2340">t5</text>
                  <text x="280" y="2340">and</text>
                  <text x="308" y="2340">t6</text>
                  <text x="336" y="2340">are</text>
                  <text x="388" y="2340">revoked)</text>
                  <text x="44" y="2372">Lost</text>
                  <text x="72" y="2372">X</text>
                  <text x="164" y="2388">2.05</text>
                  <text x="216" y="2388">Content</text>
                  <text x="196" y="2404">Observe:</text>
                  <text x="244" y="2404">92</text>
                  <text x="224" y="2420">Content-Format:</text>
                  <text x="388" y="2420">application/ace-trl+cbor</text>
                  <text x="196" y="2436">Payload:</text>
                  <text x="240" y="2436">{</text>
                  <text x="224" y="2452">e'full_set'</text>
                  <text x="280" y="2452">:</text>
                  <text x="340" y="2452">[bstr.h(t5),</text>
                  <text x="444" y="2452">bstr.h(t6)],</text>
                  <text x="232" y="2468">e'cursor'</text>
                  <text x="280" y="2468">:</text>
                  <text x="296" y="2468">8</text>
                  <text x="168" y="2484">}</text>
                  <text x="264" y="2516">...</text>
                  <text x="200" y="2548">(Access</text>
                  <text x="256" y="2548">token</text>
                  <text x="292" y="2548">t5</text>
                  <text x="340" y="2548">expires)</text>
                  <text x="44" y="2580">Lost</text>
                  <text x="72" y="2580">X</text>
                  <text x="164" y="2596">2.05</text>
                  <text x="216" y="2596">Content</text>
                  <text x="196" y="2612">Observe:</text>
                  <text x="244" y="2612">93</text>
                  <text x="224" y="2628">Content-Format:</text>
                  <text x="388" y="2628">application/ace-trl+cbor</text>
                  <text x="196" y="2644">Payload:</text>
                  <text x="240" y="2644">{</text>
                  <text x="224" y="2660">e'full_set'</text>
                  <text x="280" y="2660">:</text>
                  <text x="344" y="2660">[bstr.h(t6)],</text>
                  <text x="232" y="2676">e'cursor'</text>
                  <text x="280" y="2676">:</text>
                  <text x="296" y="2676">9</text>
                  <text x="168" y="2692">}</text>
                  <text x="264" y="2724">...</text>
                  <text x="200" y="2756">(Access</text>
                  <text x="256" y="2756">token</text>
                  <text x="292" y="2756">t6</text>
                  <text x="340" y="2756">expires)</text>
                  <text x="44" y="2788">Lost</text>
                  <text x="72" y="2788">X</text>
                  <text x="164" y="2804">2.05</text>
                  <text x="216" y="2804">Content</text>
                  <text x="196" y="2820">Observe:</text>
                  <text x="244" y="2820">94</text>
                  <text x="224" y="2836">Content-Format:</text>
                  <text x="388" y="2836">application/ace-trl+cbor</text>
                  <text x="196" y="2852">Payload:</text>
                  <text x="240" y="2852">{</text>
                  <text x="224" y="2868">e'full_set'</text>
                  <text x="280" y="2868">:</text>
                  <text x="304" y="2868">[],</text>
                  <text x="232" y="2884">e'cursor'</text>
                  <text x="280" y="2884">:</text>
                  <text x="300" y="2884">10</text>
                  <text x="168" y="2900">}</text>
                  <text x="264" y="2932">...</text>
                  <text x="168" y="2964">(Enough</text>
                  <text x="220" y="2964">time</text>
                  <text x="256" y="2964">has</text>
                  <text x="300" y="2964">passed</text>
                  <text x="352" y="2964">since</text>
                  <text x="160" y="2980">the</text>
                  <text x="204" y="2980">latest</text>
                  <text x="268" y="2980">received</text>
                  <text x="360" y="2980">notification)</text>
                  <text x="40" y="3028">GET</text>
                  <text x="252" y="3028">coap://as.example.com/revoke/trl?diff=8&amp;cursor=2</text>
                  <text x="164" y="3092">2.05</text>
                  <text x="216" y="3092">Content</text>
                  <text x="224" y="3108">Content-Format:</text>
                  <text x="388" y="3108">application/ace-trl+cbor</text>
                  <text x="196" y="3124">Payload:</text>
                  <text x="240" y="3124">{</text>
                  <text x="224" y="3140">e'diff_set'</text>
                  <text x="280" y="3140">:</text>
                  <text x="296" y="3140">[</text>
                  <text x="304" y="3156">[</text>
                  <text x="368" y="3156">[bstr.h(t4)],</text>
                  <text x="436" y="3156">[]</text>
                  <text x="460" y="3156">],</text>
                  <text x="304" y="3172">[</text>
                  <text x="368" y="3172">[bstr.h(t3)],</text>
                  <text x="436" y="3172">[]</text>
                  <text x="460" y="3172">],</text>
                  <text x="304" y="3188">[</text>
                  <text x="328" y="3188">[],</text>
                  <text x="396" y="3188">[bstr.h(t4)]</text>
                  <text x="460" y="3188">],</text>
                  <text x="304" y="3204">[</text>
                  <text x="328" y="3204">[],</text>
                  <text x="396" y="3204">[bstr.h(t3)]</text>
                  <text x="460" y="3204">],</text>
                  <text x="304" y="3220">[</text>
                  <text x="368" y="3220">[bstr.h(t2)],</text>
                  <text x="436" y="3220">[]</text>
                  <text x="456" y="3220">]</text>
                  <text x="300" y="3236">],</text>
                  <text x="232" y="3252">e'cursor'</text>
                  <text x="280" y="3252">:</text>
                  <text x="300" y="3252">7,</text>
                  <text x="240" y="3268">e'more'</text>
                  <text x="280" y="3268">:</text>
                  <text x="308" y="3268">true</text>
                  <text x="168" y="3284">}</text>
                  <text x="40" y="3316">GET</text>
                  <text x="252" y="3316">coap://as.example.com/revoke/trl?diff=8&amp;cursor=7</text>
                  <text x="92" y="3380">2.05</text>
                  <text x="144" y="3380">Content</text>
                  <text x="152" y="3396">Content-Format:</text>
                  <text x="316" y="3396">application/ace-trl+cbor</text>
                  <text x="124" y="3412">Payload:</text>
                  <text x="168" y="3412">{</text>
                  <text x="152" y="3428">e'diff_set'</text>
                  <text x="208" y="3428">:</text>
                  <text x="224" y="3428">[</text>
                  <text x="232" y="3444">[</text>
                  <text x="296" y="3444">[bstr.h(t6)],</text>
                  <text x="364" y="3444">[]</text>
                  <text x="388" y="3444">],</text>
                  <text x="232" y="3460">[</text>
                  <text x="296" y="3460">[bstr.h(t5)],</text>
                  <text x="364" y="3460">[]</text>
                  <text x="388" y="3460">],</text>
                  <text x="232" y="3476">[</text>
                  <text x="256" y="3476">[],</text>
                  <text x="324" y="3476">[bstr.h(t5),</text>
                  <text x="424" y="3476">bstr.h(t6)]</text>
                  <text x="480" y="3476">]</text>
                  <text x="228" y="3492">],</text>
                  <text x="160" y="3508">e'cursor'</text>
                  <text x="208" y="3508">:</text>
                  <text x="232" y="3508">10,</text>
                  <text x="168" y="3524">e'more'</text>
                  <text x="208" y="3524">:</text>
                  <text x="240" y="3524">false</text>
                  <text x="96" y="3540">}</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
RS                                                             AS
|                                                               |
|  Registration: POST                                           |
+-------------------------------------------------------------->|
|                                                               |
|<--------------------------------------------------------------+
|                          2.01 Created                         |
|                            Payload: {                         |
|                                   / ... /                     |
|                                   "trl_path" : "revoke/trl",  |
|                                   "trl_hash" : "sha-256",     |
|                                      "max_n" : 10,            |
|                              "max_diff_batch": 5              |
|                            }                                  |
|                                                               |
|  GET coap://as.example.com/revoke/trl/                        |
|    Observe: 0                                                 |
+-------------------------------------------------------------->|
|                                                               |
|<--------------------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 42                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [],                         |
|                       e'cursor' : null                        |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|               (Access tokens t1, t2, t3 issued                |
|                and successfully submitted to RS)              |
|                                                               |
|                              ...                              |
|                                                               |
|               (Access tokens t4, t5, t6 issued                |
|               and successfully submitted to RS)               |
|                                                               |
|                              ...                              |
|                                                               |
|                  (Access token t1 is revoked)                 |
|                                                               |
|<--------------------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 53                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [bstr.h(t1)],               |
|                       e'cursor' : 0                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                  (Access token t2 is revoked)                 |
|                                                               |
|<--------------------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 64                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [bstr.h(t1), bstr.h(t2)],   |
|                       e'cursor' : 1                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                   (Access token t1 expires)                   |
|                                                               |
|<--------------------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 75                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [bstr.h(t2)],               |
|                     e'cursor'   : 2                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                   (Access token t2 expires)                   |
|                                                               |
|  Lost X <-----------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 86                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [],                         |
|                       e'cursor' : 3                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                  (Access token t3 is revoked)                 |
|                                                               |
|  Lost X <-----------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 88                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [bstr.h(t3)],               |
|                       e'cursor' : 4                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                  (Access token t4 is revoked)                 |
|                                                               |
|  Lost X <-----------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 89                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [bstr.h(t3), bstr.h(t4)],   |
|                       e'cursor' : 5                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                    (Access token t3 expires)                  |
|                                                               |
|  Lost X <-----------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 90                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [bstr.h(t4)],               |
|                       e'cursor' : 6                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                    (Access token t4 expires)                  |
|                                                               |
|  Lost X <-----------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 91                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [],                         |
|                       e'cursor' : 7                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|              (Access tokens t5 and t6 are revoked)            |
|                                                               |
|  Lost X <-----------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 92                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [bstr.h(t5), bstr.h(t6)],   |
|                       e'cursor' : 8                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                    (Access token t5 expires)                  |
|                                                               |
|  Lost X <-----------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 93                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [bstr.h(t6)],               |
|                       e'cursor' : 9                           |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                    (Access token t6 expires)                  |
|                                                               |
|  Lost X <-----------------------------------------------------+
|                 2.05 Content                                  |
|                   Observe: 94                                 |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'full_set' : [],                         |
|                       e'cursor' : 10                          |
|                   }                                           |
|                                                               |
|                              ...                              |
|                                                               |
|                (Enough time has passed since                  |
|                 the latest received notification)             |
|                                                               |
|                                                               |
|  GET coap://as.example.com/revoke/trl?diff=8&cursor=2         |
+-------------------------------------------------------------->|
|                                                               |
|<--------------------------------------------------------------+
|                 2.05 Content                                  |
|                   Content-Format: application/ace-trl+cbor    |
|                   Payload: {                                  |
|                     e'diff_set' : [                           |
|                                    [ [bstr.h(t4)], [] ],      |
|                                    [ [bstr.h(t3)], [] ],      |
|                                    [ [], [bstr.h(t4)] ],      |
|                                    [ [], [bstr.h(t3)] ],      |
|                                    [ [bstr.h(t2)], [] ]       |
|                                   ],                          |
|                       e'cursor' : 7,                          |
|                         e'more' : true                        |
|                   }                                           |
|                                                               |
|  GET coap://as.example.com/revoke/trl?diff=8&cursor=7         |
+-------------------------------------------------------------->|
|                                                               |
|<--------------------------------------------------------------+
|        2.05 Content                                           |
|          Content-Format: application/ace-trl+cbor             |
|          Payload: {                                           |
|            e'diff_set' : [                                    |
|                           [ [bstr.h(t6)], [] ],               |
|                           [ [bstr.h(t5)], [] ],               |
|                           [ [], [bstr.h(t5), bstr.h(t6)] ]    |
|                          ],                                   |
|              e'cursor' : 10,                                  |
|                e'more' : false                                |
|          }                                                    |
|                                                               |
]]></artwork>
          </artset>
        </figure>
      </section>
    </section>
    <section anchor="sec-cddl-model" removeInRFC="true">
      <name>CDDL Model</name>
      <figure anchor="fig-cddl-model">
        <name>CDDL model</name>
        <artwork type="CDDL" align="left"><![CDATA[
full_set = 0
diff_set = 1
cursor = 2
more = 3

ace-trl-error = 1
]]></artwork>
      </figure>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>
            <t>RFC 9290 is used instead of the custom format for error responses.</t>
          </li>
          <li>
            <t>Avoided quotation marks when using CBOR simple values.</t>
          </li>
          <li>
            <t>CBOR diagnostic notation uses placeholders from a CDDL model.</t>
          </li>
          <li>
            <t>Early mentioning that there is a single MAX_N value.</t>
          </li>
          <li>
            <t>Added more details on the authorization of administrators.</t>
          </li>
          <li>
            <t>Added recommendations for avoiding lost TRL updates from going unnoticed.</t>
          </li>
          <li>
            <t>If diff queries are supported, the AS <bcp14>MUST</bcp14> provide MAX_N at registration.</t>
          </li>
          <li>
            <t>If the "Cursor" extension is supported, the AS <bcp14>MUST</bcp14> provide MAX_DIFF_BATCH at registration.</t>
          </li>
          <li>
            <t>Clarified that how the token revocation specifically happens is out of scope.</t>
          </li>
          <li>
            <t>Clearer, upfront distinction between using CoAP Observe or not.</t>
          </li>
          <li>
            <t>Revised and extended method for computing the token hashes.</t>
          </li>
          <li>
            <t>Clearer presentation of invalid requests to the TRL endpoint.</t>
          </li>
          <li>
            <t>Clearer expected relation between MAX_INDEX and MAX_N values.</t>
          </li>
          <li>
            <t>Clarified meaning of registered parameters.</t>
          </li>
          <li>
            <t>Generalized security considerations on vulnerable time window at the RS.</t>
          </li>
          <li>
            <t>Added security considerations on additional security measures.</t>
          </li>
          <li>
            <t>Fixes and improvements in the IANA considerations.</t>
          </li>
          <li>
            <t>Used AASVG in diagrams.</t>
          </li>
          <li>
            <t>Used actual tables instead of figures.</t>
          </li>
          <li>
            <t>Fixed notation in the examples.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>
            <t>Clarified instructions for Expert Review in the IANA considerations.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>
            <t>Explicit focus on CoAP in the abstract and introduction.</t>
          </li>
          <li>
            <t>Removed terminology aliasing ("TRL endpoint" vs. "TRL resource").</t>
          </li>
          <li>
            <t>Use "requester" instead of "caller".</t>
          </li>
          <li>
            <t>Use "subset" instead of "portion".</t>
          </li>
          <li>
            <t>Revised presentation of how token hashes are computed.</t>
          </li>
          <li>
            <t>Improved error handling.</t>
          </li>
          <li>
            <t>Revised examples.</t>
          </li>
          <li>
            <t>More precise security considerations.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
          <li>
            <t>Updated author list.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>Improved presentation of pre- and post-registration operations.</t>
          </li>
          <li>
            <t>Removed moot processing cases with the "Cursor" extension.</t>
          </li>
          <li>
            <t>Positive integers as CBOR abbreviations for all parameters.</t>
          </li>
          <li>
            <t>Renamed N_MAX as MAX_N.</t>
          </li>
          <li>
            <t>Access tokens are not necessarily uploaded through /authz-info.</t>
          </li>
          <li>
            <t>The use of the "c.pmax" conditional attribute is just an example.</t>
          </li>
          <li>
            <t>Revised handling of token hashes at the RS.</t>
          </li>
          <li>
            <t>Extended and improved security considerations.</t>
          </li>
          <li>
            <t>Fixed details in IANA considerations.</t>
          </li>
          <li>
            <t>New appendix overviewing parameters of the TRL endpoint.</t>
          </li>
          <li>
            <t>Examples of message exchange moved to an appendix.</t>
          </li>
          <li>
            <t>Added examples of message exchange with the "Cursor" extension.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>Definition of MAX_INDEX for the "Cursor" extension.</t>
          </li>
          <li>
            <t>Handling wrap-around of 'index' when using the "Cursor" extension.</t>
          </li>
          <li>
            <t>Error handling for the case where 'cursor' &gt; MAX_INDEX.</t>
          </li>
          <li>
            <t>Improved error handling in case 'index' is out-of-bound.</t>
          </li>
          <li>
            <t>Clarified parameter semantics, message content and examples.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Earlier mentioning of error cases.</t>
          </li>
          <li>
            <t>Clearer distinction between maintaining the history of TRL updates and preparing the response to a diff query.</t>
          </li>
          <li>
            <t>Defined the use of "cursor" in the document body, as an extension of diff queries.</t>
          </li>
          <li>
            <t>Both success and error responses have a CBOR map as payload.</t>
          </li>
          <li>
            <t>Corner cases of message processing explained more explicitly.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Added actions to perform upon receiving responses from the TRL endpoint.</t>
          </li>
          <li>
            <t>Fixed off-by-one error when using the "Cursor" pattern.</t>
          </li>
          <li>
            <t>Improved error handling, with registered error codes.</t>
          </li>
          <li>
            <t>Section restructuring (full- and diff-query as self-standing sections).</t>
          </li>
          <li>
            <t>Renamed identifiers and CBOR parameters.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t><contact fullname="Ludwig Seitz"/> contributed as a co-author of initial versions of this document.</t>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Dhruv Dhody"/>, <contact fullname="Rikard Höglund"/>, <contact fullname="Benjamin Kaduk"/>, <contact fullname="David Navarro"/>, <contact fullname="Joerg Ott"/>, <contact fullname="Marco Rasori"/>, <contact fullname="Michael Richardson"/>, <contact fullname="Kyle Rose"/>, <contact fullname="Jim Schaad"/>, <contact fullname="Göran Selander"/>, <contact fullname="Travis Spencer"/>, <contact fullname="Dale Worley"/>, and <contact fullname="Paul Wouters"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next projects CRITISEC and CYPRESS; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+296Xob15Uo+p9PUZf+blNMAIgAB0lMu7tpioqZaApJxclJ
0uoCUADLAqrQVQVSjKzzLPcpzq/76/aL3TXtsXZhoChbtolz2qGAqj2svfaa
h3a7vXF1GO1ubFRpNUkOo5d5lY7SQVyleRblo+gsucrfJcPoaDBIyjK6gH9k
ZZRmUXWZREdz+G9WqcfjbEhf5UX6T/5mlBfRcZ6VVRGnGYxykl2lRZ5N4aUy
enB0fLIdPSviaXKdF+824n6/SK6al2Dmhhc3hvkggzcPo2ERj6p2mlSjdjxI
2gU/3a7w6XZmjdWexFVSVhsbG19FZQWLfRtP8gxGqIp5srGRzgr6s6x6OztP
dnobcZHEh9F5MpgXaXWzcT0+xImj72CtaTaOfl/k89nGu+vD6DSrkiJLqvZT
XMoGzHYIEww3ynl/mpYlTF3dzGCe05OLZxsbg3wIrx9Gc1jw441ZehjB56to
EGfRvEyiuCjim+hBOoriySS6ScrtCIB4GZeX0WVSwDqjqMoHh/gL/FnmRVUk
o/KQxhgmo3g+AdBWufr9Zso/4z83Yjqcw42IPm353whACk+86EQX6SQfxPpr
hu+LuBjk/k95ATs4Oz0/iY6+0V/CMScJ7P20jEff58WwHMcA5qjX008MAJCH
0R9TAL/5Lh/CLOcn7e7B3t6O9fU8qwp4+vw6GSaZ/j6ZxunkMJriqjoVreo/
irRTJuFdPetEr+GYp/00S72NAeZlgNSDOPAE7e+kSAdlCUgY2ONFXpSX8TRT
e9z9DHscqQV2ZmqB/5HImjqDfBre8XknOhlcJldJUaT+WZ4n/bisUlhw4BHa
8/GLN7DO09p+9/Z3dqJn6ai6jI6ukmyeePt9nVZV2Z8X48tW9PrI23h3v9fd
bfcOur361t9kaQWX+7zCy4nX/WiKe4x9YJSJXvF/lEnaGUznnWQ4D8Pg953o
eXKdlt72f18AhfB++bJ3PZ7gYp0Nb2R5MQWCdpXgRT57dtzrdp/In7sHPfXn
3sHeY/nzYHfvkfrz0Z564ODxrn7gSW9H/nzUNX/29nvqz4O9rvz5uLevRni0
ryd+3O0d6D8f7ak/d5+oER7v7ekHDro75s9d9ecTvbInXb1eWJh69sl+77H5
tmf+3NV/PtHP7u12vddeAgYMO6fZiKEHN+hboKmdo8kY2FV1OWWq6FJIwo3T
o5d8skM4K7iU8URojeKYOHBkDRzhwJEemJ+NizEi1GVVzcrDhw+vr687cA3j
DkzxMAYeMWam+BARddhOzWj1bzrvL6vpBBiW+kpjwiNgXPjnaftphxjiIC8S
+E82TPHFeNKOq6pI+3NAOvVcH8fIsnbVq4pxu6xmhxsbyNMBveGJ85Pnzw6j
zb/B4O2/wOcfmxsb7XY7ivvI0wfATC8u0zICZjzH9UflLBkAwwWcjqNpArAc
InLfSlYICQsjJSy0ouvLdHCJPDK/hskyb7DzpABagXyQJICb6HiS0jg471lS
5vMCKAE/BYOnnaTTiopkDFQbmOwQOOlVOkDeG/fzeRWJUBHFLAWRbFF2oqNS
b3jIMpEFixZtW4Ag61y4ClisjB+zrEOSj8DrOawsyo3YVdtq/wbEB5RL8Akb
jkez2URB/XWRg/CQT6IHx/nR622AImAovTHLAQn7E5A/hgpZSByB0yvUQvN+
CXMxDuLyQdTACR/MszKHKZCibUe2xFXy6wHYASWcziYJ4Uw8QfGJ8DiKZ7Mi
j4HSA2TneL7yAkC3KnIENo5Lpw9rhblg+P+epwWuw1p5kg1neYqQhk0vAnqH
0XmaDoeTBAXDU5xnOKdpQKL68BVN/HFj4y5k3Q8fhKR9/BileMwan+EM4gqW
DYMM8PIwrODmwuQT3MRpfqGQEn4luANsatuB9QPVGjLq4/nBvK2on8MpL8S9
yxiAD6+oK8CI0XStHhydb9M4/QTOEU6tfnU60SuQXazvW/AUL4FE3RKOiN77
7znI5Dg1YfZ5C//M+xXAEKe3kYYgHPtrjx6cnW93omf0m0xgbhIOenbOV1F+
nIKEH80AqelJ+B5E9LmHn1Fc6VeZ0ODhR1fxJB0Sx04r2DusJwFRISfsg28e
lEkCZ3zOSBrtd7o7nW6nSzqMOvdtwLgTECVgwHw+vvRuBR1D8n6WFgzvKp0m
Ja2+QM0gAbGjAOqC2gsiAtx5IYMepKagQmQJbAog0U/0FZQlp4AF3iQtdd0O
owfd7dCBogoCA8DgeHWLHDQbPFQAe4p3la5mQtS+nyA8rKd+Fz3ohcdEcoko
JGoSPbq7LfvVE8bR4DLOxolWO0ELg7FHSAIYJ2ojwzh7C8cRcM2IcAEoG8dB
NH+wv3RNwCXoKsD+acybKAFsmRvSENr+g6QzBr6T6ndAEoBVEVUcJjO4IkTA
hjcgA6SDSDNyrYAn70E7pSkSQ20Y2+HyF0RAkvcVHRN+qUk5vDSRS40YCYxs
mJaDOUxPjMwg8YGHvzBUNrmJBnSXQCqB9cR47oVhVXCooDIX8Ds8aPgjET+U
UID4IUBeIWmJep0d/gUlUxweFBREI94fwGM+nTGWIoF0bwsslAfBmyG3mOkW
LGdCDAVXAPSriibpKEFE70Tf5teoR7SYW8P/Ry4C14Hxly8Mzj2AhdBCB4ao
t5APJcUUxH7eHvyW8YtCnFu8ULp87mppZda6JjncErUsZERLJSlCIxQk8H7V
hRVbgACkFY4OAJj3ywFIfUTgm0SLBxdnz7e1gHGOGzWMROjxfDaks7ZkUZGP
ZkmBTxBXcjZNwLjGm6No0KxI80LofVpYdGglcSqwa+Rya8g8goeg2wAewjKQ
+swzfDgx0tDROYGQ/g1kCf6R4/1v0bfEvmyY4hsAPgM9I4yFZCeRFI5ey1JA
t/r4EfglzhDNM4D55AbfncnCCYoZv4GYjvgKv12mfdIhR0BlheaW89kMkF1B
D9B3Xs2LhCgM/POGXh8mI4IRY/q8NE8jXTUSCa5ymdADWPsmm6TvNBmkS4MS
f11oq7PHJy5nbAVp5DBPSrXlq3SIZxHl15nPsLUAQetOMy0UEn4ixxOahKa/
KkFBCeaJhyGpPypTEE5vfhy0b6Ecl4xGyIaIpMAes4rvQB8JDKy6nCHlh1nI
DIh8RQhGAkeYwXlWJatZcF+UwlEkvAqQS4ys3SBN47nCcxrULFMnTTcOdiGY
Bm/ehOVuOWwillk+ycc3KPtEuGRiINZLMhuvD08vMCVuR0uLDxkiZcLUOGZ8
si/vKpRQ3VpZaZkM2jnwhas0uWZkhDfxmUk6vqyuE/wvQXJeacu0dRxK3o7F
Rm6OsSjtKcQsDZeMZUEECGA2rdWIcw4y8aUdTOJC+CziE5w0YqAo1+UgnyUa
BRTJBCSvSM+YlLl6mp+0NFM9qYBumPCZoVmqEPbI2Niky7Xwn8ArSPnM3dGQ
d+KhEWbzRSo15ONF9B5g89VX0YXBn+grVMdshGLovQO6do3W5mjzxZvzi80W
/2/08hX9fXbypzenZydP8e/zb4+eP9d/bMgT59++evP8qfnLvHn86sWLk5dP
+WX4NnK+2th8cfTXTUaUzVevL05fvTx6vlnbCF9FIraErqB6IDWJy41hwthI
m//m+PX/9/909wBN/i+x6QF/4n+gRQ3+cQ2kmGejG8T/RLK+AVpzEhck1k4m
QINnaQVnTpQFpJ/rjDwHANDf/A0h84/D6F/7g1l379/kC9yw86WCmfMlwaz+
Te1lBmLgq8A0GprO9x6k3fUe/dX5t4K79eXGxhkQdrx3CHlPshuBJD1J48KQ
C8QophOArINkVqFOYh3M7TijrevTQVwncDSxiIGBOUky5GUef/PqLPou6SuP
14Pj7y5KEVzQpAq4gK/+4fzVS+exP5jH0DQLQgXfEOvO0NrJvIeSpWLacEmB
XCF5iYvBJUgVAxQbWDtjYUGL2p68TgaHWVwAIOZAoJRQnQ0mcwCiqNytoM7e
CgDNsi903GMkGnabs7Th+vTpc4HiQZfOhSDN3zxh9YOAyt/09ukbS1IjoVG+
eUUCXWLLcIZniOWM+MNong1YaUNrZIw6Yv972EaJ2GDBl6EKGEPn9jKvhIGr
fUWbirtu4smQ4EY66ShXOgHKAXxMNG5qEFFpV3GKxuoY1Uuk65aEagxuD8UE
Ant5aAQFZRJB3YB+QlP5P8kubawlyOBt0qclCiOkA+isxQGQzLaUrQVG2DzK
GE1vBLvSWUzLFZSlcZSA3NkU5Um4ibqTiDJFMhLbKsnDGlTWnUDCKEwbD+zQ
Yt24Ps+2QppRP83igi7TlMx27NNl8abSI5G1IMtF6ctJSCU9wkgkdIqVLzC0
jPETBtwC9NkiIhCdPt0G1RsOERe2nExYOwvqe4doxgCQiESu5XZcvEIIjYOu
JBqwW5FdRJua5pVWVkjYhe9ukopXBLxfHfohwlf9w+CY0uNFTEjpIovRTrRF
hLU4vOVajbRkoQdElhjNi0kb0IcQa+shr/BhVUy2gHopyVjs1WrJIpMOlVhH
ZA1nMSogX12R55HJpqxR0BbPfBEWQS0ajSXeWneKXRBxqa2YZLSBedAGCX+h
DRdU5ICGFAst0fIxKe3XMYpEPkBocUdDQP0UleUqLw7VPYuFEvOmx0kFlAtZ
ljpoI7a5hMBYo1daQAQ3O7YXoEwwWYITxUWK2kFom4ZagvZ1lWiQKcOuTF7H
TgVHYnTzae0BAsrrsC53iAEXUTv6jq03QEwStGujguHto1WzwopJCiRshlen
eaz6fgPDgfSYDTX3YyWYBid6zlb3I+8lUVHZOKQglY7UNUMKJcske5tvbqex
5S2Xzwi0l8xIYF9tOt4VH5G1sTME28n7GC8qolOBZnNUZupCNtAZoBBi0CDq
OEzjcZYDTgwQxYQteFxX2SMeizWCJQFCbfPj79WPJDh0oqeBgdGSxB6WAokR
HJYi78Z2EaE5dk5Kr03NFO3K5hQGgDwPaA3eI6Q5LNFotf9UWGDTBo1JxzGf
sRlzPlC2AjJuTqNk6/zVi5O3L49enGzRymFlk3hg8JbmjdhHzbvRL2hujILV
NB8mE9E3CLCjdNweDIeTNv0CIIVpWQm2v2XXTcIH3Io+JFtIdt6WSbV1GP39
b3//RwuWOJgXZV7AF7sfOXSLDQUfdtQjPfxJi005HlV0MkyJvr2eJGiVgtmS
iqUQBO+4iGfAEeDIhmjBBqIDBwLbZhcq0yS8TyBEtPQ+1wT5jGcWiGpZe9kp
aHH284Me5JjJ5EavVMNI7R9dotqA+krMI+QXdewlIn8pgUwuGMgF+TVSHRDW
2mzXD4r7bFhb7B1X1L5uG2rVjXEN7vpvYTVs0mJ5rLxMZ0Bzqmt26ARYjojz
QLlgd0Dt4v4kBdFosfnFkULRuQLUKbpMx5fRJLlKJmzIholmxminAUeqTimk
lhnTGxC5EOmLaj5rabtKkZApJY7QzDwRxkzbJS++0MkQ+2WjnRaP2PunntNk
qRTbV0mbRLNC2I/v8zjx0zRIft9dEqQ9Qah05KBKCe6DJL0Sa5GW4CwxxBJp
IrUr3EwUj0gA0bZLcXOSlW0oei0qIHiQDV4F20X9+5ML303tiJh67R3e3jAn
U3xOW8Fx1MsjJEZEA8QSraC7DHO1/ZAMiAAKpJBtGLRAo+rvlHNvCkSJwAZD
G1MbLC8f0IzDKL8SwNx65mE6GumZCfI1/b8JnAXSWDiHV0s9IaeZ6D/kTuAx
7VMoxccfkPbF7qBVRKWlv2InInAVfHEneqDWuK0IS8qmUnd9Z0rI+ebGOtfw
HpPRCIUF9jkqQ7MtOJN0TyZAFJGJXzCS47hu2IzxWvBBdpgKmMdxyMBCNX2I
hyJ719cpC1IowI4pvIQB/cm6tDXZVmFMfU5XU7T0YQMLxVivL4X01pEvAmKZ
oawE8GQ6UuqpimSaK9rQOBs5xtR8JHoDYiUpKeCMWEwpCMQKqHROMktJDniF
Qt4JlXh5XLy9IH9L2TJY5L5FkRKCu0k8uAwcjkacoaNxZUPXsh4UuHmPTylu
ALcj7kjFjtTYfBNsZmYzi0akcjYi8mzpkDPlJ1OY1cAwZFWwmKSycc6iRbR1
rdQsJn+tEPnD8RQJ9Klf/AmEt07+omfzgjAqjCYYiANaTaklcDxvcoaIb3mc
e6FrlqO4+UrWdOiBuZ+ILEFHF/lpg5omR9OByq+vAQWOZPp8ri/ziestC57F
Ik6kj0FW1DykD2QWZ5WIZDnpSOItRbhqk3AVqV+1aIb/HCQKY0VSsUQu1j/o
0fgdCXHk/cVwxhvGfNFNjHxNUns6RlFCmc75JsCb8wmoJ0k+L+2IGFkL3LMk
8T3FXZikJ5bjXTyKvGymaeIJrS7xrUv12uUuysXszkX206FYCOV2q9NnXocz
qmveQds5j72IBKI1E2MjHETEl0YguQcE9U50gkRvmFdMJTJSbfIBBxCJwW8W
pwUTj5oPOAVoDLQD0bUdiJHyhkMd4ZwAb/63+URxXF6NdXC9/fltO/j5bfDh
H8IKzA9LR84Xj2wZJWmWCE/iMHqAB43nDEe8HZzDWdxGYDO/XfEfGzSrv9vV
/oHvWiuVJ+Qb/Q/zrnpG/kEvbURXtfmvVvzHhr/t39qAWPUfGz+4hlFY2w/K
9NWlf2id1Pql5/2y4YPxBxtY+A/BmW7jLzDkHe2oBlH8HOr/OH94f8tjS4ao
usEhqt0Vh+jIxxmiY32WDuF9ql7w0aYhOut8bIKy8eEw+irIljgt5OvNmtVk
E0h3hf7jdjxJx9nXm8gek2LzI3I45H1n521hNSXwNi1iqe8UF9G2gtEErStA
b6doNx8jo+KY1FIbNRTll1hrP0YbrTvsHqKUFWXWsWJUlGNNzKAmKBEtOzW+
xOExCbpAnqUFSo520As+2E4zeKI9BUbCMo69UxYd1C9if5YQNW03Y5vKN/N0
YoTcWGRUtpfR86RqzeaVhPjhstD6arSD1DMDB9c5aMelhKuSSsl33piFJHSq
8f3Cfhvdo9rgVnsBFD54Ax63bWesBmeyFeX15aBU3JMS18y+vJAiGHVCe+wn
iC2uNxRNcgd782KiPZi0HYzIpn8gSybLGoqnmOjhBfCJTRwzzXTEFPmVE9KP
NsVL6pq6N8meRHZwTLMzAqct8by5eNZ+bFZFWhbmtqELW/uI8TUS1RA9LuMC
9QlliCU3vrfexzqUmV372xxi9KKOcW9wlGML47yrEcbkjQ3fFYJSOblGSU6a
YsAvCrdJwe4UdB6X7MgkiVmHN8hPdKfQ7VuL/FDfcZiHlcaDb2IyUKLgqjyk
4qoWd2YwrMUD166XtxB9R1pCPTYtn8UgalKABRtwW8rvA79fszMEFX1SkwJx
klb0NsVuyp0lPxD7dVhnR/c2ahgY5kJH91V0Cq8RFRAPk5WkrpCc10S3QnIo
gAibdCeFY6WWIcm8KsnYCiGOzuHk29rPKNGHtYDWx52eH9J6TdMSqgbSTEys
zJAjFZWWIos3/lSem5EFQEsJHjkmodggxouhL41NLWhvet1KvTZ2u/pEqGW+
Aqy9jvECT5Dk5+xUs26g9pKnIza3qTkbKIVAhYkmvs4uM9wwxUVcp3Wo1tBQ
W1maDwbdjOTXaWPifbQZm3Dwh/Eg+e2gnxebrL4Te2MqUgonwctkO3ym8cyK
U6Shmd/O4ptJHosBzLjstviI39IRb3GiF3uO4ioG9E4oeoNWRl/3b6pEkUId
dc6sjKh0iIpG3/z14uRc4b2NU15EFvuvfxOd1p+UlX13QRtQQwphDc8q8yFN
kpxJ9Q1uhEsXSCYb5kCX6mmxlSxYxh9usYw/1JbhchVvHX/gdbD1xMo5dFEc
OcedINn3JTA72vdiHCNWxSFhn4JmuBz4/+IydCBxcfKXC0MXVkGYlQ6KhpVz
Wgb4zpJRj4OjagGlzcMNnXnkzO8eU5GzvEZKjDlpMpNb/0TIMxDiFQQDlALJ
a89h0pi6Zxg2RwgUcVZSPL1Ka8MZgTlLgpiKJaXoQ/WPXfOPvd0uMRtZk3ad
xdEsTQYmIaOtgiHtVAZkUGwIZ9mNcO/i1R9PXr49ffnsFQccOPihzzF8Ma4x
oUHOK1U8g89Wj6pOmNHVPhqbGoIQcJXcGPeih/LmLtAAFouTOET8/4WxjIXI
pYhKhIEUKETYau5/fckL8c25WOtCiiiBUi4W3rz1FmVfmk8C6ZcHk+PbwmQx
aalRhtU3eGswLV7Rqucm+p+J1VJ2CVHZcbkYPWeiFNC/RrzLmIGT9ynH0dUI
UymUieM4/SNBsRlzymbIr4wUe0YJcdMkZo9GHL1+dV7zqdvxxNqhG8yo9kVs
zrSLbWZsaVnoBAwLgIq6qvw1i8pu153Q9dMUvqzOz97U5wYPQadlFXxYKu02
bXZ3xc3eDaFeQbi+Q6gO5yxTR08vnqM3l3LMjeeTY7RssFQ1q5DWQjo9W7fr
hcIUlgBta1a+e8tB3tXNVgT7nehdMhH8Y3JzIiY8Lfw9IA85HzRtowvr4JD+
3b1Hyv+ppggMD+h0/sdT+d6B/+siOb/EpDKatwK5RqiRihP9NgEismglu4JG
XVrJusdjLeXFny4uouNXL1+eHF8ABgzeJSufDJxLZ88QBRKFlp2NQThrDVte
Ss9T0Na8Ywou08opYMMbepVv7CSCXi96sPO+e7CtGRmDZpJk4+pSBM6nCUb5
RWcx+4GTjY1j8S3qoZXN4iou0hhDtEzOvoqIlvIW8QSUGjQDA60o5+R1VdaN
EkPlvz06/xag8frNheCoUty12RStBuMkS4o4YGT0w70WhfVSmZAbsWaEUkmX
RDVED6zqJRwaeL6tsuVRBhhcpskVk56+sgpb+3NyE9nS6Li2GwUgZSMLSSmY
oZFS7DYze9gEGrIwXJ6sfMo6bO62yQ0CzKcoPwrTy4EsJWyHJBP8KQFfIjdq
5uZmbYMM1cz6628pJ/Wdbd82a32aPcuXVmzjdxgEOj+VvqghsknDNXjcZCtX
MNDcy83zGfqRNGGBlRUIT+Gpp/x6h9VGriwhE569uvkdNCkwoaXiOhoUQwsO
rQa4kdnXcYesAYxa0HyD80JomQOoM5OszaBZiMQMF9A5F+kIaZOCaaGDxS9M
QC0pr2xgUo6KNYQbuRJNJhiycdRzO1ig5hASHZwNG1W7EUxoeYavG1zc3z/s
vB/uRDvvH+/Cf/Z20WEJfxzswX92+3//SFOaVMHVTWdeRltNSU7LsGKM8DNA
fru6scbRqGid3lhLl+1N6wZ4bHxLuaKH0TEFRg+x2Mcw+brX2eluIyNFktd+
RjaPwygkIG+8iN+3j8bJYfR4//HOzsZrFkMPNz6g4fJhZJ80/LMbHUaXW8Od
x7t7u3F3p7sTx72dvb3B/u6jJwdD+H/7C8I1Hu096h08Odjd7e72dh/v7O8N
nzyJd4aPHu8dJIteO+gN9p6AYvM4PthNdvr7sNL+k+7juNsdLXht+Lib7O0+
7j8aPXm0O3yS9JJu90l/0O/19noLXtvrxzuj3cfx451R79H+QW+0t7OTJN3h
zvBgsOC1ndGwv7//ZLADo3dHw93He6NBL+knvd7w0aLXHnV3Hz3u7yTxo73e
49Fo1N1/tLe3N9zbHy16LTmIR4Nh3I3jZH90sPdk//HuzmD/8UHv0c7jRZAc
Dfb7e08e7Y12u0/ix492HgFE94fDg73d/laLD5xO+i1pVA+jaHcPDrwHf73O
X0cP5RGJSn2bIkZE8DMgzwGAqaVQJnmr7HkPo93H8HMX/hjk8eztsJqUepwH
BVb7xMIv6npqSpdTqSF24mB1ZJDht6OHGx+DsQg+UVGhCJI9Raq7TU/JZaOn
YskeqV8tUmGSjCqMU1hI24mFLabtxL/Wou04aJC2fxajF9CUW9Bv5sqtdRa4
2ftrXmXP/tezk++L7j+Py3Tw4rvZ0dGmnfhtG1oXGQPXhIui4iuY4tcc+S5N
asff1Qj8xcXrh1hNr7ezE736oybqF1RaO+R82TjGQpLtYy6ieBhleRuL9SUb
r4t4PI3piwE+4hH7TRs7NuHWNp0WXd9NQyg2IwxK2pzlM/nJEAj+yVCHTYs4
bNJb3c0VbjVua9mtRkD5txqvUeOtJuUDjvrvctYi7S5ybhRK2WiW3M+cUjJ3
IqvXMvFrEvrZuWzYDhlYJFYXIHBeVyKH/2GFp7+np5Wc6ziFYB803wKo0WSa
AMJqOeSj9MMiKBUWB5ObKE+DTsyZcpUDesolgyV1dXiAkzzV7PoxVpGW1ER0
/FPXotwac4nQTzIV+K6qBXBzfWEEvp5eK9X4U6lKlu4iewhZ/ikdJcw+bquH
daJvE4p6rtxVWYYjUxpwHXfHrt7oVVJw7FzdRqKSSRaWDu0oms0DiZlqFKcT
D0101Q20D8VFAII3SaWrfknZgkgyanJCp2iPPfZUlA7DMjRgiISG9kBFV0iz
XJyX01pZmQzllp2dWzH3viYSr62JWH5OPKZsLS5e10gAYkeSfahiEl2QqQhJ
m7KR496Ng6+raKLJZ1K4RMLgqbiX1BmH6fc+/6Vaz1BxJ5fKA7MXAfjZHHkb
G/sanA7hNWGTOlIytEqpQmSlhxRUMltj6RorOfjxicgiPPvSCIN7Z53Yhc91
I5skgD8skwC+X0MC+MOvQwL4AnB6dXx2WLrG6zgaYcC7i0RLafrKRtUomGf9
5dH5n+Yi7oXOAxadZ8NfzoHcTpq9vTSj2SzcnnmR3YLd/ljHL2dfvktnJQuv
u1whMx2J43jAvkReHnrpMLO+sXgveudsxxUWlpCDseM0wo5BfWSoDVKAA7vP
yxCJoeKbQtJl5cH97H0Z+yGasN5+UI0wvE5zL3LpylFRminvUrzYNsmmIQlN
WhEaSXGLLFupehI0lpuKtIpAbZKxm1idJgGXMN0E4GrdOUzR6qjELfg/HK1d
XefyI5sJtH+erSLGtMFb5r4R9eVnybwq4kn6Tyr8FMVVFQ/eRfEYveF2WwrK
Z8A5LvMMI4Ws7hppNpxLwSFkew0pUF6UlJbNBuiBFq/0sWOPaUwWs+lj2Dup
rEtLaKyTd8U1uBozq7D2mynBrGjY3w29kwAGCSxyBIkDkSCk4CYxkEK3tOGd
1Cs9WmESrnmqE7kFO+kpr0rktJ9IArZbYFI/75QL1UWnWLAgh6R20dZIpZAN
J6ivPibfJqqyNplQdDOaFrFTXUZBBzhJm0l5yZdMvVAmE0lNUpiyuazv1aYU
QQQIfPiwrPuWrlWLZTd0kmEYMpHVp8YKJZFor4rqMTZU/rH4p/2EWPQWtkbQ
+A6sT9VMBVRfsTpT88Atm8LGVng6lr3DfPlE2iQpzZBC101SieWpbvmpIwvN
p4zzVji8OutKXKgxi1GVqpCDI3JLiHzEPWRUUXmpc4qsBMug8kliLQGKB8EW
IROqK4mhvdMZhqGpmjv6dx2XoleBbhd82AZJZA28QrUrqzYTEbM3VIvCrqpB
NcV15QmuVfFRY6JfsFzdSBPxdZ1TgFlpV7fK4FqpwlcLa+bUgy9q3pihFTxD
ZXNMjZl6oIIpg+yIUAhlHeXljGgdvpMewgVz9IbC1XnskjzLd8IVe4ZuUR43
zeZW+6mNu3hPcrAvjv6q5RR9Sfm07VIYpgAuJnDmRTTNC69wBoVyEUypcQEv
RkpoeKUNSeWUcEgi41hxD2Q6rBmSzoKplQryuXSMSCI7io9Lt+WFimKUCz7D
+NabCHhPgb4YLIkGyDrMr5nGyd5O1B2xCZu6OB8l+tCSj+yWQG4+X4urzus+
KlQcxC6rt6wmrB2mpK4/nF1xM6uob5gpno7Vs8YFVaslCXA2iW8oIZ6YU0cV
45mSuGhkWI0c3BqCbXFqVWrGfj7P9M1wbVTyMN7yZ/ru15qX2Vtq1Uehos50
wFq9U7I0V4UyQZXoFXODVmpR3XhckseIRwosTwVOp6VIHJXDU6bxzMQg0jfS
uELVKOX2y2ls1cgkp7gV0oewTRDRrDYyJMQxU2Ru3zZv2lydwJzqpn/AKzAw
lSxdoIleUbRardSwxpD+jalazyW0qSdOqFMI1jowpYyd6jTlYgHgwp9VupyU
rH7horAMHTfOkOLH3NcR+QB6gEmRwtJFaWIXbyJi+gyrKVNZo0N1zkWCqrUv
S5pXG1on6uZawo9UiTC/gpaF5SrZ1RyF6uBCVInCXGTpwmWlgoBYt2MuBk2/
ayxSBkWNzyLp1tAjWC2KgPIUVJAGoMS6TBfqKXj8CFVVREh9dcNMQNf4J0LN
0AvWQ7Sq8RFZUxUWhPgLUzDBfsvrlAWhzEvztVBZHM2pVoRyD5dLvjRF+Rxk
MM2ENPO2eI3NUJk7xGq7LanGVFgx1j5hCyHYTJkXFiIRsNBFOBQq4nh0rnV4
3i+8B9fyBl+rn1BYVbS4VFvmR9VcFw1LSTUPovBQI9snoLBdnYyNG6lFKPQU
qVWtEEFlKrxReUiGG0oym8dU23gTGLykYCjLG0rVSFhUiyesHlJYNR6p5ttV
ng6x8Avu07SV04yFcjZK7HcHIrZ9j3THTxL446wcJQV16QRKO0wm6RXnHTiv
MuisGHgqYigIzFEYiKPfx3Tl5OYgMCPuvHdOJtmWIxNwZVBc0lXiLtC/PHZN
PzYiItdAAQpd3f6FR5NIyxSd4wTX2BpElxMjJmkivlSRPe9gSeUNHJWchRgy
rTp+tpeFTkFhvhJIF+J+gy26Afm5PDaiPVfVrGrIb1FvJcxwuRb7XPl7R+Ba
cEdadElGUv6QQCJabG3dFJNjVqnsZhVV9WVhgcUFUwsIcXs8Bh5NU/tV/Sag
R0/U4WDQsiWt2HU8qNpqpqwhVGcY75wrqfEd0dB07rAmFPWzZ5XyBITsQsdB
Snuf10UOauk0eppU6ITSInaCD+toLoyhOseeofR1SFwN67J0ZzikkV9t6xKf
Tos6P/FlxqtqD2VVQur8FjTYRh1R6Rypt780Eh2IdHjyqVTWdcRU7MGTlknb
m9gSW71sv7IOCyWdx3664I1Ep/McNZCbWhteDqnJ4nui6olYqYi+8GwX4j4V
44SIwyxIz+EST73ZhftviZjOx75lC6sEa+z/DpcCB/BBxBXbvWZulPGkZZ5G
GV+5baxSyMZgQelsXCm2TTvn/LYtxqN0uKUBLu4hKU8EoME+a1ZBGSqije+K
Y4gWMM+kVD0paqqNNCvrOzyUlWthDyE7UO9ZZ0yGIMIKQ81NyW0CirYGVDHK
Tfr+bP0Zf9hCc+d8qmMrNtFZHbbI0W0uN5X58Ma9HHRgypeuXmyjzMZHHDy2
GqillwFJBZ8Dzt1V4FwbQFU4wx+pAKoa4b8yYB3/hQmMo4NtKWcibQd0+wOr
p5aVV+Ygv8bbcXpFVRcmZI+wa3TimChgOm9GX0cfVCT/zmFEBFs+v4sU1vID
/x51D6M5ksqHES4aHmBY489ubK3cZjgBdZkVHzvH7hIYMxe40in3RGy+8/iA
kBuLwgSqpKfKTWMoyaKJgZYwYdiKHigUafe2VbVYY9zj86t5ZO1ewpfzaYz4
Gw8xA7Flt7PgtnczOw5p0cVL7HdpzrQ0TWoQe8t8VFF1qiQbwzWiSv9GtsAn
rEYLWULRyRHmz5Ky7vYgjlPU8fvz8Vh50FRTFWlyTePpHFni/GhVML2izGJV
SrP0JeyjQDEeJ3arHnpFQ11j75y63U6oYFByFUuHKVAfM6TFtHHghPOZuOcI
2M5a/IbTHaoal5hYbpcBWin+Dew7Lf3GHzKYJ22Q3BXKmPomHqpK35I1tdfZ
2VmcNbWIs7vR9A85XJ0SZIAQwg3dPM0AYeE0TR4dITDFzD+MeCh+vt2zHmcs
x0M27WDa+7vymks0HkaJR4AOhYw81EQD/gSCsgP/07giydDBpB2akVYFW6DE
qY8N8fph8Aei9l3RMSg5bn7U5RyDZ5+Ji3NiLHtrCCSpTZRImlfdNCOrxW+4
I2+4FZklRVfaCuJPS3YzyX6mdtfU0YetLdr5zueIZe64/Rrt1gi38KpJBObk
a9NkEaUAICfvpYfsuVkUmZv+JKJ9yPDdaFKwspaatH3pICE7U0p1gx2rpdxr
ylRoqbeWX4R0E7Rz34gg71gxjLWqf2Nr1UYtdVypCwxiK5Xjtw1BF5eLkj+w
BTrm4rP+ZGw+VtAFq7/1zXOH0nB3BMIct+eaqV5FKrwUmI9Ls9jS2KDVMmnH
5PSRtlhIyIF1pKRLKpHoxdFf/v72ZfRvX6NI9cysygey2Z6xI7pdFafx+3Q6
n6oR5dBROykXjkyy+LskmSE2Dd7pMhQ8zFrHyQUfrdZsrmUvWord9pIU5zUw
9ntWwcy8yhYsjZNzfK/8UlO8DSZljq2DV0cowLUaoFGcJAYW2eNocFnk1OUT
YyKiUVxeijygvKiN3ZBUVwsOv7DWogRxNHZh1yx1BtzU3DhX60vlsJ+Ueinh
OdgCh2rCYE89iZtntg5/6cRK1dakXlp/a88Pl9BgTUFKFZqmmNq6oAISyKOo
8EoqTmv8aAhQZqGOCPSohu8mcPno3AuZX5MuKTRm5y29KvJWTN15EtP/wZAc
24g3K33jmVU+Vc/iRb4hDXCSZ3omvNmKBkFbLqyojDaB47ydxdXgctM39qvI
CDziaFNs/JtkXeHG31jfCQ97kyMzYsf54W3MhCrDKkaAd+JpUusI+Ndt35P4
sonmDn0ngdtxokU690PHdU7Qt1tLVwycronYdUJlsuTaRvagIUMvnVR8HTG5
rw8+cOkCkYCW+dnypck8ASLtUj+rkWA+GSb+HW0gVFa5WVKnxDaPz2bzaZ+j
amw+uMDPxDkVeulkfLaUM8qh/m/sMgkv8nZMDondCMRedzPVWgTAljISE616
YFGlbR1D6Ehgji3VVJ1aJouJ7XhFszyrliH2pckT9ZhzaZRIkCuKCzULCgH6
9OXTk79E//p19OBB7z8P9rajdtTVVaA3/3NTkXBQ/wA8oBFK+LXovJ7pxhoS
3js7+dOb07OTp+K1wT5GxH4eCMbyVFJb+ezk+NWLFyfwbv15WNpuj5fWsecw
6jDx0JJFl3GWVmikGNNNFce7xqrvbuHa8MAutQfLBNUv6sRZZxFbZfBG/Ya9
wTYe/6VZVEjl2GtdZ7L6aW5hPYb3W8rEgjInSnDa1LLDpZr5RxHv9I8Gph2x
/PkyBLrVlokLxtYui3GtqZyEANfh7V9q9ebUC/X+Og6orFBrK5fIeuKv8BqI
K6RQBRaRvv1rBKiOK/gtIFP0fwsuMjr9lvDLiFokpcN+pOEVUixnMgamtWQ1
46Wua2xGl6ZkaPfhsZyRWMaibDsSA6+LeNaOC4rw0bXyeHAauCWFt3Gvl/Oy
ccMCdSesizI+cE9yDb+Odq1uFKV9HI2Y6Yip2O/uKp9c2Z1Aic56HNIOPiPh
YDKs/8zMaqhaT2MbE/oDDu0IlmodVzvqgfTx9hv/2y5+e+x8u63HWOVp/OYp
fLNjXmt4AP84gT+65kn3e/zjGfzR2zbbkaKD9RuMLOmtgrxcfbHnS/CHe6t3
RFm1L7N1k9V9a6QtHK0q1aaz3D0Lusd9ioijA7tJqu2Wd2m9BVMGN693gXyj
7IkcV+uMcRk3kAUjOoSYe13tWCLSNF/wP7tAaCJ1LTMvHUFAt7HXg/sKXE5n
70CW/kwcToiSTZM4G6nkUAkywyyjDxLhbFqpLjk6/DHul/lkTvucZ1JR2b2e
hvzrkB0HKICeQIu6istaSoljBTIm4qYAhTolQtKgMhnEtmmZ18LRB7YX3wqD
cS3MdWtGiHWbnnTmUuI5KOmqFbTGvH16+uzZ22+OLo6/RRELv3np+kA8e5dc
ZSNfOwEmLBbp4EZiFBIKHAh3YU6uPe2KPPxVipDUum3WrVdYRM3tlRe4fIEL
nkUESVLkT0e+jXVBUIpnqwmHSrrxkXodbpyYLZFap3BL4w5oBH8i2L42URtB
BYDxy4on3dg4WtqP2XesGclGjKZ6OK0QcUBkOhFNcJxhmPc8e5ehX6X2FnKc
LcSQrUNKyRMEYgOw6VGYWxHmFj5ZpozFjS+jUx3nroOiqarNofByHEbdDmSR
PLV2+sXRA7tf47bxKZWX+Ry9wQIkbDWBRjAv+kphEcJTIZFwAjUStp6WxcT1
G6stco7m4K90+TVdZzMOlz6ySqEob0bdZE+nzbvlU/VPnBV18dMrEFhY2FLe
yEGCCV5UsPi6RrCtCKwFKOC0Uw1WWlDoymGyMDB666IHlhfPAk6acZbBgs3J
Ypz+2pa7WCUTsacxk7pKOwDTInDmoVKSKsRhYCphqxAIswquRaPwnaBCIQLb
OjOPN9QYf7R64JGeqylgvsb4/LCtjx0q86nKmK/ucfOkBoKFibzhGA2Tcada
lTe6J7dNQL8fW4KDvHzlBPIQ2dKe008iXFU+5m5eml2EuNAtZYhGugewCCKd
Fo719n0ct8oSWypvw4WgSUkusaQDo23b4zTPaF2hgHHBulTY7sLtTSyBi7hR
zMfgVsIq8jIYGWgxWwe+hphY8G2teBJtrI4nEZstKxN36Xvqpe2ltLgJcXyq
3ATkJXS5MQZdk+rYTvdOJmXCdjoayorhYqM83JltXJoxId6Grbckiz/oZdPX
uQE103LBdn9HpaRra7wF3zHN2Pwj1KumrPUVA2UNlQozmUVnbF3XWzE+lGtM
YWsOzi6lGeZlrkIhiccsGu4LYTvSRO3CA6W5WBw1uQCFwgza5Ug17szzRtGP
x/W6FtcT/58RwNfmexpojZSEmqetLetws0r73bDIa8wPdv2WJbH82z8+1BfK
Gh0rr8mP6KmFRbvHUotTFD2Gt7Q44pTo5W08e8og9zsV2upqtMrHHjbheATw
N9EREFGBotEnkYAc3nZx2mj3O7QVegYopBN1A5QyPv3O8IlVEDqMlAQSAYK7
9yYj9ZeNvD1A3ldzIhWcyStmrduJyl9xuuaffL7p1guwuCZ1ydPBqsABqABL
s9pKoVw2EY/LdyrcoIFpL4uxMP5LjFeyJEX9oorJIphhrZSTc5PjzmYF06TR
wdZA9/CWHsHh5E4sQWOq6rL6PHX3N0Vg+A3MdRQBpgtxz5u5qLux6eaDTFUa
IJnoBt86Z6k97FnCxVD5lhR7hVpFhinshcWAzkKYZX6wWg1gMTmcVgCaE1AC
OEqn2Ovs7GPILi3FxS1nMbfSoes55n5rLrtkez0BRV3PhnQaw5MR198CQm75
OphtnKXQKcssYVV50AO8pau+JRnCVtkU/4kVqqdYacTO2WgFzNwgrX5alyrV
hU6qpi26t6ZW6UTRz4vLz1WjpS4VLYB/uo4KoCKSAoEZK/AQN5PXrgG1lOlY
pgMMi08qV8MLWyEatGQrw6D07jbhiR2NTJkHTDzE2Ed43p7PVvXTNOrwQRuJ
Ya8LtOv1VDRSeD0EEK6obSCoT2tzogHHJ86cVmH7e4OlEDDRsOkPHwbDIfNh
O3mUpA3MUCKdKm3KUVpARFyscaidVUykZTouKyklcNVDaU7cNIAq2nzNvX42
3BXA13/7TWQe+0ct10DvXKUW+DsOUL7GHgAfPmj7jQATk0qIh6nclDAALPEj
kGQcctAQGhG6WZVxlhvrSQtrwqFLbtbRgDE8qO3oq5q5mcqhZsj6pX4C/Via
GhFJPSvdiGh/aSMizW+9hhSJhVWH0d/46l9u7XRH8X53MHgoQR34qbeSsUsz
BZrJPOR+Nzzeo73H3Sc7nzgevvqPQG6Mg2CBdBgrvdyglCWFL0Cp5oY1JuNj
gRhvGejuVowP2gdXF+N1ScHWXfFfnpuqRUvlzT1td2KjGGXrrZrL3xgFYMK5
7RjKmofw5ZsXtlSoyzgTAXxZp8FNZtGaLdSJgCW3QU33BSbSVptrSv1YW1rZ
FnslbgxjyLz4G4pYcMLHzYMvHRHfap3yBlgB/PUAHm1F56f/60THk+I/dCBE
rSg6/SqxKHcdYexElgMkYV5aqVupB47zjXcS0oW4nwxiVNTUGq0nVJh4T8ES
hFbXM03lbGlKcctIsRf+qv6wEyCfwJLsxJkV4dFiLzmHuRqErBtJ6ukCt8Ci
YOcLDiK1Ch9RwpMOqnKKn7g1huTWc0HsxgHkd+LuFIpVG4WUMCyxJGAPVGJy
NTP87S39trWkLgEG9itVRSvVF3rXSpmjGbZ0+sSWMg67KRQNBTWjLclpCKiI
ZDG4q8qalk1FnDGCNT5W/U71YLmOwxUSraKmCtdClhNzBg7s5ETvCHgUrvbT
gK6esOZAzq+SeVuoubp2afCFJhMAhFRwTEkJauAVRUY16+B7dSLabNYZiQD8
M7Hr0OVvsOsoL+Yis456X2lkOXITTSPqRh7/eTOuZcxxjtciT4Z9UA1yxn4L
QazyzsA/0vFlxZCWyGEqVcDwIQW5tph0iZlHzOT+e63Fi9YmcGAjfAOApCMn
Cjg8AvXVUkwtvgIWkHh5koS/XnVWJsTO9Iugz0w3yJ3cOqvrFdiz6VpwLd68
NabWtJBYFSyrsblGI5l2wmC50S/FemYZwy6I+EjsLwpCKxrEgkK9YxD7BHtY
YyTCuoYvyxTVlLQc9eeVLg7XoAyVTu2wdcxet5tyTWtXI46FzGC4kE80gzUR
0XXNYAHi31DtJ2AJw2+VlFK3g8Gv5uLjz8KlD81LLRYJrG/Ma56FzQzVYGGj
011gYfMgtoqFTc7pFha2erm+cPFh1g9Rc9yt60P6TNewxN3K8NaIvLiKn7tJ
zmC4Nsn9TVnN/tZgnfs0C12zle6W4/6j5S54MBx1B/HdL7if7HXjgzsYV73+
D/5Drd+D+97ecNjt3f02ervd0Wh0l9sw8G/cUe2M4iePD+5iEd7mRkk37vU/
wxktNQfbBHaZOdiy5t7GHKza9SApbM9QeymyWpseR3AJR3hSPHE0igeYmDCn
UmJWBS986pylgQtVBOg1T+aaU0/bTzt9pDtZ1q56VTFul9WM7KdfmbJQL5xS
vm/qPkQriV4l0Tj1VoOVi9Z20WHPmZxKqHrG74DTx06+N98uNSYHHbFrRB6j
kGoXpZBEfjiZQaUqZvkqLidvlSq0Q621n9STNkKbaqkXaykObKkmu0FDjJYG
uRHShQ2G5olNipmK2iqruJrreh1rhqBhMRcqsaWaW2kE0CX0TDskvygr5R0v
q09cS976yKlfZxb6WO6dOuYGESKUC7ma39HUzQ6gcm03DRXrA3bZkMfRk2t0
edkBiNkhYVoJPsZmIcGn+u3mCElOighW9ZQb0BTgYYcLN05ipRDhqReJ5RbI
8tXt58Y6tpLRXEXQSIVXsZ/QSkg61sVTzCsqpqu0KqHMsyqdWPYLU+a/sYiQ
Ks9idd3Z2PCSsJZBtOk8eDP0KJUYoLGcOE9V4HrVHOwlgabrWAxIjfOb8zZZ
bxb5jrhjjqoZancvOudsDB2io7ioTdbCEbnK+Lk+mfNIjiVCBEhOiK0sSb++
G5LjuEOkbM4JWwvNVldbcJsujuH76+KMWKmVqVVvwjTmaLBQf7o9upYkESj/
3Vife6nVuSGasMEwu3pwXH245WWUZfSlpsOVxh7FkzLhwfe27cABds6wRVvK
7GjC+clogcX5i+EEfTdwW2FczbFWScRDtsU2gIUyTyhdxRilGjLrHOMY3iSW
adGIH537Fi2LIKgyuCveM5Mhd+u7ZicCaAksQFy0QcbOsliYNFWLMFEFUpe3
NWmZlVolPqVZ6ECa3R2Jn37XInJ25T5dP8Wu2rAmOyKLs/jFnksYxJuWN+i2
G3WgMtbeqMgIu1yBiOoNgQIhxrug8uSSwmhBTvr8NsEH1p7+7RZbSrhInS1Z
vLmbLTbJCyxrPVdT3iriwkGyPcsRhjwAO9oCnb5pMBw2eVB/St/l8x/Dd+l5
LVcL8l64oduLsLb02qijGj5X1gNc7KgvGzoGEDqqxPZq9W/c12wfhOvTDADF
RG0t3VRzNa87kKG5vyEKXIpTpaXLGETmUg4xl+cv3Bk1j/xEtYOtUXUa6+Bc
k3RjY9wqmqgj3yB3DxL35hYWVTGX1/fd5GZVOKDmXWvwRwySFEN0muiLKVTH
U7a8Q8U0JUzeacoQ0NGLdCuUpa+ZzWuaTCe6JIvX9+U14BMWxlo76NOqFEAD
X1NNFlOBTyQE3WhMbc2qOqjDANwaWaVXNZ3K8+HAZKBVpoBCGj4U81lluZNU
/QQ1rysN3qEk+GOJgU70XHNdBBNw9TpY9EAXFWTzp+S2MSmtZbnqHseU70ps
+RjNMEfS1sYtvklzm8KNV6Z61Gu9Mb/CZNMbD17bZSWtCm4k2pAJG6E2onTP
28kwnXBFXlnaA5JA2R56o1vE5FSrjIrdpXD78dJTYT+FbtQdxIvlC1REbYoU
JYFnH21Y68WMspAoN9upd/FlK+7RamLXesp7tIrg80kKfLScza03vs2kePzv
TDG2aT/NpLKayarnibex1iGvriWjbOujJ4XbrQvWIIgZY5xVThKjWWr9rxvq
Wk5QwBnOVWBXKi1K4wlhV5k4qquUabVu/pIr3zKLtwOPyku2MOZ96lgqVctY
ksQ1W2TMMRx4/R5DS3kth8AdOJDz8zBhvumzeqmlLNweK7c2eymw3dCR6g4N
j1l+gQUJiLRRGLOlLaeWPFmLqnO6OkotYLuvTrPYsFZ1oW2pqqiJpioyGcjZ
iD3rggscw2i+WZvRUGmV2zMFXTLCqytdWuzm7njZJy52Ad3/fOYfon0/lQXo
/M03b5dYgXSGDD7q5M/AF5JDg2Orf9bzZFazj5RVzJU4idETD3REdxs7OEo9
nU6TYcplzlmG+AslyjxfkihDG3EeWSM/hoxHPMQvzChmb+2ObGM82OfbrWcc
4+luDYCfwEb2izOTWbaT558juH8tC9xqfmQnDuFww8RstQPExHa+11iaxnsE
YROi21UTG7ahjYF3YF36LI7iThBKiq+RnEvVaVff6SILoZcg9YmWT9vm+Qu2
Yf5EZswGzujf389mzWzkzLewaEa6Jsi9UdOxb3zZVsnozK6eruKX5tVlXqT/
5C/PsYdsoQulO2XVNzaempRHpxC7RK2YkKhWrS4VB5DVK2IJZvipuk6PeaoZ
Y4VVWjNbt1s6dIC8P4vxcANV2+3Ucn6cYoxH84wvqupVh5E088qtymRixBwn
ENf8kkbxmUtZN1/G2Dbz1NrLtzjf0WQMEK8up5vqRG5AW6GHO9bDHXy4ox/G
qsUXxr4woAxPZeHjleXzqlSZU+Ugn5nW3FancBDmmmoRBEtAOAG84Zyq9aos
hSvRL1oYkqu/K3q1xhItawRjzl0kvTUEC/MeyJAD6DOdZ8oeRqQG5Z44Ixra
srC41ilBdkaSIXauxRAuzC+cF4k9rKUVqJ6PwCOm82pOnX3csnSyt3PhRvsI
IeocviOdw08zQwrLWQrYZlLIsDB2Vs4pxg4ZprMItElX14mpnUtV9/ybj2pQ
eGmUCF7cEOFivRYOvcAKekBRKmql6JiU9LdRPMaM7Uo32cbutSQMf5OMyHyo
dGY0F69Nq6inTR4BQ4n7kxRurBR4XnoQmq3gsIyoN3D3OMvpkhKJEBEm2Bn9
plaAgYFkg0iMpropm5VzrhdnS4CyQGtJQDOkZSPgNKOedzoG65DJFtRoke0C
MLmehSMSL56fIyF/iv8rc5UYrqi2Ht4BpwPu7R18/Mg967t7j9ACRLNHr86P
X52dAOeB4VIKReRO6yqJcBeuHBDaYp7p1m8ufmOjehcaiCc5CGDRydNvXx3z
SE/2e48putqztbpjiRxh1eBzoUUldwYqRNNnMC0bklIqcnCZDN45gWtu/UZh
vxLDilK/IFuRY66cKFW5LmAgBlkJGa4dLrUKps7xN3h+cTTJMdla3saKkjCu
NIsuUN5LCfVY83TdB94pDoAG4D9BsCR0K+Yl30+zA7fPS7DACKwPBAwziRXQ
G2LYXOCyYQbEUExulfIQgS06rkyib42bYuYvYR2WFRyxxbkFpKMIOWu72LMO
fcA2RuLrUw3X434+ryzu0ESxOCORy9Aym9dCgBIO5O67ik5wVNW0TMbzRAeY
7vgELgOADnOdaKIjF4RIQFwh0mc4nTrL+QqXphdKPydXIG3BUHyMF1ygVQmi
dmUsEERfZQOHhVrEvH5nQ63lbYViWa8fIzWKB5MfHVBSLepljF7oJ6pX1l1S
A98r4LWwqr8l2ahk1cpbj+39Os6PXkevQLUAiT56NWNTsq7BrSCyTYYnXYyM
+CbeuZxe1KcTupmglVunvNvpyik/OtjrqjwWP6Wd5Gftg5rcKDRMhpYjWWKI
2X9kevCwwquuIG1P/4jlZDzlskZ+lgmOi7PqP29VUcsitKBQyoJS/iH8otrx
CzwwduMe+xKg+HODBawTFg2S90DXFCb4+Wr0VUMNOidRDo4DEC4e3m2duU+B
WU2CV9KBwvZUdZUb1m4mf69OzhRMVhfOJlg6zYcvFXWyp1r1i3ypdArc+HzY
aRiW622EbuNep+feRqupW+J0hNd3Hd5HyQH45ygdz8V10U/QwchCDxAJscCx
tODsu6INBZfpiaCxSf67ZkmFbetsdlX9M4AhK04Op1ekfdTHNwed2TR+v1nP
cE2TatSGFSZta4S2frMkh6NY1zM3bALt9JsZMLivuYp70IucydaYIJ6p3i8X
vCvUj6SHGFZe4lIb8A4vV+rDoLk2npWJ0Zkw5gnRFC9X7WzpXFXemDqhRfkQ
Hs5I6gN1S7Sqp3Kls/f8kKuvrGqyMaxzqM8KyccDC0TbRpJuYKnYNKVKp9QV
N57kY45pIuTi1hjqjCmzpMMhEsOc7krumwer/BqgUtYnor5yutHUj8CXRZee
UCq25Sl3TZkGchMjq6/Jd+qpr2ulMaMUdhSs07MadyN8MSTcia/AC63qGHJz
qppNPB/plnxUWdK1fere3MslOSwPAur0iJMz0cLKqhQVu9MBeHVRILgqrS9I
bU57UVTvReUCs+Bea20farEqtmByL1GjZCXB5OwWtgcRrTM0DF5k0UkBepmP
Vau1+aTm0yjjYNAcUmCq5oX25Sum99LJ2V5Ui3WgUmI4Oc5otdREKbYau5uU
8mGJ4u9XudEC/Ep9C7N9q3p6rt7gJImxf5NoVNgDzQ+x8muXBUz6do0cgP+5
BkFg+1rzIitX6bMMJ99MLPmTGwmKDbLNFhCRYpwQgcACwZKcDIR7IIGdsas9
T9Oy1D59OzMWbWAWfgQiDCaq2R4TsHmhirW73NmuS2XJ8C5UQ5vREC3dypNE
20j9VFUz2AjUVkE+DIo2atSqlkapjZZaa5mk01TSEKfYB5koMvAWZS8z8opj
e5ln8TWp0iMbz9wOIYQ7Jv6wEC0VdQVVYAiUwBQhfUN13erheVjqi2h8mU+E
1Nfxp24tCYxEkAIKiA/geOIQW6kygSvBxVqutqJtQTCDP284nflbVbIBoOPq
5IjB9Cd5MxKjpKsqD22CXZv9Jh/rFrfA/XKtaCGpg6zRAOo5yi1YUNAUDLYJ
hk8HY7uYTGOhMb/8mj85N1o5Ozd2cTxUJpZsMuGlWHM5jcpl3UzxrCXaS0d+
jHOY8fHXmQS34Pg+ddSalO9H14vAdU9zRe78SssYY+7OytPgw9Yg1WW37qn3
CXXVlTIIpMlVjjPPaoqno/vRknJ2TgKrdg7TRkky7tZbyKmW7wQT9TDvI638
IcdcChd7K0+S4VjZwLr0o9xXkd5FHwBhA5ngUNm+q8sin4/9nZDLrSPdiI+W
4HE9KNqZX0f3wzdwnVOSXxQvtKNpvKPQqQChWr7uplS/1WGL+EVKfc9RZKLA
2CWrbygJF/AANjn0CEp4Kl6PrfezrWgwidOpdyG7esFl8MCsEcmqDZisS5gP
+SmmY0T7ySbKA8xitjD14zLRFW7oIbHtAdpwWkaXav2yluSgmrykd0LN05L3
qezEXpv4/nXR4xTVWEblXGsjso5u3Vj6xDWW0iV3NHd9w87OLe+NlGGx6cci
+pQoG4R7s13mJ54rYDAjlKv0xKK5qktNGloL7j+ppSlKl8CwMZdc97eSkP0p
oCz8i/i1Mg6E+qeqXVg74DuCglZgK3RgAIGzREuLDZt2SpNy0QJaDUtX6XRG
dZwo0DZ6MEzLSySS1XZ0DJNjCL9vt7EBRs1bvZajBkV+x31TUURDW5WxWsNm
VTwZIx5jplAH+76z7IFnPqE+A3IxpE41Dn8pru4SBQE0kkuwsSq4rWK+ANnU
Haw1LbhMx5esmLhjGE6iKZiDLZ6B1tq63h9stYbv3Z3OrucfcIPP8HJSUA3i
ovBE5SOzQBJaFB73BFcdE14SQpQLWaYnWSpNjyVMNWtavmv5CkWNIZLa04QM
tGKECoum8UIWTt5jwmUNEDb2K7oSWf4vfnUlqhIiTxhIgjFg6EddQm5QrGtZ
yThaHsOuDk3bqS57rTqsegwuN/PQghZVDxURKteZjJpAz2e48kpdLQ0lpdqG
70SZ9RbdixURNcn0dIJeOG5cBjTyHunDvBGSrAtrGwSnHtvdS6OLa/9Lz9J3
FXnUU9CcahagFhQDgfbTNJvrGJTAmMrgre0SZJXTp2XQDZ3YpWNu9KTMmthd
h/bf31aXjeTem4GfxpFXJk/wym/uhkYZs4VVEazFE7jBuVockN1tbHxzE12l
RcXf+qZMMrEtQKiWMpMbg3LLyy5zD9A5htoZ+F0PmveOV1azpU9jRoZmK1OM
kOwajYrFMqOEZZ4q1zGko3kFYCBnMTqhWeU8M+ai5+jhf20qHaIaimKouLkd
2ygKR757XLcNiq2UHKtyIsc7sSRNYZQigjUWqa6VR24owOe0PLCd9Jqr2WkS
qtfo6mmyDrqlcRa3pZNou7qZJaomdy1agAXIiuyC3KepnE+nMQZeSGslDZtO
9ExZaBkPp6QZu+xOunFIFFvJO36X3CjdBmlkn2q6SqATgwvDeQS5McNkFqeF
Rkm7xTh7E9Wj+pct4A0U6IFApkAibhEC2/shwhjLyPn8wMv6I0wqf14AjCLv
8wO8q9qj2e9GO/pPzjYJfPBdFWLvvNtd7V1pMeysOerpP1+i9Qd+r1WpwnfJ
FeXtN9rVf14Uc7pwzzBY3J0Xq+cSKrQRp0i9IxCXukw55QpY51fqU2q+rVZ/
9UjK5mKcf1JwH7XmF7mM6CkH26Z4Oz98xb2aEaXXuN9SBFXHxEiwlqAo1yBN
zTQqrRhtfRQgBEjqFyolYrvodsLtG6Rl0p5xU+q2xPvwbTV17UujIXtdqK9v
1d/a9hzxiHrNrJ//EP2ZrugPMEw5KFKOEalj4I6gS0Pbdnmq6z0l7myLoOJT
PXmqsYu2g3uAEG2gqu368QsWroExQYyzow4tg7M2aTYYpD8yrdRxhk6NRSvc
Gr4AaUZpl2qwyB3M8jKsH2vFsY0iPdBAHDe5+6SHDkHtfuUC0gDx4+8uSvvJ
R/vdJ+En/+A/SZEEwTGtUCP2cJi3DmBx8BZdEnZemwh7JYr4cfae8dCGFZnA
8XKJmVqV2z9jUT+eOOyYj+lIxGWWq/juE+8K+7ZFSJHEIvaNcaBhVS4M2QjE
2rqxoHbvbzTVk4BqWn875qk1W4trpopdJLP2bN4H8rNtkbIayeNgRfY/W61y
6jAxWeh+cLEe84allNwKfUw6jcBvcTIRi/ShQHg7wBa4f36dLSk7QMdjh4mi
Y8QBoBuaKqHOluNTxdTaRNPJfuGwRaAYMIE1N1XjmaLahGAPKx115SgA5CJR
MrWkFC+KDRqQPWRcgIxGzpwSF9VPx2MF1Ws35tPzZegkVXiZnDYJq9BozZix
+Zls7ynZWNOR7at047+ajcFOQEVH+DOvu0/a2SRPxcIQV1U8eCddAjOgERwx
BlrHSBk3dBwShZvVNkVEoyC1141nvEwmM/GfMg67p6cvqTjYYIgCS3wQDUnL
cl63iSrVKnlPSEoLJROTZ39W5MkOBZYC/UvZi+fv5IvkRRWTZ1trYc4SJVfQ
4keuXMTWFHHB5/ZRq1AUJ3Y0EJdk+cWVN1GXFxI6tFow0bbkNM1nFEirFVu0
srrzIp5kFBZTYMCRwplIHLSlgQEtLEuoOYNYDjEdjht3yTKF6aIfkbxEduGa
tGh2B9c8wZ69ML7K0yHBfFVXMKt2TeC+hVd4lk8m6myURE45tSql2cmta0aj
FoJcRX1Y4aENEV3reZdV6TM47JfJtetgJpIaK4u7GNWC5lUy6ZJnAsMUrrgj
Wz/hmjMt1b1RL21CpAYz6EsroyK20opgpnxeDCy/kNQ74LVwZgV5Kyl+KDNv
7nV2utGDN5lhQnZTRXVdzs41JWS7glhPbQ2FanEoDdtumeTs3zfEtDSbFhco
+2AiHeGQsiNZ/GmWN9pxKPclAUE2rAyt1iAPbhKMrT4qVT7bgkUi5aHzkQOh
qAmMXuIUzZidu/EQQ2LRS2SVRUiz7yXTC5F4vATCOosZNm8NoqKZagtj+l6V
kh2DOIairJwG/jBMhiqpQ34sZ6BeqaYdEwpPLedTRQGklQJbCsUtL0A0yKmL
ZS8CEsDYohZOKZfyncT9YAiWex2kyFMomVezdhV+sTKumpBtaztu0akVEydO
HYhQ8l7NOx8ADCIfa5MgYU2Ju1vDCB6X9VfJBYEkw4FYniVOX2xrKHwYVWjK
KySbFVlDWWYgc1IA2kgdxK2OliiKpWNomPmI2v15PsmAt6Nh7QJtnN+l2RDb
oCsis7FxZJMYIVIr0CgKShHrbB0IJsF8YFuD66QD76U4DeQSoYlSXXoWI5V2
zejumPAF3fk1xmW8NDpbz6EwFtCvmXTrSEQrxa2+3RYya6T7FJaBlP9SOQVV
JQ+9QzKwam0b5MaJBFXQEO7tVCSOYS4MDJNpAe0GmELvcXiUaaYoRRII2BXI
4aTkcKJwOcPdkRkzHDicBAMcrtIhJkkuZKcY1EYRjNSkKsidBeRyHbXTjiUv
rMtSkdl6mLTz0chJ1FWLGhXsQjHVQFVI7iTJxpUu03ll0JdM9NeEvozaF9e5
GwxmnNoUg0xWBFveRbLZBtlMwsPa319XummWiRtrp9lsXrUL/v2jNuURpWBY
W8Pb0p+IaaWdx28iqDBywYsHqMfN1i68yf2XUlli3TdL0Meha+gjdSPaQ2qv
SXmRansBpiR4oLjGjST4c1Ts0TlApy2/aWJtuS/JHsvOkz+cv3qJckb8juj9
8CrOKrHUsPqNAT0S2WATQIvu6Jj5TCRtnXGtWIPjorcGYa+RkpLwR4CP5FCs
tokHuH7Ht2oNb9FlHFdTYg5pwoQSQpGpLuACPwkDNmxGXX0h3DoAbc3V4jqj
B7hmVHDRgkj3qcIMapnaFKuLo2+Pzr99e/ry9ZsLqyCQZreYGK6etjN09N2U
hdjpAP51GbRjMu1G3yYU5qUXQdegdIMhL7dCy7AfUC82rwYYuwoUU+5Kg+lM
txq4Mwl9VVqqNGAS2uzJXXd3Q1y3N7AVS67DrPWbViyRF3b5bJ4NY6SdqAM7
xaUvQX9JMl0gD9+1TrFWLsSFH5kqEJ2s/m+2Bz2MX2Q9bLzVTIgc7LapM98G
ubFDMur3VZyT0CwmmMqd4VNOR+RjkkfcMRLfhZdsrQW1GO3KrQjo4eBWYDpG
MCnSyfC6C3BheEOKgLmkGIUbEKZRygNCopIgUF9HOOgIeL418NxlPtR2fe3Z
ql1HkzUTvoyIdnAGBUvwsC8QK5Q/lQKOuYSPZpnwU5ClNQZOJGQkYztUlsyB
45sJmhChf2MZ4BVzVGW412ePC2mSYuFCIqkTvL5lsLJ0nLkwGsGZFAsBdBwC
kNWlAbEVM4HoTuTs1Rqxy45ESbK2VQXHCJ+dl36dGDj1GCM4aXpVwslxzXix
Qc3xa1oyXLRwm9CpIu3vsZXXcNmN1lQO5eF4hOAzxF4JPSWbx5HBWNcO80XX
OcSBOkQQ+o5M4p92oL1IYopaoRCYeokMK0O/ofSNZ6Gn9o9C1Jjo384+F32b
XydXcq/11VcjomYTl0RpbpQpEUk+akWmlpiEclAZdXpaxQUBrIFxkjIJ/1VG
atIKh2h/wZQcgJOkUYQM16RcYNVBrd9wDQ/ih1qOZLE3YMzXybhxUE1QgLKU
PidPyWxgaO0gG9d2gIA8qsz158xNwDqz0H4ikT7q1AjreFU1nuEXHdWRL3X4
NFj2ychdiIipdT1VweKmpGq4mWOBZJopjjQGKVtAKuVxgC1PqAxwA6z7yTog
UyoqGWjxpRkmX1SF8tP4mfXmVlmCjCqQwAXhkmTKVtUinxVIl726526g/6FK
iwAl0Cn+0eRFdJvCl3lkOw1Ne7CynCc6NHbRsdLr+iR/g2YgOY/+RCfG2vl/
pJ6S73JBpZZwQVx/K1LcmJy2PCJGFg1Q6iTzerItHkrm9eRh0IliXBZdAR75
D5+aCm+VFqu5pIGFi6e4dde+ik6PXh6FAg0wREtFsOjIARXJbaVhDEyYDQ6l
e/DlyHuiE8CevDiMXgNtK6UiFlqJMDyIkwEpcRBWtvnhw7+cnzx/9vHjpgEg
DmGM0AGvEe5by9Ap1eSLx0U8u2Se8ALNlBw8ZZcZLGV/bTJjcgAa0DyEBIlk
7xIxnPHxifCFQ+Gji6LcEAxT1bdaoc7SgAxPWBSB2rkcRp8RJBhSNKaXKY2h
DY93uaQU7Rqjzg5tcrOxcT7vV9ZP1vIxVUH8/yZA5jB6+fBoY4NrtQCe1345
wcXXgyIOoxdz6ietdxfbEYYUCGylRWggWaE5TsigIAdlvAYjVg6B7SeLUzat
KEPrDpxi5A3cDxDN0kloXNrm6zkVW0qGLgYemqVtbBwZOItViBU01I40+hwS
8aMjwLwLKfAUMpKDFMYCfclC1ZkyssrPkcRnUhoOQTHz6hc1WOk8v1g4Vknl
yluadsiQH9eQ0JzUM7iMHHFkIj6CwLVkN8sRqCAPW4X5/iVKphhWBhypEJ8q
4RC3ONeU33kfBeTvfo9bIdsild96ACj/H1iao5MXY6qqcHpy8Sxyzo6hHU/a
ZBk/AgELXisq8xpjTYZoTQFHh9HxqxcvXr3EK4ShnUIVqXwn/fwSeC/skyD4
8JgLXUgtkUkCBBLXAFtFO1yp2K25/vi+uO6PXnthfaVVr/OremBtgK4BBD0q
zqF6ItdvhibZVOu5sQP/No9tpeXk/AJ7eJxkV2mRZ1TKHCsfnZ1sWxHR1kDj
Ip/PWAOjcKkLuh1NxNU8d0z05jBqw96ewnX65imCXZo0OBeSWl6FYhP/mNwE
4EaP+hGRSzmDD0YNm8aZPycwf0NhwxRDyaD5DQUYa0rPUZfw7TcgLIzsIEvA
Yaqar+Gn7SuqFhyZM485cNTbF1DUuIqplkIH25cwhh/7GP6byDmoYBQoEi73
DFeKtNen+ZUSX0RlNMJcGwlA6DxNUU06iFXm22TJKXiQSwMkkWDZp+2eMky/
HTjZI79oKIUu2JVbixtW6cXvu3kOAveQatAcqVIbIFidvEd5GLeWJtebpCJs
njtSlRIDNmsFnA7EqPC42zuQapmb7ni1V/adVzru9NF4nqKhJdPtO8QRQZyk
oGeIlRyRJQQNMwwkh4WttFEu+RoPEw4Yq72ziaGOab1m1RNvy/Wh/co5SoZa
AogLW5ST6jIYK0N4hX5Sw8fNWi8KtLlQZTlyynlSEkbEdim2VcekYmtgLlQk
+qyZU+QPtH7wPjJR4zBkVZg+W8NIr0l402QE4fAe3qmlAyubJDDdwWWccvSc
zoc2mpuVqGs2bu2ZziqprL5wPTdRyarsR/tVehOIkPNpVmo5T18MGJE0TyaG
JGBzHLsIotQZQxHDKxaPeb1JhoohJsSXqarnQzlewi+J5tFp0juqQvE8S/97
nqh4HzGhqXB91vlZcOZ+T5LwEV4aOTwpEF0ZyLUcbWWmmIVIAyJnJfYvXDqi
lp0hQQkc62habjzVHpkizkSxkeQAlG+Nw6ZOntDxzLHfgvSndrtyCXhr9/YP
EJi9/X06eAvlYKf1y/1d/XI3DHywv79LQ8MUj0wMuMyHv4ZnDFPD2iROGmDj
aEtWOuHwAhhBlst0qngnr78u0it0m78pk02DKheiSYRxhaIsyORFDxNrppwU
um12Ykeq6inR2RNJMWVv9eURkwm7uylzAAZrWSZIy5ukIrBYFHA5fvjaebOK
YcRV9BVhkVEvnLut7YigT1YcNDrLZ3OO9hM6JpsmItKUkCdEeVOveFPoCcfr
oNFiJIYY1U6JqIGES3imlaWpQ+VCOYUFo6D4ubK4wtPciyr3osq9qPLzE1WU
Eoc6ZpM8wPZ/5c1WjT9YvsDLfy8P/OLlAUeFD3PYPun6QyuhUkRGxpE749J0
wXUzCBybvM3o5U3ep1hQ7lNZt51fe9fs2qWUGHNSzAfKXyAEnq+uzU+p55li
yCHrPqOA1I0N4W+Q1TUhXYiRee3MicuS/cVcTKusS2Zxpyg1FUlV8bFS6NaY
WiCVGLA/TjCaZ2KzQB5QaCST21L5FvtYCyunQL8RooAE8N9w93IKVnfvhHpf
FZAkfzZ5+uAlMyiuKKPMMwAhed0whraaD9GRJyDhc8JDlveoLgagbu6anj3T
HXMoIruvKdi1xGBVikUx8w/TcpDPMfAeYHWmJ8JdoTLHvyByjRO0y49GSPC8
5JaRrheru0WZkFs7GRTXx8msojuOc5EhhnO2kHJ8nqoJIg1cbKcjR2LIWFLR
AghM+i7hqsZ9kz8OCDTJb6T9JKL4P6nZexWPx3xEMyE7c0k8T5X9m/gobICg
OC8wRIQN6IMJRYsklsDYQdutFgeQFZP0J2zEBE+T374UbmRNQJTKuRilJCmq
vFVh6isxCXNJVPsAdS06/iSyNCJiNEmjGMp7YZwXWcHcNolnj+u5b/FVnE5I
Y6OMRB1yKU2lUSjh+uScg0N7XHU3LXc6BTKMCqAjZO8SVQ5NEpJoR+a62kl5
Cl9USy9MDKofskSqpsatxlXVlWhXXwueuBKnW0qU06xKC9q4upLTQ6+Spvtl
S0HXNdxn4kObGAnjO3FplyEXKLfPM0PgCAo6vXzENZFIBWZBVJMRB5FIeuMG
nrwYFmZjOS7EJV9kVpyjNNENGHWtAm6aHldhRAQduWL6EllHxjFDODuvzo2r
V95aFgwN7btOsMSRaXJ1mV9zirEt4KvRZUg820kykhZEKs1VpfyaXAtGqsyk
i1mJZ9boOJQyydH3KpgDR4azbLfboBgN3mFYwysVCI/DnXOh5wtpO6hSXq0M
APxd5bZ+JJcjYtSiOpN1v2ew5KTdwjUW7JHcNDVa0+pq/QT6iORZ1q56VTFu
l9WM/fwqrM9ZqTJa4gSq3SKHe5W6I53VbtlqPonl001RJt2d86XXRpqHfhPo
jKqTR+op4m4gjpU2aioF1GNmuCOXE4lnOmY55V9DJbClbKKVC7yoQGjL7jzL
GTvOJtZuhM2BolTYwWnJjOS3GKqkoNWKrVtFmaxVuvWNri/ziWkU3ND21aiP
sC23uTr2hLfrvKqR1uwPLyouT/JS15DBVdcan6pB7G4vsYl2cbvqCoYihmEa
EVs7dX1tyyZjOII+FlQqMLFImcttrmE6kp7rcPHlhy0FO3T5blUqcE5NyOs9
BHRqP8cs8QYDJfeZq6h8Pao4RxK4KvwaD4cmDpfC0hvQs2Ul88Jg5saHYuLq
d2TlxgvbojtIcIbsjIZDuG1yC0oplieNXYaAt0zEs5yqFZBzBRdFIGELcvnv
KNikpaKDxqhCvWSayaL0MeP8zNlyeq5C7Q26BNpeBIh+rV+PJvdumXo9mnCZ
ZdTfj+bmqnwN+0WTEjC955Q4fC6HBFKA5R63tnqiEvoU/9OFtOBRqUz34QMX
O8JCR/r4nb4ectc4C348xjI6iJ45HC3pzzKhJDObNfnF7ORGkLjIZkkyDFMm
fRkqX9fU3KMBabEZiqIcn9ZkdZu0TKobiGKbcEW/e9PKnUqkIgKrQBZUbHvB
0lGdBrA6g8ZuQWh3tArDgNrxSOU8q5hd5dsoVR0+u8t3sDtyJ/ombyop09SM
1WuTsqmJERu52G1reAa6WjvREbtc6coCQSXwpZiPBxeeEiVAE8g5ycy8yuWS
mTVpAVt6D5ny52KPEjcIK55YriExgczR5l83VW6ZkupLfsZmbvx0UFAA7P4d
2XNeegMh1Q+MMaPMeZ8rSXWTGdFPgdp23TQIsnxhVbuzdayONjeXh8xIfFOw
X6LODMMp7Vh1QEk7z7+hY37zjYBfuC3wRixNAxThGl7jImtc43Om/u12Z2N9
YPM/N1VqAyagZBRvzTZMVC5ZGqxVUfxBnda/9ot/MwBcVFXulh9VsO4ORoJt
MFGxBv9reM4X8XtLJrMkeVXw2MGGlbYBx/Z11CWAEdBMcza83vSVoh2SHkTf
vcHXcNmnL5+e/OW3Xb0NbJDN/bGxIuQq23A0DN0MjaLOQo1wrHRnTdTq29Dr
Cy5h+WnQtlY4DS1QEx3VGKdE3zQbJu+3rHuzymnQstv+Zh70/vNgb7vdXTyE
tQ2a2x684TQYkUNlk41omjd0qVq0jZ3AaVhgXXUbk7is3pq9NG7jwoK30+XB
0lXRLkdCtL03NlzV93aX2zB1JBtEK1VFcrHsFiwcSZHsnJERnbCRwZQ5ODtv
i+HBVCZV7R+UKKceoLI6ZjDTUl1qe4RzkYS3U2kVCXGS8Yy04ybmUNKOk8lt
W5ZVbhOXtFFPWcbRM9Vgota1U5eDU107HUnRrrW2WtNSaWIXblnqdBTFUGTL
us9lyGn9vJ0hsnbZytm51cHs9atzo/+qgm7Ah7W+oSo1q7I65yq71GtO26NK
Osfki7SK6IgX329K6ngiTP6yu2iTt6EzWrkjl/eo3erXDYuG9ZFzJY62AIBv
sdTSli1senXAqRSThfbqnvzOGgNTQReNsYnFP1guOKdqy5tqRMo1Hc0zxv5a
KrjXmqMui1O4DkqeHz+qBU3j92+zRavRhIhoum1iUfVNwuzc1dMbKoTaihSr
0KrwsU51W2z3om3oFqgql8IiSqp2mhsZ5mQD+kr31uWD99tbjst1KegvXfAH
rqcH/wV5YU7cjVX2FeuEAcaqg3GK0Po11RHtYSd92Gvn8kHVhf3g0PqLHnxh
Cbl0S/o32PuAME7upIRqeJtT2Oj1duuyttqr0ZWvvoqeIVn7E0lBNLAqz1en
8e0uKfGjdIxfHp0DpED+vy61Z0bYhLJFK6rKtIgyQOxu27Hf1M0qMEvZwlxh
1i66Zidn2jlKAf3TLg2yxRqtLSmJ/9MWCKsQKVO1r8ncVW9ABwv93+YTxXF5
Nd4AErz25+gchJFbfFCGcfIQD5noL33tt+31P//2w60X+a+3mO634dmIFwkr
agRJ6POaD/cw+rDWa1H0MOp0OvDfNV/bVFxpMzpE4wPmzT2E70DVWfoaXmd6
rbyMMXYJ31k8G75JHANf6+44PzS+9nHBaMtmW/waWt4HeTw7fPgwLjtyiztA
lB8aQDysvxYp+nMY7QQHD8z2c0JlQN59Xct7ldnUnxose71Fb/ivuSl3zZlw
3muLr0rjbFGUbKn2EVuAhn/7x0qvLcbCBbPdyWt4tz/nbA+OwsxYaSoNr1FZ
E7v7bDnvT9NKBKaz8+07XaT7+dwgiTyoUEvEUqUWby94bfXZfuJrur+76A3/
tZ/4mhpZtHZhfzXXNKrhZO+XhpMHe+u89sXgZCsyqtE/vNd+bTjZlfZj5fbi
11af7SfGyUf767z2heBk755OOnTyF4aTjw/Wee1exFavWaYQ8kloS5HyP9jO
BLQlNtieMFmNulq06w6JryhVaEWDVc81WLV7d2KyCgb7mLbUprf3y+jraFe3
PVscsWY1CwwbcB1HJpvQnbihUJ9zal/7mS1pKg5mCy20zg8Shb2eja0ebnlv
Y1txkXdnY1tmYmskEUuIWvPeFpnYFry2yMS27LUGE9ti8tdoYmt8bQnl/dw2
tn/HC/X1rv3avY3Nm039+bOxsZlI7S9LALi3sS1apPv5/HL6iia2n6+c/qXb
2Jxruupr3udvcMFbroXuH8tfW0ATfj1EYWWD3s/3BnzpFr3PcAPQ9vKPFUS1
+4vzSbOtZnf82V6cL93seEcXx8L+FkqKt7g49/ftp7hvDTbVn+19+9JNqnd8
33rr3be7uqbLF/kl3bdGc3G712QwbrD9LjYYN0U4zibz0h4xYEDe9QzIu581
5vHChLdziTHTVQ0jvOVZt12016Eaq8RMMCUhlQRkadJhtdBBm2yBQb8qWpVC
3r/jJO60lMYwUh+ek9ew4VzKPSOxeLmKnpWQc7v3MbXdncSzUlXdkHh0jO63
k7HpILJcnwX3ArDj0O3mfA0m9yhocX/8S7e431XsanQEOHZv17+363sgCXzu
7fq1z09s17+PnV0+m/rzZ2PX/1Id+/d2/UWLdD/3dv1fvF3/Pnb23tK++LUv
BifvY2fvY2fl84Xg5H3s7OeNnY2i52j/+Uu0BnL+igy99yK2/9qDkyyfjy/Z
tIf2u1lcYg4997hveE3VPpTiJ+lVMnQMk9vh1269yPVeWz0w7rF+7VehCd87
VlZ67dfp/2z2x+yuGcDvu1ZuF9CPWvzfxTz+981gfD85aJrM7ctKFNpmdruH
8FVyI/XpVyls43S/0dVaY7YoEvb342pwuWks6KonglNk16nlYsqcLS7q4noo
sDALVs7rJ16hM73WhQWNCYbkC7I9Xns/RsqECwq/lq+4b6yyJ7vrgGUNx83R
SDVghUUhK2RfmfC32O2FbHveuMnEik6yz+8Yk1pc2HKFKiZhkfkZriTWdXgC
WMB1zxcfhfiJ7LrRAd/PIC+sMtoa2NzFx/JZNriMdD8YbLyRAyX5jM4j/NzW
gcRk81ZOJH71NjLHp8gdsuDbyB6O/OF8ljqVNJgCnxUkiyV7vWVxFvzcskCL
fvVWRVrobcvb1FptwT47OYw85f+WfqrVFrz41fXzUKxZ1/VZ8as/55tza+kd
P7f0ZeHnlsI/fm6tAODHz1dphd8LvYovq9CEQ+Dwk0nTy8FzTSR44TAaxZOy
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
/wETC6MwokMCAA==

-->

</rfc>
