diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:24:10 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:24:10 +0800 |
commit | aa029ed99150a8a3f2f0aeabc751684496d5bb44 (patch) | |
tree | 9ae3c7276824728ff3a8f90e240d076acf6ce46e /CHANGES | |
parent | 0777e896f131c8e0453a1f402730207f59befd0c (diff) |
2013.61test
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2013.61test - Thursday 14 November 2013 + +- ECC (elliptic curve) support. Supports ECDSA hostkeys (requires new keys to + be generated) and ECDH for setting up encryption keys (no intervention + required). This is significantly faster. + +- curve25519-sha256@libssh.org support for setting up encryption keys. This is + another elliptic curve mode with less potential of NSA interference in + algorithm parameters. curve25519-donna code thanks to Adam Langley + +- -R option to automatically generate hostkeys. This is recommended for + embedded platforms since it allows the system random number device + /dev/urandom a longer startup time to generate a secure seed before the + hostkey is required. + +- Compile fixes for old vendor compilers like Tru64 from Daniel Richard G. + 2013.60 - Wednesday 16 October 2013 - Fix "make install" so that it doesn't always install to /bin and /sbin |