RESOLVED FIXED 127609
Update WebCrypto JWK mapping to use key_ops
https://bugs.webkit.org/show_bug.cgi?id=127609
Summary Update WebCrypto JWK mapping to use key_ops
Alexey Proskuryakov
Reported 2014-01-24 22:31:16 PST
The way WebCrypto key usages are mapped to JWK has changed since we implemented it. It used to be a comma separated list in "use" attribute, and now they go into a different attribute, key_ops.
Attachments
patch (34.92 KB, patch)
2014-01-30 16:43 PST, Alexey Proskuryakov
no flags
proposed fix (37.99 KB, patch)
2014-01-31 16:08 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2014-01-24 22:31:58 PST
Alexey Proskuryakov
Comment 2 2014-01-30 16:43:33 PST
Created attachment 222759 [details] patch I have this implemented, but the patch breaks tests because of an underlying library issue accidentally uncovered by this change, <rdar://problem/15949992>.
Alexey Proskuryakov
Comment 3 2014-01-31 15:58:03 PST
Turns out it's more of a WebCrypto spec issue than a library issue. Tracking that as <https://www.w3.org/Bugs/Public/show_bug.cgi?id=24457>.
Alexey Proskuryakov
Comment 4 2014-01-31 16:08:07 PST
Created attachment 222862 [details] proposed fix
WebKit Commit Bot
Comment 5 2014-02-01 10:09:33 PST
Comment on attachment 222862 [details] proposed fix Clearing flags on attachment: 222862 Committed r163244: <http://trac.webkit.org/changeset/163244>
WebKit Commit Bot
Comment 6 2014-02-01 10:09:36 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.