summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-11-27Fix speed, use OPENSSL_free instead of freeChenglong Zhang
2021-10-28speed: range check the argument given to -multi for 1.1.1Pauli
2020-03-17Update copyright yearMatt Caswell
2020-01-05Fix disabled ecdsa in apps/speedfangming.fang
2019-12-26Fix a race condition in the speed commandBernd Edlinger
2019-12-17apps/speed.c: Fix eddsa sign and verify output with -multi optionSaritha
2019-09-30Fix a bundle of mischecks of return valuesPaul Yang
2019-09-30Fix a return value bug in apps/speed.cPaul Yang
2019-07-31Fix TyposAntoine Cœur
2019-05-23Fix a crash in the speed command with wrap ciphersBernd Edlinger
2019-03-19apps/speed.c: properly address NO_EC2M on systems without SIGALRMVitezslav Cizek
2019-03-19apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2MVitezslav Cizek
2019-02-26Update copyright yearMatt Caswell
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2018-10-13Fix copy&paste error found in Coverity scanTomas Mraz
2018-09-10Don't cast an int * to a size_t *Matt Caswell
2018-09-07Support EdDSA in apps/speedPaul Yang
2018-07-12apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer
2018-06-24apps/speed.c: add missing checks for RAND_bytes()捷成吴
2018-05-30apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov
2018-05-30apps/speed.c: add -aead flag.Andy Polyakov
2018-05-30apps/speed.c: clean up SIGARM handling.Andy Polyakov
2018-05-21Check malloc failure via app_mallocRich Salz
2018-05-12apps/speed: Add brainpool curves supportFdaSilvaYY
2018-05-12apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY
2018-05-02apps/speed.c: merge parameters defining EC curves to test ...FdaSilvaYY
2018-03-09speed: add ecdhx448 to ecdh choicesSteven Noonan
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-23Fix no-ec --strict-warnings buildsBenjamin Kaduk
2018-01-22Don't attempt to use X25519 for ECDSA in speedMatt Caswell
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-12Change the name of the SEC typedef to openssl_speed_sec_t.Pauli
2017-12-09apps/speed.c: initialize buffersPatrick Steuer
2017-12-09apps/speed.c: generate evp_cipher keys implicitlyPatrick Steuer
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-05apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer
2017-12-04key_A and key_B had 3 references, only 2 were freed.Patrick Steuer
2017-12-04apps/speed.c: use 32 byte key material as defaultPatrick Steuer
2017-12-04apps/speed.c: add -seconds and -bytes optionsPatrick Steuer
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-10-10apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer
2017-10-10apps/speed.c: fix ccm performance measurements.Patrick Steuer
2017-08-22Remove useless macros in apps/speed.cPaul Yang
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-24schlock global variable needs to be volatileXiaoyin Liu
2017-07-17Fix some pedantic warnings.Pauli
2017-07-16Standardize apps use of -rand, etc.Rich Salz