diff 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
line wrap: on
line diff
--- a/CHANGES	Thu Nov 14 22:14:09 2013 +0800
+++ b/CHANGES	Thu Nov 14 22:24:10 2013 +0800
@@ -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.
+
+- [email protected] 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