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 a7f8147b5 Avoid calling newly deprecated constructor of sk-* keys
add b05e5ab42 Fix matching sk-* keys against authorized_keys
add 80fc45f0a Fix server-side authentication with sk-* keys with flags
new 02a586557 Update CHANGES
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 +
.../signature/AbstractSecurityKeySignature.java | 5 +
...AuthorizedKeyEntriesPublickeyAuthenticator.java | 3 +-
.../sshd/server/auth/pubkey/UserAuthPublicKey.java | 23 ++-
...orizedKeyEntriesPublickeyAuthenticatorTest.java | 71 +++++++
.../sshd/server/auth/UserAuthPublicKeySkTest.java | 207 +++++++++++++++++++++
6 files changed, 304 insertions(+), 6 deletions(-)
create mode 100644
sshd-core/src/test/java/org/apache/sshd/server/auth/AuthorizedKeyEntriesPublickeyAuthenticatorTest.java
create mode 100644
sshd-core/src/test/java/org/apache/sshd/server/auth/UserAuthPublicKeySkTest.java