node/lib/internal/crypto
XadillaX cf9d686c35
crypto: fix aes crash when tag length too small
Fixes: https://github.com/nodejs/node/issues/38883

PR-URL: https://github.com/nodejs/node/pull/38914
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-06-21 11:08:05 -04:00
..
aes.js crypto: fix aes crash when tag length too small 2021-06-21 11:08:05 -04:00
certificate.js lib: fix typo in lib/internal/crypto/certificate.js 2021-03-19 12:22:39 +01:00
cipher.js lib: remove unnecessary lazy loads 2021-05-31 15:34:56 -04:00
diffiehellman.js crypto: fix DiffieHellman generator validation 2021-04-29 13:45:29 +02:00
dsa.js crypto: reconcile oneshot sign/verify sync and async implementations 2021-04-08 10:08:26 +02:00
ec.js crypto: reconcile oneshot sign/verify sync and async implementations 2021-04-08 10:08:26 +02:00
hash.js crypto: refactor to use more primordials 2020-11-09 20:23:07 -08:00
hashnames.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
hkdf.js doc,lib: prepare for stricter multi-line array linting 2021-02-19 09:55:35 -08:00
keygen.js crypto: fix generateKeyPair type checks 2021-04-29 13:45:37 +02:00
keys.js util: add util.types.isKeyObject and util.types.isCryptoKey 2021-05-18 13:10:07 +02:00
mac.js crypto: refactor hasAnyNotIn to avoid unsafe array iteration 2021-02-26 16:34:04 +01:00
pbkdf2.js crypto: fix webcrypto derive(Bits|Key) resolve values and docs 2021-04-12 23:27:51 +02:00
random.js crypto: reduce range of size to int max 2021-04-12 14:49:13 -07:00
rsa.js crypto: reconcile oneshot sign/verify sync and async implementations 2021-04-08 10:08:26 +02:00
scrypt.js crypto: fix scrypt keylen validation 2021-04-29 13:45:36 +02:00
sig.js crypto: reconcile oneshot sign/verify sync and async implementations 2021-04-08 10:08:26 +02:00
util.js doc: use HEAD instead of master for links 2021-05-17 09:11:28 +02:00
webcrypto.js crypto: forbid NODE-ED25519 and NODE-ED448 "raw" key export 2021-05-18 13:10:07 +02:00
x509.js tls: add ability to get cert/peer cert as X509Certificate object 2021-02-02 09:39:27 -08:00