node/lib/internal/crypto
Filip Skokan 2241e8c5b3
crypto: validate RSA-PSS saltLength in subtle.sign and subtle.verify
fixes: https://github.com/nodejs/node/issues/52188
PR-URL: https://github.com/nodejs/node/pull/52262
Fixes: https://github.com/nodejs/node/issues/52188
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
2024-04-03 05:16:10 +00:00
..
aes.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
certificate.js lib: fix typo in lib/internal/crypto/certificate.js 2021-03-19 12:22:39 +01:00
cfrg.js crypto: remove webcrypto EdDSA key checks and properties 2023-09-01 12:00:16 +00:00
cipher.js crypto: move createCipher and createDecipher to eol 2023-12-15 14:00:52 +00:00
diffiehellman.js crypto: remove default encoding from DiffieHellman 2023-08-16 15:23:06 +00:00
ec.js crypto: ensure valid point on elliptic curve in SubtleCrypto.importKey 2023-10-20 16:25:42 +00:00
hash.js crypto: fix input validation in crypto.hash 2024-03-21 12:12:31 +01:00
hashnames.js lib: enforce use of trailing commas 2023-03-06 10:44:14 +01:00
hkdf.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
keygen.js lib: enforce use of trailing commas 2023-03-06 10:44:14 +01:00
keys.js crypto: update CryptoKey symbol properties 2023-12-17 12:55:37 +00:00
mac.js crypto: use WebIDL converters in WebCryptoAPI 2023-01-17 08:57:58 +00:00
pbkdf2.js crypto: remove default encoding from pbkdf2 2023-05-07 00:49:59 +00:00
random.js crypto: unify validation of checkPrime checks 2023-03-22 11:41:06 +00:00
rsa.js crypto: validate RSA-PSS saltLength in subtle.sign and subtle.verify 2024-04-03 05:16:10 +00:00
scrypt.js crypto: remove default encoding from scrypt 2023-05-12 00:01:48 +00:00
sig.js crypto: remove default encoding from sign/verify 2023-08-15 21:01:39 +00:00
util.js crypto: validate RSA-PSS saltLength in subtle.sign and subtle.verify 2024-04-03 05:16:10 +00:00
webcrypto.js crypto: remove webcrypto EdDSA key checks and properties 2023-09-01 12:00:16 +00:00
webidl.js stream: treat compression web stream format per its WebIDL definition 2023-11-12 10:01:51 +00:00
x509.js src: distinguish HTML transferable and cloneable 2023-07-07 17:00:00 +00:00