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 0b96a457b Bump org.apache:apache from 32 to 33 (#572) add 4b6f80940 GH-533: Fix ClientUserAuthService iteration through methods new d53fea977 GH-524: More ChaCha20-Poly1305 optimizations 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 | 56 ++-- .../org/apache/sshd/common/mac/Poly1305Mac.java | 68 +++-- .../sshd/client/auth/pubkey/UserAuthPublicKey.java | 28 +- .../sshd/client/session/ClientUserAuthService.java | 153 +++++++--- .../sshd/client/auth/pubkey/MultiAuthTest.java | 319 +++++++++++++++++++++ .../sshd/common/cipher/BuiltinCiphersTest.java | 7 +- 7 files changed, 533 insertions(+), 99 deletions(-) create mode 100644 sshd-core/src/test/java/org/apache/sshd/client/auth/pubkey/MultiAuthTest.java