summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2018-05-21Check malloc failure via app_mallocRich Salz
2018-05-12apps/speed: Add brainpool curves supportFdaSilvaYY
2018-05-12apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY
2018-05-02apps/speed.c: merge parameters defining EC curves to test ...FdaSilvaYY
2018-03-09speed: add ecdhx448 to ecdh choicesSteven Noonan
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-23Fix no-ec --strict-warnings buildsBenjamin Kaduk
2018-01-22Don't attempt to use X25519 for ECDSA in speedMatt Caswell
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-12Change the name of the SEC typedef to openssl_speed_sec_t.Pauli
2017-12-09apps/speed.c: initialize buffersPatrick Steuer
2017-12-09apps/speed.c: generate evp_cipher keys implicitlyPatrick Steuer
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-05apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer
2017-12-04key_A and key_B had 3 references, only 2 were freed.Patrick Steuer
2017-12-04apps/speed.c: use 32 byte key material as defaultPatrick Steuer
2017-12-04apps/speed.c: add -seconds and -bytes optionsPatrick Steuer
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-10-10apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer
2017-10-10apps/speed.c: fix ccm performance measurements.Patrick Steuer
2017-08-22Remove useless macros in apps/speed.cPaul Yang
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-24schlock global variable needs to be volatileXiaoyin Liu
2017-07-17Fix some pedantic warnings.Pauli
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-27Use randomness not entropyRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-06-12Refactor functions in testdsa.hPaul Yang
2017-06-09Fix speed command for alternation of ciphers and digests.Jonathan Protzenko
2017-04-07Make default_method mostly compile-timeRich Salz
2017-03-01Check that async_jobs is not negative and not too high.Bernd Edlinger
2017-02-10speed.c: simplify aggregation of ecdh --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of ecdsa --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of dsa --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of rsa --multi resultsCristian Stoica
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2016-11-17Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri
2016-11-17Do not handle R_EC_X25519 as a special caseNicola Tuveri
2016-11-17Remove leftover KDF pointerNicola Tuveri
2016-11-17Use CRYPTO_memcmp for comparing derived secretsNicola Tuveri
2016-11-17Reintroduce preliminary sanity check in ECDH speed and remove further checks ...Nicola Tuveri
2016-11-17Remove ECDH_EVP_derive_key wrapper functionNicola Tuveri
2016-11-17More coding style fixesNicola Tuveri
2016-11-17Run util/openssl-format-source against apps/speed.cNicola Tuveri
2016-11-17bugfix: calculate outlen for each curveNicola Tuveri
2016-11-17Handle EVP_PKEY_derive errors and fix coding style issuesNicola Tuveri
2016-11-17Fix coding style and remove some stale code/commentsNicola Tuveri