]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/speed.c
Fix some style issues...
[thirdparty/openssl.git] / apps / speed.c
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
2015-01-27  Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Andy Polyakovapps/speed.c: make it indent-friendly.
2015-01-14  Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-30  Kurt RoeckxMake "run" volatile
2014-12-10  Rich SalzRT3543: Remove #ifdef LINT
2014-12-08  Matt CaswellRemove internal bn dependancies from speed.c
2014-10-29  Dr. Stephen HensonFix WIN32 build by disabling bn* calls.
2014-09-24  Rich SalzRT3544: Remove MWERKS support
2014-08-30  Andy Polyakovapps/speed.c: add -misalign command-line argument.
2014-07-07  Andy Polyakovapps/speed.c: fix compiler warnings in multiblock_speed().
2014-07-05  Andy Polyakovapps/speed.c: add multi-block benchmark.
2014-06-29  Oscar JacobssonAdd 3072, 7680 and 15360 bit RSA tests to openssl speed
2014-06-01  Ben LaurieMerge branch 'erbridge-probable_primes'
2014-06-01  Ben LaurieZero prime doits.
2014-06-01  Ben LaurieAdd option to run all prime tests.
2014-06-01  Felix Laurie von... Only count successful generations.
2014-06-01  Felix Laurie von... Try skipping over the adding and just picking a new...
2014-06-01  Felix Laurie von... Remove editor barf on updating copyright.
2014-06-01  Felix Laurie von... Generate safe primes not divisible by 3, 5 or 7.
2014-06-01  Felix Laurie von... Add a method to generate a prime that is guaranteed...
2014-06-01  Felix Laurie von... Run the prime speed tests for 10 seconds.
next