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
*
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
*
Reintroduce preliminary sanity check in ECDH speed and remove further checks ...
Nicola Tuveri
2016-11-17
1
-5
/
+35
*
Remove ECDH_EVP_derive_key wrapper function
Nicola Tuveri
2016-11-17
1
-15
/
+5
*
More coding style fixes
Nicola Tuveri
2016-11-17
1
-7
/
+7
*
Run util/openssl-format-source against apps/speed.c
Nicola Tuveri
2016-11-17
1
-162
/
+194
*
bugfix: calculate outlen for each curve
Nicola Tuveri
2016-11-17
1
-2
/
+6
*
Handle EVP_PKEY_derive errors and fix coding style issues
Nicola Tuveri
2016-11-17
1
-7
/
+10
*
Fix coding style and remove some stale code/comments
Nicola Tuveri
2016-11-17
1
-29
/
+10
*
Use EVP interface for ECDH in apps/speed.c
Nicola Tuveri
2016-11-17
1
-87
/
+94
*
apps: remove some #ifndef clutter
Richard Levitte
2016-10-19
1
-4
/
+0
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-1
/
+3
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
1
-2
/
+2
*
Fix loopargs_t object duplication into ASYNC context
FdaSilvaYY
2016-08-22
1
-31
/
+34
*
Allow to run all speed test when async_jobs active
FdaSilvaYY
2016-08-19
1
-33
/
+54
*
Small nits and cleanups
FdaSilvaYY
2016-08-17
1
-19
/
+14
*
Improve error message
FdaSilvaYY
2016-08-17
1
-0
/
+6
*
speed.c: use size_t instead of int to match function signatures
Cristian Stoica
2016-08-08
1
-3
/
+4
*
Fix some style issues...
FdaSilvaYY
2016-08-02
1
-13
/
+13
*
Useless allocation
FdaSilvaYY
2016-08-01
1
-15
/
+13
*
Fix some style issues
FdaSilvaYY
2016-08-01
1
-42
/
+43
*
Add missing help string
FdaSilvaYY
2016-08-01
1
-2
/
+3
*
Fix some awkward tests
FdaSilvaYY
2016-08-01
1
-18
/
+19
*
Merge some conditional blocks of code.
FdaSilvaYY
2016-08-01
1
-30
/
+20
*
Simplify default inits, add const qualifiers
FdaSilvaYY
2016-08-01
1
-47
/
+20
*
Cast to right type, simplify array args
FdaSilvaYY
2016-08-01
1
-26
/
+32
*
Fix sharing of two static variables
FdaSilvaYY
2016-08-01
1
-17
/
+20
*
ECDH test is only one operation to run
FdaSilvaYY
2016-08-01
1
-17
/
+9
*
Fix three missing global declarations.
FdaSilvaYY
2016-08-01
1
-15
/
+23
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-15
/
+28
*
Revert "RT4526: Call TerminateProcess, not ExitProcess"
Matt Caswell
2016-06-16
1
-1
/
+1
*
RT4526: Call TerminateProcess, not ExitProcess
Rich Salz
2016-06-15
1
-1
/
+1
*
speed.c: fix segfault with unrecognized algorithms
Cristian Stoica
2016-05-31
1
-1
/
+5
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+7
*
Fix error in the loop of ECDH
Andrea Grandi
2016-05-09
1
-14
/
+14
*
Rename some lowercase API's
Rich Salz
2016-04-18
1
-3
/
+3
*
Signed/unsigned compare.
Ben Laurie
2016-04-18
1
-1
/
+1
*
Remove OPENSSL_NO_AES guards
Matt Caswell
2016-04-13
1
-25
/
+4
*
Deprecate RAND_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-10
/
+0
*
Fix conditional compile logic in speed.c
Matt Caswell
2016-04-13
1
-1
/
+1
*
Add a check of the FD_SETSIZE before the call to select()
Andrea Grandi
2016-04-06
1
-0
/
+10
*
Fix no-dsa
Matt Caswell
2016-03-21
1
-4
/
+13
*
Fix no-des
Matt Caswell
2016-03-18
1
-0
/
+2
*
Remove Netware and OS/2
Rich Salz
2016-03-17
1
-5
/
+1
*
Fix names of the #define used for platform specific code
Andrea Grandi
2016-03-09
1
-2
/
+2
*
Add empty line after local variables
Andrea Grandi
2016-03-09
1
-0
/
+1
*
Fix error with wait set of fds for the select()
Andrea Grandi
2016-03-09
1
-75
/
+24
[next]