node/lib/internal/crypto
Anshika Jain ad98b4620b
crypto: align verifyOneShot accepted types
Signed-off-by: anshikakalpana <anshikajain196872@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63280
Fixes: https://github.com/nodejs/node/issues/62903
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2026-05-19 21:55:37 +02:00
..
aes.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
argon2.js src: decouple KeyObject and CryptoKey and move CryptoKey to src 2026-05-05 16:21:26 +02:00
certificate.js
cfrg.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
chacha20_poly1305.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
cipher.js crypto: align key argument names in docs and error messages 2026-05-05 16:19:21 +02:00
diffiehellman.js tools: prevent lib code from reading KeyObject and CryptoKey accessors 2026-05-19 14:08:17 +02:00
ec.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
hash.js crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms 2026-03-26 22:04:32 +01:00
hashnames.js crypto: add SHA-3 Web Cryptography digest algorithms 2025-08-19 15:55:57 +02:00
hkdf.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
kem.js crypto: unify asymmetric key import through KeyObjectHandle::Init 2026-04-14 11:00:12 +01:00
keygen.js crypto: reject inherited key type names 2026-05-05 16:19:36 +02:00
keys.js crypto: harden CryptoKey algorithm slots 2026-05-19 14:08:17 +02:00
mac.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
ml_dsa.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
ml_kem.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
pbkdf2.js src: decouple KeyObject and CryptoKey and move CryptoKey to src 2026-05-05 16:21:26 +02:00
random.js crypto: implement randomUUIDv7() 2026-05-05 16:19:18 +02:00
rsa.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
scrypt.js crypto: remove ERR_CRYPTO_SCRYPT_INVALID_PARAMETER 2024-07-10 16:38:00 +00:00
sig.js crypto: align verifyOneShot accepted types 2026-05-19 21:55:37 +02:00
util.js crypto: wire ChaCha20-Poly1305 in Web Cryptography when using BoringSSL 2026-05-19 14:08:25 +02:00
webcrypto.js crypto: improve accuracy of SubtleCrypto.supports 2026-05-19 14:08:16 +02:00
webcrypto_util.js src: decouple KeyObject and CryptoKey and move CryptoKey to src 2026-05-05 16:21:26 +02:00
webidl.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-05-19 14:08:25 +02:00
x509.js crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00