0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 18:12:59 -05:00
deno/tests/unit_node/testdata
Luca Casonato 08e5606c34
fix(ext/node): rewrite digest handling (#24392)
Previously we had many different code paths all
handling digests in different places, all with
wildly different digest support. This commit
rewrites this to use a single digest handling
mechanism for all digest operations.

It adds various aliases for digest algorithms,
like node does. For example
`sha1WithRSAEncryption` is an alias for `sha1`.

It also adds support for `md5-sha1` digests in
various places.
2024-07-05 10:10:22 +02:00
..
node_modules/foo
worker_module fix(ext/node): worker_threads ESM handling (#22841) 2024-03-20 09:12:22 +05:30
add_global_property.js
add_global_property_run_main.js
binary_stdio.js
child_process_stdio.js
child_process_stdio_012.js
child_process_unref.js
crypto_digest_fixtures.json fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
ec_prime256v1_public.pem fix(ext/node): initial crypto.createPublicKey() support (#22509) 2024-03-13 08:17:23 +00:00
exec_file_text_error.js
exec_file_text_output.js
green.jpg fix(ext/node): don't encode buffer data as utf8 in http2 (#24016) 2024-05-29 11:34:34 +05:30
infinite_loop.js
lorem_ipsum.txt
lorem_ipsum_512kb.txt fix(ext/node): don't wait for end() call to send http client request (#24390) 2024-07-03 19:00:39 +05:30
process_exit.ts
process_exit2.ts
process_really_exit.ts
process_stdin.ts
process_stdin_dummy.txt
rsa_private.pem
rsa_private_pkcs1.pem
rsa_public.pem
worker_threads.mjs
worker_threads2.mjs test(ext/node): add worker_threads test for SharedArrayBuffer (#22850) 2024-03-11 22:59:42 +00:00