aboutsummaryrefslogtreecommitdiff
path: root/client/client.go
Commit message (Collapse)AuthorAgeFilesLines
* added client-side consistency proof verificationRasmus Dahlberg2020-11-031-6/+25
|
* added client-side inclusion proof verificationRasmus Dahlberg2020-11-031-4/+25
|
* fixed signature verification and client get-sthRasmus Dahlberg2020-11-031-19/+12
|
* added get-sth client without signature verificationRasmus Dahlberg2020-11-031-3/+35
|
* refactored setup() from paths to client packageRasmus Dahlberg2020-11-031-0/+31
|
* fixed hard-coded protocol and minor refactoringRasmus Dahlberg2020-11-031-34/+44
|
* fixed FindLog such that it uses a list of operatorsRasmus Dahlberg2020-11-031-2/+2
|
* added start on stfe clientRasmus Dahlberg2020-11-021-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).