aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-04-04 23:09:34 -0700
committerKenny Root <kenny@the-b.org>2015-04-05 16:00:27 -0700
commitc7032050b30cd7e4bbb7323a821cf236d2b64cf1 (patch)
tree8c400eecabe469baecfad32af27c38db64df5641 /CHANGELOG.md
parent448addf10d132a410b7d280674fef5ed04463ed2 (diff)
downloadconnectbot-c7032050b30cd7e4bbb7323a821cf236d2b64cf1.tar.gz
connectbot-c7032050b30cd7e4bbb7323a821cf236d2b64cf1.tar.bz2
connectbot-c7032050b30cd7e4bbb7323a821cf236d2b64cf1.zip
Keep order for crypto wishlist
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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 665105b..895d821 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,3 +3,6 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
+### Fixed
+- Key exchange and host key algorithm preference order was not being
+ respected.