Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-22 | chore(cli): One Rust test per JS and Node unit test file (#19199) | Matt Mastracci | |
This runs our `js_unit_tests` and `node_unit_tests` in parallel, one rust test per JS unit test file. Some of our JS tests don't like running in parallel due to port requirements, so this also makes those use a specific port-per-file. This does not attempt to make the node-compat tests work. | |||
2023-04-19 | fix(ext/node): add crypto.sign|verify methods (#18765) | Yoshiya Hinosawa | |
2023-04-18 | fix(ext/node): implement crypto.createVerify (#18703) | Yoshiya Hinosawa | |
2023-03-28 | fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471) | Yoshiya Hinosawa | |