summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-12dsa: deprecate applications that depend on the low level DSA functions.Pauli
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-02Adapt some 'openssl' commands for SM2 changes.Richard Levitte
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-29Deprecate the low level CMAC functionsPauli
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-19apps: Fix deprecation conditional in speed.cPauli
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