aboutsummaryrefslogtreecommitdiff
path: root/server/testdata
Commit message (Collapse)AuthorAgeFilesLines
* added consistency-proof code pathRasmus Dahlberg2020-10-281-0/+16
|
* added signed tree head and get-sth code pathRasmus Dahlberg2020-10-281-0/+9
|
* added ed25519 signing and SDIsRasmus Dahlberg2020-10-272-0/+5
|
* fixed url typoRasmus Dahlberg2020-10-271-1/+1
|
* added additional interactive test scriptsRasmus Dahlberg2020-10-275-7/+55
|
* tested certificate chain code path furtherRasmus Dahlberg2020-10-2622-196/+286
| | | | | Added more documentation and quick helper scripts for now. We need to specify which signature schemes we expect/support from submitters.
* added basic trust-anchor code pathRasmus Dahlberg2020-10-235-0/+196
Pretty much the bare minimum to load trust anchors from file and check that the submitter's certificate chains back to something valid.