]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/speed.c
Consistent formatting for sizeof(foo)
[thirdparty/openssl.git] / apps / speed.c
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
2016-05-09  Andrea GrandiFix error in the loop of ECDH
2016-04-18  Rich SalzRename some lowercase API's
2016-04-18  Ben LaurieSigned/unsigned compare.
2016-04-13  Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13  Matt CaswellDeprecate RAND_cleanup() and make it a no-op
2016-04-13  Matt CaswellFix conditional compile logic in speed.c
2016-04-06  Andrea GrandiAdd a check of the FD_SETSIZE before the call to select()
2016-03-21  Matt CaswellFix no-dsa
2016-03-18  Matt CaswellFix no-des
2016-03-17  Rich SalzRemove Netware and OS/2
2016-03-09  Andrea GrandiFix names of the #define used for platform specific...
2016-03-09  Andrea GrandiAdd empty line after local variables
2016-03-09  Andrea GrandiFix error with wait set of fds for the select()
2016-03-07  Matt CaswellAdd a function to detect if we have async or not
2016-03-07  Andrea GrandiAdd support to ASYNC_WAIT_CTX to speed
2016-03-07  Andrea GrandiRemove unnecessary memset() to 0 and check for NULL...
2016-03-07  Andrea GrandiFix the error with RSA and the daysnc engine in async...
2016-03-07  Andrea GrandiAdd support for async jobs in OpenSSL speed
2016-02-28  Dr. Stephen Hensonadd ecdhx25519 option to speed
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-13  Andy Polyakovapps/speed.c: initialize c[D_GHASH][i].
2016-01-31  Rich SalzRT3755: Remove duplicate #include
2016-01-18  Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-12  Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-09  Dr. Stephen Hensonremove ecdsa.h header
2015-12-09  Dr. Stephen Hensonremove ecdh.h header
2015-12-07  Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07  Richard LevitteHave the few apps that accessed EVP_MD directly use...
2015-12-07  Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-29  Andy PolyakovFix -Wshadow warnings in mingw builds.
2015-09-19  Richard LevitteSmall typo
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-01  Emilia Kasperapps/speed.c: fix memory leak
next