From 872d55a3329b20ff980a54e266e4e819e9259db1 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 20 Dec 2021 18:20:58 +0100 Subject: issues: Add issue implement-ssh-signing-format --- issues/implement-ssh-signing-format.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 issues/implement-ssh-signing-format.md 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
+**Date:** 2021-12-20
+ +# 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. -- cgit v1.2.3