From 75c0ae9a833c0752f68ce855947d344f9ad742ca Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Mon, 2 Nov 2015 15:31:31 +0100 Subject: [PATCH] Updated readme with new kex algorithms --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 204501fe..666471ae 100644 --- a/README.adoc +++ b/README.adoc @@ -62,7 +62,8 @@ ciphers:: `aes{128,192,256}-{cbc,ctr}`, `blowfish-cbc`, `3des-cbc` key exchange:: - `diffie-hellman-group1-sha1`, `diffie-hellman-group14-sha1`, `diffie-hellman-group-exhange-sha1`, `diffie-hellman-group-exchange-sha256` + `diffie-hellman-group1-sha1`, `diffie-hellman-group14-sha1`, `diffie-hellman-group-exhange-sha1`, `diffie-hellman-group-exchange-sha256`, + `ecdh-sha2-nistp256`, `ecdh-sha2-nistp384` signatures:: `ssh-rsa`, `ssh-dss` @@ -93,6 +94,7 @@ Fork away! == Release history SSHJ 0.14.0 (2015-??-??):: +* Added support for `ecdh-sha2-nistp256` and `ecdh-sha2-nistp384` * Fixed https://github.com/hierynomus/sshj/issues/167[#167]: Added support for `diffie-hellman-group-exhange-sha1` and `diffie-hellman-group-exhange-sha256` key exchange methods * Fixed https://github.com/hierynomus/sshj/issues/212[#212]: Configure path escaping to enable shell expansion to work correctly * Merged https://github.com/hierynomus/sshj/issues/210[#210]: RemoteFileInputStream.skip returns wrong value (Fixes https://github.com/hierynomus/sshj/issues/209[#209])