deno/tests
Divy Srivastava 6d7cbce342
fix(ext/node): Support private EC key signing (#22914)
Fixes https://github.com/denoland/deno/issues/18972

Support for web-push VAPID keys & jws signing

- Fixes EC keygen to return raw private key and uncompressed public key
point.
- Support for `EC PRIVATE KEY`
2024-03-14 10:11:32 -07:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
integration fix(ext/node): make worker ids sequential (#22884) 2024-03-14 10:11:31 -07:00
napi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
node_compat fix(ext/node): Match punycode module behavior to node (#22847) 2024-03-14 10:11:30 -07:00
specs fix(cli): show asserts before leaks (#22904) 2024-03-14 10:11:31 -07:00
testdata fix(node): resolve types via package.json for directory import (#22878) 2024-03-14 10:11:31 -07:00
unit fix(runtime): Restore default signal handler after user handlers are unregistered (#22757) 2024-03-14 10:11:29 -07:00
unit_node fix(ext/node): Support private EC key signing (#22914) 2024-03-14 10:11:32 -07:00
util fix: typo in error from GPUBuffer.prototype.mapAsync (#22913) 2024-03-14 10:11:32 -07:00
wpt chore: update WPT expectations (#22838) 2024-03-14 10:11:29 -07:00
Cargo.toml chore: rough first pass on spec tests (#22877) 2024-03-14 10:11:31 -07:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests