summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ct/cttest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add test coverage for SCT validation.jsing2022-01-061-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.jsing2021-12-201-1/+57
|
* Add initial regress for CT.jsing2021-12-051-0/+355
This provides test coverage for SCT encoding/decoding.