aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* change default signing algo to sha256Linus Nordberg2022-03-252-2/+2
|
* split armored ssh signature blob on column 70Linus Nordberg2021-12-091-2/+2
| | | | This is what ssh-keygen -Y sign does.
* add tooling for signingLinus Nordberg2021-12-085-0/+252
There's tools for key generation and conversion and there's tools for signing and verifying a tree leaf. Note that the leaf signing tools use the yet to be decided about SSH signing format, with message (ie signers checksum) being hashed with SHA-512 to match SSH tooling (ssh-keygen -Y).