summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
2024-04-09Fix "Error finalizing cipher loop" when running openssl speed -evp -decryptTom Cosgrove
2023-11-24openssl-speed: support KMAC128 & KMAC256, refactor mac setup/teardownJames Muir
2023-11-23speed: make hmac(sha256) the default hmacJames Muir
2023-10-25speed: Correct handling of async_jobs for KEM and signature algosIngo Franzki
2023-10-25speed: Fix memory leaksIngo Franzki
2023-10-10Added check for the return value of the RAND_bytes() functionKlavishnik
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-08-01speed: Unify output messages regarding number of ops per timeIngo Franzki
2023-08-01speed: Also measure RSA encrypt/decrypt, not only RSA sign/verifyIngo Franzki
2023-07-21speed: Fix execution of EdDSA measurementIngo Franzki
2023-07-21speed: Fix memory leakIngo Franzki
2023-06-28openssl speed -multi -evp prints wrong algorithm nameJörg Sommer
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-05-11restrict rsaBITS algorithm name check in speedMichael Baentsch
2023-05-03speed.c: remove unused num print_message argsReinhard Urban
2023-03-31Provider-based KEM and SIG alg speed testing addedMichael Baentsch
2023-03-30remove DSA512 from speed testingMichael Baentsch
2023-03-15Avoid erroneous diagnostics in speed measuringDmitry Belyavskiy
2023-02-07Enable some disabled __owursDmitry Belyavskiy
2022-12-15Coverity: fix 272011 resource leakPauli
2022-12-05Fix build on NonStopTomas Mraz
2022-11-24Make parsing of piped data in `speed.c` more robustDaniel Fiala
2022-11-16apps/speed.c: fix the wrong checksPeiwei Hu
2022-11-14apps/speed.c: add verifying if fdopen returns NULLVinz2008
2022-09-29apps/speed.c: Lock buffer in memoryJuergen Christ
2022-08-31apps/speed.c: Wait for generated childrenJuergen Christ
2022-08-23openssl speed fails in FIPS modeDmitry Belyavskiy
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-13speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz
2022-07-11Add config option for speed commandKan
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-04Fix Coverity 1503314 unchecked return valuePauli
2022-05-03Update copyright yearMatt Caswell
2022-02-11Added checking for buflen overflow due to MAX_MISALIGNMENT.Kevin K Biju
2022-02-07Fix SIZE_MAX not defined on z/OS etcAnkit Das
2022-02-07Fix typosDimitris Apostolou
2022-02-03Use opt_int_arg() to parse integers in apps/speed.cKevin K Biju
2022-01-18speed: rework if condition to avoid empty statementPauli
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-09Fix sigsize usage in apps/speed.cXiaofei Bai
2021-10-27speed: range check the argument given to -multiPauli
2021-09-10Fix 'openssl speed' information printoutRichard Levitte
2021-07-09apps: fix Coverity 1451531 Unchecked return valuePauli
2021-06-15speed: make sure to free any allocated EVP_MAC structuresPauli
2021-06-15speed: use the app's libctx and property query when searching for algorithmsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz