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
*
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
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-2
/
+10
*
Live code cleanup: remove #if 1 stuff
Rich Salz
2015-02-06
1
-4
/
+1
*
Remove OPENSSL_NO_HMAC
Dr. Stephen Henson
2015-02-06
1
-5
/
+1
*
Dead code clean: #if 0 removal in apps
Rich Salz
2015-01-30
1
-16
/
+0
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-47
/
+3
*
OPENSSL_NO_xxx cleanup: many removals
Rich Salz
2015-01-27
1
-601
/
+593
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-2844
/
+2731
*
apps/speed.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-49
/
+88
*
Cleanup OPENSSL_NO_xxx, part 1
master-pre-reformat
Rich Salz
2015-01-14
1
-6
/
+6
*
Make "run" volatile
Kurt Roeckx
2014-12-30
1
-1
/
+1
*
RT3543: Remove #ifdef LINT
Rich Salz
2014-12-10
1
-9
/
+0
*
Remove internal bn dependancies from speed.c
Matt Caswell
2014-12-08
1
-114
/
+2
*
Fix WIN32 build by disabling bn* calls.
Dr. Stephen Henson
2014-10-29
1
-3
/
+4
*
RT3544: Remove MWERKS support
Rich Salz
2014-09-25
1
-1
/
+1
*
apps/speed.c: add -misalign command-line argument.
Andy Polyakov
2014-08-30
1
-8
/
+34
*
apps/speed.c: fix compiler warnings in multiblock_speed().
Andy Polyakov
2014-07-07
1
-4
/
+5
*
apps/speed.c: add multi-block benchmark.
Andy Polyakov
2014-07-05
1
-0
/
+124
*
Add 3072, 7680 and 15360 bit RSA tests to openssl speed
Oscar Jacobsson
2014-06-29
1
-6
/
+18
*
Zero prime doits.
Ben Laurie
2014-06-01
1
-0
/
+2
*
Add option to run all prime tests.
Ben Laurie
2014-06-01
1
-0
/
+5
*
Only count successful generations.
Felix Laurie von Massenbach
2014-06-01
1
-3
/
+3
*
Try skipping over the adding and just picking a new random number.
Felix Laurie von Massenbach
2014-06-01
1
-11
/
+31
*
Remove editor barf on updating copyright.
Felix Laurie von Massenbach
2014-06-01
1
-1
/
+1
[next]