aboutsummaryrefslogtreecommitdiff
path: root/apps/speed.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15speed: make sure to free any allocated EVP_MAC structuresPauli1-12/+16
2021-06-15speed: use the app's libctx and property query when searching for algorithmsPauli1-5/+10
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-17/+17
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb1-1/+1
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz1-65/+21
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb1-4/+2
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb1-1/+3
2021-04-08apps: fix Camellia CBC performance loopPauli1-1/+1
2021-04-08apps: fix AES CBC performance loopPauli1-1/+1
2021-04-01Avoid going through NID when unnecessaryTomas Mraz1-4/+4
2021-03-30apps: fix coverity 1474463, 1474465 & 1474467: resource leaksPauli1-3/+4
2021-03-26apps: fix coverity 1358776, 1451513, 1451519, 1451531 & 1473387: unchecked re...Pauli1-17/+28
2021-03-24apps: fix coverity 1451544: improper use of negative valuePauli1-1/+4
2021-02-28apps: update speed to use the additional arguments to MAC_initPauli1-9/+5
2021-02-24speed: Drop deprecated <ALG>_options() callsTomas Mraz1-135/+95
2021-02-24speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsaTomas Mraz1-1009/+623
2021-02-24speed: Adapt digests and hmac to always use non-deprecated APIsTomas Mraz1-276/+172
2021-02-24speed: Drop code to handle platforms without SIGALRMTomas Mraz1-283/+5
2021-02-19Fix speed sm2 bugChenglong Zhang1-8/+8
2021-02-12Load rand state after loading providersRich Salz1-0/+1
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis1-0/+4
2020-12-23Fetch provided algorithm once per benchmarkDmitry Belyavskiy1-4/+46
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte1-27/+30
2020-12-15Check non-option argumentsRich Salz1-1/+2
2020-12-04apps/speed.c: Rename misleading 'rsa_count' variable to 'op_count'Dr. David von Oheimb1-44/+44
2020-12-04apps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA,EC,DEPECATED_3_0}Dr. David von Oheimb1-7/+16
2020-09-26Fix bug in EDDSA speed testShane Lontis1-0/+1
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker1-0/+6
2020-06-11APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior1-4/+18
2020-06-11APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior1-0/+9
2020-06-01add FFDH to speed commandHubert Kario1-5/+320
2020-05-19deprecate EC precomputation functionalityBilly Brumley1-1/+0
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-18apps/speed: fix invalid final report when run SM2 benchmarks in parallel张盛豪1-3/+4
2020-03-07cmdline app: add provider commandline options.Pauli1-1/+6
2020-02-20Deprecate the low level RSA functions.Pauli1-13/+18
2020-02-12dsa: deprecate applications that depend on the low level DSA functions.Pauli1-13/+13
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-1/+6
2020-02-02Adapt some 'openssl' commands for SM2 changes.Richard Levitte1-2/+0
2020-01-29Deprecate the low level HMAC functionsPauli1-0/+18
2020-01-29Deprecate the low level CMAC functionsPauli1-6/+6
2020-01-25Deprecate the low level DES functions.Pauli1-7/+7
2020-01-19apps: Fix deprecation conditional in speed.cPauli1-1/+1
2020-01-19Deprecate the low level IDEA functions.Pauli1-5/+5
2020-01-19Deprecate the low level MD5 functions.Pauli1-3/+3
2020-01-19Deprecate the low level SHA functions.Pauli1-0/+6
2020-01-16Deprecate the low level RC5 functionsPauli1-4/+4
2020-01-16Deprecate the low level RC4 functionsPauli1-5/+5
2020-01-16Deprecate the low level RC2 functionsPauli1-4/+4