[Webkit-unassigned] [Bug 177226] wrapKey_unwrapKey.worker.html is flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 20 11:16:44 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=177226
--- Comment #1 from Jiewen Tan <jiewen_tan at apple.com> ---
(In reply to Ms2ger from comment #0)
> With a diff like
>
> +PASS Can wrap and unwrap RSA-OAEP private key keys using pkcs8 and AES-KW
> +PASS Can wrap and unwrap RSA-OAEP private key keys as non-extractable using
> pkcs8 and AES-KW
>
> where I've also seen RSA-PSS instead of RSA-OAEP. That is, these tests
> sometimes run, and sometimes don't.
>
> The tests will run if the following function returns true:
>
> function wrappingIsPossible(exportedKey, algorithmName) {
> if ("byteLength" in exportedKey && algorithmName === "AES-KW") {
> return exportedKey.byteLength % 8 === 0;
> }
> ...
>
> I suspect that we don't guarantee that the length is correct (but it might
> also be something else entirely).
That seems tree.
Does this sound the same? https://github.com/w3c/web-platform-tests/pull/6102
I have filed a PR long time ago but no reviewers wish to take any actions or maybe I am missing something to motivate them.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170920/41fcf6e7/attachment-0001.html>
More information about the webkit-unassigned
mailing list