Bug 27137: Fix the usages for ECDSA key given by 'Generate Key'
authorMark Watson <watsonm@netflix.com>
Thu, 30 Oct 2014 14:21:56 -0700
changeset 268 e91911a794e8
parent 267 dde94af18a97
child 269 3f87ed390de8
Bug 27137: Fix the usages for ECDSA key given by 'Generate Key'
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- a/spec/Overview-WebCryptoAPI.xml	Thu Oct 30 14:17:20 2014 -0700
+++ b/spec/Overview-WebCryptoAPI.xml	Thu Oct 30 14:21:56 2014 -0700
@@ -8681,7 +8681,8 @@
                 <li>
                   <p>
                     Set the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of
-                    <var>publicKey</var> to be the empty list.
+                    <var>publicKey</var> to be the <a href="#concept-usage-intersection">usage
+                    intersection</a> of <var>usages</var> and <code>[ "verify" ]</code>.
                   </p>
                 </li>
                 <li>
@@ -8712,7 +8713,7 @@
                   <p>
                     Set the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of
                     <var>privateKey</var> to be the <a href="#concept-usage-intersection">usage
-                    intersection</a> of <var>usages</var> and <code>[ "sign", "verify" ]</code>.
+                    intersection</a> of <var>usages</var> and <code>[ "sign" ]</code>.
                   </p>
                 </li>
                 <li>
--- a/spec/Overview.html	Thu Oct 30 14:17:20 2014 -0700
+++ b/spec/Overview.html	Thu Oct 30 14:21:56 2014 -0700
@@ -8417,7 +8417,8 @@
                 <li>
                   <p>
                     Set the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of
-                    <var>publicKey</var> to be the empty list.
+                    <var>publicKey</var> to be the <a href="#concept-usage-intersection">usage
+                    intersection</a> of <var>usages</var> and <code>[ "verify" ]</code>.
                   </p>
                 </li>
                 <li>
@@ -8448,7 +8449,7 @@
                   <p>
                     Set the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of
                     <var>privateKey</var> to be the <a href="#concept-usage-intersection">usage
-                    intersection</a> of <var>usages</var> and <code>[ "sign", "verify" ]</code>.
+                    intersection</a> of <var>usages</var> and <code>[ "sign" ]</code>.
                   </p>
                 </li>
                 <li>