summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/crypto
AgeCommit message (Expand)Author
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-03fix(ext/node): sign with PEM private keys (#21287)Divy Srivastava
2023-11-09fix(node): implement createPrivateKey (#20981)Divy Srivastava
2023-09-23fix(node): supported arguments to `randomFillSync` (#20637)Divy Srivastava
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-06fix(ext/node): implement AES GCM cipher (#20368)Divy Srivastava
2023-08-26fix(node): propagate create cipher errors (#20280)Divy Srivastava
2023-08-11fix(node): object keys in publicEncrypt (#20128)Divy Srivastava
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-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-06refactor(core): ensureFastOps is an op-generating proxy (#19377)Matt Mastracci
2023-05-16feat(node/crypto): Builtin Diffie-Hellman Groups (#19137)Levente Kurusa
2023-05-15feat(node/crypto): Diffie Hellman Support (#18943)Levente Kurusa
2023-05-01refactor: migrate async ops to generated wrappers (#18937)Bartek Iwańczuk
2023-04-27feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)Levente Kurusa
2023-04-27fix(ext/node): prime generation (#18861)Divy Srivastava
2023-04-25fix(ext/node): fix hash.flush (#18818)Yoshiya Hinosawa
2023-04-19fix(ext/node): implement asymmetric keygen (#18651)Divy Srivastava
2023-04-19fix(ext/node): add crypto.sign|verify methods (#18765)Yoshiya Hinosawa
2023-04-18refactor(node/crypto): scrypt polyfill to rust (#18746)Levente Kurusa
2023-04-18fix(ext/node): implement crypto.createVerify (#18703)Yoshiya Hinosawa
2023-04-12refactor(node/crypto): port polyfill to Rust for randomInt, randomFill, rando...Levente Kurusa
2023-04-07fix(ext/node): add X509Certificate (#18625)Divy Srivastava
2023-04-06fix(ext/node): implement hkdf-expand (#18612)Divy Srivastava
2023-04-06fix(ext/node): add symmetric keygen (#18609)Divy Srivastava
2023-03-31perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)Divy Srivastava
2023-03-28fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471)Yoshiya Hinosawa
2023-03-28feat(ext/node): add `crypto.checkPrime` API (#18465)Divy Srivastava
2023-03-28chore(ext/node): port pbkdf2 to Rust (#18470)Divy Srivastava
2023-03-25fix(ext/node): add aes-128-ecb algorithm support (#18412)Yoshiya Hinosawa
2023-03-24feat(ext/node): implement crypto.createSecretKey (#18413)Divy Srivastava
2023-03-24fix(ext/node): make cipher/decipher transform stream (#18408)Yoshiya Hinosawa
2023-03-18fix(ext/node): add createDecipheriv (#18245)Yoshiya Hinosawa
2023-03-16fix(ext/node): resource leak in createHmac (#18229)Divy Srivastava
2023-03-14fix(ext/node): add crypto.createCipheriv (#18091)Yoshiya Hinosawa
2023-03-14chore(ext/node): copy internal/crypto/types.ts from std (#18156)Yoshiya Hinosawa
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-06fix(ext/node): remove unused _hex module (#18045)Divy Srivastava
2023-03-06perf(ext/node): improve createHash performance (#18033)Divy Srivastava
2023-03-05refactor(core): InternalModuleLoader checks if all files were used (#18005)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-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk