summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-10-29 21:35:50 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-10-29 21:35:50 +0800
commit3c4ca907ac1e7e36152fbc0311853b380427642f (patch)
treebe6840d5b78d6b3d590d73a6d45437a5cdea88db /CHANGES
parent4fe258ffaea3dd58b19d1ebcb5051a577939ecb4 (diff)
downloaddropbear-3c4ca907ac1e7e36152fbc0311853b380427642f.tar.gz
Changelog for 2020.81DROPBEAR_2020.81
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 82bff2a..42095c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,22 @@
+2020.81 - 29 October 2020
+
+- Fix regression in 2020.79 which prevented connecting with some SSH
+ implementations. Increase MAX_PROPOSED_ALGO to 50, and print a log
+ message if the limit is hit. This fixes interoperability with sshj
+ library (used by PyCharm), and GoAnywhere.
+ Reported by Pirmin Walthert and Piotr Jurkiewicz
+
+- Fix building with non-GCC compilers, reported by Kazuo Kuroi
+
+- Fix potential long delay in dbclient, found by OSS Fuzz
+
+- Fix null pointer dereference crash, found by OSS Fuzz
+
+- libtommath now uses the same random source as Dropbear (in 2020.79
+ and 2020.80 used getrandom() separately)
+
+- Some fuzzing improvements, start of a dbclient fuzzer
+
2020.80 - 26 June 2020
- Don't block authorized_keys logins with no-X11-forwarding or no-agent-forwarding