summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
AgeCommit message (Expand)Author
2020-04-21Update copyright yearMatt Caswell
2020-04-12Don't compile commands if disabledRich Salz
2019-12-13Check return value after loading config filekinichiro
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-05-21-inkey can be an identifier, not just a fileRich Salz
2017-05-03Added support for ESSCertIDv2Marek Klein
2017-02-14mem leak on error path and error propagation fixYuchi
2016-10-14Constify command optionsFdaSilvaYY
2016-09-22Add -Wswitch-enumRich Salz
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-29Whitespace cleanup in appsFdaSilvaYY
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY
2016-05-18Fix ts app help messageFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Don't load same config file twice.Dr. Stephen Henson
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-21Remove some unneccessary assignments to argcMatt Caswell
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-03-21Fix no-ts with --strict-warningsMatt Caswell
2016-03-18Implement support for no-tsRichard Levitte
2016-03-15General verify options to openssl tsfbroda
2016-02-20argv was set but unusedKurt Roeckx
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-09-22Remove "noise" comments from TS files.Rich Salz
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-05Make TS structures opaque.Rich Salz
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie