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 e32c262e5 KEX: fix host certificate w/o principals add e487c7798 GH-664: Skip MAC negotiation if an AEAD cipher was negotiated new c49790453 Give the ChaCha20Cipher a toString() method The 1 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 + .../apache/sshd/common/cipher/ChaCha20Cipher.java | 5 ++ .../common/session/helpers/AbstractSession.java | 20 +++++ .../apache/sshd/client/kex/NegotiationTest.java | 87 ++++++++++++++++++++++ .../apache/sshd/common/mac/EncryptThenMacTest.java | 7 +- .../sshd/util/test/CoreTestSupportUtils.java | 6 ++ 6 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 sshd-core/src/test/java/org/apache/sshd/client/kex/NegotiationTest.java