summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
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
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
2020-12-15Check non-option argumentsRich Salz
2020-12-04apps/speed.c: Rename misleading 'rsa_count' variable to 'op_count'Dr. David von Oheimb
2020-12-04apps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA,EC,DEPECATED_3_0}Dr. David von Oheimb
2020-09-26Fix bug in EDDSA speed testShane Lontis
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-06-11APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior
2020-06-11APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior
2020-06-01add FFDH to speed commandHubert Kario
2020-05-19deprecate EC precomputation functionalityBilly Brumley
2020-04-23Update copyright yearMatt Caswell
2020-04-18apps/speed: fix invalid final report when run SM2 benchmarks in parallel张盛豪
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-12dsa: deprecate applications that depend on the low level DSA functions.Pauli