summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-2/+2
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+0
* Fix no-ts with --strict-warningsMatt Caswell2016-03-211-2/+3
* Implement support for no-tsRichard Levitte2016-03-181-20/+24
* General verify options to openssl tsfbroda2016-03-151-15/+46
* argv was set but unusedKurt Roeckx2016-02-201-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-3/+3
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-4/+9
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-201-11/+19
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-2/+2
* Remove "noise" comments from TS files.Rich Salz2015-09-221-134/+29
* Change the way apps open their input and output filesRichard Levitte2015-09-061-6/+10
* Make TS structures opaque.Rich Salz2015-09-051-10/+13
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-1/+1
* Restore module loadingRichard Levitte2015-05-291-3/+4
* RT3876: Only load config when neededRich Salz2015-05-281-19/+3
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-40/+42
* In apps, malloc or dieRich Salz2015-04-301-6/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-231/+211
* free NULL cleanupRich Salz2015-03-251-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-969/+941
* RT3548: Remove unsupported platformsRich Salz2015-01-121-4/+4
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-1/+2
* Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson2009-10-181-1/+1
* Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson2009-09-131-1/+1
* Update from 1.0.0-stable.Dr. Stephen Henson2009-04-011-0/+3