aboutsummaryrefslogtreecommitdiff
path: root/instance.go
Commit message (Collapse)AuthorAgeFilesLines
* added ed25519 signing and SDIsRasmus Dahlberg2020-10-271-2/+18
|
* decoupled log instance and infoRasmus Dahlberg2020-10-271-30/+58
| | | | | Makes things a bit more modular. As part of this process I also replaced ct/x509 with crypto/x509, which already suits our needs.
* added start on get-anchors code pathRasmus Dahlberg2020-10-231-13/+15
|
* 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.