aboutsummaryrefslogtreecommitdiff
path: root/apps/speed.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12Speed for HMACs.Pauli1-4/+56
2018-09-10Don't cast an int * to a size_t *Matt Caswell1-8/+9
2018-09-07Support EdDSA in apps/speedPaul Yang1-2/+226
2018-07-12apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer1-7/+15
2018-06-24apps/speed.c: add missing checks for RAND_bytes()捷成吴1-2/+4
2018-05-30apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov1-1/+4
2018-05-30apps/speed.c: add -aead flag.Andy Polyakov1-42/+113
2018-05-30apps/speed.c: clean up SIGARM handling.Andy Polyakov1-24/+18
2018-05-21Check malloc failure via app_mallocRich Salz1-1/+1
2018-05-12apps/speed: Add brainpool curves supportFdaSilvaYY1-3/+27
2018-05-12apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY1-123/+137
2018-05-02apps/speed.c: merge parameters defining EC curves to test ...FdaSilvaYY1-64/+54
2018-03-09speed: add ecdhx448 to ecdh choicesSteven Noonan1-4/+6
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2018-01-23Fix no-ec --strict-warnings buildsBenjamin Kaduk1-0/+2
2018-01-22Don't attempt to use X25519 for ECDSA in speedMatt Caswell1-8/+9
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-12Change the name of the SEC typedef to openssl_speed_sec_t.Pauli1-6/+7
2017-12-09apps/speed.c: initialize buffersPatrick Steuer1-6/+7
2017-12-09apps/speed.c: generate evp_cipher keys implicitlyPatrick Steuer1-9/+22
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-2/+2
2017-12-05apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer1-7/+14
2017-12-04key_A and key_B had 3 references, only 2 were freed.Patrick Steuer1-0/+2
2017-12-04apps/speed.c: use 32 byte key material as defaultPatrick Steuer1-2/+2
2017-12-04apps/speed.c: add -seconds and -bytes optionsPatrick Steuer1-99/+146
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang1-1/+40
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-2/+2
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-10-10apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer1-2/+28
2017-10-10apps/speed.c: fix ccm performance measurements.Patrick Steuer1-1/+43
2017-08-22Remove useless macros in apps/speed.cPaul Yang1-2/+0
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-14/+0
2017-07-24schlock global variable needs to be volatileXiaoyin Liu1-1/+2
2017-07-17Fix some pedantic warnings.Pauli1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-1/+6
2017-06-27Use randomness not entropyRich Salz1-1/+1
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-14/+1
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-2/+2
2017-06-12Refactor functions in testdsa.hPaul Yang1-3/+3
2017-06-09Fix speed command for alternation of ciphers and digests.Jonathan Protzenko1-0/+1
2017-04-07Make default_method mostly compile-timeRich Salz1-5/+1
2017-03-01Check that async_jobs is not negative and not too high.Bernd Edlinger1-1/+7
2017-02-10speed.c: simplify aggregation of ecdh --multi resultsCristian Stoica1-7/+3
2017-02-10speed.c: simplify aggregation of ecdsa --multi resultsCristian Stoica1-12/+6
2017-02-10speed.c: simplify aggregation of dsa --multi resultsCristian Stoica1-12/+6
2017-02-10speed.c: simplify aggregation of rsa --multi resultsCristian Stoica1-12/+6
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short1-2/+0
2016-11-17Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri1-0/+26
2016-11-17Do not handle R_EC_X25519 as a special caseNicola Tuveri1-4/+9
2016-11-17Remove leftover KDF pointerNicola Tuveri1-4/+0