aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/src/main/java/com/trilead/ssh2/transport
Commit message (Collapse)AuthorAgeFilesLines
* Add extended server hostkey verification APIKenny Root2016-02-211-1/+39
| | | | | | | | | | | This allows the SSH library to query the user of the library about which key algorithms they know about for this particular host. Otherwise when the library is upgraded or the host is upgraded, it may select and previously unknown key to authenticate against the database. Note there are two APIs added here called "removeServerHostKey" and "addServerHostKey" which currently are not called, but they are there for future support for hostkeys@openssh.com support.
* Add Ed25519 host key supportKenny Root2016-01-241-0/+12
|
* Add curve25519-sha256@libssh.org exchange methodKenny Root2016-01-241-2/+6
|
* Move socket creation out to its own functionKenny Root2015-10-081-123/+18
| | | | | Newer proxy types will need to have a way to create their own sockets, so move this out to its own function to allow that later.
* Remove tcpNoDelay settingKenny Root2015-10-081-11/+0
| | | | | This conflicts with more advanced proxy transports that don't support this, so just remove it altogether.
* Rename project to sshlibKenny Root2015-07-189-0/+2013