summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
AgeCommit message (Expand)Author
2024-04-09APPS: Add missing OPENSSL_free() and combine the error handlerJiasheng Jiang
2023-09-07Copyright year updatesMatt Caswell
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-04-21Fix a possible NULL pointer dereference in create_cert_store()Zhou Qingyang
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-03-13apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
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