deno/cli/tests/unit_node/testdata
Divy Srivastava 32438d25c3
fix(ext/node): sign with PEM private keys (#21287)
Add support for signing with a RSA PEM private key: `pkcs8` and `pkcs1`.

Fixes https://github.com/denoland/deno/issues/18972
Ref #21124 

Verified fix with `npm:sshpk`. Unverfied but fixes
`npm:google-auth-library`, `npm:web-push` & `oracle/oci-typescript-sdk`

---------

Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
2023-12-03 09:58:13 +05:30
..
node_modules/foo test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
worker_module fix(node): Worker constructor doesn't check type: module of package.json (#19480) 2023-06-15 17:00:30 +02:00
add_global_property.js fix(ext/node): add missing _preloadModules hook (#18447) 2023-03-27 21:54:22 +02:00
add_global_property_run_main.js chore: fix & update node compat config (#19106) 2023-05-13 14:49:11 +09:00
binary_stdio.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
child_process_stdio.js fix(ext/node): remove fromFileUrl from "node:path" (#19504) 2023-06-16 19:43:59 +09:00
child_process_stdio_012.js fix(ext/node): remove fromFileUrl from "node:path" (#19504) 2023-06-16 19:43:59 +09:00
child_process_unref.js fix(ext/node): remove fromFileUrl from "node:path" (#19504) 2023-06-16 19:43:59 +09:00
exec_file_text_error.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
exec_file_text_output.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
infinite_loop.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
lorem_ipsum.txt fix(ext/node): support brotli APIs (#19223) 2023-06-24 19:42:08 +05:30
process_exit.ts test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
process_exit2.ts test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
process_really_exit.ts fix(node): add missing process.reallyExit method (#19326) 2023-05-31 12:20:38 +02:00
process_stdin.ts test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
process_stdin_dummy.txt test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
rsa_private.pem perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
rsa_private_pkcs1.pem fix(ext/node): sign with PEM private keys (#21287) 2023-12-03 09:58:13 +05:30
rsa_public.pem perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
worker_threads.mjs fix(ext/node): add basic node:worker_threads support (#19192) 2023-05-23 20:56:29 +02:00