aboutsummaryrefslogtreecommitdiff
path: root/reqres.go
Commit message (Collapse)AuthorAgeFilesLines
* added consistency-proof code pathRasmus Dahlberg2020-10-281-1/+43
|
* added signed tree head and get-sth code pathRasmus Dahlberg2020-10-281-1/+16
|
* added ed25519 signing and SDIsRasmus Dahlberg2020-10-271-0/+16
|
* isolated chain and signature verificationRasmus Dahlberg2020-10-271-30/+11
|
* decoupled log instance and infoRasmus Dahlberg2020-10-271-9/+16
| | | | | Makes things a bit more modular. As part of this process I also replaced ct/x509 with crypto/x509, which already suits our needs.
* moved common json-write code into a helperRasmus Dahlberg2020-10-271-0/+14
|
* added leaf appendixRasmus Dahlberg2020-10-271-17/+39
|
* tested certificate chain code path furtherRasmus Dahlberg2020-10-261-1/+17
| | | | | Added more documentation and quick helper scripts for now. We need to specify which signature schemes we expect/support from submitters.
* added signature verification for add-entryRasmus Dahlberg2020-10-261-8/+22
|
* added start on get-anchors code pathRasmus Dahlberg2020-10-231-0/+14
|
* added basic trust-anchor code pathRasmus Dahlberg2020-10-231-3/+17
| | | | | Pretty much the bare minimum to load trust anchors from file and check that the submitter's certificate chains back to something valid.
* ran go fmtRasmus Dahlberg2020-10-231-1/+1
|
* refactored add-entry code pathRasmus Dahlberg2020-10-231-7/+51
|
* fixed json tag typoRasmus Dahlberg2020-10-231-1/+1
|
* refactored type.goRasmus Dahlberg2020-10-231-0/+119
Moved structures for in/out HTTP data into reqres.go and added basic doc comments. A few minor edits as well to make things consistent.