File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ 2020.81 - 29 October 2020
2+
3+ - Fix regression in 2020.79 which prevented connecting with some SSH
4+ implementations. Increase MAX_PROPOSED_ALGO to 50, and print a log
5+ message if the limit is hit. This fixes interoperability with sshj
6+ library (used by PyCharm), and GoAnywhere.
7+ Reported by Pirmin Walthert and Piotr Jurkiewicz
8+
9+ - Fix building with non-GCC compilers, reported by Kazuo Kuroi
10+
11+ - Fix potential long delay in dbclient, found by OSS Fuzz
12+
13+ - Fix null pointer dereference crash, found by OSS Fuzz
14+
15+ - libtommath now uses the same random source as Dropbear (in 2020.79
16+ and 2020.80 used getrandom() separately)
17+
18+ - Some fuzzing improvements, start of a dbclient fuzzer
19+
1202020.80 - 26 June 2020
221
322- Don't block authorized_keys logins with no-X11-forwarding or no-agent-forwarding
Original file line number Diff line number Diff line change 1+ dropbear (2020.81-0.1) unstable; urgency=low
2+
3+ * New upstream release.
4+
5+ -- Matt Johnston <matt@ucc.asn.au> Thu, 29 Oct 2020 22:51:57 +0800
6+
17dropbear (2020.80-0.1) unstable; urgency=low
28
39 * New upstream release.
Original file line number Diff line number Diff line change 44 *******************************************************************/
55
66#ifndef DROPBEAR_VERSION
7- #define DROPBEAR_VERSION "2020.80 "
7+ #define DROPBEAR_VERSION "2020.81 "
88#endif
99
1010#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
You can’t perform that action at this time.
0 commit comments