Merge pull request #39 from ejohnstown/release-v1.2.0

wolfSSH v1.2.0
pull/40/head v1.2.0-stable
Chris Conlon 2017-09-26 14:16:11 -06:00 committed by GitHub
commit 815d2919d5
1 changed files with 2 additions and 2 deletions

View File

@ -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.