aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/src/main/java/com/trilead/ssh2/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Add support for auth with open-keychainhsm2016-05-292-1/+61
|
* ed25519: implement equality and hashCodeKenny Root2016-03-111-0/+16
| | | | | The KnownHosts code uses .equals() to figure out if keys are the same, so implement these in Ed25519Key so that type of key works in that case.
* Add Ed25519 host key supportKenny Root2016-01-243-0/+115
|
* Add curve25519-sha256@libssh.org exchange methodKenny Root2016-01-242-0/+74
|
* Add length check with testKenny Root2015-12-251-1/+7
|
* Rename project to sshlibKenny Root2015-07-1823-0/+3868