aboutsummaryrefslogtreecommitdiff
path: root/instance.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor types and documentationRasmus Dahlberg2020-10-301-11/+10
| | | | | | Structured files a bit better, added more documentation, switched to pointers as default (unless specifically motivated not to do so), and encapsulated TLS (un)marshaling for the respective types that use it.
* added max range and get-entries sanity checkingRasmus Dahlberg2020-10-301-0/+2
|
* started refactoring add-entry code path according to docRasmus Dahlberg2020-10-301-1/+1
|
* added hash function (sha256) in log parametersRasmus Dahlberg2020-10-291-0/+2
|
* go fmtRasmus Dahlberg2020-10-281-1/+1
|
* 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.