Bug 25815 Return DataError for invalid data length on AES-CMAC import
authorMark Watson <watsonm@netflix.com>
Wed, 22 Oct 2014 14:06:07 -0700
changeset 261 4fcabd0b818a
parent 260 a0373bd1637b
child 262 3d94cb8ef334
Bug 25815 Return DataError for invalid data length on AES-CMAC import
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- a/spec/Overview-WebCryptoAPI.xml	Wed Oct 22 14:03:02 2014 -0700
+++ b/spec/Overview-WebCryptoAPI.xml	Wed Oct 22 14:06:07 2014 -0700
@@ -12876,7 +12876,7 @@
                           <p>
                             If the length in bits of <var>data</var> is not 128, 192 or 256
                             then <a href="#concept-return-an-error">return an error</a> named
-                            <a href="#dfn-OperationError"><code>OperationError</code></a>.
+                            <a href="#dfn-DataError"><code>DataError</code></a>.
                           </p>
                         </li>
                       </ol>
--- a/spec/Overview.html	Wed Oct 22 14:03:02 2014 -0700
+++ b/spec/Overview.html	Wed Oct 22 14:06:07 2014 -0700
@@ -12449,7 +12449,7 @@
                           <p>
                             If the length in bits of <var>data</var> is not 128, 192 or 256
                             then <a href="#concept-return-an-error">return an error</a> named
-                            <a href="#dfn-OperationError"><code>OperationError</code></a>.
+                            <a href="#dfn-DataError"><code>DataError</code></a>.
                           </p>
                         </li>
                       </ol>