Skip to content

Commit

Permalink
Script updating gh-pages from 0f036c0. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Apr 4, 2024
1 parent 20c6c70 commit 9b0cac8
Show file tree
Hide file tree
Showing 4 changed files with 1,140 additions and 1,141 deletions.
16 changes: 8 additions & 8 deletions draft-ietf-rats-eat.html
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
</tr></thead>
<tfoot><tr>
<td class="left">Lundblade, et al.</td>
<td class="center">Expires 3 October 2024</td>
<td class="center">Expires 6 October 2024</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -1050,12 +1050,12 @@
<dd class="internet-draft">draft-ietf-rats-eat-latest</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2024-04-01" class="published">1 April 2024</time>
<time datetime="2024-04-04" class="published">4 April 2024</time>
</dd>
<dt class="label-intended-status">Intended Status:</dt>
<dd class="intended-status">Standards Track</dd>
<dt class="label-expires">Expires:</dt>
<dd class="expires"><time datetime="2024-10-03">3 October 2024</time></dd>
<dd class="expires"><time datetime="2024-10-06">6 October 2024</time></dd>
<dt class="label-authors">Authors:</dt>
<dd class="authors">
<div class="author">
Expand Down Expand Up @@ -1106,7 +1106,7 @@ <h2 id="name-status-of-this-memo">
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow"></a></p>
<p id="section-boilerplate.1-4">
This Internet-Draft will expire on 3 October 2024.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 6 October 2024.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -2819,7 +2819,7 @@ <h4 id="name-submods-submodules">
<p id="section-4.2.18-16">When decoding a JSON-encoded EAT, the type of submodule is determined as follows.
A JSON object indicates the submodule is a Claims-Set.
In all other cases, it is a JSON-Selector, which is an array of two elements that indicates whether the submodule is a nested token or a Detached-Submodule-Digest.The first element in the array indicates the type present in the second element.
If the value is JWT”, “CBOR”, “BUNDLE or a future-standardized token types, e.g., <span>[<a href="#UCCS" class="cite xref">UCCS</a>]</span>, the submodule is a nested token of the indicated type, i.e., JWT-Message, CBOR-Token-Inside-JSON-Token, Detached-EAT-Bundle, or a future type.
If the value is "JWT", "CBOR", "BUNDLE" or a future-standardized token types, e.g., <span>[<a href="#UCCS" class="cite xref">UCCS</a>]</span>, the submodule is a nested token of the indicated type, i.e., JWT-Message, CBOR-Token-Inside-JSON-Token, Detached-EAT-Bundle, or a future type.
If the value is "DIGEST", the submodule is a Detached-Submodule-Digest.
Any other value indicates a standardized extension to this specification.<a href="#section-4.2.18-16" class="pilcrow"></a></p>
<p id="section-4.2.18-17">When decoding a CBOR-encoded EAT, the CBOR item type indicates the type of the submodule as follows.
Expand All @@ -2828,8 +2828,8 @@ <h4 id="name-submods-submodules">
A byte string indicates a CBOR-encoded CBOR-Nested-Token.
A text string indicates a JSON-encoded JSON-Selector. Where JSON-Selector is used in a CBOR-encoded EAT, the "DIGEST" type and corresponding Detached-Submodule-Digest type <span class="bcp14">MUST NOT</span> be used.<a href="#section-4.2.18-17" class="pilcrow"></a></p>
<p id="section-4.2.18-18">The type of a CBOR-encoded nested token is always determined by the CBOR tag encountered after the byte string wrapping is removed in a CBOR-encoded enclosing token or after the base64 wrapping is removed in JSON-encoded enclosing token.<a href="#section-4.2.18-18" class="pilcrow"></a></p>
<p id="section-4.2.18-19">The type of a JSON-encoded nested token is always determined by the string name in JSON-Selector and is always JWT”, “BUNDLE or a new name standardized outside this document for a further type (e.g., UCCS).
This string name may also be CBOR to indicate the nested token is CBOR-encoded.<a href="#section-4.2.18-19" class="pilcrow"></a></p>
<p id="section-4.2.18-19">The type of a JSON-encoded nested token is always determined by the string name in JSON-Selector and is always "JWT", "BUNDLE" or a new name standardized outside this document for a further type (e.g., "UCCS").
This string name may also be "CBOR" to indicate the nested token is CBOR-encoded.<a href="#section-4.2.18-19" class="pilcrow"></a></p>
<span class="break"></span><dl class="dlParallel" id="section-4.2.18-20">
<dt id="section-4.2.18-20.1">"JWT":</dt>
<dd style="margin-left: 1.5em" id="section-4.2.18-20.2">
Expand Down Expand Up @@ -4818,7 +4818,7 @@ <h3 id="name-informative-references">
<dd class="break"></dd>
<dt id="EAT.media-types">[EAT.media-types]</dt>
<dd>
<span class="refAuthor">Lundblade, L.</span>, <span class="refAuthor">Birkholz, H.</span>, and <span class="refAuthor">T. Fossati</span>, <span class="refTitle">"EAT Media Types"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-rats-eat-media-type-05</span>, <time datetime="2023-11-07" class="refDate">7 November 2023</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-rats-eat-media-type-05">https://datatracker.ietf.org/doc/html/draft-ietf-rats-eat-media-type-05</a>&gt;</span>. </dd>
<span class="refAuthor">Lundblade, L.</span>, <span class="refAuthor">Birkholz, H.</span>, and <span class="refAuthor">T. Fossati</span>, <span class="refTitle">"EAT Media Types"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-rats-eat-media-type-07</span>, <time datetime="2024-04-02" class="refDate">2 April 2024</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-rats-eat-media-type-07">https://datatracker.ietf.org/doc/html/draft-ietf-rats-eat-media-type-07</a>&gt;</span>. </dd>
<dd class="break"></dd>
<dt id="IEEE-RA">[IEEE-RA]</dt>
<dd>
Expand Down
18 changes: 9 additions & 9 deletions draft-ietf-rats-eat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
RATS L. Lundblade
Internet-Draft Security Theory LLC
Intended status: Standards Track G. Mandyam
Expires: 3 October 2024 Mediatek USA
Expires: 6 October 2024 Mediatek USA
J. O'Donoghue
Qualcomm Technologies Inc.
C. Wallace
Red Hound Software, Inc.
1 April 2024
4 April 2024


