aboutsummaryrefslogtreecommitdiff
path: root/verify.go
Commit message (Collapse)AuthorAgeFilesLines
* renamed verify.go to crypto.goRasmus Dahlberg2020-11-051-81/+0
| | | | | Chains and signatures are verified here, but signatures are also produced.
* added docRasmus Dahlberg2020-11-051-1/+3
|
* renamed x509.go to verify.goRasmus Dahlberg2020-11-051-0/+79
|
* fixed signature verification and client get-sthRasmus Dahlberg2020-11-031-36/+0
|
* added get-sth client without signature verificationRasmus Dahlberg2020-11-031-0/+4
|
* added start on stfe clientRasmus Dahlberg2020-11-021-0/+32
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).