aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/trilead/ssh2/crypto/digest/HashForSSH2Types.java
Commit message (Collapse)AuthorAgeFilesLines
* Add diffie-hellman-group-exchange-sha256 supportKenny Root2013-10-061-10/+1
| | | | | | | | 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-99/+99
|
* Remove J2ME compatibility layer for keysKenny Root2013-02-031-12/+19
| | | | | | 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.
* Initial import.Kenny Root2007-11-171-0/+93