Bug 24441 - fix typo in mapping from JWK use values to WebCrypto usage lists
authorMark Watson <watsonm@netflix.com>
Thu, 06 Feb 2014 11:56:08 -0800
changeset 95 a153a17a5884
parent 94 84ee476e7fc1
child 96 61c996d65ab0
Bug 24441 - fix typo in mapping from JWK use values to WebCrypto usage lists
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- a/spec/Overview-WebCryptoAPI.xml	Thu Feb 06 11:30:33 2014 -0800
+++ b/spec/Overview-WebCryptoAPI.xml	Thu Feb 06 11:56:08 2014 -0800
@@ -1066,7 +1066,7 @@
                     <tbody>
                       <tr>
                         <td><code>enc</code></td>
-                        <td><code>[ "encrypt", "decrypt", "wrap", "unwrap" ]</code></td>
+                        <td><code>[ "encrypt", "decrypt", "wrapKey", "unwrapKey" ]</code></td>
                       </tr>
                       <tr>
                         <td><code>sig</code></td>
--- a/spec/Overview.html	Thu Feb 06 11:30:33 2014 -0800
+++ b/spec/Overview.html	Thu Feb 06 11:56:08 2014 -0800
@@ -1075,7 +1075,7 @@
                     <tbody>
                       <tr>
                         <td><code>enc</code></td>
-                        <td><code>[ "encrypt", "decrypt", "wrap", "unwrap" ]</code></td>
+                        <td><code>[ "encrypt", "decrypt", "wrapKey", "unwrapKey" ]</code></td>
                       </tr>
                       <tr>
                         <td><code>sig</code></td>