RESOLVED FIXED 124725
Implement WebCrypto unwrapKey
https://bugs.webkit.org/show_bug.cgi?id=124725
Summary Implement WebCrypto unwrapKey
Alexey Proskuryakov
Reported 2013-11-21 10:26:23 PST
unwrapKey is basically decrypt+importKey. One subtlety is that there will be algorithms that support wrap/unwrap, but not encrypt/decrypt, so chaining should take that into account.
Attachments
proposed patch (35.64 KB, patch)
2013-11-21 10:35 PST, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2013-11-21 10:35:35 PST
Created attachment 217582 [details] proposed patch
Alexey Proskuryakov
Comment 2 2013-11-21 11:03:27 PST
Note You need to log in before you can comment on or make changes to this bug.