aboutsummaryrefslogtreecommitdiff
path: root/issues/implement-ssh-signing-format.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-03-30 20:13:59 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-03-30 20:13:59 +0200
commitf801aee1378f536a41f0eb5a299787a28d983137 (patch)
tree6e0aba5e699736adf4c122fd86894531d12f7fa4 /issues/implement-ssh-signing-format.md
parent999cf63440bb08bd2588b924a8a4309c7273adff (diff)
move issues into a common pad
Diffstat (limited to 'issues/implement-ssh-signing-format.md')
-rw-r--r--issues/implement-ssh-signing-format.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/issues/implement-ssh-signing-format.md b/issues/implement-ssh-signing-format.md
deleted file mode 100644
index ec4a411..0000000
--- a/issues/implement-ssh-signing-format.md
+++ /dev/null
@@ -1,12 +0,0 @@
-**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.