summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
AgeCommit message (Expand)Author
2020-12-15Check non-option argumentsRich Salz
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-04-10Don't compile commands if disabledRich Salz
2020-03-07cmdline app: add provider commandline options.Pauli
2019-12-13Check return value after loading config filekinichiro
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-10-16Fix typo and create compatibility macroAndreas Schnebinger
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-06-12ts: Use sha256 as default digest for TS queryTomas Mraz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
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