aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2021-12-20 18:20:58 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2021-12-20 18:23:48 +0100
commit872d55a3329b20ff980a54e266e4e819e9259db1 (patch)
tree40d21ee5559dde48dbd744418da5f69e3333b1ab
parent2472d908e6fa431e202beecd34e447256140cac4 (diff)
issues: Add issue implement-ssh-signing-format
-rw-r--r--issues/implement-ssh-signing-format.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/issues/implement-ssh-signing-format.md b/issues/implement-ssh-signing-format.md
new file mode 100644
index 0000000..ec4a411
--- /dev/null
+++ b/issues/implement-ssh-signing-format.md
@@ -0,0 +1,12 @@
+**Title:** Implement SSH signing format</br>
+**Date:** 2021-12-20 </br>
+
+# Summary
+Implement SSH signing format for statements and tree heads.
+
+# Description
+Sigsum decided to adopt the SSH signing format for both statements and tree
+heads, see
+ [proposal](https://git.sigsum.org/sigsum/tree/doc/proposals/2021-11-ssh-signature-format.md).
+Implementation is relatively straight-forward: update `ToBinary()` for
+`Statement` and `TreeHead` and add relevant unit tests.