summaryrefslogtreecommitdiffstats
path: root/apps/speed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* speed.c: Check block size before running EVP_Cipher_loop()Tomas Mraz2024-10-281-0/+23
* replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnin...Dr. David von Oheimb2024-10-121-6/+6
* apps: directly inclusion of "e_os.h when neededFdaSilvaYY2024-09-051-0/+1
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* Update code to use EVP_MD_xof()slontis2024-08-291-1/+1
* speed.c: Return success with -testmode -async_jobs if not ASYNC_is_capable()Tomas Mraz2024-08-191-4/+7
* Don't compile in support for DSA speed testing if not neededMatt Caswell2024-08-141-0/+22
* Fix a memory leak in the speed appMatt Caswell2024-08-141-0/+1
* Add a test mode to the speed appMatt Caswell2024-08-141-70/+85
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-2/+3
* fix: remove some odd empty linesRichard Levitte2024-07-031-2/+0
* fix: openssl speed: RSA encryption is on the pubkey, not the privkeyRichard Levitte2024-07-031-1/+1
* speed: Fix regression of measuring shake with -evpIngo Franzki2024-05-281-4/+24
* Remove all references to FLOSS for NonStop Builds.Randall S. Becker2024-04-241-6/+0
* Fix "Error finalizing cipher loop" when running openssl speed -evp -decryptTom Cosgrove2024-04-091-1/+5
* openssl-speed: support KMAC128 & KMAC256, refactor mac setup/teardownJames Muir2023-11-241-49/+117
* speed: make hmac(sha256) the default hmacJames Muir2023-11-231-4/+4
* speed: Correct handling of async_jobs for KEM and signature algosIngo Franzki2023-10-251-2/+2
* speed: Fix memory leaksIngo Franzki2023-10-251-0/+8
* Added check for the return value of the RAND_bytes() functionKlavishnik2023-10-101-1/+2
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-2/+2
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* speed: Unify output messages regarding number of ops per timeIngo Franzki2023-08-011-19/+19
* speed: Also measure RSA encrypt/decrypt, not only RSA sign/verifyIngo Franzki2023-08-011-27/+147
* speed: Fix execution of EdDSA measurementIngo Franzki2023-07-211-0/+14
* speed: Fix memory leakIngo Franzki2023-07-211-0/+6
* openssl speed -multi -evp prints wrong algorithm nameJörg Sommer2023-06-281-2/+12
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-1/+35
* restrict rsaBITS algorithm name check in speedMichael Baentsch2023-05-111-13/+19
* speed.c: remove unused num print_message argsReinhard Urban2023-05-031-95/+44
* Provider-based KEM and SIG alg speed testing addedMichael Baentsch2023-03-311-27/+895
* remove DSA512 from speed testingMichael Baentsch2023-03-301-3/+2
* Avoid erroneous diagnostics in speed measuringDmitry Belyavskiy2023-03-141-2/+2
* Enable some disabled __owursDmitry Belyavskiy2023-02-071-31/+43
* Coverity: fix 272011 resource leakPauli2022-12-151-0/+1
* Fix build on NonStopTomas Mraz2022-12-051-2/+2
* Make parsing of piped data in `speed.c` more robustDaniel Fiala2022-11-241-68/+80
* apps/speed.c: fix the wrong checksPeiwei Hu2022-11-161-9/+9
* apps/speed.c: add verifying if fdopen returns NULLVinz20082022-11-141-1/+5
* apps/speed.c: Lock buffer in memoryJuergen Christ2022-09-291-11/+50
* apps/speed.c: Wait for generated childrenJuergen Christ2022-08-311-0/+16
* openssl speed fails in FIPS modeDmitry Belyavskiy2022-08-231-2/+2
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-2/+3
* speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz2022-07-131-2/+5
* Add config option for speed commandKan2022-07-111-1/+9
* Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu2022-05-271-1/+1
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+1
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-2/+2
* Fix Coverity 1503314 unchecked return valuePauli2022-05-041-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1