aboutsummaryrefslogtreecommitdiff
path: root/reqres_test.go
Commit message (Collapse)AuthorAgeFilesLines
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-251-365/+0
| | | | | | 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.
* renamed sth and cosigning endpointsRasmus Dahlberg2021-02-221-1/+1
|
* added basic server-side cosigning (work in progress)Rasmus Dahlberg2021-02-171-1/+40
|
* started replacing x509 with namespaceRasmus Dahlberg2021-01-271-65/+65
|
* renamed and documented functionRasmus Dahlberg2020-12-011-3/+3
|
* attached url method on endpoint typeRasmus Dahlberg2020-12-011-4/+3
|
* removed explicit string functionRasmus Dahlberg2020-12-011-3/+3
|
* added an endpoint typeRasmus Dahlberg2020-11-301-3/+7
|
* migrated over to x509util/testdataRasmus Dahlberg2020-11-301-5/+5
|
* fixed error in test-case setupRasmus Dahlberg2020-11-251-1/+1
| | | | Second must be a valid to ensure that we fail on first.
* added get-entries response testRasmus Dahlberg2020-11-251-1/+60
|
* added get-anchors response testRasmus Dahlberg2020-11-251-1/+12
|
* added get-consistency-proof request parsing testRasmus Dahlberg2020-11-251-1/+61
|
* fixed file typo and added more testsRasmus Dahlberg2020-11-251-0/+193
- Added missing continue in TestNewGetEntries(), and checked all values in the returned request - Added TestNewGetProofByHashResponse()