1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-13 02:52:54 -05:00
denoland-deno/ext/node/ops/crypto
Divy Srivastava a025475b3f
fix(ext/node): update aead-gcm-stream to 0.3 (#25261)
Fixes https://github.com/denoland/deno/issues/25260
Fixes https://github.com/denoland/deno/issues/25254
Fixes https://github.com/denoland/deno/issues/23693

Verified that `web-push` GCM decryption works in the browser. See
`aead-gcm-stream` changes
[here](a9ffd0c07c)
2024-08-29 15:37:09 +02:00
..
cipher.rs fix(ext/node): update aead-gcm-stream to 0.3 (#25261) 2024-08-29 15:37:09 +02:00
dh.rs feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
digest.rs feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
keys.rs fix(ext/node): import JWK octet key pairs (#25180) 2024-08-29 15:34:14 +02:00
md5_sha1.rs fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
mod.rs fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981) 2024-08-11 14:59:53 +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 fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981) 2024-08-11 14:59:53 +05:30
x509.rs fix(ext/node): rewrite X509Certificate resource and add publicKey() (#24988) 2024-08-11 18:58:54 +05:30