Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | started to update stfe server | Rasmus Dahlberg | 2021-06-01 | 1 | -50/+40 |
| | | | | Work in progress. | ||||
* | updated default values | Rasmus Dahlberg | 2021-03-16 | 1 | -4/+4 |
| | |||||
* | started to re-add basic client commands | Rasmus Dahlberg | 2021-03-16 | 1 | -1/+1 |
| | |||||
* | added option to run with unregistered namespaces | Rasmus Dahlberg | 2021-03-15 | 1 | -11/+13 |
| | | | | Also a few minor fixes such that server binary starts again. | ||||
* | major refactor based on README.md and TODOs | Rasmus Dahlberg | 2021-02-25 | 1 | -10/+10 |
| | | | | | | Updated types, improved units tests, isolated most test data to have it in one place, renamed and created new files to improve readability, and fixed a bunch of minor TODOs. | ||||
* | added basic server-side cosigning (work in progress) | Rasmus Dahlberg | 2021-02-17 | 1 | -42/+115 |
| | |||||
* | updated server package such that it uses namespaces | Rasmus Dahlberg | 2021-01-28 | 1 | -32/+29 |
| | |||||
* | added instance and log parameter tests | Rasmus Dahlberg | 2020-12-02 | 1 | -1/+1 |
| | |||||
* | started to clean-up instance | Rasmus Dahlberg | 2020-12-01 | 1 | -4/+41 |
| | | | | | Things like opening files is better place in the server package. Any code that is difficult to test should also not be in the STFE package. | ||||
* | added an endpoint type | Rasmus Dahlberg | 2020-11-30 | 1 | -2/+2 |
| | |||||
* | added and moved test data | Rasmus Dahlberg | 2020-11-30 | 1 | -2/+2 |
| | |||||
* | added prometheus metrics | Rasmus Dahlberg | 2020-11-04 | 1 | -0/+4 |
| | |||||
* | allowed configuration of max-range and max-chain | Rasmus Dahlberg | 2020-11-04 | 1 | -1/+3 |
| | |||||
* | added chain processing with intermediate certificates | Rasmus Dahlberg | 2020-11-03 | 1 | -2/+2 |
| | | | | | Basic test chains can be generated manually with openssl, see details in server/testdata/x509/README.md. | ||||
* | go fmt | Rasmus Dahlberg | 2020-10-28 | 1 | -1/+1 |
| | |||||
* | added ed25519 signing and SDIs | Rasmus Dahlberg | 2020-10-27 | 1 | -1/+2 |
| | |||||
* | decoupled log instance and info | Rasmus Dahlberg | 2020-10-27 | 1 | -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 further | Rasmus Dahlberg | 2020-10-26 | 1 | -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 path | Rasmus Dahlberg | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | added basic trust-anchor code path | Rasmus Dahlberg | 2020-10-23 | 1 | -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 structure | Rasmus Dahlberg | 2020-10-20 | 1 | -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. |