aboutsummaryrefslogtreecommitdiff
path: root/server/testdata/chain
Commit message (Collapse)AuthorAgeFilesLines
* added start on stfe clientRasmus Dahlberg2020-11-024-1/+20
| | | | | | 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).
* added ed25519 signing and SDIsRasmus Dahlberg2020-10-271-0/+3
|
* tested certificate chain code path furtherRasmus Dahlberg2020-10-2610-0/+180
Added more documentation and quick helper scripts for now. We need to specify which signature schemes we expect/support from submitters.