SSH
SSH copied to clipboard
ssh-key: support making RSA-SHA1 signatures
[!IMPORTANT] This PR is branched from #315 and depends on it
fixes #322
This PR implements Signer for (&RsaKeypair, Option<HashAlg>). I'm not happy about the API, but I wanted to avoid creating a new trait just for this. Open to suggestions.