Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-01 | fix(ext/node): add `aes256` algorithm support (#22198) | Asher Gomez | |
Towards #21804 | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-27 | fix(ext/node): Implement `aes-192-ecb` and `aes-256-ecb` (#21710) | Lino Le Van | |
2023-09-06 | fix(ext/node): implement AES GCM cipher (#20368) | Divy Srivastava | |
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-04-24 | refactor(ext/node): reorganize ops (#18799) | Bartek IwaĆczuk | |
Move all op related code of "ext/node" to "ext/node/ops" module. These files were unnecessarily scattered around the extension. |