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 23016 - Key.usage is not tested by encrypt(), decrypt(), sign(), verify()
Summary: Key.usage is not tested by encrypt(), decrypt(), sign(), verify()
Status: RESOLVED DUPLICATE of bug 22598
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-19 23:55 UTC by Eric Roman
Modified: 2013-08-30 01:10 UTC (History)
0 users

See Also:


Attachments

Description Eric Roman 2013-08-19 23:55:40 UTC
My expectation is that if encrypt() is called with a Key whose "usages" does not contain "encrypt", it should reject the promise with an error.

However I don't see any text for the aforementioned operations which describes this.
Comment 1 Eric Roman 2013-08-30 01:10:28 UTC

*** This bug has been marked as a duplicate of bug 22598 ***