aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-0/+2
* Make no-engine work again.Dr. Stephen Henson2008-12-201-1/+2
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
* ensure the pointer is valid before using itNils Larsch2006-03-181-0/+2
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-10/+4
* fix warning: add missing prototypeNils Larsch2006-02-131-0/+1
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+1143