-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue: Node 18 compat layer updates #2631
Comments
cjihrig
added a commit
that referenced
this issue
Sep 8, 2022
The rest of the update can be tracked in #2631
|
cjihrig
added a commit
that referenced
this issue
Sep 24, 2022
cjihrig
added a commit
to denoland/deno
that referenced
this issue
Sep 30, 2022
When storing public and private keys in the key store, use a different handle for each key so that they can be looked up in the future. Refs: #14119 Refs: denoland/std#2631
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is about updating the Node compatibility layer test suite to Node 18 as it enters LTS in October 2022.
parallel/test-fs-rm.js
fails on Windows becausechild_process.execSync()
is not implemented.parallel/test-webcrypto-sign-verify.js
fails because Ed25519 and Ed448 are not supported yet. These are planned to be added to Deno in feat(ext/crypto): add x25519 and Ed25519 CFRG curves deno#14119.I have discussed this plan offline with @bartlomieju. The plan is to merge #2585, with
test-fs-rm.js
andtest-webcrypto-sign-verify.js
not updated (so they pass). Then we can work on adding the missing APIs.The text was updated successfully, but these errors were encountered: