summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
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
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-02Adapt some 'openssl' commands for SM2 changes.Richard Levitte
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-29Deprecate the low level CMAC functionsPauli
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-19apps: Fix deprecation conditional in speed.cPauli
2020-01-19Deprecate the low level IDEA functions.Pauli
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-16Deprecate the low level RC5 functionsPauli
2020-01-16Deprecate the low level RC4 functionsPauli
2020-01-16Deprecate the low level RC2 functionsPauli
2020-01-16Deprecate the low level SEED functionsPauli
2020-01-13Deprecate the Low Level CAST APIsMatt Caswell
2020-01-13Deprecate Low Level Camellia APIsMatt Caswell