Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill trillian_log_server twicegregoire/update-trillian | Grégoire Détrez | 2022-09-02 | 1 | -1/+2 |
| | | | | | Send SIGTERM to trillian_log_server if it hasn't exited in 5 seconds. This is a workaround for version 1.5.0 not exiting properly. | ||||
* | Update go.sum | Grégoire Détrez | 2022-09-02 | 1 | -229/+651 |
| | |||||
* | Update Trillian to 1.5.0 | Grégoire Détrez | 2022-08-29 | 2 | -104/+3 |
| | | | | Bump version and update mock. | ||||
* | Remove dependency on base16 in integration/test.shHEADmain | Grégoire Détrez | 2022-08-29 | 1 | -3/+11 |
| | |||||
* | Fix instruction to generate private key | Grégoire Détrez | 2022-08-26 | 1 | -1/+1 |
| | |||||
* | Refactor TestAddLeaf to match current implementation | Grégoire Détrez | 2022-08-26 | 1 | -76/+71 |
| | | | | | | | - Fix tests to match current implementation - Add sequenced/unsequenced test cases Co-authored-by: Rasmus Dahlberg <rasmus@mullvad.net> | ||||
* | verify secondary consistency against proposed treev0.5.1 | Linus Nordberg | 2022-07-19 | 1 | -19/+16 |
| | | | | | | ... and not against latest published. Also, improve comments in code. | ||||
* | store and restore of latest published STH | Linus Nordberg | 2022-07-19 | 4 | -16/+67 |
| | |||||
* | don't limit time for fetching leaves from primary to 10s | Linus Nordberg | 2022-07-19 | 1 | -6/+4 |
| | | | | | We might want to limit _each_request_ to something, but we'll leave that for now. | ||||
* | Update README with new log and witness info | Rasmus Dahlberg | 2022-06-28 | 1 | -23/+22 |
| | |||||
* | implement primary and secondary role, for replicationv0.5.0 | Linus Nordberg | 2022-06-23 | 50 | -1654/+3682 |
| | |||||
* | 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 |
| |