Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | major refactor based on README.md and TODOs | Rasmus Dahlberg | 2021-02-25 | 1 | -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 namespace | Rasmus Dahlberg | 2021-01-27 | 1 | -26/+22 |
| | |||||
* | made a few tests more robust and found error | Rasmus Dahlberg | 2020-11-30 | 1 | -2/+7 |
| | |||||
* | migrated over to x509util/testdata | Rasmus Dahlberg | 2020-11-30 | 1 | -12/+12 |
| | |||||
* | improved readability | Rasmus Dahlberg | 2020-11-24 | 1 | -59/+55 |
| | |||||
* | fixed minor comments | Rasmus Dahlberg | 2020-11-24 | 1 | -6/+3 |
| | |||||
* | added isolated trillian proof tests | Rasmus Dahlberg | 2020-11-24 | 1 | -1/+80 |
| | |||||
* | added start on isolated trillian checks | Rasmus Dahlberg | 2020-11-23 | 1 | -8/+206 |
| | |||||
* | added type tests | Rasmus Dahlberg | 2020-11-17 | 1 | -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 checking | Rasmus Dahlberg | 2020-11-17 | 1 | -2/+1 |
| | |||||
* | fixed structure to include trillian_tests.go | Rasmus Dahlberg | 2020-11-16 | 1 | -0/+115 |
Moved trillian test helpers and added TODO functions. |