node/lib/internal/crypto
Filip Skokan fbf02e3198
util: add util.types.isKeyObject and util.types.isCryptoKey
closes #38611

PR-URL: https://github.com/nodejs/node/pull/38619
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2021-05-18 13:10:07 +02:00
..
aes.js crypto: refactor hasAnyNotIn to avoid unsafe array iteration 2021-02-26 16:34:04 +01:00
certificate.js lib: fix typo in lib/internal/crypto/certificate.js 2021-03-19 12:22:39 +01:00
cipher.js
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
hashnames.js
hkdf.js
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