aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/com/trilead/ssh2/crypto/digest
Commit message (Collapse)AuthorAgeFilesLines
* Rename project to sshlibKenny Root2015-07-182-248/+0
|
* 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
* Add support for HMAC-SHA2-256 and HMAC-SHA2-512Kenny Root2013-10-061-9/+48
| | | | | | | | | This adds support for the new MAC modes using SHA-2 family of hashes as set forth in RFC 6668. See http://tools.ietf.org/html/rfc6668 for more information. Change-Id: I09dfe44efe230021a77d81546fccc6b124c958d3
* Fix line endingsKenny Root2013-04-112-217/+217
|
* Remove J2ME compatibility layer for keysKenny Root2013-02-036-1088/+73
| | | | | | 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-176-0/+1233