1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/ext/node/ops/crypto
Divy Srivastava 4774eab64d
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Upgrade to rust 1.82 and LLVM 19 . Removes one webusb test because
`requestAdapter` not working on new ubuntu 24 runners
2024-11-01 16:13:02 +05:30
..
cipher.rs fix(ext/node): validate input lengths in Cipheriv and Decipheriv (#25570) 2024-09-11 13:27:07 +09:00
dh.rs feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
digest.rs fix(ext/crypto): support md4 digest algorithm (#25656) 2024-09-16 11:04:40 +00:00
keys.rs fix(ext/node): compute pem length (upper bound) for key exports (#26231) 2024-10-14 14:24:26 +05:30
md5_sha1.rs fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
mod.rs fix: clamp smi in fast calls by default (#26506) 2024-10-31 10:10:07 +05:30
pkcs3.rs fix(ext/node): add crypto.diffieHellman (#24938) 2024-08-08 15:05:29 +05:30
primes.rs fix(ext/node): add crypto.diffieHellman (#24938) 2024-08-08 15:05:29 +05:30
sign.rs chore: upgrade to rust 1.82 and LLVM 19 (#26615) 2024-11-01 16:13:02 +05:30
x509.rs fix(ext/node): rewrite X509Certificate resource and add publicKey() (#24988) 2024-08-11 18:58:54 +05:30