summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
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
2020-01-12Deprecate the low level Whirlpool functions.Pauli
2020-01-12Deprecate the low level MDC2 functions.Pauli
2020-01-12Deprecate the low level MD4 functions.Pauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell
2020-01-06Deprecate the low level AES functionsMatt 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-12-09apps/speed: replace list of #define by enums declarations.FdaSilvaYY
2019-12-09apps/speed: factorize ec test curves declarationsFdaSilvaYY
2019-12-09apps/speed: improve sm2 failure code.FdaSilvaYY
2019-12-09apps/speed: simplify 'doit' action flag management code.FdaSilvaYY
2019-12-09apps/speed: initialize key material only when its algo is selected.FdaSilvaYY
2019-12-09apps/speed: remove a shared global variableFdaSilvaYY
2019-12-09apps/speed: discard useless protoypes as these methods are defines before bei...FdaSilvaYY
2019-12-09apps/speed: allow to continue tests after any init failure handling.FdaSilvaYY
2019-12-04Deprecate the AES_ige_*() functionsMatt Caswell
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