Merge pull request #2224 from hagau/ssh_encode_signature

Encode signature to SSH compatible format in SshAuthenticationService
This commit is contained in:
Vincent Breitmoser
2017-11-28 16:47:53 +01:00
committed by GitHub
7 changed files with 403 additions and 45 deletions

View File

@@ -42,6 +42,10 @@ public class SshAuthenticationApi {
*
* Sign a given challenge
*
* returns the encoded signature as described in
* RFC4253, RFC5656 & draft-ietf-curdle-ssh-ed25519
* and their respective updates
*
* required extras:
* String EXTRA_KEY_ID
* byte[] EXTRA_CHALLENGE