Skip to content

Commit

Permalink
Fix #45: AES-CTR get key length returns OperationError on invalid key…
Browse files Browse the repository at this point in the history
… length (#112)
  • Loading branch information
mwatson2 authored Jul 13, 2016
1 parent 90d9f74 commit 2ac0c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/Overview-WebCryptoAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12168,7 +12168,7 @@ dictionary <dfn id="dfn-AesDerivedKeyParams">AesDerivedKeyParams</dfn> : <a href
If the <a href="#dfn-AesDerivedKeyParams-length">length</a> member of
<var>normalizedDerivedKeyAlgorithm</var> is not 128, 192 or 256,
then <a href="#concept-throw">throw</a> a
<a href="#dfn-DataError"><code>DataError</code></a>.
<a href="#dfn-OperationError"><code>OperationError</code></a>.
</p>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -11742,7 +11742,7 @@ <h4>25.7. Operations</h4>
If the <a href="#dfn-AesDerivedKeyParams-length">length</a> member of
<var>normalizedDerivedKeyAlgorithm</var> is not 128, 192 or 256,
then <a href="#concept-throw">throw</a> a
<a href="#dfn-DataError"><code>DataError</code></a>.
<a href="#dfn-OperationError"><code>OperationError</code></a>.
</p>
</li>
<li>
Expand Down

0 comments on commit 2ac0c94

Please sign in to comment.