node/lib/internal/crypto
Filip Skokan cc42ee8fc7
crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports
PR-URL: https://github.com/nodejs/node/pull/57450
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2025-03-22 23:23:24 +01:00
..
aes.js src: refactor SubtleCrypto algorithm and length validations 2025-03-11 19:40:06 +01:00
certificate.js lib: fix typo in lib/internal/crypto/certificate.js 2021-03-19 12:22:39 +01:00
cfrg.js test: update WPT for WebCryptoAPI to edd42c005c 2025-03-11 19:42:04 +01:00
cipher.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
diffiehellman.js crypto: add optional callback to crypto.diffieHellman 2025-03-18 11:16:12 +01:00
ec.js src: refactor SubtleCrypto algorithm and length validations 2025-03-11 19:40:06 +01:00
hash.js crypto: fix `input` validation in `crypto.hash` 2024-03-21 12:12:31 +01:00
hashnames.js crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports 2025-03-22 23:23:24 +01:00
hkdf.js src: refactor SubtleCrypto algorithm and length validations 2025-03-11 19:40:06 +01:00
keygen.js src: refactor SubtleCrypto algorithm and length validations 2025-03-11 19:40:06 +01:00
keys.js src: refactor SubtleCrypto algorithm and length validations 2025-03-09 11:38:41 +01:00
mac.js src: refactor SubtleCrypto algorithm and length validations 2025-03-11 19:40:06 +01:00
pbkdf2.js src: refactor SubtleCrypto algorithm and length validations 2025-03-11 19:40:06 +01:00
random.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
rsa.js crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports 2025-03-22 23:23:24 +01:00
scrypt.js crypto: remove ERR_CRYPTO_SCRYPT_INVALID_PARAMETER 2024-07-10 16:38:00 +00:00
sig.js crypto: remove default encoding from sign/verify 2023-08-15 21:01:39 +00:00
util.js src: refactor SubtleCrypto algorithm and length validations 2025-03-11 19:40:06 +01:00
webcrypto.js test: update WPT for WebCryptoAPI to edd42c005c 2025-03-11 19:42:04 +01:00
webidl.js src: refactor SubtleCrypto algorithm and length validations 2025-03-11 19:40:06 +01:00
x509.js crypto: add Date fields for `validTo` and `validFrom` 2024-09-18 00:56:24 +00:00