mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 15:48:16 -05:00
91150706d8
Currently we only supports 7 ciphers (`aes-(128|192|256)-ecb` and `aes-(128|256)-(cbc|gcm)`) in `node:crypto`, but `crypto.getCiphers` returns other supported cipher names. That confuses `npm:openpgp` package and causes https://github.com/denoland/deno/issues/26875. This PR makes `getCiphers` return actually supported cipher names. With this change, the example given in #26875 can create private and public key files. closes #26875 |
||
---|---|---|
.. | ||
testdata | ||
crypto_cipher_gcm_test.ts | ||
crypto_cipher_test.ts | ||
crypto_hash_test.ts | ||
crypto_hkdf_test.ts | ||
crypto_import_export.ts | ||
crypto_key_test.ts | ||
crypto_misc_test.ts | ||
crypto_pbkdf2_test.ts | ||
crypto_scrypt_test.ts | ||
crypto_sign_test.ts | ||
ec_private_secp256r1.pem | ||
gcmEncryptExtIV128.json | ||
gcmEncryptExtIV256.json | ||
generate_fixture.mjs | ||
generate_keys.mjs |