node/lib/internal/crypto
Livia Medeiros 19c060fd84 crypto: adjust minimum length in generateKey('hmac', ...)
Also affects generateKeySync('hmac', ...)

PR-URL: https://github.com/nodejs/node/pull/42944
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2022-05-10 09:13:17 -03:00
..
aes.js tools,benchmark,lib,test: enable no-case-declarations lint rule 2022-01-05 07:42:19 -08:00
certificate.js
cipher.js
diffiehellman.js lib: replace validator and error 2022-02-05 08:36:48 -08:00
dsa.js crypto: cleanup webcrypto jwk code 2022-04-03 11:11:02 +01:00
ec.js crypto: remove incorrect constructor invocation 2021-10-05 20:51:54 +02:00
hash.js
hashnames.js
hkdf.js crypto: clean up parameter validation in HKDF 2022-05-10 09:13:15 -03:00
keygen.js crypto: adjust minimum length in generateKey('hmac', ...) 2022-05-10 09:13:17 -03:00
keys.js crypto: add KeyObject.prototype.equals method 2022-02-26 13:51:09 +00:00
mac.js
pbkdf2.js lib: replace validator and error 2022-02-05 08:36:48 -08:00
random.js crypto: improve prime size argument validation 2022-03-08 17:33:38 +00:00
rsa.js crypto: check webcrypto asymmetric key types during importKey 2021-09-07 18:25:39 +00:00
scrypt.js doc: consolidate use of multiple-byte units 2022-04-28 06:56:13 +02:00
sig.js lib: replace validator and error 2022-02-05 08:36:48 -08:00
util.js crypto: clean up parameter validation in HKDF 2022-05-10 09:13:15 -03:00
webcrypto.js crypto: validate this in all webcrypto methods and getters 2022-04-28 06:57:22 +02:00
x509.js crypto: fix X509Certificate toLegacyObject 2022-03-09 16:36:40 +00:00