aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/com/trilead/ssh2/transport
Commit message (Collapse)AuthorAgeFilesLines
* ssh: try all addresses when connectingKenny Root2015-04-191-67/+15
| | | | This should satisfy the SSH part of issue #46.
* Fix ssh-dss host key supportKenny Root2015-04-051-1/+1
| | | | | | | | This string was accidentally renamed to "ssh-dsa" during refactoring. DSA should die and go away, but the SSH standard said that was the only required algorithm when it was created. Change-Id: Ia533eac55692289de8042f6f95714b577941ca3f
* Keep order for crypto wishlistKenny Root2015-04-051-2/+3
| | | | | | | | Switch from TreeSet to LinkedHashMap since the preference is determined by iterating over the Set for both KEX_ALGS and HOST_KEY_ALGS. The order before was based on string comparisons(!) Change-Id: Ia4573d67f35a5371eb8c70dde631085d61570fe9
* Check for EC support before enabling itKenny Root2015-04-031-6/+24
| | | | Fixes #69
* Add diffie-hellman-group-exchange-sha256 supportKenny Root2013-10-061-7/+14
| | | | | | | | Support exchanging groups using SHA-256 as specified in RFC 4419 For more information, see https://tools.ietf.org/html/rfc4419 Change-Id: Iee5d29e7113a05cad4714a61321bf86b016624b8
* Fix line endingsKenny Root2013-04-119-2017/+2017
|
* Fix bug in EC point encodingKenny Root2013-04-111-1/+1
|
* Add ECDH supportKenny Root2013-04-102-14/+22
| | | | | | | | Add support for the ECDH methods required by RFC 5656 ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521
* Add support for ECDSA P-384 and P-521Kenny Root2013-02-061-2/+4
|
* Add ECDSA supportKenny Root2013-02-041-14/+33
|
* Remove J2ME compatibility layer for keysKenny Root2013-02-031-6/+4
| | | | | | Use JCE instead of the DIY crypto library that is in Trilead. This was apparently for J2ME devices. Well, I'm sorry, J2ME devices, you're dead to me.
* Make 'zlib' compression work.Matt Johnston2011-01-251-6/+13
| | | | | Previously all compression was the equivalent of zlib@openssh.com since TransportConnection enforced that.
* Expand compression buffers if needed for JZlibKenny Root2009-12-171-1/+2
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@439 df292f66-193f-0410-a5fc-6d59da041ff2
* Temporary compatibility fix for old OpenSSH servers (2.0-2.5.2)Kenny Root2009-03-121-1/+1
|
* * Add compression option to hostsKenny Root2008-11-113-2/+88
|
* Update Trilead SSH-2 for Java from build 211 to build 213Kenny Root2008-08-262-10/+32
|
* Initial import.Kenny Root2007-11-179-0/+1896