aboutsummaryrefslogtreecommitdiff
path: root/apps/ts.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-18/+7
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-6/+8
2017-05-21-inkey can be an identifier, not just a fileRich Salz1-1/+1
2017-05-03Added support for ESSCertIDv2Marek Klein1-0/+2
2017-02-14mem leak on error path and error propagation fixYuchi1-1/+7
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-09-22Add -Wswitch-enumRich Salz1-9/+6
2016-09-19Fix various missing option help messages ...FdaSilvaYY1-1/+1
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-43/+46
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-9/+14
2016-06-29Whitespace cleanup in appsFdaSilvaYY1-2/+2
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY1-1/+1
2016-05-18Fix ts app help messageFdaSilvaYY1-2/+2
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+5
2016-05-16Don't load same config file twice.Dr. Stephen Henson1-1/+1
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY1-1/+1
2016-04-21Remove some unneccessary assignments to argcMatt Caswell1-2/+1
2016-04-21Fix some code maintenance issuesMatt Caswell1-1/+0
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-2/+2
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell1-1/+0
2016-03-21Fix no-ts with --strict-warningsMatt Caswell1-2/+3
2016-03-18Implement support for no-tsRichard Levitte1-20/+24
2016-03-15General verify options to openssl tsfbroda1-15/+46
2016-02-20argv was set but unusedKurt Roeckx1-1/+0
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-3/+3
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-4/+9
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson1-11/+19
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell1-2/+2
2015-09-22Remove "noise" comments from TS files.Rich Salz1-134/+29
2015-09-06Change the way apps open their input and output filesRichard Levitte1-6/+10
2015-09-05Make TS structures opaque.Rich Salz1-10/+13
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-1/+1
2015-05-29Restore module loadingRichard Levitte1-3/+4
2015-05-28RT3876: Only load config when neededRich Salz1-19/+3
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-40/+42
2015-04-30In apps, malloc or dieRich Salz1-6/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-231/+211
2015-03-25free NULL cleanupRich Salz1-1/+1
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-13/+13
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-969/+941
2015-01-12RT3548: Remove unsupported platformsRich Salz1-4/+4
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie1-1/+2
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson1-1/+1
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson1-1/+1
2009-04-01Update from 1.0.0-stable.Dr. Stephen Henson1-0/+3