aboutsummaryrefslogtreecommitdiff
path: root/instance.go
Commit message (Collapse)AuthorAgeFilesLines
* added basic trust-anchor code pathRasmus Dahlberg2020-10-231-1/+4
| | | | | Pretty much the bare minimum to load trust anchors from file and check that the submitter's certificate chains back to something valid.
* added basic structureRasmus Dahlberg2020-10-201-0/+50
An STFE server instance that dials the Trillian gRPC back-end, and which listens on six different HTTP endpoints but without any actual processing.