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
*
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
*
Add a function to detect if we have async or not
Matt Caswell
2016-03-07
1
-27
/
+15
*
Add support to ASYNC_WAIT_CTX to speed
Andrea Grandi
2016-03-07
1
-18
/
+97
*
Remove unnecessary memset() to 0 and check for NULL before OPENSSL_free()
Andrea Grandi
2016-03-07
1
-25
/
+7
*
Fix the error with RSA and the daysnc engine in async mode.
Andrea Grandi
2016-03-07
1
-152
/
+211
*
Add support for async jobs in OpenSSL speed
Andrea Grandi
2016-03-07
1
-454
/
+1064
*
add ecdhx25519 option to speed
Dr. Stephen Henson
2016-02-28
1
-5
/
+11
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-4
/
+4
*
apps/speed.c: initialize c[D_GHASH][i].
Andy Polyakov
2016-02-13
1
-0
/
+1
*
RT3755: Remove duplicate #include
Rich Salz
2016-01-31
1
-3
/
+0
*
Use POSIX functions on Cygwin, not Win32 function
Corinna Vinschen
2016-01-18
1
-9
/
+1
*
Adapt all EVP_CIPHER users for it becoming opaque
Richard Levitte
2016-01-12
1
-3
/
+3
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-21
/
+19
*
remove ecdsa.h header
Dr. Stephen Henson
2015-12-09
1
-1
/
+1
*
remove ecdh.h header
Dr. Stephen Henson
2015-12-09
1
-1
/
+0
*
Adapt the rest of the source to the opaque HMAC_CTX
Richard Levitte
2015-12-07
1
-7
/
+11
*
Have the few apps that accessed EVP_MD directly use accessors instead
Richard Levitte
2015-12-07
1
-1
/
+1
*
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
2015-12-07
1
-1
/
+1
*
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-10-30
1
-4
/
+4
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Fix -Wshadow warnings in mingw builds.
Andy Polyakov
2015-09-29
1
-3
/
+3
*
Small typo
Richard Levitte
2015-09-20
1
-1
/
+1
*
Enable -Wmissing-variable-declarations and
Ben Laurie
2015-09-11
1
-1
/
+1
*
apps/speed.c: fix memory leak
Emilia Kasper
2015-09-01
1
-4
/
+2
*
Restore previous behaviour of only running one algorithm when -evp alg is used.
Tim Hudson
2015-08-17
1
-1
/
+1
*
restore usage of -elapsed that was disabled in the ifdef reorg
Tim Hudson
2015-08-17
1
-5
/
+0
*
GH365: Missing #ifdef rename.
Rich Salz
2015-08-10
1
-2
/
+2
*
Use bio_err not stderr in apps.
Rich Salz
2015-06-09
1
-6
/
+6
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-8
/
+8
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
Add missing terminating NULL to speed_options table.
Kurt Cancemi
2015-05-11
1
-0
/
+1
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-6
/
+6
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
more OSSL_NELEM cases
Dr. Stephen Henson
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
Sanity check EVP_CTRL_AEAD_TLS_AAD
Matt Caswell
2015-05-01
1
-2
/
+3
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-18
/
+4
*
remove malloc casts
Rich Salz
2015-04-28
1
-4
/
+2
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-3
/
+1
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-760
/
+493
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-3
/
+3
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-6
/
+3
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-2
/
+2
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-03-11
1
-55
/
+19
[next]