wpt/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt has failures for roundtrip AES-KW wrap (jwk) |
|||
Issue descriptionThis test has failures in Chrome: https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt?l=228 The test in question is trying to use AES-KW (which only works for multiple-of-8 sized inputs) with JWK exported keys (which is a variable-sized format), so I am suspicious that there is a problem in the test itself. That said, glancing at the test code, it tries to handle this case: https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.js?l=239 Need to see why this is failing.
,
May 14 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 14 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by eroman@chromium.org
, May 13 2017