summaryrefslogtreecommitdiffstats
path: root/apps/speed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't cast an int * to a size_t *Matt Caswell2018-09-101-8/+9
* Support EdDSA in apps/speedPaul Yang2018-09-071-2/+226
* apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer2018-07-121-7/+15
* apps/speed.c: add missing checks for RAND_bytes()捷成吴2018-06-241-2/+4
* apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov2018-05-301-1/+4
* apps/speed.c: add -aead flag.Andy Polyakov2018-05-301-42/+113
* apps/speed.c: clean up SIGARM handling.Andy Polyakov2018-05-301-24/+18
* Check malloc failure via app_mallocRich Salz2018-05-211-1/+1
* apps/speed: Add brainpool curves supportFdaSilvaYY2018-05-121-3/+27
* apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY2018-05-121-123/+137
* apps/speed.c: merge parameters defining EC curves to test ...FdaSilvaYY2018-05-021-64/+54
* speed: add ecdhx448 to ecdh choicesSteven Noonan2018-03-091-4/+6
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Fix no-ec --strict-warnings buildsBenjamin Kaduk2018-01-231-0/+2
* Don't attempt to use X25519 for ECDSA in speedMatt Caswell2018-01-221-8/+9
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Change the name of the SEC typedef to openssl_speed_sec_t.Pauli2018-01-121-6/+7
* apps/speed.c: initialize buffersPatrick Steuer2017-12-091-6/+7
* apps/speed.c: generate evp_cipher keys implicitlyPatrick Steuer2017-12-091-9/+22
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-2/+2
* apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer2017-12-051-7/+14
* key_A and key_B had 3 references, only 2 were freed.Patrick Steuer2017-12-041-0/+2
* apps/speed.c: use 32 byte key material as defaultPatrick Steuer2017-12-041-2/+2
* apps/speed.c: add -seconds and -bytes optionsPatrick Steuer2017-12-041-99/+146
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-1/+40
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer2017-10-101-2/+28
* apps/speed.c: fix ccm performance measurements.Patrick Steuer2017-10-091-1/+43
* Remove useless macros in apps/speed.cPaul Yang2017-08-221-2/+0
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-14/+0
* schlock global variable needs to be volatileXiaoyin Liu2017-07-241-1/+2
* Fix some pedantic warnings.Pauli2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-171-1/+6
* Use randomness not entropyRich Salz2017-06-271-1/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-14/+1
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-2/+2
* Refactor functions in testdsa.hPaul Yang2017-06-121-3/+3
* Fix speed command for alternation of ciphers and digests.Jonathan Protzenko2017-06-091-0/+1
* Make default_method mostly compile-timeRich Salz2017-04-071-5/+1
* Check that async_jobs is not negative and not too high.Bernd Edlinger2017-03-011-1/+7
* speed.c: simplify aggregation of ecdh --multi resultsCristian Stoica2017-02-101-7/+3
* speed.c: simplify aggregation of ecdsa --multi resultsCristian Stoica2017-02-101-12/+6
* speed.c: simplify aggregation of dsa --multi resultsCristian Stoica2017-02-101-12/+6
* speed.c: simplify aggregation of rsa --multi resultsCristian Stoica2017-02-101-12/+6
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-241-2/+0
* Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri2016-11-171-0/+26
* Do not handle R_EC_X25519 as a special caseNicola Tuveri2016-11-171-4/+9
* Remove leftover KDF pointerNicola Tuveri2016-11-171-4/+0
* Use CRYPTO_memcmp for comparing derived secretsNicola Tuveri2016-11-171-5/+5