summaryrefslogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-01 17:44:10 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-01 17:44:10 (EDT)
commitddc7c8fb8a37b64ef5c94c0f873fe48a71512d4a (patch)
tree39d915ad43db8a1b59567982bcaa2c0187841f53 /changelog
parent22f788e92e1485cc2109dc0ee1567a21a1490e08 (diff)
localoptions.h: New file
Diffstat (limited to 'changelog')
-rw-r--r--changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog b/changelog
index 70e1cdf..5beab60 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,15 @@ dropbear (2019.78-1) trunk
* New upstream version.
* Update Maintainer field.
* Build against new libtommath.1-dev.
+ * The following weak algorithms (enabled by default upstream) are now
+ disabled:
+ - Triple DES cipher
+ - CBC block cipher mode
+ - SHA-1 message hashing
+ - DSA keys
+ - 1024-bit SHA-1 key exchange
+ * Server password authentication is now disabled. Public keys are required.
+ * The contents of "/etc/motd" are now sent to clients.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 01 Jun 2019 10:36:58 -0400