0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-12 16:59:32 -05:00
denoland-deno/tests/unit_node
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
..
_fs feat(node): implement fs.statfs() (#22862) 2024-03-14 10:11:30 -07:00
crypto fix(ext/node): Support private EC key signing (#22914) 2024-03-14 10:11:32 -07:00
internal chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
testdata fix(ext/node): initial crypto.createPublicKey() support (#22509) 2024-03-14 10:11:30 -07:00
_test_utils.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
assertion_error_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
async_hooks_test.ts fix(node): implement ALS enterWith (#22740) 2024-03-08 12:38:23 +05:30
buffer_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
child_process_test.ts chore: fix child_process test (#22845) 2024-03-14 10:11:29 -07:00
console_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
dgram_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
events_test.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fs_test.ts fix(node): stat/statSync returns instance of fs.Stats (#22294) 2024-03-08 12:38:23 +05:30
http2_test.ts fix(ext/node): http2.createServer (#22708) 2024-03-08 12:38:24 +05:30
http_test.ts fix(ext/node) add node http methods (#22630) 2024-02-29 17:56:04 -05:00
module_test.ts fix(ext/node): Implement isBuiltin in node:module (#22817) 2024-03-14 10:11:28 -07:00
net_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
os_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
path_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
perf_hooks_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
process_test.ts fix(runtime): Restore default signal handler after user handlers are unregistered (#22757) 2024-03-14 10:11:29 -07:00
punycode_test.ts fix(ext/node): Match punycode module behavior to node (#22847) 2024-03-14 10:11:30 -07:00
querystring_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
readline_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
repl_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
stream_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
string_decoder_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
timers_test.ts fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808) 2024-03-14 10:11:28 -07:00
tls_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
tty_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
util_test.ts fix: util.parseArgs() missing node:process import (#22405) 2024-02-18 07:30:27 -07:00
v8_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
vm_test.ts chore: use @std import instead of @test_util/std (#22398) 2024-02-13 02:05:10 +00:00
worker_threads_test.ts test(ext/node): add worker_threads test for SharedArrayBuffer (#22850) 2024-03-14 10:11:30 -07:00
zlib_test.ts fix(ext/node): flush brotli decompression stream (#22856) 2024-03-14 10:11:30 -07:00