summaryrefslogtreecommitdiff
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu2022-05-271-1/+1
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+1
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-2/+2
* Fix Coverity 1503314 unchecked return valuePauli2022-05-041-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Added checking for buflen overflow due to MAX_MISALIGNMENT.Kevin K Biju2022-02-111-2/+6
* Fix SIZE_MAX not defined on z/OS etcAnkit Das2022-02-071-0/+1
* Fix typosDimitris Apostolou2022-02-071-1/+1
* Use opt_int_arg() to parse integers in apps/speed.cKevin K Biju2022-02-031-5/+9
* speed: rework if condition to avoid empty statementPauli2022-01-181-3/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-27/+20
* Fix sigsize usage in apps/speed.cXiaofei Bai2021-11-091-0/+9
* speed: range check the argument given to -multiPauli2021-10-271-0/+4
* Fix 'openssl speed' information printoutRichard Levitte2021-09-101-4/+3
* apps: fix Coverity 1451531 Unchecked return valuePauli2021-07-091-11/+13
* speed: make sure to free any allocated EVP_MAC structuresPauli2021-06-151-12/+16
* speed: use the app's libctx and property query when searching for algorithmsPauli2021-06-151-5/+10
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-17/+17
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-281-65/+21
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-4/+2
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* apps: fix Camellia CBC performance loopPauli2021-04-081-1/+1
* apps: fix AES CBC performance loopPauli2021-04-081-1/+1
* Avoid going through NID when unnecessaryTomas Mraz2021-04-011-4/+4
* apps: fix coverity 1474463, 1474465 & 1474467: resource leaksPauli2021-03-301-3/+4
* apps: fix coverity 1358776, 1451513, 1451519, 1451531 & 1473387: unchecked re...Pauli2021-03-261-17/+28
* apps: fix coverity 1451544: improper use of negative valuePauli2021-03-241-1/+4
* apps: update speed to use the additional arguments to MAC_initPauli2021-02-281-9/+5
* speed: Drop deprecated <ALG>_options() callsTomas Mraz2021-02-241-135/+95
* speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsaTomas Mraz2021-02-241-1009/+623
* speed: Adapt digests and hmac to always use non-deprecated APIsTomas Mraz2021-02-241-276/+172
* speed: Drop code to handle platforms without SIGALRMTomas Mraz2021-02-241-283/+5
* Fix speed sm2 bugChenglong Zhang2021-02-191-8/+8
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-0/+4
* Fetch provided algorithm once per benchmarkDmitry Belyavskiy2020-12-231-4/+46
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-27/+30
* Check non-option argumentsRich Salz2020-12-151-1/+2
* apps/speed.c: Rename misleading 'rsa_count' variable to 'op_count'Dr. David von Oheimb2020-12-041-44/+44
* apps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA,EC,DEPECATED_3_0}Dr. David von Oheimb2020-12-041-7/+16
* Fix bug in EDDSA speed testShane Lontis2020-09-261-0/+1
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+6
* APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior2020-06-111-4/+18
* APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior2020-06-111-0/+9
* add FFDH to speed commandHubert Kario2020-06-011-5/+320
* deprecate EC precomputation functionalityBilly Brumley2020-05-191-1/+0
* Update copyright yearMatt Caswell2020-04-231-1/+1
* apps/speed: fix invalid final report when run SM2 benchmarks in parallel张盛豪2020-04-181-3/+4