aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the low level MD4 functions.Pauli2020-01-121-3/+3
* Deprecate the low level MD2 functions.Pauli2020-01-121-4/+4
* Deprecate the low level RIPEMD160 functions.Pauli2020-01-121-3/+3
* Deprecate Low Level Blowfish APIsMatt Caswell2020-01-081-5/+5
* Deprecate the low level AES functionsMatt Caswell2020-01-061-5/+15
* Fix disabled ecdsa in apps/speedfangming.fang2020-01-051-0/+1
* Fix a race condition in the speed commandBernd Edlinger2019-12-261-12/+11
* apps/speed.c: Fix eddsa sign and verify output with -multi optionSaritha2019-12-171-0/+1
* apps/speed: replace list of #define by enums declarations.FdaSilvaYY2019-12-091-128/+81
* apps/speed: factorize ec test curves declarationsFdaSilvaYY2019-12-091-78/+71
* apps/speed: improve sm2 failure code.FdaSilvaYY2019-12-091-62/+30
* apps/speed: simplify 'doit' action flag management code.FdaSilvaYY2019-12-091-84/+81
* apps/speed: initialize key material only when its algo is selected.FdaSilvaYY2019-12-091-50/+40
* apps/speed: remove a shared global variableFdaSilvaYY2019-12-091-76/+59
* apps/speed: discard useless protoypes as these methods are defines before bei...FdaSilvaYY2019-12-091-63/+0
* apps/speed: allow to continue tests after any init failure handling.FdaSilvaYY2019-12-091-2/+10
* Deprecate the AES_ige_*() functionsMatt Caswell2019-12-041-0/+3
* Document command parameters.Rich Salz2019-11-201-1/+4
* Add "sections" to -help outputRich Salz2019-11-081-12/+18
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-4/+4
* Fix no-sm2 issuePaul Yang2019-11-041-0/+4
* Support SM2 in apps/speedPaul Yang2019-10-071-2/+350
* Fix a bundle of mischecks of return valuesPaul Yang2019-09-301-6/+6
* Fix a return value bug in apps/speed.cPaul Yang2019-09-301-2/+2
* 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-121-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-121-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