1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00
denoland-deno/ext
Yoshiya Hinosawa 91150706d8
fix(ext/node): make getCiphers return supported ciphers (#27466)
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
2024-12-26 13:24:28 +09:00
..
broadcast_channel chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
cache chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
canvas chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
console chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
cron chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
crypto chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
fetch fix(ext/fetch): better error message when body resource is unavailable (#27429) 2024-12-23 13:59:04 +09:00
ffi chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
fs fix(ext/fs): do not throw for bigint ctime/mtime/atime (#27453) 2024-12-23 13:56:37 +09:00
http chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
io chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
kv chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
napi chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
net feat(unstable): Implement QUIC (#21942) 2024-12-20 13:48:48 +01:00
node fix(ext/node): make getCiphers return supported ciphers (#27466) 2024-12-26 13:24:28 +09:00
telemetry chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
tls chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
url chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
web feat(unstable): Implement QUIC (#21942) 2024-12-20 13:48:48 +01:00
webgpu chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
webidl chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
websocket chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00
webstorage chore: release ext/ crates (#27419) 2024-12-19 03:39:02 +01:00