Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved publlic x509 helpers into a separate package | Rasmus Dahlberg | 2020-11-05 | 1 | -2/+3 |
| | |||||
* | renamed appHandler to handler | Rasmus Dahlberg | 2020-11-05 | 1 | -7/+7 |
| | |||||
* | added prometheus metrics | Rasmus Dahlberg | 2020-11-04 | 1 | -0/+5 |
| | |||||
* | moved extended key usage to log parameters | Rasmus Dahlberg | 2020-11-04 | 1 | -0/+2 |
| | |||||
* | allowed configuration of max-range and max-chain | Rasmus Dahlberg | 2020-11-04 | 1 | -3/+3 |
| | |||||
* | added certificate chain length checking | Rasmus Dahlberg | 2020-11-04 | 1 | -0/+2 |
| | |||||
* | refactor types and documentation | Rasmus Dahlberg | 2020-10-30 | 1 | -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 checking | Rasmus Dahlberg | 2020-10-30 | 1 | -0/+2 |
| | |||||
* | started refactoring add-entry code path according to doc | Rasmus Dahlberg | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | added hash function (sha256) in log parameters | Rasmus Dahlberg | 2020-10-29 | 1 | -0/+2 |
| | |||||
* | go fmt | Rasmus Dahlberg | 2020-10-28 | 1 | -1/+1 |
| | |||||
* | added ed25519 signing and SDIs | Rasmus Dahlberg | 2020-10-27 | 1 | -2/+18 |
| | |||||
* | decoupled log instance and info | Rasmus Dahlberg | 2020-10-27 | 1 | -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 path | Rasmus Dahlberg | 2020-10-23 | 1 | -13/+15 |
| | |||||
* | added basic trust-anchor code path | Rasmus Dahlberg | 2020-10-23 | 1 | -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 structure | Rasmus Dahlberg | 2020-10-20 | 1 | -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. |