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/unit_node
Divy Srivastava 9befa566ec
fix(ext/node): implement AES GCM cipher (#20368)
Adds support for AES-GCM 128/256 bit keys in `node:crypto` and
`setAAD()`, `setAuthTag()` and `getAuthTag()`

Uses https://github.com/littledivy/aead-gcm-stream

Fixes https://github.com/denoland/deno/issues/19836
https://github.com/denoland/deno/issues/20353
2023-09-06 11:01:50 +05:30
..
_fs fix: bump default @types/node version range to 18.16.19 (#19706) 2023-07-04 15:27:04 +00:00
crypto fix(ext/node): implement AES GCM cipher (#20368) 2023-09-06 11:01:50 +05:30
internal refactor(node/crypto): scrypt polyfill to rust (#18746) 2023-04-18 14:29:10 +02:00
testdata fix(ext/node): support brotli APIs (#19223) 2023-06-24 19:42:08 +05:30
_test_utils.ts test(ext/node): port _fs tests from std/node (#18262) 2023-03-20 01:10:39 +09:00
assertion_error_test.ts test(ext/node): added assertion errors test (#19609) 2023-06-30 11:22:04 +09:00
async_hooks_test.ts fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19485) 2023-06-13 18:05:23 +00:00
buffer_test.ts chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
child_process_test.ts fix(node/child_process): don't crash on undefined/null value of an env var (#20378) 2023-09-05 12:42:35 +02:00
fs_test.ts fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097) 2023-03-16 12:16:03 +09:00
http2_test.ts chore: Use relative paths for assert imports to avoid test flakes (#19427) 2023-06-08 18:10:37 +00:00
http_test.ts fix(node/http): don't leak resources on destroyed request (#20040) 2023-08-29 12:13:58 +00:00
module_test.ts refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) 2023-07-02 20:19:30 +02:00
net_test.ts fix(ext/node): shared global buffer unlock correctness fix (#20314) 2023-08-28 15:28:39 -06:00
os_test.ts feat(node/os): implement getPriority, setPriority & userInfo (#19370) 2023-07-31 22:29:09 +02:00
path_test.ts test(ext/node): clean up node:path test cases (#19610) 2023-07-05 16:13:34 +09:00
perf_hooks_test.ts fix(ext/node): Define performance.timeOrigin as getter property (#19714) 2023-07-04 20:19:18 +03:00
process_test.ts fix(ext/node): fix argv[1] in Worker (#20305) 2023-08-29 12:18:25 +09:00
querystring_test.ts test(ext/node): add querystring_test.ts and readline_test.ts (#18256) 2023-03-19 19:49:11 +09:00
readline_test.ts fix(npm): process not defined in readline (#19184) 2023-05-18 15:42:27 -04:00
repl_test.ts fix(node): repl._builtinLibs (#20046) 2023-08-04 14:30:48 +02:00
stream_test.ts fix(ext/node): fix stream/promises export (#19820) 2023-07-17 22:10:34 +09:00
string_decoder_test.ts test(ext/node): add string_decoder_test.ts from std/node (#18473) 2023-03-29 18:32:29 +09:00
timers_test.ts fix(ext/node): ignore cancelled timer when node timer refresh (#19637) 2023-07-02 19:11:34 +00:00
tls_test.ts fix(node): implement TLSSocket._start (#20120) 2023-08-11 11:57:41 +00:00
tty_test.ts test(ext/node): add tty_test and util_test (#17868) 2023-02-23 12:28:19 +09:00
util_test.ts Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) 2023-03-30 15:33:28 +00:00
v8_test.ts fix(node): make 'v8.setFlagsFromString' a noop (#19271) 2023-05-26 15:41:03 +02:00
worker_threads_test.ts chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
zlib_test.ts fix(ext/node): support dictionary option in zlib init (#20035) 2023-08-11 11:42:35 +00:00