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-03-25 | fix(ext/node): add aes-128-ecb algorithm support (#18412) | Yoshiya Hinosawa | |
2023-03-24 | fix(ext/node): make cipher/decipher transform stream (#18408) | Yoshiya Hinosawa | |
2023-03-18 | fix(ext/node): add createDecipheriv (#18245) | Yoshiya Hinosawa | |
2023-03-14 | fix(ext/node): add crypto.createCipheriv (#18091) | Yoshiya Hinosawa | |
2023-02-20 | perf: use ops for node:crypto ciphers (#17819) | Divy Srivastava | |
Towards #17809 |