aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* 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-11116-18771/+18771
* 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
* Remove nullwire serviceKenny Root2011-10-124-337/+0
* Attempt to fix CLOSE_WAIT problemKenny Root2011-05-055-14/+15
* Make 'zlib' compression work.Matt Johnston2011-01-255-7/+55
* Fix silly thread API error in nullwire traceKenny Root2010-09-021-2/+2
* License contributed works as APL 2.0, 2nd passKenny Root2010-02-086-87/+104
* Fix regression in nullwire trace codeKenny Root2009-12-171-1/+3
* Expand compression buffers if needed for JZlibKenny Root2009-12-172-29/+35
* Update Nullwire error reportingKenny Root2009-12-174-45/+63
* Use ASE's JNI Exec codeKenny Root2009-11-171-0/+69
* Support SOCKS 4a extension for resolving hostnames remotelyKenny Root2009-07-091-15/+8
* Do not rely on jsocks ProxyServer; implement our ownKenny Root2009-07-091-28/+120
* Add in build information for exception reportingKenny Root2009-06-273-2/+8
* Add confirm-use and lifetime constraints to individual pubkeysKenny Root2009-06-262-4/+27
* Clean up auth agent forwarder, add auth agent lockingKenny Root2009-06-262-67/+146
* Add authentication agent forwardingKenny Root2009-06-255-1/+563
* * Don't let SSH hang on authentication when the TerminalManager goes awayKenny Root2009-06-161-1/+0
* Add configurable backspace keyKenny Root2009-06-151-0/+1
* Improve the stack trace handler; only ask user to submit while in the host listKenny Root2009-06-102-23/+42
* Add stack trace reportingKenny Root2009-06-104-0/+292
* Reduce allocations in read and write path, pass 1 (there is still more alloca...Kenny Root2009-06-011-4/+5
* Fix to SSH library to allow SSH protocol debuggingKenny Root2009-04-151-0/+2
* Temporary compatibility fix for old OpenSSH servers (2.0-2.5.2)Kenny Root2009-03-121-1/+1
* Comply with RFC 4254 on window-change packetKenny Root2009-01-233-18/+33
* Bug scrubKenny Root2009-01-201-2/+0
* * Add compression option to hostsKenny Root2008-11-1122-4/+5333
* * Deleted JCTerm source from repositoryKenny Root2008-11-103-1130/+0
* * Add dynamic port forwarding.Kenny Root2008-11-083-0/+318
* * added "in-memory" function to backend service so that unlocked keys can be ...Jeffrey Sharkey2008-11-023-6/+8
* * First pass at publickey authentication.Kenny Root2008-10-291-0/+52
* * WARNING: this build is broken lolJeffrey Sharkey2008-09-111-1/+2
* * moved all terminal logic into a Service backend. connections are held in p...Jeffrey Sharkey2008-08-273-0/+81