Skip to content

Commit a4cd8e0

Browse files
authored
Fix HMAC JWK import key "use" check (#413)
Check that the JWK "use" field is "sig" rather than "sign".
1 parent 432f094 commit a4cd8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14739,7 +14739,7 @@ <h5>Import Key</h5>
1473914739
<li>
1474014740
<p>
1474114741
If |usages| is non-empty and the {{JsonWebKey/use}} field of |jwk| is present and is
14742-
not "`sign`",
14742+
not "`sig`",
1474314743
then [= exception/throw =] a
1474414744
{{DataError}}.
1474514745
</p>

0 commit comments

Comments
 (0)