The Entity Attestation Token (EAT)
Expand Down Expand Up @@ -42,7 +42,7 @@ Status of This Memo
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."

This Internet-Draft will expire on 3 October 2024.
This Internet-Draft will expire on 6 October 2024.

Copyright Notice

Expand Down Expand Up @@ -1542,8 +1542,8 @@ Table of Contents
In all other cases, it is a JSON-Selector, which is an array of two
elements that indicates whether the submodule is a nested token or a
Detached-Submodule-Digest.The first element in the array indicates
the type present in the second element. If the value is JWT,
CBOR”, “BUNDLE or a future-standardized token types, e.g., [UCCS],
the type present in the second element. If the value is "JWT",
"CBOR", "BUNDLE" or a future-standardized token types, e.g., [UCCS],
the submodule is a nested token of the indicated type, i.e., JWT-
Message, CBOR-Token-Inside-JSON-Token, Detached-EAT-Bundle, or a
future type. If the value is "DIGEST", the submodule is a Detached-
Expand All @@ -1564,9 +1564,9 @@ Table of Contents
in JSON-encoded enclosing token.

The type of a JSON-encoded nested token is always determined by the
string name in JSON-Selector and is always JWT”, “BUNDLE or a new
string name in JSON-Selector and is always "JWT", "BUNDLE" or a new
name standardized outside this document for a further type (e.g.,
UCCS). This string name may also be CBOR to indicate the nested
"UCCS"). This string name may also be "CBOR" to indicate the nested
token is CBOR-encoded.

"JWT": The second array item MUST be a JWT formatted according to
Expand Down Expand Up @@ -3326,9 +3326,9 @@ Table of Contents
[EAT.media-types]
Lundblade, L., Birkholz, H., and T. Fossati, "EAT Media
Types", Work in Progress, Internet-Draft, draft-ietf-rats-
eat-media-type-05, 7 November 2023,
eat-media-type-07, 2 April 2024,
<https://datatracker.ietf.org/doc/html/draft-ietf-rats-
eat-media-type-05>.
eat-media-type-07>.

[IEEE-RA] "IEEE Registration Authority",
<https://standards.ieee.org/products-services/regauth/
Expand Down
Loading

0 comments on commit 9b0cac8

Please sign in to comment.