aboutsummaryrefslogtreecommitdiff
path: root/trillian.go
Commit message (Collapse)AuthorAgeFilesLines
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-251-14/+13
| | | | | | Updated types, improved units tests, isolated most test data to have it in one place, renamed and created new files to improve readability, and fixed a bunch of minor TODOs.
* fixed too dense error returnsRasmus Dahlberg2021-02-221-12/+53
|
* replaced x509 with namespace on the client-sideRasmus Dahlberg2021-01-291-1/+1
|
* added isolated trillian proof testsRasmus Dahlberg2020-11-241-7/+7
|
* added start on isolated trillian checksRasmus Dahlberg2020-11-231-8/+8
|
* fixed redundant tree head checkingRasmus Dahlberg2020-11-171-5/+4
|
* refactored trillian response checkingRasmus Dahlberg2020-11-051-22/+27
| | | | Added a few checks that might be redundant, but better safe than sorry.
* refactor types and documentationRasmus Dahlberg2020-10-301-2/+0
| | | | | | Structured files a bit better, added more documentation, switched to pointers as default (unless specifically motivated not to do so), and encapsulated TLS (un)marshaling for the respective types that use it.
* removed unused codeRasmus Dahlberg2020-10-301-4/+0
|
* added sanity checks on Trillian responsesRasmus Dahlberg2020-10-301-4/+59
| | | | Based on the sanity checks that CTFE does.
* added max range and get-entries sanity checkingRasmus Dahlberg2020-10-301-0/+32