aboutsummaryrefslogtreecommitdiff
path: root/reqres.go
Commit message (Expand)AuthorAgeFilesLines
* refactor types and documentationRasmus Dahlberg2020-10-301-9/+6
* removed fixed TODO commentRasmus Dahlberg2020-10-301-1/+0
* added max range and get-entries sanity checkingRasmus Dahlberg2020-10-301-4/+7
* started refactoring add-entry code path according to docRasmus Dahlberg2020-10-301-60/+39
* updated json output according to api docRasmus Dahlberg2020-10-301-80/+7
* fixed tls length specifiersRasmus Dahlberg2020-10-291-2/+2
* go fmtRasmus Dahlberg2020-10-281-2/+2
* 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
* 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 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
* 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