Bug 128027
Summary: | WebCrypto key usages should preserve unknown values | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, jiewen_tan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 122679 |
Alexey Proskuryakov
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jiewen Tan
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.