node/benchmark/crypto
Momtchil Momtchev 8671e4a116 test: upgrade all 1024 bit RSA keys to 2048 bits
Ubuntu 22.04 Jammy rejects 1024 bit RSA Keys

PR-URL: https://github.com/nodejs/node/pull/44498
Refs: https://github.com/nodejs/node/issues/44497
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
2022-09-27 20:19:35 +02:00
..
aes-gcm-throughput.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00
cipher-stream.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00
get-ciphers.js benchmark: use let instead of var in crypto 2020-01-01 09:21:12 -08:00
hash-stream-creation.js benchmark: remove unreachable code from crypto/hash-stream-creation 2022-01-17 05:31:21 +00:00
hash-stream-throughput.js benchmark: use let instead of var in crypto 2020-01-01 09:21:12 -08:00
hkdf.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
keygen.js benchmark: increase crypto DSA keygen params 2021-10-16 06:03:10 -04:00
oneshot-sign-verify.js crypto: reconcile oneshot sign/verify sync and async implementations 2021-04-08 10:08:26 +02:00
randomBytes.js crypto: improve randomBytes() performance 2020-01-28 06:56:16 -08:00
randomInt.js crypto: add buffering to randomInt 2021-04-03 15:37:53 +02:00
randomUUID.js crypto: implement randomuuid 2021-01-07 12:44:36 -08:00
rsa-encrypt-decrypt-throughput.js test: upgrade all 1024 bit RSA keys to 2048 bits 2022-09-27 20:19:35 +02:00
rsa-sign-verify-throughput.js test: upgrade all 1024 bit RSA keys to 2048 bits 2022-09-27 20:19:35 +02:00
webcrypto-digest.js crypto: validate `this` value for `webcrypto.getRandomValues` 2022-02-26 17:12:48 +00:00