aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.9.0-alpha1Kenny Root2015-11-231-2/+2
|
* Update changelogKenny Root2015-11-231-3/+14
|
* Update changelog.Jeremy Klein2015-08-201-0/+2
|
* Added CHANGELOG for latest changes.Kenny Root2015-08-141-0/+8
|
* Update version code for v1.8.5Kenny Root2015-08-111-5/+18
|
* Set the default RSA key size to 2048 bitsKenny Root2015-06-091-0/+3
| | | | | This should be the default size according to NIST 800-57 for new keys. Closes #81.
* Scale entropy dialog text with display densityKenny Root2015-06-091-0/+1
| | | | Fixes #82.
* Update the CHANGELOG for recent commitsKenny Root2015-06-091-0/+5
|
* Update version code for v1.8.4Kenny Root2015-04-191-2/+5
|
* telnet: try all addresses for hostKenny Root2015-04-191-2/+2
| | | | Closes #46
* ssh: try all addresses when connectingKenny Root2015-04-191-0/+2
| | | | This should satisfy the SSH part of issue #46.
* ssh: display the key exchange algorithm usedKenny Root2015-04-191-0/+1
|
* Telnet: ensure port number is below maximumKenny Root2015-04-171-0/+1
| | | | Closes #62
* Update CHANGELOG for TerminalManager fixKenny Root2015-04-161-0/+1
| | | | | In change 613bc40cdd458c7127902d1fd0b7b4b12fb27268 there was a fix that could be significant for some, so update the CHANGELOG to reflect that.
* ECDH there should be no negative bigintKenny Root2015-04-051-0/+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 ssh-dss host key supportKenny Root2015-04-051-0/+1
| | | | | | | | This string was accidentally renamed to "ssh-dsa" during refactoring. DSA should die and go away, but the SSH standard said that was the only required algorithm when it was created. Change-Id: Ia533eac55692289de8042f6f95714b577941ca3f
* Add changelog entries for 1.8.3Kenny Root2015-04-051-0/+9
| | | | Change-Id: Ifeefc557aaae1e3d6085c17988c728b045e32ee6
* Fix link in CHANGELOGKenny Root2015-04-051-0/+2
| | | | Change-Id: I30ef735f468da663c5ce5e70cec717711aef7d2c
* Provide more context for SSH connection failuresKenny Root2015-04-051-0/+4
| | | | | | | | | | Since the Trilead SSH stack throws IOException on failures and then higher levels of the stack catch those, we need to descend into the causes of each Exception to give the user more context. Unfortunately this information is not localized. Change-Id: I8b1fdf9eab65e5d2f6f1956562cbf9f56a2adb9d
* Keep order for crypto wishlistKenny Root2015-04-051-0/+3
| | | | | | | | Switch from TreeSet to LinkedHashMap since the preference is determined by iterating over the Set for both KEX_ALGS and HOST_KEY_ALGS. The order before was based on string comparisons(!) Change-Id: Ia4573d67f35a5371eb8c70dde631085d61570fe9
* Add a CHANGELOGKenny Root2015-04-051-0/+5
Change-Id: I7031e8bc379ed52ea8eb06e79cefb871204d530c