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
*
Add CPU info to the speed command summary
Bernd Edlinger
2019-09-02
1
-0
/
+1
*
Remove function name from errors
Rich Salz
2019-07-16
1
-1
/
+0
*
Coverity #1451595: use correct free function.
Pauli
2019-07-11
1
-2
/
+2
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Remove NextStep support
Rich Salz
2019-07-01
1
-1
/
+1
*
Change RC5_32_set_key to return an int type
Matt Caswell
2019-07-01
1
-1
/
+4
*
Fix a crash in the speed command with wrap ciphers
Bernd Edlinger
2019-05-23
1
-4
/
+16
*
Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
Matt Caswell
2019-04-12
1
-1
/
+9
*
Add CMAC speed measurements
Bernd Edlinger
2019-04-12
1
-4
/
+85
*
apps/speed.c: properly address NO_EC2M on systems without SIGALRM
Vitezslav Cizek
2019-03-19
1
-30
/
+39
*
apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2M
Vitezslav Cizek
2019-03-19
1
-0
/
+6
*
Cleanup vxworks support to be able to compile for VxWorks 7
Klotz, Tobias
2019-01-24
1
-3
/
+3
*
Add RFC5297 AES-SIV support
Todd Short
2018-12-11
1
-0
/
+4
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev
Richard Levitte
2018-12-06
1
-2
/
+2
*
Fix copy&paste error found in Coverity scan
Tomas Mraz
2018-10-13
1
-1
/
+1
*
Speed for HMACs.
Pauli
2018-09-12
1
-4
/
+56
*
Don't cast an int * to a size_t *
Matt Caswell
2018-09-10
1
-8
/
+9
*
Support EdDSA in apps/speed
Paul Yang
2018-09-07
1
-2
/
+226
*
apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loop
Patrick Steuer
2018-07-12
1
-7
/
+15
*
apps/speed.c: add missing checks for RAND_bytes()
捷成吴
2018-06-24
1
-2
/
+4
*
apps/speed.c: address asan failure with small -bytes and large -misalign.
Andy Polyakov
2018-05-30
1
-1
/
+4
*
apps/speed.c: add -aead flag.
Andy Polyakov
2018-05-30
1
-42
/
+113
*
apps/speed.c: clean up SIGARM handling.
Andy Polyakov
2018-05-30
1
-24
/
+18
*
Check malloc failure via app_malloc
Rich Salz
2018-05-21
1
-1
/
+1
*
apps/speed: Add brainpool curves support
FdaSilvaYY
2018-05-12
1
-3
/
+27
*
apps/speed: fix possible OOB access in some EC arrays
FdaSilvaYY
2018-05-12
1
-123
/
+137
*
apps/speed.c: merge parameters defining EC curves to test ...
FdaSilvaYY
2018-05-02
1
-64
/
+54
*
speed: add ecdhx448 to ecdh choices
Steven Noonan
2018-03-09
1
-4
/
+6
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Fix no-ec --strict-warnings builds
Benjamin Kaduk
2018-01-23
1
-0
/
+2
*
Don't attempt to use X25519 for ECDSA in speed
Matt Caswell
2018-01-22
1
-8
/
+9
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Change the name of the SEC typedef to openssl_speed_sec_t.
Pauli
2018-01-12
1
-6
/
+7
*
apps/speed.c: initialize buffers
Patrick Steuer
2017-12-09
1
-6
/
+7
*
apps/speed.c: generate evp_cipher keys implicitly
Patrick Steuer
2017-12-09
1
-9
/
+22
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-2
/
+2
*
apps/speed.c: detect evp cipher 32-bit ctr overflow and reset iv
Patrick Steuer
2017-12-05
1
-7
/
+14
*
key_A and key_B had 3 references, only 2 were freed.
Patrick Steuer
2017-12-04
1
-0
/
+2
*
apps/speed.c: use 32 byte key material as default
Patrick Steuer
2017-12-04
1
-2
/
+2
*
apps/speed.c: add -seconds and -bytes options
Patrick Steuer
2017-12-04
1
-99
/
+146
*
Support multi-prime RSA (RFC 8017)
Paul Yang
2017-11-21
1
-1
/
+40
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-2
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
apps/speed.c: add 'rand' algo to enable DRBG performance measurements.
Patrick Steuer
2017-10-10
1
-2
/
+28
*
apps/speed.c: fix ccm performance measurements.
Patrick Steuer
2017-10-09
1
-1
/
+43
*
Remove useless macros in apps/speed.c
Paul Yang
2017-08-22
1
-2
/
+0
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-14
/
+0
*
schlock global variable needs to be volatile
Xiaoyin Liu
2017-07-24
1
-1
/
+2
*
Fix some pedantic warnings.
Pauli
2017-07-17
1
-1
/
+1
[next]