Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | major refactor based on README.md and TODOs | Rasmus Dahlberg | 2021-02-25 | 1 | -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 returns | Rasmus Dahlberg | 2021-02-22 | 1 | -12/+53 |
| | |||||
* | replaced x509 with namespace on the client-side | Rasmus Dahlberg | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | added isolated trillian proof tests | Rasmus Dahlberg | 2020-11-24 | 1 | -7/+7 |
| | |||||
* | added start on isolated trillian checks | Rasmus Dahlberg | 2020-11-23 | 1 | -8/+8 |
| | |||||
* | fixed redundant tree head checking | Rasmus Dahlberg | 2020-11-17 | 1 | -5/+4 |
| | |||||
* | refactored trillian response checking | Rasmus Dahlberg | 2020-11-05 | 1 | -22/+27 |
| | | | | Added a few checks that might be redundant, but better safe than sorry. | ||||
* | refactor types and documentation | Rasmus Dahlberg | 2020-10-30 | 1 | -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 code | Rasmus Dahlberg | 2020-10-30 | 1 | -4/+0 |
| | |||||
* | added sanity checks on Trillian responses | Rasmus Dahlberg | 2020-10-30 | 1 | -4/+59 |
| | | | | Based on the sanity checks that CTFE does. | ||||
* | added max range and get-entries sanity checking | Rasmus Dahlberg | 2020-10-30 | 1 | -0/+32 |