Mercurial > dropbear
comparison CHANGES @ 861:e894dbc015ba DROPBEAR_2013.61test
2013.61test
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 14 Nov 2013 22:24:10 +0800 |
parents | b9f0058860f1 |
children | 3d1d7d151c0c |
comparison
equal
deleted
inserted
replaced
860:057204b3dd61 | 861:e894dbc015ba |
---|---|
1 2013.61test - Thursday 14 November 2013 | |
2 | |
3 - ECC (elliptic curve) support. Supports ECDSA hostkeys (requires new keys to | |
4 be generated) and ECDH for setting up encryption keys (no intervention | |
5 required). This is significantly faster. | |
6 | |
7 - [email protected] support for setting up encryption keys. This is | |
8 another elliptic curve mode with less potential of NSA interference in | |
9 algorithm parameters. curve25519-donna code thanks to Adam Langley | |
10 | |
11 - -R option to automatically generate hostkeys. This is recommended for | |
12 embedded platforms since it allows the system random number device | |
13 /dev/urandom a longer startup time to generate a secure seed before the | |
14 hostkey is required. | |
15 | |
16 - Compile fixes for old vendor compilers like Tru64 from Daniel Richard G. | |
17 | |
1 2013.60 - Wednesday 16 October 2013 | 18 2013.60 - Wednesday 16 October 2013 |
2 | 19 |
3 - Fix "make install" so that it doesn't always install to /bin and /sbin | 20 - Fix "make install" so that it doesn't always install to /bin and /sbin |
4 | 21 |
5 - Fix "make install MULTI=1", installing manpages failed | 22 - Fix "make install MULTI=1", installing manpages failed |