aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* 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-192-13/+57
|
* 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.
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-2328-0/+4207
|
* use dns package from sigsum-gov0.4.0Linus Nordberg2022-05-021-0/+50
Issue: #26