node/lib/internal/crypto
Filip Skokan 9d744b5b63 crypto: use CryptoKey internal slots in Web Cryptography
PR-URL: https://github.com/nodejs/node/pull/59538
Fixes: https://github.com/nodejs/node/issues/59535
Fixes: https://github.com/nodejs/node/issues/59534
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2025-08-21 14:14:57 +00:00
..
aes.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
argon2.js crypto: add argon2() and argon2Sync() methods 2025-08-19 19:30:38 +00:00
certificate.js
cfrg.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
chacha20_poly1305.js crypto: add ChaCha20-Poly1305 Web Cryptography algorithm 2025-08-19 15:57:08 +02:00
cipher.js crypto: merge CipherBase.initiv into constructor 2025-05-07 16:13:29 +00:00
diffiehellman.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
ec.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
hash.js crypto: add SHA-3 Web Cryptography digest algorithms 2025-08-19 15:55:57 +02: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 ML-KEM KeyObject 2025-08-16 14:39:14 +00:00
keys.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
mac.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
ml_dsa.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
pbkdf2.js crypto: add SubtleCrypto.supports feature detection in Web Cryptography 2025-08-19 15:55:54 +02:00
random.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
rsa.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
scrypt.js crypto: remove ERR_CRYPTO_SCRYPT_INVALID_PARAMETER 2024-07-10 16:38:00 +00:00
sig.js crypto: remove default encoding from sign/verify 2023-08-15 21:01:39 +00:00
util.js crypto: normalize RsaHashedKeyParams publicExponent 2025-08-21 14:14:56 +00:00
webcrypto.js crypto: use CryptoKey internal slots in Web Cryptography 2025-08-21 14:14:57 +00:00
webidl.js crypto: add ChaCha20-Poly1305 Web Cryptography algorithm 2025-08-19 15:57:08 +02:00
x509.js lib: deprecate _tls_common and _tls_wrap 2025-05-10 23:10:43 +00:00