summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
AgeCommit message (Collapse)Author
2009-10-18Add new function X509_STORE_set_verify_cb and use it in appsDr. Stephen Henson
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
The functions ENGINE_ctrl(), OPENSSL_isservice(), EVP_PKEY_sign(), CMS_get1_RecipientRequest() and RAND_bytes() can return <=0 on error fix so the return code is checked correctly.
2009-04-01PR:1880Dr. Stephen Henson
Load config in ts utility.
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
test for them!
2008-12-20Make no-engine work again.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
2006-03-18ensure the pointer is valid before using itNils Larsch
2006-02-26TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller
Submitted by: Zoltan Glozik <zglozik@opentsa.org>
2006-02-13fix warning: add missing prototypeNils Larsch
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller