Skip to content

Commit

Permalink
Script updating gh-pages from 15c3251. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Apr 1, 2024
1 parent 40b8923 commit cda242f
Show file tree
Hide file tree
Showing 4 changed files with 1,261 additions and 1,259 deletions.
91 changes: 46 additions & 45 deletions draft-ietf-rats-eat.html
Original file line number Diff line number Diff line change
Expand Up @@ -1033,11 +1033,11 @@
<thead><tr>
<td class="left">Internet-Draft</td>
<td class="center">EAT</td>
<td class="right">January 2024</td>
<td class="right">April 2024</td>
</tr></thead>
<tfoot><tr>
<td class="left">Lundblade, et al.</td>
<td class="center">Expires 17 July 2024</td>
<td class="center">Expires 3 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-01-14" class="published">14 January 2024</time>
<time datetime="2024-04-01" class="published">1 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-07-17">17 July 2024</time></dd>
<dd class="expires"><time datetime="2024-10-03">3 October 2024</time></dd>
<dt class="label-authors">Authors:</dt>
<dd class="authors">
<div class="author">
Expand All @@ -1064,6 +1064,7 @@
</div>
<div class="author">
<div class="author-name">G. Mandyam</div>
<div class="org">Mediatek USA</div>
</div>
<div class="author">
<div class="author-name">J. O'Donoghue</div>
Expand Down Expand Up @@ -1105,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 17 July 2024.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 3 October 2024.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -3057,7 +3058,7 @@ <h2 id="name-detached-eat-bundles">
<p id="section-5-8.3.1"><span class="bcp14">MUST</span> be wrapped in a byte string when the encoding is CBOR and be base64url-encoded when the encoding is JSON<a href="#section-5-8.3.1" class="pilcrow"></a></p>
</li>
</ul>
<p id="section-5-9">For CBOR-encoded detached EAT bundles, tag TBD602 can be used to identify it.
<p id="section-5-9">For CBOR-encoded detached EAT bundles, tag 602 can be used to identify it.
The standard rules apply for use or non-use of a tag.
When it is sent as a submodule, it is always sent as a tag to distinguish it from the other types of nested tokens.<a href="#section-5-9" class="pilcrow"></a></p>
<p id="section-5-10">The digests of the detached claims sets are associated with detached Claims-Sets by label/name.
Expand All @@ -3067,7 +3068,7 @@ <h2 id="name-detached-eat-bundles">
<pre>
BUNDLE-Messages = BUNDLE-Tagged-Message / BUNDLE-Untagged-Message

BUNDLE-Tagged-Message = #6.TBD602(BUNDLE-Untagged-Message)
BUNDLE-Tagged-Message = #6.602(BUNDLE-Untagged-Message)
BUNDLE-Untagged-Message = Detached-EAT-Bundle

