Mercurial > dropbear
comparison CHANGES @ 1769:0e178f767ada
Merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 29 Oct 2020 21:51:41 +0800 |
parents | 4b984c42372d |
children | 284c3837891c |
comparison
equal
deleted
inserted
replaced
1768:096a66e45212 | 1769:0e178f767ada |
---|---|
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 | |
1 2020.80 - 26 June 2020 | 20 2020.80 - 26 June 2020 |
2 | 21 |
3 - Don't block authorized_keys logins with no-X11-forwarding or no-agent-forwarding | 22 - Don't block authorized_keys logins with no-X11-forwarding or no-agent-forwarding |
4 restrictions when X11 or agent forwarding are disabled at compile time. | 23 restrictions when X11 or agent forwarding are disabled at compile time. |
5 This is more of a problem now X11 is disabled by default, reported by Guilhem Moulin | 24 This is more of a problem now X11 is disabled by default, reported by Guilhem Moulin |