summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
13 daysCopyright year updatesTomas Mraz
2024-04-09Fix "Error finalizing cipher loop" when running openssl speed -evp -decryptTom Cosgrove
2023-10-10Added check for the return value of the RAND_bytes() functionKlavishnik
2023-08-01Copyright year updatesMatt Caswell
2023-07-21speed: Fix execution of EdDSA measurementIngo Franzki
2023-06-28openssl speed -multi -evp prints wrong algorithm nameJörg Sommer
2022-12-15Coverity: fix 272011 resource leakPauli
2022-12-05Fix build on NonStopTomas Mraz
2022-11-23apps/speed.c: Lock buffer in memoryJuergen Christ
2022-11-23Add config option for speed commandKan
2022-11-16apps/speed.c: fix the wrong checksPeiwei Hu
2022-11-14apps/speed.c: add verifying if fdopen returns NULLVinz2008
2022-11-11Fix typosDimitris Apostolou
2022-08-31apps/speed.c: Wait for generated childrenJuergen Christ
2022-08-23openssl speed fails in FIPS modeDmitry Belyavskiy
2022-07-13speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz
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-03-15Update 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
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
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-08apps: fix Camellia CBC performance loopPauli
2021-04-08apps: fix AES CBC performance loopPauli
2021-04-01Avoid going through NID when unnecessaryTomas Mraz
2021-03-30apps: fix coverity 1474463, 1474465 & 1474467: resource leaksPauli
2021-03-26apps: fix coverity 1358776, 1451513, 1451519, 1451531 & 1473387: unchecked re...Pauli
2021-03-24apps: fix coverity 1451544: improper use of negative valuePauli
2021-02-28apps: update speed to use the additional arguments to MAC_initPauli
2021-02-24speed: Drop deprecated <ALG>_options() callsTomas Mraz
2021-02-24speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsaTomas Mraz
2021-02-24speed: Adapt digests and hmac to always use non-deprecated APIsTomas Mraz
2021-02-24speed: Drop code to handle platforms without SIGALRMTomas Mraz
2021-02-19Fix speed sm2 bugChenglong Zhang
2021-02-12Load rand state after loading providersRich Salz
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2020-12-23Fetch provided algorithm once per benchmarkDmitry Belyavskiy
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte