aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/trilead/ssh2/transport/KexManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-011-671/+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-111-645/+645
|
* Fix bug in EC point encodingKenny Root2013-04-111-1/+1
|
* Add ECDH supportKenny Root2013-04-101-12/+19
| | | | | | | | 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.
* 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-111-1/+10
|
* Initial import.Kenny Root2007-11-171-0/+629