node/lib/internal/crypto
Antoine du Hamel 63a138e02f
crypto: fix passing TypedArray to webcrypto AES methods
Refs: https://www.w3.org/TR/WebCryptoAPI/#subtlecrypto-interface
Fixes: https://github.com/nodejs/node/issues/36083

PR-URL: https://github.com/nodejs/node/pull/36087
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2020-11-22 11:32:38 -08:00
..
aes.js crypto: fix passing TypedArray to webcrypto AES methods 2020-11-22 11:32:38 -08:00
certificate.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
cipher.js crypto: refactor to use more primordials 2020-11-10 11:40:58 -05:00
diffiehellman.js crypto: refactor to use more primordials 2020-11-10 11:40:58 -05:00
dsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
ec.js crypto: fix webcrypto ECDH JWK import 2020-11-03 17:54:17 +01:00
hash.js crypto: refactor to use more primordials 2020-11-10 11:40:58 -05:00
hashnames.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
hkdf.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
keygen.js crypto: rename check to createJob 2020-11-03 17:54:20 +01:00
keys.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
mac.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
pbkdf2.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
random.js crypto: fix regression on randomFillSync 2020-10-21 11:17:58 +01:00
rsa.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
scrypt.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
sig.js crypto: refactor to use more primordials 2020-11-10 11:40:58 -05:00
util.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
webcrypto.js crypto: refactor to use more primordials 2020-11-10 11:40:58 -05:00