comparison CHANGES @ 878:3d1d7d151c0c DROPBEAR_2013.62

2013.62
author Matt Johnston <matt@ucc.asn.au>
date Tue, 03 Dec 2013 21:39:06 +0800
parents e894dbc015ba
children 49ed526daedc
comparison
equal deleted inserted replaced
877:369a811e466a 878:3d1d7d151c0c
1 2013.62 - Tuesday 3 December 2013
2
3 - Disable "interactive" QoS connection options when a connection doesn't
4 have a PTY (eg scp, rsync). Thanks to Catalin Patulea for the patch.
5
6 - Log when a hostkey is generated with -R, fix some bugs in handling server
7 hostkey commandline options
8
9 - Fix crash in Dropbearconvert and 521 bit key, reported by NiLuJe
10
11 - Update config.guess and config.sub again
12
1 2013.61test - Thursday 14 November 2013 13 2013.61test - Thursday 14 November 2013
2 14
3 - ECC (elliptic curve) support. Supports ECDSA hostkeys (requires new keys to 15 - ECC (elliptic curve) support. Supports ECDSA hostkeys (requires new keys to
4 be generated) and ECDH for setting up encryption keys (no intervention 16 be generated) and ECDH for setting up encryption keys (no intervention
5 required). This is significantly faster. 17 required). This is significantly faster.
12 embedded platforms since it allows the system random number device 24 embedded platforms since it allows the system random number device
13 /dev/urandom a longer startup time to generate a secure seed before the 25 /dev/urandom a longer startup time to generate a secure seed before the
14 hostkey is required. 26 hostkey is required.
15 27
16 - Compile fixes for old vendor compilers like Tru64 from Daniel Richard G. 28 - Compile fixes for old vendor compilers like Tru64 from Daniel Richard G.
29
30 - Make authorized_keys handling more robust, don't exit encountering
31 malformed lines. Thanks to Lorin Hochstein and Mark Stillwell
17 32
18 2013.60 - Wednesday 16 October 2013 33 2013.60 - Wednesday 16 October 2013
19 34
20 - Fix "make install" so that it doesn't always install to /bin and /sbin 35 - Fix "make install" so that it doesn't always install to /bin and /sbin
21 36