node/lib/internal/crypto
Filip Skokan fa88cc07e2
crypto: ensure documented RSA-PSS saltLength default is used
PR-URL: https://github.com/nodejs/node/pull/60662
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2026-03-03 15:10:34 +01:00
..
aes.js crypto: ensure invalid SubtleCrypto JWK data import results in DataError 2024-11-17 11:51:36 +01:00
certificate.js
cfrg.js test: update WPT for WebCryptoAPI to edd42c005c 2025-06-11 09:21:24 +02:00
cipher.js
diffiehellman.js crypto: allow non-multiple of 8 in SubtleCrypto.deriveBits 2025-06-05 10:04:41 +02:00
ec.js crypto: ensure invalid SubtleCrypto JWK data import results in DataError 2024-11-17 11:51:36 +01:00
hash.js crypto: fix SHAKE128/256 breaking change introduced with OpenSSL 3.4 2025-08-27 19:20:45 +02:00
hashnames.js
hkdf.js crypto: allow length=0 for HKDF and PBKDF2 in SubtleCrypto.deriveBits 2025-06-11 09:21:24 +02:00
keygen.js
keys.js crypto: ensure CryptoKey usages and algorithm are cached objects 2025-01-24 22:18:51 +01:00
mac.js crypto: ensure invalid SubtleCrypto JWK data import results in DataError 2024-11-17 11:51:36 +01:00
pbkdf2.js crypto: allow length=0 for HKDF and PBKDF2 in SubtleCrypto.deriveBits 2025-06-11 09:21:24 +02:00
random.js
rsa.js crypto: ensure invalid SubtleCrypto JWK data import results in DataError 2024-11-17 11:51:36 +01:00
scrypt.js
sig.js crypto: ensure documented RSA-PSS saltLength default is used 2026-03-03 15:10:34 +01:00
util.js crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable 2025-06-05 10:53:44 +02:00
webcrypto.js test: update WPT for WebCryptoAPI to edd42c005c 2025-06-11 09:21:24 +02:00
webidl.js
x509.js