Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename project to sshlib | Kenny Root | 2015-07-18 | 3 | -922/+0 |
| | |||||
* | Change MessageDigest algorithms to standard name | Kenny Root | 2015-06-09 | 1 | -3/+3 |
| | | | | | | | These message digests need a hyphen according to https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest Fixes #87 | ||||
* | ECDH there should be no negative bigint | Kenny Root | 2015-04-05 | 1 | -2/+2 |
| | | | | | | | | | Since the hash is over the canonical values of the agreed parameters when the shared secret was encoded as a negative biginteger, the two sides didn't agree. Make sure this doesn't occur by setting the bigint signum to 1. Change-Id: Ib0581cd7dc280dcce8cc3309d7102f8f5a444158 | ||||
* | Fix exception message in ECDSASHA2Verify | Kenny Root | 2013-10-06 | 1 | -2/+2 |
| | | | | Change-Id: Ib69c29588acb60b94cf710244f4c4dc76534412f | ||||
* | Partial support for importing EC keys | Kenny Root | 2013-04-13 | 1 | -0/+17 |
| | |||||
* | Add EC pubkey to UI | Kenny Root | 2013-04-12 | 1 | -5/+32 |
| | |||||
* | Fix line endings | Kenny Root | 2013-04-11 | 2 | -435/+435 |
| | |||||
* | Fix bug in EC point encoding | Kenny Root | 2013-04-11 | 1 | -2/+3 |
| | |||||
* | Add ECDH support | Kenny Root | 2013-04-10 | 1 | -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-521 | Kenny Root | 2013-02-06 | 1 | -26/+148 |
| | |||||
* | Add ECDSA support | Kenny Root | 2013-02-04 | 1 | -0/+294 |
| | |||||
* | Remove J2ME compatibility layer for keys | Kenny Root | 2013-02-03 | 8 | -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 213 | Kenny Root | 2008-08-26 | 1 | -10/+21 |
| | |||||
* | Initial import. | Kenny Root | 2007-11-17 | 8 | -0/+719 |