node/lib/internal/crypto
Antoine du Hamel 234c71077b
crypto: fix cross-realm SharedArrayBuffer validation
PR-URL: https://github.com/nodejs/node/pull/57974
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-05-02 17:06:44 -03:00
..
aes.js src: refactor SubtleCrypto algorithm and length validations 2025-05-02 17:05:00 -03:00
certificate.js
cfrg.js test: update WPT for WebCryptoAPI to edd42c005c 2025-05-02 17:05:03 -03:00
cipher.js crypto: fix misleading positional argument 2025-05-02 17:06:22 -03:00
diffiehellman.js crypto: add optional callback to crypto.diffieHellman 2025-05-02 17:05:19 -03:00
ec.js src: refactor SubtleCrypto algorithm and length validations 2025-05-02 17:05:00 -03:00
hash.js
hashnames.js crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports 2025-05-02 17:05:22 -03:00
hkdf.js src: refactor SubtleCrypto algorithm and length validations 2025-05-02 17:05:00 -03:00
keygen.js src: refactor SubtleCrypto algorithm and length validations 2025-05-02 17:05:00 -03:00
keys.js src: refactor SubtleCrypto algorithm and length validations 2025-05-02 17:04:52 -03:00
mac.js src: refactor SubtleCrypto algorithm and length validations 2025-05-02 17:05:00 -03:00
pbkdf2.js src: refactor SubtleCrypto algorithm and length validations 2025-05-02 17:05:00 -03:00
random.js crypto: forbid passing Float16Array to getRandomValues() 2025-05-02 17:06:29 -03:00
rsa.js crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports 2025-05-02 17:05:22 -03:00
scrypt.js
sig.js
util.js src: refactor SubtleCrypto algorithm and length validations 2025-05-02 17:05:00 -03:00
webcrypto.js test: update WPT for WebCryptoAPI to edd42c005c 2025-05-02 17:05:03 -03:00
webidl.js crypto: fix cross-realm SharedArrayBuffer validation 2025-05-02 17:06:44 -03:00
x509.js