aboutsummaryrefslogtreecommitdiff
path: root/server/main.go
Commit message (Collapse)AuthorAgeFilesLines
* go fmtRasmus Dahlberg2020-10-281-1/+1
|
* added ed25519 signing and SDIsRasmus Dahlberg2020-10-271-1/+2
|
* decoupled log instance and infoRasmus Dahlberg2020-10-271-20/+17
| | | | | Makes things a bit more modular. As part of this process I also replaced ct/x509 with crypto/x509, which already suits our needs.
* tested certificate chain code path furtherRasmus Dahlberg2020-10-261-1/+1
| | | | | Added more documentation and quick helper scripts for now. We need to specify which signature schemes we expect/support from submitters.
* added start on get-anchors code pathRasmus Dahlberg2020-10-231-1/+1
|
* added basic trust-anchor code pathRasmus Dahlberg2020-10-231-6/+16
| | | | | 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/+52
An STFE server instance that dials the Trillian gRPC back-end, and which listens on six different HTTP endpoints but without any actual processing.