Skip to content

Commit

Permalink
Remove dead writes to CryptoKey.extractable in HKDF/PBKDF2.importKey (#…
Browse files Browse the repository at this point in the history
…379)

SHA: 85a4826
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 823b7cc commit fe51405
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 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="d278fcb5b33377df25be81ebd3b3bcee5c0e9918">
<meta name="revision" content="85a4826977731f0e7952f6876946a042d5697098">
<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": "d278fcb5b33377df25be81ebd3b3bcee5c0e9918",
"gitRevision": "85a4826977731f0e7952f6876946a042d5697098",
"publishISODate": "2024-10-25T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 25 October 2024"
}</script>
Expand Down Expand Up @@ -13361,12 +13361,6 @@ <h1 id="title" class="title">Web Cryptography API</h1>
<var>key</var> to "<a data-link-type="idl" href="#dom-keytype-secret" class="internalDFN" id="ref-for-dom-keytype-secret-16"><code>secret</code></a>".
</p>
</li>
<li>
<p>
Set the <a data-link-type="attribute" data-lt="[[extractable]]" href="#dfn-CryptoKey-slot-extractable" class="internalDFN" id="ref-for-dfn-CryptoKey-slot-extractable-34"><code>[[extractable]]</code></a> internal slot of
<var>key</var> to <code>false</code>.
</p>
</li>
<li>
<p>
Let <var>algorithm</var> be a new
Expand Down Expand Up @@ -13560,12 +13554,6 @@ <h1 id="title" class="title">Web Cryptography API</h1>
<var>key</var> to "<a data-link-type="idl" href="#dom-keytype-secret" class="internalDFN" id="ref-for-dom-keytype-secret-17"><code>secret</code></a>".
</p>
</li>
<li>
<p>
Set the <a data-link-type="attribute" data-lt="[[extractable]]" href="#dfn-CryptoKey-slot-extractable" class="internalDFN" id="ref-for-dfn-CryptoKey-slot-extractable-35"><code>[[extractable]]</code></a> internal slot of
<var>key</var> to <code>false</code>.
</p>
</li>
<li>
<p>
Let <var>algorithm</var> be a new <a data-link-type="idl" data-lt="KeyAlgorithm" href="#dfn-KeyAlgorithm" class="internalDFN" id="ref-for-dfn-KeyAlgorithm-13"><code>KeyAlgorithm</code></a>
Expand Down Expand Up @@ -15392,10 +15380,6 @@ <h1 id="title" class="title">Web Cryptography API</h1>
<a href="#ref-for-dfn-CryptoKey-slot-extractable-30" title="§ 28.3 Operations">§ 28.3 Operations</a> <a href="#ref-for-dfn-CryptoKey-slot-extractable-31" title="Reference 2">(2)</a>
</li><li>
<a href="#ref-for-dfn-CryptoKey-slot-extractable-32" title="§ 29.6 Operations">§ 29.6 Operations</a> <a href="#ref-for-dfn-CryptoKey-slot-extractable-33" title="Reference 2">(2)</a>
</li><li>
<a href="#ref-for-dfn-CryptoKey-slot-extractable-34" title="§ 31.4 Operations">§ 31.4 Operations</a>
</li><li>
<a href="#ref-for-dfn-CryptoKey-slot-extractable-35" title="§ 32.4 Operations">§ 32.4 Operations</a>
</li>
</ul>
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-CryptoKey-slot-algorithm" aria-label="Links in this document to definition: [[algorithm]]">
Expand Down

0 comments on commit fe51405

Please sign in to comment.