summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-04Fix no-sm2 issuePaul Yang
2019-10-07Support SM2 in apps/speedPaul Yang
2019-09-30Fix a bundle of mischecks of return valuesPaul Yang
2019-09-30Fix a return value bug in apps/speed.cPaul Yang
2019-09-02Add CPU info to the speed command summaryBernd Edlinger
2019-07-16Remove function name from errorsRich Salz
2019-07-12Coverity #1451595: use correct free function.Pauli
2019-07-02Fix TyposAntoine Cœur
2019-07-01Remove NextStep supportRich Salz
2019-07-01Change RC5_32_set_key to return an int typeMatt Caswell
2019-05-23Fix a crash in the speed command with wrap ciphersBernd Edlinger
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell
2019-04-12Add CMAC speed measurementsBernd 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-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-10-13Fix copy&paste error found in Coverity scanTomas Mraz
2018-09-12Speed for HMACs.Pauli
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