node/lib/internal/crypto
James M Snell ed94bc48f3
src: update crypto.getCipherInfo() to use DictionaryTemplate
Also, have it use a null prototype

PR-URL: https://github.com/nodejs/node/pull/60036
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
2025-10-05 14:05:35 +00: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 lib: fix typo in lib/internal/crypto/certificate.js 2021-03-19 12:22:39 +01:00
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 src: update crypto.getCipherInfo() to use DictionaryTemplate 2025-10-05 14:05:35 +00: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 crypto: use return await when returning Promises from async functions 2025-09-12 14:21:50 +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 crypto: add KMAC Web Cryptography algorithms 2025-09-06 22:43:15 +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 crypto: support Ed448 and ML-DSA context parameter in node:crypto 2025-09-07 13:17:42 +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: use return await when returning Promises from async functions 2025-09-12 14:21:50 +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