]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/speed.c
Cleanup EVP_CIPH/EP_CTRL duplicate defines
[thirdparty/openssl.git] / apps / speed.c
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
2015-08-17  Tim HudsonRestore previous behaviour of only running one algorith...
2015-08-17  Tim Hudsonrestore usage of -elapsed that was disabled in the...
2015-08-10  Rich SalzGH365: Missing #ifdef rename.
2015-06-09  Rich SalzUse bio_err not stderr in apps.
2015-06-02  Rich SalzStandardize handling of #ifdef'd options.
2015-05-29  Richard LevitteRestore module loading
2015-05-11  Kurt CancemiAdd missing terminating NULL to speed_options table.
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-04  Dr. Stephen Hensonmore OSSL_NELEM cases
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30  Rich SalzIn apps, malloc or die
2015-04-28  Rich Salzremove malloc casts
2015-04-25  Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-25  Rich Salzfree NULL cleanup.
2015-03-25  Matt CaswellRAND_bytes updates
2015-03-25  Rich Salzfree NULL cleanup
2015-03-11  Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-02-06  Rich SalzLive code cleanup: remove #if 1 stuff
2015-02-06  Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-30  Rich SalzDead code clean: #if 0 removal in apps
2015-01-27  Rich SalzOPENSSL_NO_xxx cleanup: SHA
next