Deprecate the low level RC2 functions
[openssl.git] / apps / speed.c
2020-01-15 PauliDeprecate the low level RC2 functions
2020-01-15 PauliDeprecate the low level SEED functions
2020-01-13 Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13 Matt CaswellDeprecate Low Level Camellia APIs
2020-01-12 PauliDeprecate the low level Whirlpool functions.
2020-01-12 PauliDeprecate the low level MDC2 functions.
2020-01-12 PauliDeprecate the low level MD4 functions.
2020-01-12 PauliDeprecate the low level MD2 functions.
2020-01-12 PauliDeprecate the low level RIPEMD160 functions.
2020-01-08 Matt CaswellDeprecate Low Level Blowfish APIs
2020-01-06 Matt CaswellDeprecate the low level AES functions
2020-01-05 fangming.fangFix disabled ecdsa in apps/speed
2019-12-26 Bernd EdlingerFix a race condition in the speed command
2019-12-17 Sarithaapps/speed.c: Fix eddsa sign and verify output with...
2019-12-09 FdaSilvaYYapps/speed: replace list of #define by enums declarations.
2019-12-09 FdaSilvaYYapps/speed: factorize ec test curves declarations
2019-12-09 FdaSilvaYYapps/speed: improve sm2 failure code.
2019-12-09 FdaSilvaYYapps/speed: simplify 'doit' action flag management...
2019-12-09 FdaSilvaYYapps/speed: initialize key material only when its algo...
2019-12-09 FdaSilvaYYapps/speed: remove a shared global variable
2019-12-09 FdaSilvaYYapps/speed: discard useless protoypes as these methods...
2019-12-09 FdaSilvaYYapps/speed: allow to continue tests after any init...
2019-12-04 Matt CaswellDeprecate the AES_ige_*() functions
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-04 Paul YangFix no-sm2 issue
2019-10-06 Paul YangSupport SM2 in apps/speed
2019-09-30 Paul YangFix a bundle of mischecks of return values
2019-09-30 Paul YangFix a return value bug in apps/speed.c
2019-09-02 Bernd EdlingerAdd CPU info to the speed command summary
2019-07-16 Rich SalzRemove function name from errors
2019-07-11 PauliCoverity #1451595: use correct free function.
2019-07-02 Antoine CœurFix Typos
2019-07-01 Rich SalzRemove NextStep support
2019-07-01 Matt CaswellChange RC5_32_set_key to return an int type
2019-05-23 Bernd EdlingerFix a crash in the speed command with wrap ciphers
2019-04-12 Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-04-12 Bernd EdlingerAdd CMAC speed measurements
2019-03-19 Vitezslav Cizekapps/speed.c: properly address NO_EC2M on systems witho...
2019-03-19 Vitezslav Cizekapps/speed.c: skip binary curves when compiling with...
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-10-13 Tomas MrazFix copy&paste error found in Coverity scan
2018-09-11 PauliSpeed for HMACs.
2018-09-10 Matt CaswellDon't cast an int * to a size_t *
2018-09-07 Paul YangSupport EdDSA in apps/speed
2018-07-12 Patrick Steuerapps/speed.c: let EVP_Update_loop_ccm behave more like...
2018-06-24 捷成吴apps/speed.c: add missing checks for RAND_bytes()
2018-05-30 Andy Polyakovapps/speed.c: address asan failure with small -bytes...
2018-05-30 Andy Polyakovapps/speed.c: add -aead flag.
2018-05-30 Andy Polyakovapps/speed.c: clean up SIGARM handling.
2018-05-21 Rich SalzCheck malloc failure via app_malloc
2018-05-12 FdaSilvaYYapps/speed: Add brainpool curves support
2018-05-12 FdaSilvaYYapps/speed: fix possible OOB access in some EC arrays
2018-05-02 FdaSilvaYYapps/speed.c: merge parameters defining EC curves to...
2018-03-09 Steven Noonanspeed: add ecdhx448 to ecdh choices
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2018-01-23 Benjamin KadukFix no-ec --strict-warnings builds
2018-01-22 Matt CaswellDon't attempt to use X25519 for ECDSA in speed
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-12 PauliChange the name of the SEC typedef to openssl_speed_sec_t.
2017-12-09 Patrick Steuerapps/speed.c: initialize buffers
2017-12-09 Patrick Steuerapps/speed.c: generate evp_cipher keys implicitly
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-05 Patrick Steuerapps/speed.c: detect evp cipher 32-bit ctr overflow...
2017-12-04 Patrick Steuerkey_A and key_B had 3 references, only 2 were freed.
2017-12-04 Patrick Steuerapps/speed.c: use 32 byte key material as default
2017-12-04 Patrick Steuerapps/speed.c: add -seconds and -bytes options
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-10 Patrick Steuerapps/speed.c: add 'rand' algo to enable DRBG performanc...
2017-10-09 Patrick Steuerapps/speed.c: fix ccm performance measurements.
2017-08-22 Paul YangRemove useless macros in apps/speed.c
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-24 Xiaoyin Liuschlock global variable needs to be volatile
2017-07-17 PauliFix some pedantic warnings.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-27 Rich SalzUse randomness not entropy
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-06-12 Paul YangRefactor functions in testdsa.h
2017-06-09 Jonathan ProtzenkoFix speed command for alternation of ciphers and digests.
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-03-01 Bernd EdlingerCheck that async_jobs is not negative and not too high.
2017-02-10 Cristian Stoicaspeed.c: simplify aggregation of ecdh --multi results
2017-02-10 Cristian Stoicaspeed.c: simplify aggregation of ecdsa --multi results
2017-02-10 Cristian Stoicaspeed.c: simplify aggregation of dsa --multi results
2017-02-10 Cristian Stoicaspeed.c: simplify aggregation of rsa --multi results
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2016-11-17 Nicola TuveriHandle "int_ctx_new:unsupported algorithm" error
2016-11-17 Nicola TuveriDo not handle R_EC_X25519 as a special case
2016-11-17 Nicola TuveriRemove leftover KDF pointer
2016-11-17 Nicola TuveriUse CRYPTO_memcmp for comparing derived secrets
2016-11-17 Nicola TuveriReintroduce preliminary sanity check in ECDH speed...
2016-11-17 Nicola TuveriRemove ECDH_EVP_derive_key wrapper function
2016-11-17 Nicola TuveriMore coding style fixes
next