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 4c5b96887 #771 Avoid NoClassDefFoundError: net/i2p/crypto/eddsa/EdDSAPublicKey (#773) new 591e44e4c Resolve JUnit warnings about private BeforeAll methods new bca964c72 GH-767: Make SkED25519PublicKey work with arbitrary ed25519 keys 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 | 6 +- .../keys/impl/SkED25519PublicKeyEntryDecoder.java | 20 +++-- .../common/config/keys/u2f/SkED25519PublicKey.java | 17 +++-- .../keys/SkED25519BufferPublicKeyParser.java | 3 +- .../util/security/eddsa/generic/EdDSAUtils.java | 89 ++++++++++++++++++++++ .../signature/KnownHostsCertificateTest.java | 2 +- .../signature/OpenSshHostCertificateTest.java | 2 +- .../server/auth/AuthorizedKeysCertificateTest.java | 2 +- 8 files changed, 121 insertions(+), 20 deletions(-) create mode 100644 sshd-common/src/main/java/org/apache/sshd/common/util/security/eddsa/generic/EdDSAUtils.java