Skip to content

Commit

Permalink
Add missing algorithm length property in HMAC key generation (#394)
Browse files Browse the repository at this point in the history
SHA: ff33c55
Reason: push, by twiss

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
twiss and github-actions[bot] committed Dec 31, 2024
1 parent cff715d commit da8f6e8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@


<meta name="color-scheme" content="light">
<meta name="revision" content="2fecff88501b98c401e885075a2d930e7b252349">
<meta name="revision" content="ff33c5581a900e46580e50a9bd4034d155609d5c">
<meta name="description" content="This specification describes a JavaScript API for performing basic
cryptographic operations in web applications, such as hashing,
signature generation and verification, and encryption and decryption.
Expand Down Expand Up @@ -223,17 +223,17 @@
"id": "x690"
}
},
"gitRevision": "2fecff88501b98c401e885075a2d930e7b252349",
"publishISODate": "2024-12-30T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 30 December 2024"
"gitRevision": "ff33c5581a900e46580e50a9bd4034d155609d5c",
"publishISODate": "2024-12-31T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 31 December 2024"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>

<body class="h-entry" data-cite="WEBIDL html dom webidl infra encoding"><div class="head">
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
</a></p>
<h1 id="title" class="title">Web Cryptography API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-12-30">30 December 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-12-31">31 December 2024</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
Expand Down Expand Up @@ -14555,6 +14555,12 @@ <h1 id="title" class="title">Web Cryptography API</h1>
<var>algorithm</var> to "<code>HMAC</code>".
</p>
</li>
<li>
<p>
Set the <a data-link-type="idl" href="#dfn-HmacKeyAlgorithm-length" class="internalDFN" id="ref-for-dfn-HmacKeyAlgorithm-length-2"><code>length</code></a> attribute of
<var>algorithm</var> to <var>length</var>.
</p>
</li>
<li>
<p>
Let <var>hash</var> be a new
Expand Down Expand Up @@ -14854,7 +14860,7 @@ <h1 id="title" class="title">Web Cryptography API</h1>
</li>
<li>
<p>
Set the <a data-link-type="idl" href="#dfn-HmacKeyAlgorithm-length" class="internalDFN" id="ref-for-dfn-HmacKeyAlgorithm-length-2"><code>length</code></a> attribute of
Set the <a data-link-type="idl" href="#dfn-HmacKeyAlgorithm-length" class="internalDFN" id="ref-for-dfn-HmacKeyAlgorithm-length-3"><code>length</code></a> attribute of
<var>algorithm</var> to <var>length</var>.
</p>
</li>
Expand Down Expand Up @@ -20081,7 +20087,7 @@ <h1 id="title" class="title">Web Cryptography API</h1>
<li>
<a href="#ref-for-dfn-HmacKeyAlgorithm-length-1" title="§ 31.4 HmacKeyAlgorithm dictionary">§ 31.4 HmacKeyAlgorithm dictionary</a>
</li><li>
<a href="#ref-for-dfn-HmacKeyAlgorithm-length-2" title="§ 31.6 Operations">§ 31.6 Operations</a>
<a href="#ref-for-dfn-HmacKeyAlgorithm-length-2" title="§ 31.6 Operations">§ 31.6 Operations</a> <a href="#ref-for-dfn-HmacKeyAlgorithm-length-3" title="Reference 2">(2)</a>
</li>
</ul>
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-HmacKeyGenParams" aria-label="Links in this document to definition: HmacKeyGenParams">
Expand Down

0 comments on commit da8f6e8

Please sign in to comment.