Summary: | Ed25519 JWK import should ignore the "alg" JWK member | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Skokan <panva.ip> |
Component: | WebCore Misc. | Assignee: | Javier Fernandez <jfernandez> |
Status: | ASSIGNED --- | ||
Severity: | Normal | CC: | ahmad.saleem792, jfernandez, me, nitinmahendru, panva.ip, pascoe, webkit-bug-importer, wilander |
Priority: | P2 | Keywords: | InRadar, WPTImpact |
Version: | Safari 17 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.chromium.org/p/chromium/issues/detail?id=1489245 |
Description
Filip Skokan
2023-10-04 06:00:28 PDT
WPT update for the draft spec change https://github.com/web-platform-tests/wpt/pull/42333 I'm working on a patch for this bug. Pull request: https://github.com/WebKit/WebKit/pull/21006 It seems Chrome reviewers have doubts regarding the decision to remove the 'alg' field from the JWK import operation's logic. I'd rather wait until there is more consensus before merging the patch. It seems that FF implementation ignores the "alg" JWK member, as it passes the related tests [1]. It'd be useful to know WebKit's position on this regard, given than apparently Chrome's concerns are debatable, from what I could extract from the conversation in the mentioned Chrome bug. [1] https://wpt.fyi/results/WebCryptoAPI/import_export/okp_importKey_Ed25519.https.any.html?label=experimental&label=master&aligned |