index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
speed.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
speed.c: Check block size before running EVP_Cipher_loop()
Tomas Mraz
2024-10-28
1
-0
/
+23
*
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnin...
Dr. David von Oheimb
2024-10-12
1
-6
/
+6
*
apps: directly inclusion of "e_os.h when needed
FdaSilvaYY
2024-09-05
1
-0
/
+1
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Update code to use EVP_MD_xof()
slontis
2024-08-29
1
-1
/
+1
*
speed.c: Return success with -testmode -async_jobs if not ASYNC_is_capable()
Tomas Mraz
2024-08-19
1
-4
/
+7
*
Don't compile in support for DSA speed testing if not needed
Matt Caswell
2024-08-14
1
-0
/
+22
*
Fix a memory leak in the speed app
Matt Caswell
2024-08-14
1
-0
/
+1
*
Add a test mode to the speed app
Matt Caswell
2024-08-14
1
-70
/
+85
*
that open brace { should be on the previous line
Dimitri Papadopoulos
2024-07-22
1
-2
/
+3
*
fix: remove some odd empty lines
Richard Levitte
2024-07-03
1
-2
/
+0
*
fix: openssl speed: RSA encryption is on the pubkey, not the privkey
Richard Levitte
2024-07-03
1
-1
/
+1
*
speed: Fix regression of measuring shake with -evp
Ingo Franzki
2024-05-28
1
-4
/
+24
*
Remove all references to FLOSS for NonStop Builds.
Randall S. Becker
2024-04-24
1
-6
/
+0
*
Fix "Error finalizing cipher loop" when running openssl speed -evp -decrypt
Tom Cosgrove
2024-04-09
1
-1
/
+5
*
openssl-speed: support KMAC128 & KMAC256, refactor mac setup/teardown
James Muir
2023-11-24
1
-49
/
+117
*
speed: make hmac(sha256) the default hmac
James Muir
2023-11-23
1
-4
/
+4
*
speed: Correct handling of async_jobs for KEM and signature algos
Ingo Franzki
2023-10-25
1
-2
/
+2
*
speed: Fix memory leaks
Ingo Franzki
2023-10-25
1
-0
/
+8
*
Added check for the return value of the RAND_bytes() function
Klavishnik
2023-10-10
1
-1
/
+2
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-2
/
+2
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
speed: Unify output messages regarding number of ops per time
Ingo Franzki
2023-08-01
1
-19
/
+19
*
speed: Also measure RSA encrypt/decrypt, not only RSA sign/verify
Ingo Franzki
2023-08-01
1
-27
/
+147
*
speed: Fix execution of EdDSA measurement
Ingo Franzki
2023-07-21
1
-0
/
+14
*
speed: Fix memory leak
Ingo Franzki
2023-07-21
1
-0
/
+6
*
openssl speed -multi -evp prints wrong algorithm name
Jörg Sommer
2023-06-28
1
-2
/
+12
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-1
/
+35
*
restrict rsaBITS algorithm name check in speed
Michael Baentsch
2023-05-11
1
-13
/
+19
*
speed.c: remove unused num print_message args
Reinhard Urban
2023-05-03
1
-95
/
+44
*
Provider-based KEM and SIG alg speed testing added
Michael Baentsch
2023-03-31
1
-27
/
+895
*
remove DSA512 from speed testing
Michael Baentsch
2023-03-30
1
-3
/
+2
*
Avoid erroneous diagnostics in speed measuring
Dmitry Belyavskiy
2023-03-14
1
-2
/
+2
*
Enable some disabled __owurs
Dmitry Belyavskiy
2023-02-07
1
-31
/
+43
*
Coverity: fix 272011 resource leak
Pauli
2022-12-15
1
-0
/
+1
*
Fix build on NonStop
Tomas Mraz
2022-12-05
1
-2
/
+2
*
Make parsing of piped data in `speed.c` more robust
Daniel Fiala
2022-11-24
1
-68
/
+80
*
apps/speed.c: fix the wrong checks
Peiwei Hu
2022-11-16
1
-9
/
+9
*
apps/speed.c: add verifying if fdopen returns NULL
Vinz2008
2022-11-14
1
-1
/
+5
*
apps/speed.c: Lock buffer in memory
Juergen Christ
2022-09-29
1
-11
/
+50
*
apps/speed.c: Wait for generated children
Juergen Christ
2022-08-31
1
-0
/
+16
*
openssl speed fails in FIPS mode
Dmitry Belyavskiy
2022-08-23
1
-2
/
+2
*
Implement AES-GCM-SIV (RFC8452)
Todd Short
2022-07-29
1
-2
/
+3
*
speed: Always reset the outlen when calling EVP_PKEY_derive
Tomas Mraz
2022-07-13
1
-2
/
+5
*
Add config option for speed command
Kan
2022-07-11
1
-1
/
+9
*
Fix the incorrect checks of EVP_CIPHER_CTX_rand_key
Peiwei Hu
2022-05-27
1
-1
/
+1
*
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Peiwei Hu
2022-05-27
1
-1
/
+1
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
1
-2
/
+2
*
Fix Coverity 1503314 unchecked return value
Pauli
2022-05-04
1
-2
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
[next]