Skip to content

Commit

Permalink
Remove nonsensical test in AES-CBC export key operation (#375)
Browse files Browse the repository at this point in the history
SHA: d68a54a
Reason: push, by twiss

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
BenWiederhake and github-actions[bot] committed Oct 25, 2024
1 parent 570fb64 commit 5dda32a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@


<meta name="color-scheme" content="light">
<meta name="revision" content="4c8ebc796de3c9d96a86b4e0167f2c527ba03f3b">
<meta name="revision" content="d68a54a38e3ad420425a87e56c10d8d4a9e9face">
<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 @@ -216,7 +216,7 @@
"id": "x690"
}
},
"gitRevision": "4c8ebc796de3c9d96a86b4e0167f2c527ba03f3b",
"gitRevision": "d68a54a38e3ad420425a87e56c10d8d4a9e9face",
"publishISODate": "2024-10-25T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 25 October 2024"
}</script>
Expand Down Expand Up @@ -11143,12 +11143,7 @@ <h1 id="title" class="title">Web Cryptography API</h1>
<dd>
<ol>
<li>
<dl class="switch">
<dt>If <var>keyData</var> is a <a data-link-type="idl" data-lt="JsonWebKey" href="#dfn-JsonWebKey" class="internalDFN" id="ref-for-dfn-JsonWebKey-20"><code>JsonWebKey</code></a> dictionary:</dt>
<dd><p>Let <var>jwk</var> equal <var>keyData</var>.</p></dd>
<dt>Otherwise:</dt>
<dd><p><a data-link-type="dfn|abstract-op" data-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw">Throw</a> a <a data-link-type="idl" data-lt="DataError" data-type="exception" href="https://webidl.spec.whatwg.org/#dataerror"><code>DataError</code></a>.</p></dd>
</dl>
<p>Let <var>jwk</var> be a new <a data-link-type="idl" data-lt="JsonWebKey" href="#dfn-JsonWebKey" class="internalDFN" id="ref-for-dfn-JsonWebKey-20"><code>JsonWebKey</code></a> dictionary.</p>
</li>
<li>
<p>
Expand Down

0 comments on commit 5dda32a

Please sign in to comment.