1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/ext
Divy Srivastava 9befa566ec
fix(ext/node): implement AES GCM cipher (#20368)
Adds support for AES-GCM 128/256 bit keys in `node:crypto` and
`setAAD()`, `setAuthTag()` and `getAuthTag()`

Uses https://github.com/littledivy/aead-gcm-stream

Fixes https://github.com/denoland/deno/issues/19836
https://github.com/denoland/deno/issues/20353
2023-09-06 11:01:50 +05:30
..
broadcast_channel chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
cache chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
console chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
crypto chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
fetch chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
ffi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
fs chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
http chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
io chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
kv fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341) 2023-09-03 17:47:52 -07:00
napi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
net chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
node fix(ext/node): implement AES GCM cipher (#20368) 2023-09-06 11:01:50 +05:30
tls chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
url chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
web Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303) (#20370) 2023-09-04 17:05:06 -04:00
webidl chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
websocket Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303) (#20370) 2023-09-04 17:05:06 -04:00
webstorage chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00