aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5 from kruton/indirect-proxyKenny Root2015-10-084-225/+142
|\
| * Move socket creation out to its own functionKenny Root2015-10-083-130/+142
| * Remove the authenticateWithDSA methodKenny Root2015-10-081-59/+0
| * Remove tcpNoDelay settingKenny Root2015-10-082-36/+0
* | Merge pull request #4 from kruton/doc-fixKenny Root2015-10-082-16/+17
|\ \
| * | 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
| * | Add Javadoc for user argumentKenny Root2015-10-081-1/+1
| |/
* | Merge pull request #3 from kruton/ecdsa-fixKenny Root2015-10-081-7/+68
|\ \ | |/ |/|
| * Support decoding large keysKenny Root2015-10-081-7/+68
|/
* Remove now unneeded repository URLKenny Root2015-09-161-6/+0
* [Gradle Release Plugin] - new version commit: '2.2.2-SNAPSHOT'.Kenny Root2015-09-151-2/+2
* [Gradle Release Plugin] - pre tag commit: '2.2.1'.Kenny Root2015-09-151-2/+2
* Ignore IntelliJ IDEA filesKenny Root2015-09-151-2/+2
* Merge pull request #2 from kruton/simplesocksKenny Root2015-09-152-124/+39
|\
| * Change SOCKS library to simplesocksKenny Root2015-09-152-124/+39
|/
* Add latest version download badgeKenny Root2015-07-181-0/+2
* travis-ci: remove lock files before cachingKenny Root2015-07-181-0/+1
* [Gradle Release Plugin] - new version commit: '2.2.1-SNAPSHOT'.Kenny Root2015-07-181-2/+2
* [Gradle Release Plugin] - pre tag commit: '2.2.0'.Kenny Root2015-07-181-2/+2
* Add wrapper to travis-ci cache as wellKenny Root2015-07-181-0/+1
* Add caching to travis-ci buildKenny Root2015-07-182-1/+7
* Rename project to sshlibKenny Root2015-07-18131-1/+1
* Add gradle release commandKenny Root2015-07-181-0/+4
* Fix various javadoc errorsKenny Root2015-07-189-15/+16
* Add auto-publishing via TravisKenny Root2015-07-184-1/+120
* Add jsocks dependencyKenny Root2015-07-181-0/+7
* Remove android build tools referenceKenny Root2015-07-181-2/+0
* Create README.mdKenny Root2015-07-181-0/+7
* Set up initial skeleton of projectKenny Root2015-07-1810-0/+312
* Change MessageDigest algorithms to standard nameKenny Root2015-06-091-3/+3
* ssh: try all addresses when connectingKenny Root2015-04-191-67/+15
* ECDH there should be no negative bigintKenny Root2015-04-052-3/+3
* Fix ssh-dss host key supportKenny Root2015-04-051-1/+1
* Keep order for crypto wishlistKenny Root2015-04-051-2/+3
* Check for EC support before enabling itKenny Root2015-04-031-6/+24
* Fix exception message in ECDSASHA2VerifyKenny Root2013-10-061-2/+2
* Add diffie-hellman-group-exchange-sha256 supportKenny Root2013-10-065-36/+20
* Add support for HMAC-SHA2-256 and HMAC-SHA2-512Kenny Root2013-10-061-9/+48
* Extract common key generation functionKenny Root2013-04-161-51/+28
* Partial support for importing EC keysKenny Root2013-04-133-6/+167
* Add EC pubkey to UIKenny Root2013-04-122-7/+36
* Fix line endingsKenny Root2013-04-11115-18727/+18727
* Fix bug in EC point encodingKenny Root2013-04-112-3/+4
* Add ECDH supportKenny Root2013-04-1010-154/+381
* Add support for ECDSA P-384 and P-521Kenny Root2013-02-064-34/+158
* Use RSA CRT keys for speedKenny Root2013-02-041-5/+9
* Add ECDSA supportKenny Root2013-02-045-48/+433
* Remove J2ME compatibility layer for keysKenny Root2013-02-0322-1756/+544
* Attempt to fix CLOSE_WAIT problemKenny Root2011-05-055-14/+15