aboutsummaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* fixed FindLog such that it uses a list of operatorsRasmus Dahlberg2020-11-033-8/+10
|
* added start on stfe clientRasmus Dahlberg2020-11-026-3/+22
| | | | | | ChecksumV1 entries can be submitted using client-side ed25519 signatures. The resulting SignedDebugInfoV1 is then verified using the log's announced signature scheme and public key (currently only ed25519).
* added stfe server descriptorRasmus Dahlberg2020-11-023-0/+154
| | | | A collection of immutable log parameters, see documentation.
* refactor types and documentationRasmus Dahlberg2020-10-301-4/+2
| | | | | | 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.
* started refactoring add-entry code path according to docRasmus Dahlberg2020-10-301-1/+3
|
* go fmtRasmus Dahlberg2020-10-281-1/+1
|
* 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-273-1/+7
|
* 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.
* 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-2623-197/+287
| | | | | 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-236-6/+212
| | | | | Pretty much the bare minimum to load trust anchors from file and check that the submitter's certificate chains back to something valid.
* added .gitignoreRasmus Dahlberg2020-10-202-0/+1
|
* added basic structureRasmus Dahlberg2020-10-202-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.