Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd better | Richard Levitte | 2006-03-31 | 1 | -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() failed | Nils Larsch | 2006-03-19 | 1 | -9/+3 |
| | |||||
* | ensure the pointer is valid before using it | Nils Larsch | 2006-03-18 | 1 | -12/+20 |
| | |||||
* | fix function name in error message | Nils Larsch | 2006-03-07 | 1 | -1/+1 |
| | |||||
* | constify some print and ts functions | Nils Larsch | 2006-03-05 | 9 | -60/+60 |
| | |||||
* | Make shorter TS symbols for OpenVMS. | Richard Levitte | 2006-03-02 | 1 | -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öller | 2006-02-27 | 1 | -2/+2 |
| | | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org> | ||||
* | Fix warnings. | Dr. Stephen Henson | 2006-02-15 | 1 | -1/+1 |
| | |||||
* | shorter filenames | Ulf Möller | 2006-02-15 | 5 | -75/+72 |
| | |||||
* | use asn1 callbacks for new, free and d2i | Nils Larsch | 2006-02-14 | 1 | -54/+33 |
| | |||||
* | don't use the l length modifier for int | Nils Larsch | 2006-02-13 | 2 | -2/+2 |
| | |||||
* | use stricter prototypes, fix warnings | Nils Larsch | 2006-02-13 | 1 | -26/+17 |
| | |||||
* | make update | Ulf Möller | 2006-02-13 | 1 | -0/+150 |
| | |||||
* | time stamp Makefile, test files | Ulf Möller | 2006-02-13 | 1 | -0/+120 |
| | | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org> | ||||
* | RFC 3161 compliant time stamp request creation, response generation | Ulf Möller | 2006-02-13 | 12 | -0/+4950 |
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller |