WICG / webcrypto-secure-curves

Proposal for the addition of Curve25519 and Curve448 to the Web Cryptography API
https://wicg.github.io/webcrypto-secure-curves/
Other
42 stars 4 forks source link

Remove JWK "alg" field #24

Closed twiss closed 1 year ago

twiss commented 1 year ago

The alg field is not required and might change in the future, see https://www.ietf.org/archive/id/draft-jones-jose-fully-specified-algorithms-00.html.

Fixes #23, reverts #3 and #4.


Preview | Diff

panva commented 1 year ago

cc @javifernandez, @youennf, @angelaizg, @Jarred-Sumner - could you follow up to update the Chromium, WebKit, and Bun implementations?

I've opened PRs to update Node, Deno (cc @littledivy), and Workerd (cc @jasnell). This I believe covers all implementations either direct or dependencies.

panva commented 1 year ago

Bug tracker links for this change