aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/trilead/ssh2/transport
Commit message (Collapse)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-019-2046/+0
|
* 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