Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | major refactor based on README.md and TODOs | Rasmus Dahlberg | 2021-02-25 | 1 | -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 endpoints | Rasmus Dahlberg | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | added basic server-side cosigning (work in progress) | Rasmus Dahlberg | 2021-02-17 | 1 | -1/+40 |
| | |||||
* | started replacing x509 with namespace | Rasmus Dahlberg | 2021-01-27 | 1 | -65/+65 |
| | |||||
* | renamed and documented function | Rasmus Dahlberg | 2020-12-01 | 1 | -3/+3 |
| | |||||
* | attached url method on endpoint type | Rasmus Dahlberg | 2020-12-01 | 1 | -4/+3 |
| | |||||
* | removed explicit string function | Rasmus Dahlberg | 2020-12-01 | 1 | -3/+3 |
| | |||||
* | added an endpoint type | Rasmus Dahlberg | 2020-11-30 | 1 | -3/+7 |
| | |||||
* | migrated over to x509util/testdata | Rasmus Dahlberg | 2020-11-30 | 1 | -5/+5 |
| | |||||
* | fixed error in test-case setup | Rasmus Dahlberg | 2020-11-25 | 1 | -1/+1 |
| | | | | Second must be a valid to ensure that we fail on first. | ||||
* | added get-entries response test | Rasmus Dahlberg | 2020-11-25 | 1 | -1/+60 |
| | |||||
* | added get-anchors response test | Rasmus Dahlberg | 2020-11-25 | 1 | -1/+12 |
| | |||||
* | added get-consistency-proof request parsing test | Rasmus Dahlberg | 2020-11-25 | 1 | -1/+61 |
| | |||||
* | fixed file typo and added more tests | Rasmus Dahlberg | 2020-11-25 | 1 | -0/+193 |
- Added missing continue in TestNewGetEntries(), and checked all values in the returned request - Added TestNewGetProofByHashResponse() |