index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
ts.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mem leak on error path and error propagation fix
Yuchi
2017-02-14
1
-1
/
+7
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Add -Wswitch-enum
Rich Salz
2016-09-22
1
-9
/
+6
*
Fix various missing option help messages ...
FdaSilvaYY
2016-09-20
1
-1
/
+1
*
Constify char* input parameters in apps code
FdaSilvaYY
2016-08-17
1
-43
/
+46
*
spelling fixes, just comments and readme.
klemens
2016-08-06
1
-1
/
+1
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-9
/
+14
*
Whitespace cleanup in apps
FdaSilvaYY
2016-06-29
1
-2
/
+2
*
Add a comment after some #endif at end of apps source code.
FdaSilvaYY
2016-06-18
1
-1
/
+1
*
Fix ts app help message
FdaSilvaYY
2016-05-18
1
-2
/
+2
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Don't load same config file twice.
Dr. Stephen Henson
2016-05-16
1
-1
/
+1
*
GH932: Add more help messages to some apps options.
FdaSilvaYY
2016-05-04
1
-1
/
+1
*
Remove some unneccessary assignments to argc
Matt Caswell
2016-04-21
1
-2
/
+1
*
Fix some code maintenance issues
Matt Caswell
2016-04-21
1
-1
/
+0
*
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-18
1
-2
/
+2
*
Deprecate OBJ_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+0
*
Fix no-ts with --strict-warnings
Matt Caswell
2016-03-21
1
-2
/
+3
*
Implement support for no-ts
Richard Levitte
2016-03-18
1
-20
/
+24
*
General verify options to openssl ts
fbroda
2016-03-15
1
-15
/
+46
*
argv was set but unused
Kurt Roeckx
2016-02-20
1
-1
/
+0
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-3
/
+3
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-4
/
+9
*
Add support for signer_digest option in TS.
Dr. Stephen Henson
2015-11-20
1
-11
/
+19
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-2
/
+2
*
Remove "noise" comments from TS files.
Rich Salz
2015-09-22
1
-134
/
+29
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-6
/
+10
*
Make TS structures opaque.
Rich Salz
2015-09-05
1
-10
/
+13
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-1
/
+1
*
Restore module loading
Richard Levitte
2015-05-29
1
-3
/
+4
*
RT3876: Only load config when needed
Rich Salz
2015-05-28
1
-19
/
+3
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-40
/
+42
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-6
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-231
/
+211
*
free NULL cleanup
Rich Salz
2015-03-25
1
-1
/
+1
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-13
/
+13
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-969
/
+941
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-4
/
+4
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
Ben Laurie
2011-11-14
1
-1
/
+2
*
Use new X509_STORE_set_verify_cb function instead of old macro.
Dr. Stephen Henson
2009-10-18
1
-1
/
+1
*
Submitted by: Julia Lawall <julia@diku.dk>
Dr. Stephen Henson
2009-09-13
1
-1
/
+1
*
Update from 1.0.0-stable.
Dr. Stephen Henson
2009-04-01
1
-0
/
+3
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-0
/
+2
*
Make no-engine work again.
Dr. Stephen Henson
2008-12-20
1
-1
/
+2
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-0
/
+1
*
ensure the pointer is valid before using it
Nils Larsch
2006-03-18
1
-0
/
+2
*
TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.
Ulf Möller
2006-02-27
1
-10
/
+4
*
fix warning: add missing prototype
Nils Larsch
2006-02-13
1
-0
/
+1
*
RFC 3161 compliant time stamp request creation, response generation
Ulf Möller
2006-02-13
1
-0
/
+1143