forked from cloudflare/miniflare
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Accept `Ed25519` algorithm (supported as of cloudflare/workerd#500) - Return `Ed25519` as the algorithm for `NODE-ED25519` keys - Mark `X448` and `Ed448` algorithms as unsupported This passes Miniflare's test suite on Node 16.13.0 and 20.1.0. It also passes `panva/jose`'s `workerd` tap tests on Node 16.17.0 and 20.1.0. Some of those tests fail on 16.13.0 as support for the `X25519` algorithm was only added in 16.17.0. See https://nodejs.org/api/webcrypto.html#web-crypto-api for details.
- Loading branch information
Showing
2 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters