Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | state: Refactor with new tree head endpoints | Rasmus Dahlberg | 2022-01-26 | 5 | -430/+230 |
| | | | | For details see doc/proposals/2022-01-no-quick-tree-head-endpoint. | ||||
* | issues: Implement decided proposals | Rasmus Dahlberg | 2022-01-16 | 1 | -0/+29 |
| | |||||
* | doc: Update proof-of-concept log information | Rasmus Dahlberg | 2021-12-30 | 1 | -14/+14 |
| | |||||
* | go: Fix dependencies based on Go version 1.15.9v0.3.5 | Rasmus Dahlberg | 2021-12-30 | 2 | -2/+4 |
| | |||||
* | db: Fix error prone timestamp configurationv0.3.4 | Rasmus Dahlberg | 2021-12-28 | 3 | -26/+16 |
| | | | | | | The timestamp for the latest tree head is now set based on the current UNIX time. This means that there is no longer any reliance on Trillian to move the timestamp forward every 5 minutes, just set -interval=300s. | ||||
* | issues: Add issue refactor-pkg-state-single | Rasmus Dahlberg | 2021-12-20 | 1 | -0/+20 |
| | |||||
* | types: Start using sigsum-lib-go | Rasmus Dahlberg | 2021-12-20 | 33 | -1949/+711 |
| | | | | | | 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. | ||||
* | issues: Fix error-prone timestamp configuration | Rasmus Dahlberg | 2021-12-18 | 1 | -0/+23 |
| |