summaryrefslogtreecommitdiff
path: root/apps/ts.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the checks of X509_LOOKUP_* functionsPeiwei Hu2022-06-231-4/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix a possible NULL pointer dereference in create_cert_store()Zhou Qingyang2022-04-211-0/+4
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-7/+10
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-1/+2
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb2021-03-131-13/+18
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Process digest option after loading providersRich Salz2021-02-121-3/+6
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Check non-option argumentsRich Salz2020-12-151-1/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-4/+3
* Add X509 related libctx changes.Shane Lontis2020-07-241-2/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-201-1/+1
* Don't compile commands if disabledRich Salz2020-04-101-25/+21
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Check return value after loading config filekinichiro2019-12-131-1/+2
* Add "sections" to -help outputRich Salz2019-11-081-37/+41
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-15/+34
* Fix typo and create compatibility macroAndreas Schnebinger2019-10-161-1/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+2
* ts: Use sha256 as default digest for TS queryTomas Mraz2019-06-121-1/+1
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-18/+7
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-6/+8
* -inkey can be an identifier, not just a fileRich Salz2017-05-211-1/+1
* Added support for ESSCertIDv2Marek Klein2017-05-031-0/+2
* mem leak on error path and error propagation fixYuchi2017-02-141-1/+7
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Add -Wswitch-enumRich Salz2016-09-221-9/+6
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-1/+1
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-43/+46
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-9/+14
* Whitespace cleanup in appsFdaSilvaYY2016-06-291-2/+2
* Add a comment after some #endif at end of apps source code.FdaSilvaYY2016-06-181-1/+1
* Fix ts app help messageFdaSilvaYY2016-05-181-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Don't load same config file twice.Dr. Stephen Henson2016-05-161-1/+1
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-1/+1
* Remove some unneccessary assignments to argcMatt Caswell2016-04-211-2/+1
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+0