Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor refactoring | Rasmus Dahlberg | 2020-11-10 | 1 | -1/+1 |
| | |||||
* | renamed ParseDerChainToList to ParseDerChain | Rasmus Dahlberg | 2020-11-05 | 1 | -2/+2 |
| | | | | | The input need not be a chain: it could be any list of DER-encoded certificates. | ||||
* | added client-side get-anchors code (2) | Rasmus Dahlberg | 2020-11-05 | 1 | -2/+10 |
| | | | | Missed one file. | ||||
* | fixed get-entries output and client-side verification | Rasmus Dahlberg | 2020-11-05 | 1 | -1/+23 |
| | |||||
* | added client-side get-entries | Rasmus Dahlberg | 2020-11-05 | 1 | -2/+18 |
| | |||||
* | allowed client configuration without certificate chain (2) | Rasmus Dahlberg | 2020-11-05 | 1 | -1/+10 |
| | | | | Missed a few files. | ||||
* | added error handling for public key parsing | Rasmus Dahlberg | 2020-11-05 | 1 | -2/+6 |
| | |||||
* | moved package from stfe/server/descriptor to stfe/descriptor | Rasmus Dahlberg | 2020-11-05 | 1 | -1/+1 |
| | |||||
* | moved publlic x509 helpers into a separate package | Rasmus Dahlberg | 2020-11-05 | 1 | -2/+3 |
| | |||||
* | simplified encoding and decoding | Rasmus Dahlberg | 2020-11-05 | 1 | -6/+6 |
| | | | | | Go's "encoding/json" already takes care of encoding and decoding byte slices as base64. As such, it need not be done explicitly by us. | ||||
* | added client-side consistency proof verification | Rasmus Dahlberg | 2020-11-03 | 1 | -6/+25 |
| | |||||
* | added client-side inclusion proof verification | Rasmus Dahlberg | 2020-11-03 | 1 | -4/+25 |
| | |||||
* | fixed signature verification and client get-sth | Rasmus Dahlberg | 2020-11-03 | 1 | -19/+12 |
| | |||||
* | added get-sth client without signature verification | Rasmus Dahlberg | 2020-11-03 | 1 | -3/+35 |
| | |||||
* | refactored setup() from paths to client package | Rasmus Dahlberg | 2020-11-03 | 1 | -0/+31 |
| | |||||
* | fixed hard-coded protocol and minor refactoring | Rasmus Dahlberg | 2020-11-03 | 1 | -34/+44 |
| | |||||
* | fixed FindLog such that it uses a list of operators | Rasmus Dahlberg | 2020-11-03 | 1 | -2/+2 |
| | |||||
* | added start on stfe client | Rasmus Dahlberg | 2020-11-02 | 1 | -0/+139 |
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). |