aboutsummaryrefslogtreecommitdiff
path: root/issues/implement-ssh-signing-format.md
blob: ec4a411869dce4c4bf63ad64c103a9017437fc70 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.