0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 21:53:26 -05:00
denoland-deno/ext/node/polyfills/internal/crypto
Bartek Iwańczuk 787646d486 fix(ext/node): support private key export in JWK format (#27325)
Closes https://github.com/denoland/deno/issues/26643

---------

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2025-01-09 15:19:15 -05:00
..
_keys.ts feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
_randomBytes.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
_randomFill.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
_randomInt.ts fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomInt.ts (#26534) 2024-10-26 19:42:14 +02:00
certificate.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cipher.ts fix(ext/node): fix Decipheriv when autoPadding disabled (#25598) 2024-09-13 01:13:56 +09:00
constants.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
diffiehellman.ts fix(ext/node): add crypto.diffieHellman (#24938) 2024-08-08 15:05:29 +05:30
hash.ts feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
hkdf.ts feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
keygen.ts fix(node/crypto): support promisify on generateKeyPair (#26913) 2024-11-19 01:39:40 +01:00
keys.ts fix(ext/node): support private key export in JWK format (#27325) 2025-01-09 15:19:15 -05:00
pbkdf2.ts fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
random.ts chore: update dlint to v0.68.0 for internal (#26711) 2024-11-04 12:17:11 -05:00
scrypt.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-01-29 14:58:08 +01:00
sig.ts feat(ext/node): expose ES modules for _ modules (#25588) 2024-09-12 00:52:08 +00:00
types.ts feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
util.ts fix(ext/node): make getCiphers return supported ciphers (#27466) 2025-01-09 15:19:13 -05:00
x509.ts fix(ext/node): rewrite X509Certificate resource and add publicKey() (#24988) 2024-08-11 18:58:54 +05:30