1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests
Divy Srivastava 9496dfc685
fix(ext/node): implement asymmetric keygen (#18651)
Towards #18455 

This commit implements the keypair generation for asymmetric keys for
the `generateKeyPair` API.

See how key material is managed in this implementation:
https://www.notion.so/denolandinc/node-crypto-design-99fc33f568d24e47a5e4b36002c5325d?pvs=4

Private and public key encoding depend on `KeyObject#export` which is
not implemented. I've also skipped ED448 and X448 since we need a crate
for that in WebCrypto too.
2023-04-19 22:27:34 +05:30
..
integration refactor(tests): Watcher test timeout (#18459) 2023-04-17 09:49:03 -04:00
node_compat fix(ext/node): improve vm.runInThisContext (#18767) 2023-04-19 23:26:16 +09:00
testdata test: fix flaky worker test (#18754) 2023-04-18 22:24:47 +02:00
unit fix(ext/websocket): Avoid write deadlock that requires read_frame to complete (#18705) 2023-04-14 22:17:39 +05:30
unit_node fix(ext/node): implement asymmetric keygen (#18651) 2023-04-19 22:27:34 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00