Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added helper to load log operators from file | Rasmus Dahlberg | 2020-11-03 | 1 | -10/+4 |
| | |||||
* | moved x509 chain loading to stfe package | Rasmus Dahlberg | 2020-11-03 | 1 | -29/+2 |
| | |||||
* | removed unused code | Rasmus Dahlberg | 2020-11-03 | 1 | -24/+0 |
| | |||||
* | unified ed25519 signing key loading and parsing | Rasmus Dahlberg | 2020-11-03 | 1 | -30/+26 |
| | |||||
* | prettified output | Rasmus Dahlberg | 2020-11-03 | 1 | -1/+6 |
| | |||||
* | fixed FindLog such that it uses a list of operators | Rasmus Dahlberg | 2020-11-03 | 1 | -11/+3 |
| | |||||
* | added start on stfe client | Rasmus Dahlberg | 2020-11-02 | 1 | -0/+150 |
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). |