0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-19 11:52:52 -05:00
denoland-deno/tests/unit_node/crypto
Nathan Whitaker b8e2a73ce7
fix(ext/node): implement aes-128-ctr, aes-192-ctr, and aes-256-ctr (#27630)
Fixes https://github.com/denoland/deno/issues/24864

Need to add some tests, also unsure about the right counter size (went
with 128 bit to be safe)

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2025-01-30 15:34:57 +01:00
..
testdata feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
crypto_cipher_gcm_test.ts fix(ext/node): fix panic when invalid AES GCM key size (#27818) 2025-01-30 15:34:56 +01:00
crypto_cipher_test.ts fix(ext/node): implement aes-128-ctr, aes-192-ctr, and aes-256-ctr (#27630) 2025-01-30 15:34:57 +01:00
crypto_hash_test.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
crypto_hkdf_test.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
crypto_import_export.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
crypto_key_test.ts fix(ext/node): implement X509Certificate#checkHost (#27821) 2025-01-30 15:34:56 +01:00
crypto_misc_test.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
crypto_pbkdf2_test.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
crypto_scrypt_test.ts fix(ext/node): scrypt panic when log_n > 64 (#27816) 2025-01-30 15:34:55 +01:00
crypto_sign_test.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
ec_private_secp256r1.pem chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
gcmEncryptExtIV128.json fix(ext/node): add support of any length IV for aes-(128|256)-gcm ciphers (#27476) 2025-01-09 15:19:14 -05:00
gcmEncryptExtIV256.json fix(ext/node): add support of any length IV for aes-(128|256)-gcm ciphers (#27476) 2025-01-09 15:19:14 -05:00
generate_fixture.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
generate_keys.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00