diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 22:45:46 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 22:45:46 +0200 |
commit | b09d20111227be5e6d5126ec905b44a7a4e96b0d (patch) | |
tree | 955fc6be7fb1e364a1d51bcca89080ea0cfa46bc /issues/implement-decided-proposals.md | |
parent | 146cd30b9eb17dd3fa5c49c844c6045d62e54a7c (diff) |
move issues to a common pad
Diffstat (limited to 'issues/implement-decided-proposals.md')
-rw-r--r-- | issues/implement-decided-proposals.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/issues/implement-decided-proposals.md b/issues/implement-decided-proposals.md deleted file mode 100644 index 5b04890..0000000 --- a/issues/implement-decided-proposals.md +++ /dev/null @@ -1,29 +0,0 @@ -**Title:** Implement decided proposals </br> -**Date:** 2022-01-16 </br> - -# Summary -Implement decided proposals according to the latest Sigsum v0 API. - -# Description -Several proposals were decided to feature freeze the Sigsum v0 API. These -proposals were documented in: - - sigsum/archive/2022-01-04-proposal* - sigsum/doc/2021-11* - -There is a draft on bringing the above into main documentation in - - rgdd/proposals - -Current status on implementing the above: - -* [x] open-ended shard interval -* [x] ssh signing format - * implement in sigsum-lib-go by updating `ToBinary()` - * then pick up the new sigsum-lib-go version in sigsum-log-go -* [x] remove arbitrary bytes -* [ ] get-\* endpoints -* [ ] domain hint - - sigsum-log-go should drop-in replace sigsum-lib-go/pkg/dns -* [ ] add-leaf -* [x] tree-head endpoints |