Skip to content

Commit

Permalink
Script updating gh-pages from a84eece. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Oct 29, 2024
1 parent 036a0a3 commit 64fd509
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
38 changes: 19 additions & 19 deletions steve/edn-cddl-update/draft-ietf-cose-hash-envelope.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@
</tr></thead>
<tfoot><tr>
<td class="left">Steele, et al.</td>
<td class="center">Expires 1 May 2025</td>
<td class="center">Expires 2 May 2025</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -1045,12 +1045,12 @@
<dd class="internet-draft">draft-ietf-cose-hash-envelope-latest</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2024-10-28" class="published">28 October 2024</time>
<time datetime="2024-10-29" class="published">29 October 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="2025-05-01">1 May 2025</time></dd>
<dd class="expires"><time datetime="2025-05-02">2 May 2025</time></dd>
<dt class="label-authors">Authors:</dt>
<dd class="authors">
<div class="author">
Expand Down Expand Up @@ -1110,7 +1110,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 1 May 2025.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 2 May 2025.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -1335,21 +1335,21 @@ <h2 id="name-envelope-edn">
<p id="section-5-1">A hashed payload functions equivalently to an attached payload, with the benefits of being compact in size and providing the ability to validate the signature.<a href="#section-5-1" class="pilcrow"></a></p>
<div class="lang-cbor-diag sourcecode" id="section-5-2">
<pre>
18( / COSE Sign 1 /
[
&lt;&lt;{
1:-35, / alg : ES384 /
4: h'75726e3a...32636573', / kid /
16: "application/example+cose", / typ /
TBD_1: -16 / payload_hash_alg : sha-256/
/ payload_preimage_content_type /
TBD_2: 51 / "application/json-patch+json" /
TBD_3: "https://blob.example/a24f9c19"/ payload_location /
}&gt;&gt;
{} / Unprotected /
h'935b5a91...e18a588a', / Payload /
h'15280897...93ef39e5' / Signature /
]
18( / COSE Sign 1 /
[
&lt;&lt;{
1:-35, / alg : ES384 /
4: h'75726e3a...32636573', / kid /
16: "application/example+cose", / typ /
TBD_1: -16 / payload_hash_alg : sha-256 /
/ payload_preimage_content_type /
TBD_2: 51 / "application/json-patch+json" /
TBD_3: "https://blob.example/a24f9c19"/ payload_location /
}&gt;&gt;
{} / Unprotected /
h'935b5a91...e18a588a', / Payload /
h'15280897...93ef39e5' / Signature /
]
)
</pre><a href="#section-5-2" class="pilcrow"></a>
</div>
Expand Down
36 changes: 18 additions & 18 deletions steve/edn-cddl-update/draft-ietf-cose-hash-envelope.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
Network Working Group O. Steele
Internet-Draft Transmute
Intended status: Standards Track S. Lasker
Expires: 1 May 2025 DataTrails
Expires: 2 May 2025 DataTrails
H. Birkholz
Fraunhofer SIT
28 October 2024
29 October 2024


COSE Hash Envelope
Expand Down Expand Up @@ -56,7 +56,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 1 May 2025.
This Internet-Draft will expire on 2 May 2025.

Copyright Notice

Expand Down Expand Up @@ -202,21 +202,21 @@ Table of Contents
the benefits of being compact in size and providing the ability to
validate the signature.

18( / COSE Sign 1 /
[
<<{
1:-35, / alg : ES384 /
4: h'75726e3a...32636573', / kid /
16: "application/example+cose", / typ /
TBD_1: -16 / payload_hash_alg : sha-256/
/ payload_preimage_content_type /
TBD_2: 51 / "application/json-patch+json" /
TBD_3: "https://blob.example/a24f9c19"/ payload_location /
}>>
{} / Unprotected /
h'935b5a91...e18a588a', / Payload /
h'15280897...93ef39e5' / Signature /
]
18( / COSE Sign 1 /
[
<<{
1:-35, / alg : ES384 /
4: h'75726e3a...32636573', / kid /
16: "application/example+cose", / typ /
TBD_1: -16 / payload_hash_alg : sha-256 /
/ payload_preimage_content_type /
TBD_2: 51 / "application/json-patch+json" /
TBD_3: "https://blob.example/a24f9c19"/ payload_location /
}>>
{} / Unprotected /
h'935b5a91...e18a588a', / Payload /
h'15280897...93ef39e5' / Signature /
]
)

In this example, the sha256 hash algorithm (-16) is used to hash the
Expand Down

0 comments on commit 64fd509

Please sign in to comment.