commit | 1e61df8d9ea476e2e1504cd9a32b40280c7c6c7e | [log] [tgz] |
---|---|---|
author | Martin Garton <garton@gmail.com> | Sat Apr 30 22:10:58 2016 +0100 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Thu May 12 13:28:31 2016 +0000 |
tree | 0517110c8788c23ef96632277f6a15c8a5ef5d4d | |
parent | b76c864ef1dca1d8f271f917c290cddcce3d9e0d [diff] |
x/crypto/ssh: add support for ed25519 keys Added support for parsing the "new" openssh private key format. (ed25519 keys only in this format for now) Signing and verifying functions now work with ed25519 keys. ed25519 can now be accepted by the server to authenticate a client. ed25519 can now be accepted by a client as a server host key. Related documentation used: https://www.ietf.org/archive/id/draft-bjh21-ssh-ed25519-02.txt Change-Id: I84385f24d666fea08de21f980f78623f7bff8007 Reviewed-on: https://go-review.googlesource.com/22512 Reviewed-by: Han-Wen Nienhuys <hanwen@google.com> Run-TryBot: Han-Wen Nienhuys <hanwen@google.com>