From 776ec729ca0a81344bd1aef4310e2c264ca0386e Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 26 Sep 2017 11:46:50 -0700 Subject: [PATCH] Update the configure script and readme for v1.2.0. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4b83b2e5..79440d9a4 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,13 @@ Where the user can be `gretel` or `hansel`. release notes ------------- -### wolfSSH v1.2.0 (09/XX/2017) +### wolfSSH v1.2.0 (09/26/2017) - Added ECDH Group Exchange with SHA2 hashing and curves nistp256, nistp384, and nistp521. - Added ECDSA with SHA2 hashing and curves nistp256, nistp384, and nistp521. - Added client support. -- Added an example client. +- Added an example client that talks to the echoserver. - Changed the echoserver to allow only one connection, but multiple connections are allowed with a command line option. - Added option to echoserver to offer an ECC public key.