0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 02:52:05 -05:00
deno/ext/node/polyfills/internal/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
..
_keys.ts
_randomBytes.ts
_randomFill.mjs
_randomInt.ts
certificate.ts
cipher.ts
constants.ts
diffiehellman.ts
hash.ts fix(ext/node): rewrite crypto.Hash (#24302) 2024-06-24 11:47:12 +02:00
hkdf.ts fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
keygen.ts fix(ext/node): exporting rsa public keys (#23596) 2024-04-29 19:16:38 +05:30
keys.ts fix(ext/node): add Symbol.toStringTag to KeyObject instances (#24377) 2024-07-02 00:36:22 +02:00
pbkdf2.ts fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
random.ts
scrypt.ts
sig.ts fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
types.ts fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
util.ts
x509.ts