summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ct (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cttest: plug leak due to missing SCT_LIST_free()tb2023-04-141-1/+2
|
* Cast the uint64_t SCT timestamps to (unsigned long long) for printing.tb2023-04-141-3/+4
| | | | What a wonderful choice between this and that PRI ugliness...
* Make cttest work better with the portable test harnesstb2023-04-142-9/+12
|
* Fix cttest to use public headertb2023-04-142-5/+3
|
* Simplify the ct Makefile slightlytb2023-03-021-7/+3
|
* Add explicit LL suffixes to large constants to appease some compilers onmiod2023-01-011-6/+6
| | | | 32-bit systems.
* The cttest can link dynamically nowtb2022-01-141-2/+2
|
* Add test coverage for SCT validation.jsing2022-01-064-7/+116
| | | | | | 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.jsing2021-12-201-1/+57
|
* Add initial regress for CT.jsing2021-12-053-0/+413
This provides test coverage for SCT encoding/decoding.