aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* 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