This is an automated email from the ASF dual-hosted git repository.
lgoldstein pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from 7deb2ad [SSHD-1058] Removed some unusued local variables
new e59e591 [SSHD-1053] Fixed handling of certified keys
authenticationFixed handling of certified keys authentication
new 5b98aa7 [SSHD-1053] Make OpenSSHCertificateTest independent from
client default signatures
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 +
.../org/apache/sshd/common/signature/Signature.java | 8 ++++++++
.../apache/sshd/common/signature/SignatureRSA.java | 11 ++++++++++-
.../sshd/common/signature/SignatureRSASHA1.java | 4 +++-
.../sshd/common/signature/SignatureRSASHA256.java | 4 +++-
.../sshd/common/signature/SignatureRSASHA512.java | 4 +++-
.../java/org/apache/sshd/server/kex/DHGServer.java | 2 +-
.../common/signature/OpenSSHCertificateTest.java | 21 ++++++++++-----------
8 files changed, 39 insertions(+), 16 deletions(-)