Update copyright year
[openssl.git] / apps / ts.c
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Dr. David von OheimbFix descriptions of credentials and verification option...
2020-04-10 Rich SalzDon't compile commands if disabled
2020-03-07 Paulicmdline app: add provider commandline options.
2019-12-13 kinichiroCheck return value after loading config file
2019-11-07 Rich SalzAdd "sections" to -help output
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-16 Andreas SchnebingerFix typo and create compatibility macro
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-06-12 Tomas Mrazts: Use sha256 as default digest for TS query
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-10-18 KaoruTodaRemove parentheses of return.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-05-21 Rich Salz-inkey can be an identifier, not just a file
2017-05-03 Marek KleinAdded support for ESSCertIDv2
2017-02-14 Yuchimem leak on error path and error propagation fix
2016-10-14 FdaSilvaYYConstify command options
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-09-20 FdaSilvaYYFix various missing option help messages ...
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-08-05 klemensspelling fixes, just comments and readme.
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-29 FdaSilvaYYWhitespace cleanup in apps
2016-06-18 FdaSilvaYYAdd a comment after some #endif at end of apps source...
2016-05-18 FdaSilvaYYFix ts app help message
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 Dr. Stephen HensonDon't load same config file twice.
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-04-21 Matt CaswellRemove some unneccessary assignments to argc
2016-04-21 Matt CaswellFix some code maintenance issues
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-03-21 Matt CaswellFix no-ts with --strict-warnings
2016-03-18 Richard LevitteImplement support for no-ts
2016-03-15 fbrodaGeneral verify options to openssl ts
2016-02-20 Kurt Roeckxargv was set but unused
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-20 Dr. Stephen HensonAdd support for signer_digest option in TS.
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-09-22 Rich SalzRemove "noise" comments from TS files.
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Rich SalzMake TS structures opaque.
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2009-10-18 Dr. Stephen HensonUse new X509_STORE_set_verify_cb function instead of...
2009-09-13 Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-04-01 Dr. Stephen HensonUpdate from 1.0.0-stable.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2006-03-18 Nils Larschensure the pointer is valid before using it
2006-02-26 Ulf MöllerTS bugfixes: Do not hardcode message digest algorithms...
2006-02-13 Nils Larschfix warning: add missing prototype
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...