1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Yoshiya Hinosawa 3f15e30062
fix(ext/node): fix Decipheriv when autoPadding disabled (#25598)
This change fixes Decipheriv behavior when autoPadding disabled and enabled.

By this change, the example given in
https://github.com/denoland/deno/issues/20924#issuecomment-2345931295
works in the same way as Node.

closes #20924
2024-09-13 01:13:56 +09:00
..
broadcast_channel chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
cache chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
canvas chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
console fix(ext/console): prevent duplicate error printing when the cause is assigned (#25327) 2024-09-12 05:02:32 -07:00
cron refactor(ext/cron): align error messages (#25300) 2024-09-05 08:27:58 +02:00
crypto refactor(ext/crypto): align error messages (#25440) 2024-09-05 08:20:27 +02:00
fetch fix(runtime): use more null proto objects again (#25040) 2024-09-06 12:52:59 +02:00
ffi refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586) 2024-09-12 12:27:16 +00:00
fs refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586) 2024-09-12 12:27:16 +00:00
http feat: stabilize Deno.createHttpClient() (#25569) 2024-09-12 10:46:48 +10:00
io feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
kv chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
napi chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
net BREAKING(net): remove Deno.[Tls]Listener.prototype.rid (#25556) 2024-09-11 01:14:50 +02:00
node fix(ext/node): fix Decipheriv when autoPadding disabled (#25598) 2024-09-13 01:13:56 +09:00
node_resolver chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
tls chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
url chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
web fix(runtime): use more null proto objects again (#25040) 2024-09-06 12:52:59 +02:00
webgpu refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586) 2024-09-12 12:27:16 +00:00
webidl fix(runtime): use more null proto objects again (#25040) 2024-09-06 12:52:59 +02:00
websocket build: remove --unstable flags from CI (#25548) 2024-09-10 03:10:20 +02:00
webstorage fix(runtime): use more null proto objects again (#25040) 2024-09-06 12:52:59 +02:00