aboutsummaryrefslogtreecommitdiff
path: root/issues/implement-ssh-signing-format.md
diff options
context:
space:
mode:
Diffstat (limited to 'issues/implement-ssh-signing-format.md')
-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.