Bug 128027 - WebCrypto key usages should preserve unknown values
Summary: WebCrypto key usages should preserve unknown values
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 122679
  Show dependency treegraph
 
Reported: 2014-01-31 16:22 PST by Alexey Proskuryakov
Modified: 2016-08-15 18:07 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-01-31 16:22:30 PST
WebCrypto is being updated to allow unknown values as key usages. We should preserve them in persistent storage, and not freak out when JS code uses one.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23729
Comment 1 Jiewen Tan 2016-08-15 18:07:32 PDT
https://www.w3.org/TR/WebCryptoAPI/

The spec has been updated a lot. It looks like that this bug is no longer valid for the new spec.