aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/com/trilead/ssh2/signature
Commit message (Collapse)AuthorAgeFilesLines
* Fix exception message in ECDSASHA2VerifyKenny Root2013-10-061-2/+2
| | | | Change-Id: Ib69c29588acb60b94cf710244f4c4dc76534412f
* Partial support for importing EC keysKenny Root2013-04-131-0/+17
|
* Add EC pubkey to UIKenny Root2013-04-121-5/+32
|
* Fix line endingsKenny Root2013-04-112-435/+435
|
* Fix bug in EC point encodingKenny Root2013-04-111-2/+3
|
* Add ECDH supportKenny Root2013-04-101-4/+30
| | | | | | | | 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-26/+148
|
* Add ECDSA supportKenny Root2013-02-041-0/+294
|
* Remove J2ME compatibility layer for keysKenny Root2013-02-038-512/+217
| | | | | | 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.
* Update Trilead SSH-2 for Java from build 211 to build 213Kenny Root2008-08-261-10/+21
|
* Initial import.Kenny Root2007-11-178-0/+719