aboutsummaryrefslogtreecommitdiff
path: root/pkg/db
Commit message (Collapse)AuthorAgeFilesLines
* replace glog with sigsum-go's log packageRasmus Dahlberg2022-05-051-2/+2
|
* change verification_key to public_keyLinus Nordberg2022-04-292-2/+2
| | | | Issue: #40
* change 'preimage' to 'message'Linus Nordberg2022-04-292-2/+2
| | | | Issue: #40
* update module name (s/sigsum-log-go/log-go)Rasmus Dahlberg2022-04-131-1/+1
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* switch to sigsum-goRasmus Dahlberg2022-04-134-8/+8
| | | | Updates import paths only.
* follow SSHSIG changes in libLinus Nordberg2022-03-282-5/+3
|
* db: Fix error prone timestamp configurationv0.3.4Rasmus Dahlberg2021-12-282-3/+16
| | | | | | The timestamp for the latest tree head is now set based on the current UNIX time. This means that there is no longer any reliance on Trillian to move the timestamp forward every 5 minutes, just set -interval=300s.
* types: Start using sigsum-lib-goRasmus Dahlberg2021-12-205-0/+1168
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.