aboutsummaryrefslogtreecommitdiff
path: root/pkg/instance/handler_test.go
Commit message (Collapse)AuthorAgeFilesLines
* use dns package from sigsum-gov0.4.0Linus Nordberg2022-05-021-1/+1
| | | | Issue: #26
* change verification_key to public_keyLinus Nordberg2022-04-291-1/+1
| | | | Issue: #40
* change 'preimage' to 'message'Linus Nordberg2022-04-291-3/+3
| | | | Issue: #40
* use http get for get-* endpoints with inputRasmus Dahlberg2022-04-261-37/+19
| | | | | | https://git.sigsum.org/sigsum/tree/doc/proposals/2022-01-get-endpoints XXX: fix go.mod after merge in sigsum-go, now rgdd's local path
* update module name (s/sigsum-log-go/log-go)Rasmus Dahlberg2022-04-131-3/+3
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* switch to sigsum-goRasmus Dahlberg2022-04-131-1/+1
| | | | Updates import paths only.
* fix non-compliant use of HTTP status code 405Rasmus Dahlberg2022-04-011-21/+43
| | | | See RFC 7231, ยง6.5.5.
* follow SSHSIG changes in libLinus Nordberg2022-03-281-3/+3
|
* instance: Use the new tree-head endpointsRasmus Dahlberg2022-01-261-54/+2
|
* types: Start using sigsum-lib-goRasmus Dahlberg2021-12-201-0/+736
This commit does not change the way in which the log behaves externally. In other words, all changes are internal and involves renaming and code restructuring. Most notably picking up the refactored sigsum-lib-go.