Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed TODO | Rasmus Dahlberg | 2020-11-30 | 1 | -1/+0 |
| | | | | | That the returned leaf and appendix are as expected follows from the newAddEntryRequest function and its separate test cases. | ||||
* | migrated over to x509util/testdata | Rasmus Dahlberg | 2020-11-30 | 1 | -11/+11 |
| | |||||
* | removed resolved todo | Rasmus Dahlberg | 2020-11-24 | 1 | -20/+3 |
| | |||||
* | added start on isolated trillian checks | Rasmus Dahlberg | 2020-11-23 | 1 | -41/+44 |
| | |||||
* | fixed structure to include trillian_tests.go | Rasmus Dahlberg | 2020-11-16 | 1 | -70/+0 |
| | | | | Moved trillian test helpers and added TODO functions. | ||||
* | added TODOs | Rasmus Dahlberg | 2020-11-16 | 1 | -0/+2 |
| | |||||
* | added get-entries handler tests | Rasmus Dahlberg | 2020-11-16 | 1 | -0/+146 |
| | | | | Ensures that the respective error handling functions are invoked. | ||||
* | added get-consistency-proof handler tests | Rasmus Dahlberg | 2020-11-16 | 1 | -0/+121 |
| | | | | Ensures that the respective error handling functions are invoked. | ||||
* | added get-proof-by-hash handler tests | Rasmus Dahlberg | 2020-11-16 | 1 | -1/+126 |
| | | | | Ensures that the respective error handling functions are invoked. | ||||
* | added add-entry handler tests | Rasmus Dahlberg | 2020-11-16 | 1 | -0/+169 |
| | | | | Ensures that the respective error handling functions are invoked. | ||||
* | move test helpers to testdata package | Rasmus Dahlberg | 2020-11-11 | 1 | -56/+6 |
| | |||||
* | added doc | Rasmus Dahlberg | 2020-11-11 | 1 | -0/+2 |
| | |||||
* | added get-anchors handler tests | Rasmus Dahlberg | 2020-11-11 | 1 | -0/+30 |
| | |||||
* | added test that checks for a context deadline | Rasmus Dahlberg | 2020-11-11 | 1 | -1/+26 |
| | |||||
* | added get-sth handler tests | Rasmus Dahlberg | 2020-11-11 | 1 | -5/+109 |
| | |||||
* | removed code snippets that we don't need for now | Rasmus Dahlberg | 2020-11-11 | 1 | -32/+1 |
| | |||||
* | added start on gomock tests | Rasmus Dahlberg | 2020-11-10 | 1 | -0/+202 |
Based on github.com/google/certificate-transparency-go/trillian/ctfe |