]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/speed.c
Add CPU info to the speed command summary
[thirdparty/openssl.git] / 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
2016-11-17  Nicola TuveriRun util/openssl-format-source against apps/speed.c
2016-11-17  Nicola Tuveribugfix: calculate outlen for each curve
2016-11-17  Nicola TuveriHandle EVP_PKEY_derive errors and fix coding style...
2016-11-17  Nicola TuveriFix coding style and remove some stale code/comments
2016-11-17  Nicola TuveriUse EVP interface for ECDH in apps/speed.c
2016-10-19  Richard Levitteapps: remove some #ifndef clutter
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
2016-10-10  David BenjaminRemove trailing whitespace from some files.
2016-08-22  FdaSilvaYYFix loopargs_t object duplication into ASYNC context
2016-08-19  FdaSilvaYYAllow to run all speed test when async_jobs active
2016-08-17  FdaSilvaYYSmall nits and cleanups
2016-08-17  FdaSilvaYYImprove error message
2016-08-08  Cristian Stoicaspeed.c: use size_t instead of int to match function...
2016-08-02  FdaSilvaYYFix some style issues...
2016-08-01  FdaSilvaYYUseless allocation
2016-08-01  FdaSilvaYYFix some style issues
2016-08-01  FdaSilvaYYAdd missing help string
2016-08-01  FdaSilvaYYFix some awkward tests
2016-08-01  FdaSilvaYYMerge some conditional blocks of code.
2016-08-01  FdaSilvaYYSimplify default inits, add const qualifiers
2016-08-01  FdaSilvaYYCast to right type, simplify array args
2016-08-01  FdaSilvaYYFix sharing of two static variables
2016-08-01  FdaSilvaYYECDH test is only one operation to run
2016-08-01  FdaSilvaYYFix three missing global declarations.
2016-07-15  Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-16  Matt CaswellRevert "RT4526: Call TerminateProcess, not ExitProcess"
2016-06-15  Rich SalzRT4526: Call TerminateProcess, not ExitProcess
2016-05-31  Cristian Stoicaspeed.c: fix segfault with unrecognized algorithms
2016-05-17  Rich SalzCopyright consolidation 01/10
next