node/lib/internal/crypto
Antoine du Hamel 79df8b209b
lib,test: enforce use of assert.fail via a lint rule
PR-URL: https://github.com/nodejs/node/pull/61004
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
2025-12-11 15:23:33 +01:00
..
aes.js crypto: use return await when returning Promises from async functions 2025-09-12 14:21:50 +00:00
argon2.js lib: prefer TypedArrayPrototype primordials 2025-09-07 12:34:43 +00:00
certificate.js
cfrg.js crypto: use return await when returning Promises from async functions 2025-09-12 14:21:50 +00:00
chacha20_poly1305.js crypto: use return await when returning Promises from async functions 2025-09-12 14:21:50 +00:00
cipher.js lib,test: enforce use of assert.fail via a lint rule 2025-12-11 15:23:33 +01:00
diffiehellman.js lib: prefer TypedArrayPrototype primordials 2025-09-07 12:34:43 +00:00
ec.js crypto: use return await when returning Promises from async functions 2025-09-12 14:21:50 +00:00
hash.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
hashnames.js crypto: add SHA-3 Web Cryptography digest algorithms 2025-08-19 15:55:57 +02:00
hkdf.js crypto: add SubtleCrypto.supports feature detection in Web Cryptography 2025-08-19 15:55:54 +02:00
kem.js crypto: support ML-KEM, DHKEM, and RSASVE key encapsulation mechanisms 2025-08-20 14:30:58 +00:00
keygen.js crypto: support SLH-DSA KeyObject, sign, and verify 2025-08-26 15:41:25 +00:00
keys.js lib: refactor JWK import PQC support check 2025-11-13 21:45:28 +00:00
mac.js crypto: avoid calls to promise.catch() 2025-09-12 14:21:49 +00:00
ml_dsa.js crypto: use return await when returning Promises from async functions 2025-09-12 14:21:50 +00:00
ml_kem.js crypto: use return await when returning Promises from async functions 2025-09-12 14:21:50 +00:00
pbkdf2.js lib: prefer TypedArrayPrototype primordials 2025-09-07 12:34:43 +00:00
random.js lib: prefer TypedArrayPrototype primordials 2025-09-07 12:34:43 +00:00
rsa.js crypto: use return await when returning Promises from async functions 2025-09-12 14:21:50 +00:00
scrypt.js crypto: remove ERR_CRYPTO_SCRYPT_INVALID_PARAMETER 2024-07-10 16:38:00 +00:00
sig.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
util.js crypto: support Ed448 and ML-DSA context parameter in Web Cryptography 2025-09-07 13:17:42 +00:00
webcrypto.js crypto: fix DOMException name for non-extractable key error 2025-11-30 21:45:27 +00:00
webidl.js crypto: support Ed448 and ML-DSA context parameter in Web Cryptography 2025-09-07 13:17:42 +00:00
x509.js crypto: expose signatureAlgorithm on X509Certificate 2025-09-16 19:27:04 +00:00