This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24721 - deriveKey steps duplicates steps 4 and 9
Summary: deriveKey steps duplicates steps 4 and 9
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 02:51 UTC by Eric Roman
Modified: 2014-02-20 20:07 UTC (History)
1 user (show)

See Also:


Attachments

Description Eric Roman 2014-02-19 02:51:32 UTC
(4) If baseKey.usages does not contain the "deriveKey" KeyUsage, terminate this algorithm with an error.

....

(9) If baseKey.usages does not contain the "deriveKey" KeyUsage, terminate this algorithm with an error.
Comment 1 Eric Roman 2014-02-19 02:52:27 UTC
Same issue in the definition of deriveBits()