summaryrefslogtreecommitdiffstats
path: root/crypto/ts
AgeCommit message (Collapse)Author
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2011-01-03PR: 2410Dr. Stephen Henson
Submitted by: Rob Austein <sra@hactrn.net> Reviewed by: steve Use OPENSSL_assert() instead of assert().
2010-04-14PR: 2235Dr. Stephen Henson
Submitted By: Bruce Stephens <bruce.stephens@isode.com> Make ts/Makefile consistent with other Makefiles.
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
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-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
2008-11-01More size_tification.Ben Laurie
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-03-22Update dependencies.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...
2007-04-24fix function codes for errorBodo Möller
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-10-27fix OPENSSL_NO_foo definesNils Larsch
2006-07-17Update .cvsignoreDr. Stephen Henson
2006-03-31If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd betterRichard Levitte
*define* it too, or things like shared libraries might be a bit sad.
2006-03-19fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch
2006-03-18ensure the pointer is valid before using itNils Larsch
2006-03-07fix function name in error messageNils Larsch
2006-03-05constify some print and ts functionsNils Larsch
2006-03-02Make shorter TS symbols for OpenVMS.Richard Levitte
Don't convert a function pointer to a void*, ISO C doesn't like that.
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-15Fix warnings.Dr. Stephen Henson
2006-02-15shorter filenamesUlf Möller
2006-02-14use asn1 callbacks for new, free and d2iNils Larsch
2006-02-13don't use the l length modifier for intNils Larsch
2006-02-13use stricter prototypes, fix warningsNils Larsch
2006-02-12make updateUlf Möller
2006-02-12time stamp Makefile, test filesUlf Möller
Submitted by: Zoltan Glozik <zglozik@opentsa.org>
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