node/benchmark/crypto
Filip Skokan 8fa5954569
crypto: use EVP_MAC for HMAC on OpenSSL >=3
Closes: https://github.com/nodejs/node/issues/59493
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63942
Fixes: https://github.com/nodejs/node/issues/59493
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2026-06-19 07:50:57 +00:00
..
aes-gcm-throughput.js benchmark: update iterations in benchmark/crypto/aes-gcm-throughput.js 2023-12-09 18:25:14 +00:00
argon2.js crypto: add argon2() and argon2Sync() methods 2025-08-19 19:30:38 +00:00
create-hash.js benchmark: add create-hash benchmark 2023-12-05 22:59:31 +00:00
create-hmac.js crypto: use EVP_MAC for HMAC on OpenSSL >=3 2026-06-19 07:50:57 +00:00
create-keyobject.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-05-17 18:18:14 +00:00
get-ciphers.js
getcipherinfo.js src: update crypto.getCipherInfo() to use DictionaryTemplate 2025-10-05 14:05:35 +00:00
hash-stream-creation.js benchmark: fix destructuring in dgram/single-buffer 2026-03-16 18:16:39 +00:00
hash-stream-throughput.js benchmark: fix destructuring in dgram/single-buffer 2026-03-16 18:16:39 +00:00
hkdf.js benchmark: update iterations in benchmark/crypto/hkdf.js 2023-12-03 06:31:41 +00:00
hmac-throughput.js crypto: use EVP_MAC for HMAC on OpenSSL >=3 2026-06-19 07:50:57 +00:00
kem.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-05-17 18:18:14 +00:00
keygen.js
oneshot-hash.js crypto: implement crypto.hash() 2024-02-27 13:27:19 +01:00
oneshot-sign.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-05-17 18:18:14 +00:00
oneshot-verify.js crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-05-17 18:18:14 +00:00
randomBytes.js benchmark: update iteration and size in benchmark/crypto/randomBytes.js 2023-12-09 18:25:04 +00:00
randomInt.js
randomUUID.js benchmark: use boolean options in benchmark tests 2025-12-25 10:45:07 +00:00
rsa-encrypt-decrypt-throughput.js
rsa-sign-verify-throughput.js benchmark: fix destructuring in dgram/single-buffer 2026-03-16 18:16:39 +00:00
timingSafeEqual.js crypto: make timingSafeEqual faster for Uint8Array 2024-04-08 11:36:53 +00:00
webcrypto-digest.js
webcrypto-hmac.js crypto: use EVP_MAC for HMAC on OpenSSL >=3 2026-06-19 07:50:57 +00:00
webcrypto-sign.js src: decouple KeyObject and CryptoKey and move CryptoKey to src 2026-05-04 00:09:07 +02:00
webcrypto-verify.js src: decouple KeyObject and CryptoKey and move CryptoKey to src 2026-05-04 00:09:07 +02:00