Bug 126034 - WebCrypto usage should depend on both JWK use and algorithm, not just on use
Summary: WebCrypto usage should depend on both JWK use and algorithm, not just on use
Status: RESOLVED FIXED
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: InRadar
Depends on:
Blocks: 160883
  Show dependency treegraph
 
Reported: 2013-12-19 17:08 PST by Alexey Proskuryakov
Modified: 2016-11-10 12:25 PST (History)
4 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 2013-12-19 17:08:12 PST
Per an e-mail to public-webcrypto,

------------------
Looking at the current text, the statement ‘enc’ is equivalent to ‘enconly, deconly,wrap,unwrap’ is incorrect.  The expectation is that the value of enc is to be interpreted based on the current algorithm value.  Thus it would be either ‘enconly,deconly’ or ‘wrap,unwrap’.
------------------

So, it seems likely that the spec will change.
Comment 1 Radar WebKit Bug Importer 2016-08-15 18:19:44 PDT
<rdar://problem/27858353>
Comment 2 Jiewen Tan 2016-11-10 12:24:52 PST
The bug is resolved by Bug 164446.