aboutsummaryrefslogtreecommitdiff
path: root/trillian_test.go
Commit message (Collapse)AuthorAgeFilesLines
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-251-208/+94
| | | | | | 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.
* started replacing x509 with namespaceRasmus Dahlberg2021-01-271-26/+22
|
* made a few tests more robust and found errorRasmus Dahlberg2020-11-301-2/+7
|
* migrated over to x509util/testdataRasmus Dahlberg2020-11-301-12/+12
|
* improved readabilityRasmus Dahlberg2020-11-241-59/+55
|
* fixed minor commentsRasmus Dahlberg2020-11-241-6/+3
|
* added isolated trillian proof testsRasmus Dahlberg2020-11-241-1/+80
|
* added start on isolated trillian checksRasmus Dahlberg2020-11-231-8/+206
|
* added type testsRasmus Dahlberg2020-11-171-0/+11
| | | | | | | | | | As a result these changes were made: - Simplified a few New* functions - Allowed empty inclusion and consistency proofs, which is in contrast to not being able to marshal them due to `tls:"minlen:1"`. For example, an inclusion proof will be empty for a Merkle tree of size 1. - Disallowed empty signatures and chains in a leaf's Appendix - Removed unnecessary examples
* fixed redundant tree head checkingRasmus Dahlberg2020-11-171-2/+1
|
* fixed structure to include trillian_tests.goRasmus Dahlberg2020-11-161-0/+115
Moved trillian test helpers and added TODO functions.