1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext/node/ops/crypto
Luca Casonato 08e5606c34
fix(ext/node): rewrite digest handling (#24392)
Previously we had many different code paths all
handling digests in different places, all with
wildly different digest support. This commit
rewrites this to use a single digest handling
mechanism for all digest operations.

It adds various aliases for digest algorithms,
like node does. For example
`sha1WithRSAEncryption` is an alias for `sha1`.

It also adds support for `md5-sha1` digests in
various places.
2024-07-05 10:10:22 +02:00
..
cipher.rs fix(ext/node): add aes256 algorithm support (#22198) 2024-02-01 09:13:24 +05:30
dh.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
digest.rs fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +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): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
primes.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
x509.rs feat: upgrade deno_core (#24364) 2024-07-01 15:48:52 -07:00