node/lib/internal/crypto
Filip Skokan 69fdff9d30
lib: make SubtleCrypto.supports enumerable
PR-URL: https://github.com/nodejs/node/pull/62307
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2026-03-20 07:57:46 +00:00
..
aes.js crypto: refactor WebCrypto AEAD algorithms auth tag handling 2026-03-11 18:43:14 +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 lib: prefer primordials in SubtleCrypto 2026-03-14 12:52:22 +00:00
chacha20_poly1305.js crypto: refactor WebCrypto AEAD algorithms auth tag handling 2026-03-11 18:43:14 +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 crypto: rename CShakeParams and KmacParams length to outputLength 2026-03-16 22:04:01 +01: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: rename CShakeParams and KmacParams length to outputLength 2026-03-16 22:04:01 +01:00
ml_dsa.js lib: prefer primordials in SubtleCrypto 2026-03-14 12:52:22 +00:00
ml_kem.js lib: prefer primordials in SubtleCrypto 2026-03-14 12:52:22 +00:00
pbkdf2.js lib: prefer TypedArrayPrototype primordials 2025-09-07 12:34:43 +00:00
random.js lib,src: implement QuotaExceededError as DOMException-derived interface 2026-03-19 14:41:50 +01: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 lib: prefer primordials in SubtleCrypto 2026-03-14 12:52:22 +00:00
webcrypto.js lib: make SubtleCrypto.supports enumerable 2026-03-20 07:57:46 +00:00
webidl.js crypto: rename CShakeParams and KmacParams length to outputLength 2026-03-16 22:04:01 +01:00
x509.js crypto: expose signatureAlgorithm on X509Certificate 2025-09-16 19:27:04 +00:00