summaryrefslogtreecommitdiffstats
path: root/crypto/ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-271-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-131-0/+150
|
* time stamp Makefile, test filesUlf Möller2006-02-131-0/+120
| | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org>
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-1312-0/+4950
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller