Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/EndpointGetTreeHeadToSign/EndpointGetTreeHeadToCoSign/g | Linus Nordberg | 2022-05-21 | 1 | -3/+3 |
| | |||||
* | use dns package from sigsum-gov0.4.0 | Linus Nordberg | 2022-05-02 | 1 | -1/+1 |
| | | | | Issue: #26 | ||||
* | change verification_key to public_key | Linus Nordberg | 2022-04-29 | 1 | -1/+1 |
| | | | | Issue: #40 | ||||
* | change 'preimage' to 'message' | Linus Nordberg | 2022-04-29 | 1 | -3/+3 |
| | | | | Issue: #40 | ||||
* | use http get for get-* endpoints with input | Rasmus Dahlberg | 2022-04-26 | 1 | -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 Dahlberg | 2022-04-13 | 1 | -3/+3 |
| | | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md | ||||
* | switch to sigsum-go | Rasmus Dahlberg | 2022-04-13 | 1 | -1/+1 |
| | | | | Updates import paths only. | ||||
* | fix non-compliant use of HTTP status code 405 | Rasmus Dahlberg | 2022-04-01 | 1 | -21/+43 |
| | | | | See RFC 7231, ยง6.5.5. | ||||
* | follow SSHSIG changes in lib | Linus Nordberg | 2022-03-28 | 1 | -3/+3 |
| | |||||
* | instance: Use the new tree-head endpoints | Rasmus Dahlberg | 2022-01-26 | 1 | -54/+2 |
| | |||||
* | types: Start using sigsum-lib-go | Rasmus Dahlberg | 2021-12-20 | 1 | -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. |