summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/crypto/util.ts
AgeCommit message (Expand)Author
2024-03-18fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)Satya Rohith
2024-03-14fix(ext/node): crypto.getCipherInfo() (#22916)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-27test(ext/node): port crypto_test.ts from deno_std (#19561)Felipe Baltor
2023-04-27feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)Levente Kurusa
2023-04-06fix(ext/node): add symmetric keygen (#18609)Divy Srivastava
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-20perf: use ops for node:crypto ciphers (#17819)Divy Srivastava
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk