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
*
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
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-1
/
+6
*
Use randomness not entropy
Rich Salz
2017-06-27
1
-1
/
+1
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-14
/
+1
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-2
/
+2
*
Refactor functions in testdsa.h
Paul Yang
2017-06-12
1
-3
/
+3
*
Fix speed command for alternation of ciphers and digests.
Jonathan Protzenko
2017-06-09
1
-0
/
+1
*
Make default_method mostly compile-time
Rich Salz
2017-04-07
1
-5
/
+1
*
Check that async_jobs is not negative and not too high.
Bernd Edlinger
2017-03-01
1
-1
/
+7
*
speed.c: simplify aggregation of ecdh --multi results
Cristian Stoica
2017-02-10
1
-7
/
+3
*
speed.c: simplify aggregation of ecdsa --multi results
Cristian Stoica
2017-02-10
1
-12
/
+6
*
speed.c: simplify aggregation of dsa --multi results
Cristian Stoica
2017-02-10
1
-12
/
+6
*
speed.c: simplify aggregation of rsa --multi results
Cristian Stoica
2017-02-10
1
-12
/
+6
*
Cleanup EVP_CIPH/EP_CTRL duplicate defines
Todd Short
2017-01-24
1
-2
/
+0
*
Handle "int_ctx_new:unsupported algorithm" error
Nicola Tuveri
2016-11-17
1
-0
/
+26
*
Do not handle R_EC_X25519 as a special case
Nicola Tuveri
2016-11-17
1
-4
/
+9
*
Remove leftover KDF pointer
Nicola Tuveri
2016-11-17
1
-4
/
+0
*
Use CRYPTO_memcmp for comparing derived secrets
Nicola Tuveri
2016-11-17
1
-5
/
+5
[next]