aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on base16 in integration/test.shHEADmainGrégoire Détrez2022-08-291-3/+11
|
* Fix instruction to generate private keyGrégoire Détrez2022-08-261-1/+1
|
* Refactor TestAddLeaf to match current implementationGrégoire Détrez2022-08-261-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.1Linus Nordberg2022-07-191-19/+16
| | | | | | ... and not against latest published. Also, improve comments in code.
* store and restore of latest published STHLinus Nordberg2022-07-194-16/+67
|
* don't limit time for fetching leaves from primary to 10sLinus Nordberg2022-07-191-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 infoRasmus Dahlberg2022-06-281-23/+22
|
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-2350-1654/+3682
|
* Read key file as a seedGrégoire Détrez2022-06-201-1/+1
|
* Revert "wip"Linus Nordberg2022-05-2511-512/+182
| | | | | | | This reverts commit c003c2fc189748f082c09a2b4a729eb1c5732668. Should not have been pushed to main but rather branch linus/roles. Sorry about that.
* wipLinus Nordberg2022-05-2411-182/+512
|
* upgrade sigsum-go version from v0.0.7 -> v0.0.8Rasmus Dahlberg2022-05-212-3/+3
|
* s/EndpointGetTreeHeadToSign/EndpointGetTreeHeadToCoSign/gLinus Nordberg2022-05-212-4/+4
|
* Merge remote-tracking branch 'origin/merge/glog-to-log'Linus Nordberg2022-05-177-37/+68
|\
| * replace glog with sigsum-go's log packageRasmus Dahlberg2022-05-057-37/+68
| |
* | read key from fileRasmus Dahlberg2022-05-052-4/+8
|/
* update README with info for new log instanceLinus Nordberg2022-05-021-18/+25
|
* use dns package from sigsum-gov0.4.0Linus Nordberg2022-05-025-45/+6
| | | | Issue: #26
* remove programs that sigsum-debug replacedRasmus Dahlberg2022-04-295-202/+0
|
* change verification_key to public_keyLinus Nordberg2022-04-298-11/+11
| | | | Issue: #40
* change 'preimage' to 'message'Linus Nordberg2022-04-296-13/+13
| | | | Issue: #40
* upgrade sigsum-go v0.0.6 -> v0.0.7Rasmus Dahlberg2022-04-292-3/+3
|
* update info print s/to-sign/to-cosignRasmus Dahlberg2022-04-291-1/+1
|
* rename endpoint get-tree-head-to-signLinus Nordberg2022-04-285-7/+7
| | | | Reference: https://pad.sigsum.org/p/sigsum-db #11
* s/POST/GET in test output tooLinus Nordberg2022-04-281-2/+2
|
* use sigsum-go v.0.0.5Linus Nordberg2022-04-282-5/+3
|
* use http get for get-* endpoints with inputRasmus Dahlberg2022-04-264-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-debugRasmus Dahlberg2022-04-231-14/+16
|
* integration: add basic testsRasmus Dahlberg2022-04-221-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 testRasmus Dahlberg2022-04-221-1/+1
|
* integration: add more info printsRasmus Dahlberg2022-04-211-0/+3
|
* integration: remove rgdd's test paramsRasmus Dahlberg2022-04-211-2/+2
|
* integration: add a valid leaf testRasmus Dahlberg2022-04-211-0/+21
|
* integration: add nicer colors and date formatRasmus Dahlberg2022-04-211-6/+5
|
* integration: add basic alive testRasmus Dahlberg2022-04-211-1/+21
|
* integration: color-code outputRasmus Dahlberg2022-04-211-3/+3
|
* integration: add automatic setup and tear-downRasmus Dahlberg2022-04-219-136/+190
|
* update module name (s/sigsum-log-go/log-go)Rasmus Dahlberg2022-04-138-16/+16
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* switch to sigsum-goRasmus Dahlberg2022-04-1321-33/+31
| | | | Updates import paths only.
* rename "a Handler" -> "h Handler"Rasmus Dahlberg2022-04-041-6/+6
|
* clean-up ServeHTTP methodRasmus Dahlberg2022-04-011-17/+24
|
* fix non-compliant use of HTTP status code 405Rasmus Dahlberg2022-04-014-23/+90
| | | | See RFC 7231, §6.5.5.
* move issues to a common padRasmus Dahlberg2022-03-3012-190/+0
|
* issues: add progress notesRasmus Dahlberg2022-03-282-2/+7
|
* follow SSHSIG changes in libLinus Nordberg2022-03-287-20/+23
|
* fix syntax error in integration shell scriptLinus Nordberg2022-03-141-2/+2
|
* issues: Add option to read key from fileRasmus Dahlberg2022-03-091-0/+2
|
* adjust expressed expectationsLinus Nordberg2022-03-031-2/+2
| | | | | | Corrections by rgdd. TODO: Expand on this, preferably by automating verification of return values.
* do submit four, not oneLinus Nordberg2022-03-031-0/+3
| | | | Spotted by rgdd.
* use dns name as per proposals/2022-01-domain-hintLinus Nordberg2022-03-031-1/+1
| | | | Spotted by rgdd.