summaryrefslogtreecommitdiff
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* restrict rsaBITS algorithm name check in speedMichael Baentsch2023-05-111-13/+19
* speed.c: remove unused num print_message argsReinhard Urban2023-05-031-95/+44
* Provider-based KEM and SIG alg speed testing addedMichael Baentsch2023-03-311-27/+895
* remove DSA512 from speed testingMichael Baentsch2023-03-301-3/+2
* Avoid erroneous diagnostics in speed measuringDmitry Belyavskiy2023-03-151-2/+2
* Enable some disabled __owursDmitry Belyavskiy2023-02-071-31/+43
* Coverity: fix 272011 resource leakPauli2022-12-151-0/+1
* Fix build on NonStopTomas Mraz2022-12-051-2/+2
* Make parsing of piped data in `speed.c` more robustDaniel Fiala2022-11-241-68/+80
* apps/speed.c: fix the wrong checksPeiwei Hu2022-11-161-9/+9
* apps/speed.c: add verifying if fdopen returns NULLVinz20082022-11-141-1/+5
* apps/speed.c: Lock buffer in memoryJuergen Christ2022-09-291-11/+50
* apps/speed.c: Wait for generated childrenJuergen Christ2022-08-311-0/+16
* openssl speed fails in FIPS modeDmitry Belyavskiy2022-08-231-2/+2
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-2/+3
* speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz2022-07-131-2/+5
* Add config option for speed commandKan2022-07-111-1/+9
* 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