summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
AgeCommit message (Expand)Author
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
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
2009-04-01Update from 1.0.0-stable.Dr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-20Make no-engine work again.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2006-03-18ensure the pointer is valid before using itNils Larsch
2006-02-26TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller
2006-02-13fix warning: add missing prototypeNils Larsch
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller