Asher Gomez
|
6512be458f
|
fix(ext/node): add aes256 algorithm support (#22198)
Towards #21804
|
2024-02-01 09:13:24 +05:30 |
|
David Sherret
|
7e72f3af61
|
chore: update copyright to 2024 (#21753)
|
2024-01-01 19:58:21 +00:00 |
|
Lino Le Van
|
d5f6e271ff
|
fix(ext/node): Implement aes-192-ecb and aes-256-ecb (#21710)
|
2023-12-27 17:24:52 +05:30 |
|
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 |
|
Bartek Iwańczuk
|
1f0360c073
|
refactor(ext/node): reorganize ops (#18799)
Move all op related code of "ext/node" to "ext/node/ops" module.
These files were unnecessarily scattered around the extension.
|
2023-04-24 12:22:21 +02:00 |
|