aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ts.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-1/+2
| | | | aspirational __owur annotations.
* 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
| | | | | | 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.
* 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
| | | | test for them!
* 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
| | | | OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
* 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
| | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org>
* 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
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller