This is an automated email from the ASF dual-hosted git repository.
tomaswolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 708239eac Update link to .asf.yaml documentation
add f463789ce Preserve security key signature blobs
new 206f54b37 Integration test for SK keys
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 | 3 +-
.../sshd/agent/common/AbstractAgentClient.java | 7 +-
.../sshd/agent/common/AbstractAgentProxy.java | 28 ++-
.../sshd/client/auth/pubkey/UserAuthPublicKey.java | 7 +-
.../java/org/apache/sshd/agent/AgentUnitTest.java | 95 ++++++++
.../sshd/client/auth/pubkey/SkPubKeyAuthTest.java | 261 +++++++++++++++++++++
.../auth/pubkey/UserAuthPublicKeySkTest.java | 125 ++++++++++
sshd-mina/pom.xml | 2 +
sshd-netty/pom.xml | 1 +
10 files changed, 526 insertions(+), 4 deletions(-)
create mode 100644
sshd-core/src/test/java/org/apache/sshd/client/auth/pubkey/SkPubKeyAuthTest.java
create mode 100644
sshd-core/src/test/java/org/apache/sshd/client/auth/pubkey/UserAuthPublicKeySkTest.java