aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for ECDSASHA2VerifyKenny Root2015-12-262-75/+71
| | | | | | Since SimpleDERReader is now more tested and this class duplicates the functionality of that one, we will switch to using SimpleDERReader enstead.
* Add unit tests for readOidKenny Root2015-12-251-0/+72
|
* Add tests for readIntKenny Root2015-12-251-0/+48
|
* Add length check with testKenny Root2015-12-253-1/+76
|
* Merge pull request #5 from kruton/indirect-proxyKenny Root2015-10-084-225/+142
|\ | | | | Allow indirect proxy classes to implement their own functions
| * Move socket creation out to its own functionKenny Root2015-10-083-130/+142
| | | | | | | | | | Newer proxy types will need to have a way to create their own sockets, so move this out to its own function to allow that later.
| * Remove the authenticateWithDSA methodKenny Root2015-10-081-59/+0
| | | | | | | | | | This has been deprecated for quite a while and using DSA should be discouraged.
| * Remove tcpNoDelay settingKenny Root2015-10-082-36/+0
| | | | | | | | | | This conflicts with more advanced proxy transports that don't support this, so just remove it altogether.
* | Merge pull request #4 from kruton/doc-fixKenny Root2015-10-082-16/+17
|\ \ | | | | | | Fix some javadoc
| * | Fix typo in javadoc about encryptionKenny Root2015-10-081-1/+1
| | |
| * | Add mentions of EC keys where DSA and RSA are mentionedKenny Root2015-10-082-14/+15
| | | | | | | | | | | | | | | EC keys have been supported by this library for a while, so the documentation should be updated to reflect that fact.
| * | Add Javadoc for user argumentKenny Root2015-10-081-1/+1
| |/
* / Support decoding large keysKenny Root2015-10-081-7/+68
|/ | | | | | | The ASN.1 decoding routines were not accounting for keys that needed long-form length encoding. Amend the code to add long form length. Fixes connectbot/connectbot#76
* Remove now unneeded repository URLKenny Root2015-09-161-6/+0
|
* Change SOCKS library to simplesocksKenny Root2015-09-152-124/+39
| | | | simplesocks only implements what we need and is 100% test covered!
* Rename project to sshlibKenny Root2015-07-18130-0/+21068