Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cttest: plug leak due to missing SCT_LIST_free() | tb | 2023-04-14 | 1 | -1/+2 |
| | |||||
* | Cast the uint64_t SCT timestamps to (unsigned long long) for printing. | tb | 2023-04-14 | 1 | -3/+4 |
| | | | | What a wonderful choice between this and that PRI ugliness... | ||||
* | Make cttest work better with the portable test harness | tb | 2023-04-14 | 1 | -5/+10 |
| | |||||
* | Fix cttest to use public header | tb | 2023-04-14 | 1 | -3/+2 |
| | |||||
* | Add explicit LL suffixes to large constants to appease some compilers on | miod | 2023-01-01 | 1 | -6/+6 |
| | | | | 32-bit systems. | ||||
* | Add test coverage for SCT validation. | jsing | 2022-01-06 | 1 | -5/+79 |
| | | | | | | Of note, the public APIs for this mean that the only way you can add a CTLOG is by reading a configuration file from disk - there is no programmatic way to do this. | ||||
* | Add regress coverage for the crazy SCT_new_from_base64() API. | jsing | 2021-12-20 | 1 | -1/+57 |
| | |||||
* | Add initial regress for CT. | jsing | 2021-12-05 | 1 | -0/+355 |
This provides test coverage for SCT encoding/decoding. |