This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from 20464c4 Update CHANGES and README for chacha20 and openSSH certs
new 53f06e1 Revert "[SSHD-1017] Add support for
[email protected]"
new 8e884ba Remove mention of chcha20-ploy1305 from CHANGES and README
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.md | 1 -
README.md | 2 +-
.../apache/sshd/common/cipher/BaseGCMCipher.java | 2 +-
.../apache/sshd/common/cipher/BuiltinCiphers.java | 7 -
.../apache/sshd/common/cipher/ChaCha20Cipher.java | 279 ---------------------
.../org/apache/sshd/common/mac/Poly1305Mac.java | 270 --------------------
.../sshd/common/cipher/ChaCha20CipherTest.java | 59 -----
.../java/org/apache/sshd/common/BaseBuilder.java | 1 -
.../common/session/helpers/AbstractSession.java | 9 +-
9 files changed, 3 insertions(+), 627 deletions(-)
delete mode 100644
sshd-common/src/main/java/org/apache/sshd/common/cipher/ChaCha20Cipher.java
delete mode 100644
sshd-common/src/main/java/org/apache/sshd/common/mac/Poly1305Mac.java
delete mode 100644
sshd-common/src/test/java/org/apache/sshd/common/cipher/ChaCha20CipherTest.java