aboutsummaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* added chain processing with intermediate certificatesRasmus Dahlberg2020-11-034-5/+5
| | | | | Basic test chains can be generated manually with openssl, see details in server/testdata/x509/README.md.
* removed fixed TODOsRasmus Dahlberg2020-11-031-6/+0
|
* added client-side consistency proof verificationRasmus Dahlberg2020-11-033-7/+105
|
* added client-side inclusion proof verificationRasmus Dahlberg2020-11-033-4/+94
|
* fixed signature verification and client get-sthRasmus Dahlberg2020-11-032-19/+67
|
* added get-sth client without signature verificationRasmus Dahlberg2020-11-032-3/+74
|
* refactored setup() from paths to client packageRasmus Dahlberg2020-11-032-42/+36
|
* fixed hard-coded protocol and minor refactoringRasmus Dahlberg2020-11-032-36/+46
|
* added helper to load log operators from fileRasmus Dahlberg2020-11-031-10/+4
|
* moved x509 chain loading to stfe packageRasmus Dahlberg2020-11-031-29/+2
|
* removed unused codeRasmus Dahlberg2020-11-031-24/+0
|
* unified ed25519 signing key loading and parsingRasmus Dahlberg2020-11-031-30/+26
|
* prettified outputRasmus Dahlberg2020-11-031-1/+6
|
* fixed FindLog such that it uses a list of operatorsRasmus Dahlberg2020-11-032-13/+5
|
* added start on stfe clientRasmus Dahlberg2020-11-022-0/+289
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).