Skip to content

Commit c3c6a97

Browse files
Fix HMAC JWK import key "use" check (#413)
SHA: a4cd8e0 Reason: push, by twiss Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e65d3d0 commit c3c6a97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html><html lang="en" dir="ltr"><head>
22
<meta charset="utf-8">
3-
<meta name="generator" content="ReSpec 35.4.3">
3+
<meta name="generator" content="ReSpec 35.5.0">
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
55
<style>
66
span.example-title{text-transform:none}
@@ -123,7 +123,7 @@
123123

124124

125125
<meta name="color-scheme" content="light">
126-
<meta name="revision" content="432f094cdb2f23c00dfb7ffaa487242c88c81469">
126+
<meta name="revision" content="a4cd8e0ac1f10e09b9c01270983f95389cca9ed1">
127127
<meta name="description" content="This specification describes a JavaScript API for performing basic
128128
cryptographic operations in web applications, such as hashing,
129129
signature generation and verification, and encryption and decryption.
@@ -242,17 +242,17 @@
242242
"id": "x690"
243243
}
244244
},
245-
"gitRevision": "432f094cdb2f23c00dfb7ffaa487242c88c81469",
246-
"publishISODate": "2025-07-30T00:00:00.000Z",
247-
"generatedSubtitle": "W3C Editor's Draft 30 July 2025"
245+
"gitRevision": "a4cd8e0ac1f10e09b9c01270983f95389cca9ed1",
246+
"publishISODate": "2025-08-15T00:00:00.000Z",
247+
"generatedSubtitle": "W3C Editor's Draft 15 August 2025"
248248
}</script>
249249
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>
250250

251251
<body class="h-entry" data-cite="WEBIDL html dom webidl infra encoding"><div class="head">
252252
<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">
253253
</a></p>
254254
<h1 id="title" class="title">Web Cryptography API Level 2</h1>
255-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-07-30">30 July 2025</time></p>
255+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-08-15">15 August 2025</time></p>
256256
<details open="">
257257
<summary>More details about this document</summary>
258258
<dl>
@@ -14920,7 +14920,7 @@ <h1 id="title" class="title">Web Cryptography API Level 2</h1>
1492014920
<li>
1492114921
<p>
1492214922
If <var>usages</var> is non-empty and the <a data-link-type="idl" href="#dom-jsonwebkey-use" class="internalDFN" id="ref-for-dom-jsonwebkey-use-12"><code>use</code></a> field of <var>jwk</var> is present and is
14923-
not "<code>sign</code>",
14923+
not "<code>sig</code>",
1492414924
then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw">throw</a> a
1492514925
<a data-link-type="exception" data-lt="DataError" href="https://webidl.spec.whatwg.org/#dataerror"><code>DataError</code></a>.
1492614926
</p>

0 commit comments

Comments
 (0)