Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | follow SSHSIG changes in lib | Linus Nordberg | 2022-03-28 | 1 | -9/+9 |
| | |||||
* | incorporate fixes from rgdd | Linus Nordberg | 2022-03-03 | 1 | -3/+2 |
| | |||||
* | 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 | 1 | -5/+5 |
| | |||||
* | types: Start using sigsum-lib-go | Rasmus Dahlberg | 2021-12-20 | 5 | -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 hash | Rasmus Dahlberg | 2021-12-07 | 1 | -0/+3 |
| | |||||
* | added missing command-line parsingv0.3.2 | Rasmus Dahlberg | 2021-12-05 | 1 | -0/+2 |
| | |||||
* | implemented open-ended shard interval | Rasmus Dahlberg | 2021-12-05 | 1 | -5/+0 |
| | |||||
* | added domain_hint enforcementv0.3.0 | Rasmus Dahlberg | 2021-10-02 | 3 | -9/+96 |
| | |||||
* | changed module name, s/golang/gitv0.2.1 | Rasmus Dahlberg | 2021-09-29 | 3 | -6/+6 |
| | |||||
* | added shard_hint enforcement | Rasmus Dahlberg | 2021-09-27 | 1 | -0/+10 |
| | |||||
* | added option to supply git-commit hash when compiling | Rasmus Dahlberg | 2021-09-14 | 1 | -0/+3 |
| | | | | | | | Usage: ``` $ go build -ldflags="-X 'main.gitCommit=$(git rev-list -1 HEAD)'" ``` | ||||
* | updated (co)signed tree head structuresv0.2.0 | Rasmus Dahlberg | 2021-09-13 | 1 | -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} -> sigsum | Rasmus Dahlberg | 2021-09-13 | 5 | -34/+32 |
| | |||||
* | started using the refactored packages in siglog server | Rasmus Dahlberg | 2021-06-06 | 7 | -0/+341 |