Lines Matching full:signature
1 This document describes a lightweight SSH Signature format
11 The header is the string "-----BEGIN SSH SIGNATURE-----"
13 "-----END SSH SIGNATURE-----" immediately after a newline.
15 The header MUST be present at the start of every signature.
16 Files containing the signature MUST start with the header.
18 signature.
25 -----BEGIN SSH SIGNATURE-----
30 -----END SSH SIGNATURE-----
43 string signature
46 public key used to make the signature using the usual SSH
54 interpretation domain for the signature, e.g. file signing.
60 (e.g. tags) into the signature. Implementations should ignore
64 This is done to limit the amount of data presented to the signature
69 The signature itself is made using the SSH signature algorithm and
71 signature algorithm must be "rsa-sha2-512" or "rsa-sha2-256" (i.e.
76 armored signature.
79 3. Signed Data, of which the signature goes into the blob above
94 (e.g. tags) into the signature. Implementations should ignore