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 62970af  Fix ScpTest hanging sometimes
     add e6e8807  [SSHD-1017] Add support for chacha20-poly1...@openssh.com

No new revisions were added by this update.

Summary of changes:
 .../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 +-
 7 files changed, 625 insertions(+), 2 deletions(-)
 create mode 100644 
sshd-common/src/main/java/org/apache/sshd/common/cipher/ChaCha20Cipher.java
 create mode 100644 
sshd-common/src/main/java/org/apache/sshd/common/mac/Poly1305Mac.java
 create mode 100644 
sshd-common/src/test/java/org/apache/sshd/common/cipher/ChaCha20CipherTest.java

Reply via email to