summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-14 22:24:10 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-14 22:24:10 +0800
commitaa029ed99150a8a3f2f0aeabc751684496d5bb44 (patch)
tree9ae3c7276824728ff3a8f90e240d076acf6ce46e /CHANGES
parent0777e896f131c8e0453a1f402730207f59befd0c (diff)
2013.61test
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c9a7eda..fec3dbe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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