Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read key file as a seed | Grégoire Détrez | 2022-06-20 | 1 | -1/+1 |
| | |||||
* | Revert "wip" | Linus Nordberg | 2022-05-25 | 11 | -512/+182 |
| | | | | | | | This reverts commit c003c2fc189748f082c09a2b4a729eb1c5732668. Should not have been pushed to main but rather branch linus/roles. Sorry about that. | ||||
* | wip | Linus Nordberg | 2022-05-24 | 11 | -182/+512 |
| | |||||
* | upgrade sigsum-go version from v0.0.7 -> v0.0.8 | Rasmus Dahlberg | 2022-05-21 | 2 | -3/+3 |
| | |||||
* | s/EndpointGetTreeHeadToSign/EndpointGetTreeHeadToCoSign/g | Linus Nordberg | 2022-05-21 | 2 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/merge/glog-to-log' | Linus Nordberg | 2022-05-17 | 7 | -37/+68 |
|\ | |||||
| * | replace glog with sigsum-go's log package | Rasmus Dahlberg | 2022-05-05 | 7 | -37/+68 |
| | | |||||
* | | read key from file | Rasmus Dahlberg | 2022-05-05 | 2 | -4/+8 |
|/ | |||||
* | update README with info for new log instance | Linus Nordberg | 2022-05-02 | 1 | -18/+25 |
| | |||||
* | use dns package from sigsum-gov0.4.0 | Linus Nordberg | 2022-05-02 | 5 | -45/+6 |
| | | | | Issue: #26 | ||||
* | remove programs that sigsum-debug replaced | Rasmus Dahlberg | 2022-04-29 | 5 | -202/+0 |
| | |||||
* | change verification_key to public_key | Linus Nordberg | 2022-04-29 | 8 | -11/+11 |
| | | | | Issue: #40 | ||||
* | change 'preimage' to 'message' | Linus Nordberg | 2022-04-29 | 6 | -13/+13 |
| | | | | Issue: #40 | ||||
* | upgrade sigsum-go v0.0.6 -> v0.0.7 | Rasmus Dahlberg | 2022-04-29 | 2 | -3/+3 |
| | |||||
* | update info print s/to-sign/to-cosign | Rasmus Dahlberg | 2022-04-29 | 1 | -1/+1 |
| | |||||
* | rename endpoint get-tree-head-to-sign | Linus Nordberg | 2022-04-28 | 5 | -7/+7 |
| | | | | Reference: https://pad.sigsum.org/p/sigsum-db #11 | ||||
* | s/POST/GET in test output too | Linus Nordberg | 2022-04-28 | 1 | -2/+2 |
| | |||||
* | use sigsum-go v.0.0.5 | Linus Nordberg | 2022-04-28 | 2 | -5/+3 |
| | |||||
* | use http get for get-* endpoints with input | Rasmus Dahlberg | 2022-04-26 | 4 | -55/+31 |
| | | | | | | 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 | ||||
* | integration: pick-up cleaned-up sigsum-debug | Rasmus Dahlberg | 2022-04-23 | 1 | -14/+16 |
| | |||||
* | integration: add basic tests | Rasmus Dahlberg | 2022-04-22 | 1 | -26/+295 |
| | | | | | Mostly checks that all endpoints play with valid input. Output is checked to some extent. The exact tests can be improved over time. | ||||
* | integration: reduce interval to speed-up test | Rasmus Dahlberg | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | integration: add more info prints | Rasmus Dahlberg | 2022-04-21 | 1 | -0/+3 |
| | |||||
* | integration: remove rgdd's test params | Rasmus Dahlberg | 2022-04-21 | 1 | -2/+2 |
| | |||||
* | integration: add a valid leaf test | Rasmus Dahlberg | 2022-04-21 | 1 | -0/+21 |
| | |||||
* | integration: add nicer colors and date format | Rasmus Dahlberg | 2022-04-21 | 1 | -6/+5 |
| | |||||
* | integration: add basic alive test | Rasmus Dahlberg | 2022-04-21 | 1 | -1/+21 |
| | |||||
* | integration: color-code output | Rasmus Dahlberg | 2022-04-21 | 1 | -3/+3 |
| | |||||
* | integration: add automatic setup and tear-down | Rasmus Dahlberg | 2022-04-21 | 9 | -136/+190 |
| | |||||
* | update module name (s/sigsum-log-go/log-go) | Rasmus Dahlberg | 2022-04-13 | 8 | -16/+16 |
| | | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md | ||||
* | switch to sigsum-go | Rasmus Dahlberg | 2022-04-13 | 21 | -33/+31 |
| | | | | Updates import paths only. | ||||
* | rename "a Handler" -> "h Handler" | Rasmus Dahlberg | 2022-04-04 | 1 | -6/+6 |
| | |||||
* | clean-up ServeHTTP method | Rasmus Dahlberg | 2022-04-01 | 1 | -17/+24 |
| | |||||
* | fix non-compliant use of HTTP status code 405 | Rasmus Dahlberg | 2022-04-01 | 4 | -23/+90 |
| | | | | See RFC 7231, §6.5.5. | ||||
* | move issues to a common pad | Rasmus Dahlberg | 2022-03-30 | 12 | -190/+0 |
| | |||||
* | issues: add progress notes | Rasmus Dahlberg | 2022-03-28 | 2 | -2/+7 |
| | |||||
* | follow SSHSIG changes in lib | Linus Nordberg | 2022-03-28 | 7 | -20/+23 |
| | |||||
* | fix syntax error in integration shell script | Linus Nordberg | 2022-03-14 | 1 | -2/+2 |
| | |||||
* | issues: Add option to read key from file | Rasmus Dahlberg | 2022-03-09 | 1 | -0/+2 |
| | |||||
* | adjust expressed expectations | Linus Nordberg | 2022-03-03 | 1 | -2/+2 |
| | | | | | | Corrections by rgdd. TODO: Expand on this, preferably by automating verification of return values. | ||||
* | do submit four, not one | Linus Nordberg | 2022-03-03 | 1 | -0/+3 |
| | | | | Spotted by rgdd. | ||||
* | use dns name as per proposals/2022-01-domain-hint | Linus Nordberg | 2022-03-03 | 1 | -1/+1 |
| | | | | Spotted by rgdd. | ||||
* | incorporate fixes from rgdd | Linus Nordberg | 2022-03-03 | 1 | -3/+2 |
| | |||||
* | move values specific to a test instance to a separate file | Linus Nordberg | 2022-03-03 | 3 | -11/+26 |
| | |||||
* | correct an error message | Linus Nordberg | 2022-03-03 | 1 | -1/+1 |
| | |||||
* | clarify a few things on how to run the log | Linus Nordberg | 2022-03-03 | 2 | -15/+16 |
| | |||||
* | integration: Add a basic "it runs test" | Rasmus Dahlberg | 2022-01-26 | 4 | -0/+117 |
| | |||||
* | go: Tidy module files | Rasmus Dahlberg | 2022-01-26 | 2 | -3/+1 |
| | |||||
* | instance: Use the new tree-head endpoints | Rasmus Dahlberg | 2022-01-26 | 4 | -72/+10 |
| | |||||
* | state: Generate new mocks | Rasmus Dahlberg | 2022-01-26 | 1 | -27/+12 |
| |