Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added basic server-side cosigning (work in progress) | Rasmus Dahlberg | 2021-02-17 | 1 | -2/+14 |
| | |||||
* | started replacing x509 with namespace | Rasmus Dahlberg | 2021-01-27 | 1 | -119/+12 |
| | |||||
* | made a few tests more robust and found error | Rasmus Dahlberg | 2020-11-30 | 1 | -2/+2 |
| | |||||
* | migrated over to x509util/testdata | Rasmus Dahlberg | 2020-11-30 | 1 | -3/+3 |
| | |||||
* | rephrased TODO as a note | Rasmus Dahlberg | 2020-11-25 | 1 | -2/+2 |
| | |||||
* | added start on isolated trillian checks | Rasmus Dahlberg | 2020-11-23 | 1 | -3/+3 |
| | |||||
* | added tree head marshal tests | Rasmus Dahlberg | 2020-11-17 | 1 | -58/+97 |
| | |||||
* | added unmarshal tests | Rasmus Dahlberg | 2020-11-17 | 1 | -0/+57 |
| | |||||
* | used (un)marshalB64 in tests | Rasmus Dahlberg | 2020-11-17 | 1 | -2/+2 |
| | | | | The base64 wrappers use (un)marshal internally. | ||||
* | added type tests | Rasmus Dahlberg | 2020-11-17 | 1 | -27/+315 |
| | | | | | | | | | | 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 | ||||
* | refactor types and documentation | Rasmus Dahlberg | 2020-10-30 | 1 | -10/+4 |
| | | | | | | 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. | ||||
* | refactored type.go | Rasmus Dahlberg | 2020-10-23 | 1 | -14/+5 |
| | | | | | Moved structures for in/out HTTP data into reqres.go and added basic doc comments. A few minor edits as well to make things consistent. | ||||
* | added StFormat, StItem, and basic ChecksumV1 examples | Rasmus Dahlberg | 2020-10-21 | 1 | -0/+56 |