Detached-EAT-Bundle = [
Expand Down Expand Up @@ -3719,7 +3720,7 @@ <h4 id="name-payload-cddl">

BUNDLE-Messages = BUNDLE-Tagged-Message / BUNDLE-Untagged-Message

BUNDLE-Tagged-Message = #6.TBD602(BUNDLE-Untagged-Message)
BUNDLE-Tagged-Message = #6.602(BUNDLE-Untagged-Message)
BUNDLE-Untagged-Message = Detached-EAT-Bundle

Detached-EAT-Bundle = [
Expand All @@ -3736,28 +3737,27 @@ <h4 id="name-payload-cddl">



nonce-label = JC&lt; "eat_nonce", 10 &gt;
ueid-label = JC&lt; "ueid", 256 &gt;
sueids-label = JC&lt; "sueids", 257 &gt;
oemid-label = JC&lt; "oemid", 258 &gt;
hardware-model-label = JC&lt; "hwmodel", 259 &gt;
hardware-version-label = JC&lt; "hwversion", 260 &gt;
oem-boot-label = JC&lt; "oemboot", 262 &gt;
debug-status-label = JC&lt; "dbgstat", 263 &gt;
location-label = JC&lt; "location", 264 &gt;
profile-label = JC&lt; "eat_profile",265 &gt;
submods-label = JC&lt; "submods", 266 &gt;

uptime-label = JC&lt; "uptime", TBD &gt;
boot-seed-label = JC&lt; "bootseed", TBD &gt;
intended-use-label = JC&lt; "intuse", TBD &gt;
dloas-label = JC&lt; "dloas", TBD &gt;
sw-name-label = JC&lt; "swname", TBD &gt;
sw-version-label = JC&lt; "swversion", TBD &gt;
manifests-label = JC&lt; "manifests", TBD &gt;
measurements-label = JC&lt; "measurements", TBD &gt;
measurement-results-label = JC&lt; "measres" , TBD &gt;
boot-count-label = JC&lt; "bootcount", TBD &gt;
nonce-label = JC&lt; "eat_nonce", 10 &gt;
ueid-label = JC&lt; "ueid", 256 &gt;
sueids-label = JC&lt; "sueids", 257 &gt;
oemid-label = JC&lt; "oemid", 258 &gt;
hardware-model-label = JC&lt; "hwmodel", 259 &gt;
hardware-version-label = JC&lt; "hwversion", 260 &gt;
uptime-label = JC&lt; "uptime", 261 &gt;
oem-boot-label = JC&lt; "oemboot", 262 &gt;
debug-status-label = JC&lt; "dbgstat", 263 &gt;
location-label = JC&lt; "location", 264 &gt;
profile-label = JC&lt; "eat_profile", 265 &gt;
submods-label = JC&lt; "submods", 266 &gt;
boot-count-label = JC&lt; "bootcount", 267 &gt;
boot-seed-label = JC&lt; "bootseed", 268 &gt;
dloas-label = JC&lt; "dloas", 269 &gt;
sw-name-label = JC&lt; "swname", 270 &gt;
sw-version-label = JC&lt; "swversion", 271 &gt;
manifests-label = JC&lt; "manifests", 272 &gt;
measurements-label = JC&lt; "measurements", 273 &gt;
measurement-results-label = JC&lt; "measres" , 274 &gt;
intended-use-label = JC&lt; "intuse", 275 &gt;


</pre><a href="#section-7.3.1-3" class="pilcrow"></a>
Expand Down Expand Up @@ -4226,7 +4226,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-16.3.1">JWT Claim Name: "hwversion"<a href="#section-10.2-16.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-16.4">
<p id="section-10.2-16.4.1">Claim Key: TBD 260<a href="#section-10.2-16.4.1" class="pilcrow"></a></p>
<p id="section-10.2-16.4.1">Claim Key: 260<a href="#section-10.2-16.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-16.5">
<p id="section-10.2-16.5.1">Claim Value Type(s): array<a href="#section-10.2-16.5.1" class="pilcrow"></a></p>
Expand Down Expand Up @@ -4370,7 +4370,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-28.3.1">JWT Claim Name: "uptime"<a href="#section-10.2-28.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-28.4">
<p id="section-10.2-28.4.1">Claim Key: TBD<a href="#section-10.2-28.4.1" class="pilcrow"></a></p>
<p id="section-10.2-28.4.1">Claim Key: 261<a href="#section-10.2-28.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-28.5">
<p id="section-10.2-28.5.1">Claim Value Type(s): uint<a href="#section-10.2-28.5.1" class="pilcrow"></a></p>
Expand All @@ -4394,7 +4394,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-30.3.1">JWT Claim Name: "bootcount"<a href="#section-10.2-30.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-30.4">
<p id="section-10.2-30.4.1">Claim Key: TBD<a href="#section-10.2-30.4.1" class="pilcrow"></a></p>
<p id="section-10.2-30.4.1">Claim Key: 267<a href="#section-10.2-30.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-30.5">
<p id="section-10.2-30.5.1">Claim Value Type(s): uint<a href="#section-10.2-30.5.1" class="pilcrow"></a></p>
Expand All @@ -4418,7 +4418,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-32.3.1">JWT Claim Name: "bootseed"<a href="#section-10.2-32.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-32.4">
<p id="section-10.2-32.4.1">Claim Key: TBD<a href="#section-10.2-32.4.1" class="pilcrow"></a></p>
<p id="section-10.2-32.4.1">Claim Key: 268<a href="#section-10.2-32.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-32.5">
<p id="section-10.2-32.5.1">Claim Value Type(s): bstr<a href="#section-10.2-32.5.1" class="pilcrow"></a></p>
Expand All @@ -4442,7 +4442,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-34.3.1">JWT Claim Name: "dloas"<a href="#section-10.2-34.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-34.4">
<p id="section-10.2-34.4.1">Claim Key: TBD<a href="#section-10.2-34.4.1" class="pilcrow"></a></p>
<p id="section-10.2-34.4.1">Claim Key: 269<a href="#section-10.2-34.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-34.5">
<p id="section-10.2-34.5.1">Claim Value Type(s): array<a href="#section-10.2-34.5.1" class="pilcrow"></a></p>
Expand All @@ -4466,7 +4466,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-36.3.1">JWT Claim Name: "swname"<a href="#section-10.2-36.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-36.4">
<p id="section-10.2-36.4.1">Claim Key: TBD<a href="#section-10.2-36.4.1" class="pilcrow"></a></p>
<p id="section-10.2-36.4.1">Claim Key: 270<a href="#section-10.2-36.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-36.5">
<p id="section-10.2-36.5.1">Claim Value Type(s): tstr<a href="#section-10.2-36.5.1" class="pilcrow"></a></p>
Expand All @@ -4490,7 +4490,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-38.3.1">JWT Claim Name: "swversion"<a href="#section-10.2-38.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-38.4">
<p id="section-10.2-38.4.1">Claim Key: TBD<a href="#section-10.2-38.4.1" class="pilcrow"></a></p>
<p id="section-10.2-38.4.1">Claim Key: 271<a href="#section-10.2-38.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-38.5">
<p id="section-10.2-38.5.1">Claim Value Type(s): array<a href="#section-10.2-38.5.1" class="pilcrow"></a></p>
Expand All @@ -4514,7 +4514,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-40.3.1">JWT Claim Name: "manifests"<a href="#section-10.2-40.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-40.4">
<p id="section-10.2-40.4.1">Claim Key: TBD<a href="#section-10.2-40.4.1" class="pilcrow"></a></p>
<p id="section-10.2-40.4.1">Claim Key: 272<a href="#section-10.2-40.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-40.5">
<p id="section-10.2-40.5.1">Claim Value Type(s): array<a href="#section-10.2-40.5.1" class="pilcrow"></a></p>
Expand All @@ -4538,7 +4538,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-42.3.1">JWT Claim Name: "measurements"<a href="#section-10.2-42.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-42.4">
<p id="section-10.2-42.4.1">Claim Key: TBD<a href="#section-10.2-42.4.1" class="pilcrow"></a></p>
<p id="section-10.2-42.4.1">Claim Key: 273<a href="#section-10.2-42.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-42.5">
<p id="section-10.2-42.5.1">Claim Value Type(s): array<a href="#section-10.2-42.5.1" class="pilcrow"></a></p>
Expand All @@ -4562,7 +4562,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-44.3.1">JWT Claim Name: "measres"<a href="#section-10.2-44.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-44.4">
<p id="section-10.2-44.4.1">Claim Key: TBD<a href="#section-10.2-44.4.1" class="pilcrow"></a></p>
<p id="section-10.2-44.4.1">Claim Key: 274<a href="#section-10.2-44.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-44.5">
<p id="section-10.2-44.5.1">Claim Value Type(s): array<a href="#section-10.2-44.5.1" class="pilcrow"></a></p>
Expand All @@ -4586,7 +4586,7 @@ <h3 id="name-cwt-and-jwt-claims-register">
<p id="section-10.2-46.3.1">JWT Claim Name: "intuse"<a href="#section-10.2-46.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-46.4">
<p id="section-10.2-46.4.1">Claim Key: TBD<a href="#section-10.2-46.4.1" class="pilcrow"></a></p>
<p id="section-10.2-46.4.1">Claim Key: 275<a href="#section-10.2-46.4.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-10.2-46.5">
<p id="section-10.2-46.5.1">Claim Value Type(s): uint<a href="#section-10.2-46.5.1" class="pilcrow"></a></p>
Expand Down Expand Up @@ -4665,7 +4665,7 @@ <h3 id="name-cbor-tag-for-detached-eat-b">
</thead>
<tbody>
<tr>
<td class="text-left" rowspan="1" colspan="1">TBD602</td>
<td class="text-left" rowspan="1" colspan="1">602</td>
<td class="text-left" rowspan="1" colspan="1">array</td>
<td class="text-left" rowspan="1" colspan="1">Detached EAT Bundle <a href="#DEB" class="auto internal xref">Section 5</a>
</td>
Expand Down Expand Up @@ -4806,7 +4806,7 @@ <h3 id="name-informative-references">
<dd class="break"></dd>
<dt id="CBOR.Cert.Draft">[CBOR.Cert.Draft]</dt>
<dd>
<span class="refAuthor">Mattsson, J. P.</span>, <span class="refAuthor">Selander, G.</span>, <span class="refAuthor">Raza, S.</span>, <span class="refAuthor">Höglund, J.</span>, and <span class="refAuthor">M. Furuhed</span>, <span class="refTitle">"CBOR Encoded X.509 Certificates (C509 Certificates)"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-cose-cbor-encoded-cert-07</span>, <time datetime="2023-10-20" class="refDate">20 October 2023</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-cose-cbor-encoded-cert-07">https://datatracker.ietf.org/doc/html/draft-ietf-cose-cbor-encoded-cert-07</a>&gt;</span>. </dd>
<span class="refAuthor">Mattsson, J. P.</span>, <span class="refAuthor">Selander, G.</span>, <span class="refAuthor">Raza, S.</span>, <span class="refAuthor">Höglund, J.</span>, and <span class="refAuthor">M. Furuhed</span>, <span class="refTitle">"CBOR Encoded X.509 Certificates (C509 Certificates)"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-cose-cbor-encoded-cert-09</span>, <time datetime="2024-03-04" class="refDate">4 March 2024</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-cose-cbor-encoded-cert-09">https://datatracker.ietf.org/doc/html/draft-ietf-cose-cbor-encoded-cert-09</a>&gt;</span>. </dd>
<dd class="break"></dd>
<dt id="COSE.X509.Draft">[COSE.X509.Draft]</dt>
<dd>
Expand Down Expand Up @@ -4854,11 +4854,11 @@ <h3 id="name-informative-references">
<dd class="break"></dd>
<dt id="SUIT.Manifest">[SUIT.Manifest]</dt>
<dd>
<span class="refAuthor">Moran, B.</span>, <span class="refAuthor">Tschofenig, H.</span>, <span class="refAuthor">Birkholz, H.</span>, <span class="refAuthor">Zandberg, K.</span>, and <span class="refAuthor">O. Rønningstad</span>, <span class="refTitle">"A Concise Binary Object Representation (CBOR)-based Serialization Format for the Software Updates for Internet of Things (SUIT) Manifest"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-suit-manifest-24</span>, <time datetime="2023-10-23" class="refDate">23 October 2023</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-suit-manifest-24">https://datatracker.ietf.org/doc/html/draft-ietf-suit-manifest-24</a>&gt;</span>. </dd>
<span class="refAuthor">Moran, B.</span>, <span class="refAuthor">Tschofenig, H.</span>, <span class="refAuthor">Birkholz, H.</span>, <span class="refAuthor">Zandberg, K.</span>, and <span class="refAuthor">O. Rønningstad</span>, <span class="refTitle">"A Concise Binary Object Representation (CBOR)-based Serialization Format for the Software Updates for Internet of Things (SUIT) Manifest"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-suit-manifest-25</span>, <time datetime="2024-02-05" class="refDate">5 February 2024</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-suit-manifest-25">https://datatracker.ietf.org/doc/html/draft-ietf-suit-manifest-25</a>&gt;</span>. </dd>
<dd class="break"></dd>
<dt id="UCCS">[UCCS]</dt>
<dd>
<span class="refAuthor">Birkholz, H.</span>, <span class="refAuthor">O'Donoghue, J.</span>, <span class="refAuthor">Cam-Winget, N.</span>, and <span class="refAuthor">C. Bormann</span>, <span class="refTitle">"A CBOR Tag for Unprotected CWT Claims Sets"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-rats-uccs-07</span>, <time datetime="2023-11-27" class="refDate">27 November 2023</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-rats-uccs-07">https://datatracker.ietf.org/doc/html/draft-ietf-rats-uccs-07</a>&gt;</span>. </dd>
<span class="refAuthor">Birkholz, H.</span>, <span class="refAuthor">O'Donoghue, J.</span>, <span class="refAuthor">Cam-Winget, N.</span>, and <span class="refAuthor">C. Bormann</span>, <span class="refTitle">"A CBOR Tag for Unprotected CWT Claims Sets"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-rats-uccs-09</span>, <time datetime="2024-03-04" class="refDate">4 March 2024</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-rats-uccs-09">https://datatracker.ietf.org/doc/html/draft-ietf-rats-uccs-09</a>&gt;</span>. </dd>
<dd class="break"></dd>
<dt id="W3C.GeoLoc">[W3C.GeoLoc]</dt>
<dd>
Expand Down Expand Up @@ -6133,6 +6133,7 @@ <h2 id="name-authors-addresses">
</address>
<address class="vcard">
<div dir="auto" class="left"><span class="fn nameRole">Giridhar Mandyam</span></div>
<div dir="auto" class="left"><span class="org">Mediatek USA</span></div>
<div class="email">
<span>Email:</span>
<a href="mailto:giridhar.mandyam@gmail.com" class="email">giridhar.mandyam@gmail.com</a>
Expand Down
Loading

0 comments on commit cda242f

Please sign in to comment.