aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* store and restore of latest published STHLinus Nordberg2022-07-191-3/+9
|
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-235-234/+416
|
* Read key file as a seedGrégoire Détrez2022-06-201-1/+1
|
* Revert "wip"Linus Nordberg2022-05-251-65/+5
| | | | | | | This reverts commit c003c2fc189748f082c09a2b4a729eb1c5732668. Should not have been pushed to main but rather branch linus/roles. Sorry about that.
* wipLinus Nordberg2022-05-241-5/+65
|
* Merge remote-tracking branch 'origin/merge/glog-to-log'Linus Nordberg2022-05-171-17/+47
|\
| * replace glog with sigsum-go's log packageRasmus Dahlberg2022-05-051-17/+47
| |
* | read key from fileRasmus Dahlberg2022-05-051-3/+7
|/
* use dns package from sigsum-gov0.4.0Linus Nordberg2022-05-021-1/+1
| | | | Issue: #26
* remove programs that sigsum-debug replacedRasmus Dahlberg2022-04-295-202/+0
|
* change verification_key to public_keyLinus Nordberg2022-04-293-4/+4
| | | | Issue: #40
* change 'preimage' to 'message'Linus Nordberg2022-04-291-4/+4
| | | | Issue: #40
* rename endpoint get-tree-head-to-signLinus Nordberg2022-04-281-1/+1
| | | | Reference: https://pad.sigsum.org/p/sigsum-db #11
* update module name (s/sigsum-log-go/log-go)Rasmus Dahlberg2022-04-132-5/+5
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* switch to sigsum-goRasmus Dahlberg2022-04-135-8/+8
| | | | Updates import paths only.
* follow SSHSIG changes in libLinus Nordberg2022-03-281-9/+9
|
* incorporate fixes from rgddLinus Nordberg2022-03-031-3/+2
|
* correct an error messageLinus Nordberg2022-03-031-1/+1
|
* clarify a few things on how to run the logLinus Nordberg2022-03-031-5/+5
|
* types: Start using sigsum-lib-goRasmus Dahlberg2021-12-205-44/+47
| | | | | | 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.
* added print of verification key hashRasmus Dahlberg2021-12-071-0/+3
|
* added missing command-line parsingv0.3.2Rasmus Dahlberg2021-12-051-0/+2
|
* implemented open-ended shard intervalRasmus Dahlberg2021-12-051-5/+0
|
* added domain_hint enforcementv0.3.0Rasmus Dahlberg2021-10-023-9/+96
|
* changed module name, s/golang/gitv0.2.1Rasmus Dahlberg2021-09-293-6/+6
|
* added shard_hint enforcementRasmus Dahlberg2021-09-271-0/+10
|
* added option to supply git-commit hash when compilingRasmus Dahlberg2021-09-141-0/+3
| | | | | | | Usage: ``` $ go build -ldflags="-X 'main.gitCommit=$(git rev-list -1 HEAD)'" ```
* updated (co)signed tree head structuresv0.2.0Rasmus Dahlberg2021-09-131-3/+10
| | | | | | - Added key_hash in tree head, see motivation in api.md - Added separate types for (co)signed tree heads - Refactored tree head HTTP APIs to be current, see api.md
* fixed {st,stfe,system-transparency} -> sigsumRasmus Dahlberg2021-09-135-34/+32
|
* started using the refactored packages in siglog serverRasmus Dahlberg2021-06-067-0/+341