This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 8e884ba8338eca96664468790ced3731dbf754a7
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Fri Jul 9 16:35:33 2021 +0200

    Remove mention of chcha20-ploy1305 from CHANGES and README
    
    The implementation of chacha20-poly1305 was backed out as it causes
    KEX failures.
---
 CHANGES.md | 1 -
 README.md  | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 33274e7..b5dc316 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -22,7 +22,6 @@
 
 ## Behavioral changes and enhancements
 
-* [SSHD-1017](https://issues.apache.org/jira/browse/SSHD-1017) Add support for 
the chacha20-poly1...@openssh.com cipher
 * [SSHD-1161](https://issues.apache.org/jira/browse/SSHD-1161) Support OpenSSH 
client certificates for publickey authentication
 * [SSHD-1163](https://issues.apache.org/jira/browse/SSHD-1163) Wrong server 
key algorithm choose
 * [SSHD-1164](https://issues.apache.org/jira/browse/SSHD-1164) Parsing of 
~/.ssh/config Host patterns fails with extra whitespace
diff --git a/README.md b/README.md
index d7b9b87..6984c5e 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ based applications requiring SSH support.
 ## Implemented/available support
 
 * **Ciphers**: aes128cbc, aes128ctr, aes192cbc, aes192ctr, aes256cbc, 
aes256ctr, arcfour128, arcfour256, blowfishcbc, tripledescbc,
-aes128-...@openssh.com, aes256-...@openssh.com, chacha20-poly1...@openssh.com
+aes128-...@openssh.com, aes256-...@openssh.com
 * **Digests**: md5, sha1, sha224, sha256, sha384, sha512
 * **Macs**: hmacmd5, hmacmd596, hmacsha1, hmacsha196, hmacsha256, hmacsha512, 
hmac-sha2-256-...@openssh.com
 , hmac-sha2-512-...@openssh.com, hmac-sha1-...@openssh.com

Reply via email to