aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ts
Commit message (Collapse)AuthorAgeFilesLines
...
* PR: 2235Dr. Stephen Henson2010-04-141-1/+2
| | | | | | Submitted By: Bruce Stephens <bruce.stephens@isode.com> Make ts/Makefile consistent with other Makefiles.
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-3/+6
|
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-1/+4
| | | | test for them!
* Make no-engine work again.Dr. Stephen Henson2008-12-201-0/+6
|
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-10/+9
| | | | | | 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.
* More size_tification.Ben Laurie2008-11-011-9/+10
|
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-0/+1
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* Update dependencies.Dr. Stephen Henson2008-03-221-7/+8
|
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+2
| | | | OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
* fix function codes for errorBodo Möller2007-04-244-12/+16
|
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-92/+93
|
* fix OPENSSL_NO_foo definesNils Larsch2006-10-271-6/+7
|
* Update .cvsignoreDr. Stephen Henson2006-07-171-0/+1
|
* If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd betterRichard Levitte2006-03-311-0/+5
| | | | *define* it too, or things like shared libraries might be a bit sad.
* fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch2006-03-191-9/+3
|
* ensure the pointer is valid before using itNils Larsch2006-03-181-12/+20
|
* fix function name in error messageNils Larsch2006-03-071-1/+1
|
* constify some print and ts functionsNils Larsch2006-03-059-60/+60
|
* Make shorter TS symbols for OpenVMS.Richard Levitte2006-03-021-1/+8
| | | | Don't convert a function pointer to a void*, ISO C doesn't like that.
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-2/+2
| | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org>
* Fix warnings.Dr. Stephen Henson2006-02-151-1/+1
|
* shorter filenamesUlf Möller2006-02-155-75/+72
|
* use asn1 callbacks for new, free and d2iNils Larsch2006-02-141-54/+33
|
* don't use the l length modifier for intNils Larsch2006-02-132-2/+2
|
* use stricter prototypes, fix warningsNils Larsch2006-02-131-26/+17
|
* make updateUlf Möller2006-02-121-0/+150
|
* time stamp Makefile, test filesUlf Möller2006-02-121-0/+120
| | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org>
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-1212-0/+4950
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller