SM4 optimization for ARM by HW instruction
[openssl.git] / apps / speed.c
2022-01-18 Paulispeed: rework if condition to avoid empty statement
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-09 Xiaofei BaiFix sigsize usage in apps/speed.c
2021-10-26 Paulispeed: range check the argument given to -multi
2021-09-10 Richard LevitteFix 'openssl speed' information printout
2021-07-08 Pauliapps: fix Coverity 1451531 Unchecked return value
2021-06-15 Paulispeed: make sure to free any allocated EVP_MAC structures
2021-06-15 Paulispeed: use the app's libctx and property query when...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-28 Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-24 Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-04-08 Pauliapps: fix Camellia CBC performance loop
2021-04-08 Pauliapps: fix AES CBC performance loop
2021-04-01 Tomas MrazAvoid going through NID when unnecessary
2021-03-30 Pauliapps: fix coverity 1474463, 1474465 & 1474467: resource...
2021-03-25 Pauliapps: fix coverity 1358776, 1451513, 1451519, 1451531...
2021-03-23 Pauliapps: fix coverity 1451544: improper use of negative...
2021-02-28 Pauliapps: update speed to use the additional arguments...
2021-02-24 Tomas Mrazspeed: Drop deprecated <ALG>_options() calls
2021-02-24 Tomas Mrazspeed: Use EVP for ciphers, cmac, ghash, rsa, dsa,...
2021-02-24 Tomas Mrazspeed: Adapt digests and hmac to always use non-depreca...
2021-02-24 Tomas Mrazspeed: Drop code to handle platforms without SIGALRM
2021-02-19 Chenglong ZhangFix speed sm2 bug
2021-02-11 Rich SalzLoad rand state after loading providers
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2020-12-23 Dmitry BelyavskiyFetch provided algorithm once per benchmark
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-15 Rich SalzCheck non-option arguments
2020-12-04 Dr. David von Oheimbapps/speed.c: Rename misleading 'rsa_count' variable...
2020-12-04 Dr. David von Oheimbapps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA...
2020-09-26 Shane LontisFix bug in EDDSA speed test
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-06-11 Sebastian Andrzej... APPS: Use a second EVP_MD_CTX for EdDSA verify
2020-06-11 Sebastian Andrzej... APPS: Exclude legacy algorighms from speed
2020-06-01 Hubert Karioadd FFDH to speed command
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
2020-04-23 Matt CaswellUpdate copyright year
2020-04-18 张盛豪apps/speed: fix invalid final report when run SM2 bench...
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-11 Paulidsa: deprecate applications that depend on the low...
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-02 Richard LevitteAdapt some 'openssl' commands for SM2 changes.
2020-01-29 PauliDeprecate the low level HMAC functions
2020-01-29 PauliDeprecate the low level CMAC functions
2020-01-24 PauliDeprecate the low level DES functions.
2020-01-19 Pauliapps: Fix deprecation conditional in speed.c
2020-01-19 PauliDeprecate the low level IDEA functions.
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-15 PauliDeprecate the low level RC5 functions
2020-01-15 PauliDeprecate the low level RC4 functions
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...
next