summaryrefslogtreecommitdiffstats
path: root/apps/speed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add CPU info to the speed command summaryBernd Edlinger2019-09-021-0/+1
* Remove function name from errorsRich Salz2019-07-161-1/+0
* Coverity #1451595: use correct free function.Pauli2019-07-111-2/+2
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Remove NextStep supportRich Salz2019-07-011-1/+1
* Change RC5_32_set_key to return an int typeMatt Caswell2019-07-011-1/+4
* Fix a crash in the speed command with wrap ciphersBernd Edlinger2019-05-231-4/+16
* Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell2019-04-121-1/+9
* Add CMAC speed measurementsBernd Edlinger2019-04-121-4/+85
* apps/speed.c: properly address NO_EC2M on systems without SIGALRMVitezslav Cizek2019-03-191-30/+39
* apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2MVitezslav Cizek2019-03-191-0/+6
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-3/+3
* Add RFC5297 AES-SIV supportTodd Short2018-12-111-0/+4
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-061-2/+2
* Fix copy&paste error found in Coverity scanTomas Mraz2018-10-131-1/+1
* Speed for HMACs.Pauli2018-09-121-4/+56
* Don't cast an int * to a size_t *Matt Caswell2018-09-101-8/+9
* Support EdDSA in apps/speedPaul Yang2018-09-071-2/+226
* apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer2018-07-121-7/+15
* apps/speed.c: add missing checks for RAND_bytes()捷成吴2018-06-241-2/+4
* apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov2018-05-301-1/+4
* apps/speed.c: add -aead flag.Andy Polyakov2018-05-301-42/+113
* apps/speed.c: clean up SIGARM handling.Andy Polyakov2018-05-301-24/+18
* Check malloc failure via app_mallocRich Salz2018-05-211-1/+1
* apps/speed: Add brainpool curves supportFdaSilvaYY2018-05-121-3/+27
* apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY2018-05-121-123/+137
* apps/speed.c: merge parameters defining EC curves to test ...FdaSilvaYY2018-05-021-64/+54
* speed: add ecdhx448 to ecdh choicesSteven Noonan2018-03-091-4/+6
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Fix no-ec --strict-warnings buildsBenjamin Kaduk2018-01-231-0/+2
* Don't attempt to use X25519 for ECDSA in speedMatt Caswell2018-01-221-8/+9
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Change the name of the SEC typedef to openssl_speed_sec_t.Pauli2018-01-121-6/+7
* apps/speed.c: initialize buffersPatrick Steuer2017-12-091-6/+7
* apps/speed.c: generate evp_cipher keys implicitlyPatrick Steuer2017-12-091-9/+22
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-2/+2
* apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer2017-12-051-7/+14
* key_A and key_B had 3 references, only 2 were freed.Patrick Steuer2017-12-041-0/+2
* apps/speed.c: use 32 byte key material as defaultPatrick Steuer2017-12-041-2/+2
* apps/speed.c: add -seconds and -bytes optionsPatrick Steuer2017-12-041-99/+146
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-1/+40
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer2017-10-101-2/+28
* apps/speed.c: fix ccm performance measurements.Patrick Steuer2017-10-091-1/+43
* Remove useless macros in apps/speed.cPaul Yang2017-08-221-2/+0
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-14/+0
* schlock global variable needs to be volatileXiaoyin Liu2017-07-241-1/+2
* Fix some pedantic warnings.Pauli2017-07-171-1/+1