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 b450b771f Bump grpc 1.78.0 -> 1.79.0
new de65c121e GH-892: Adapt handling certificates without principals
new b11c15944 GH-892: Host certificate principals may contain wildcards
new a0ef7a567 Host certificates: check both public keys for not being
revoked
The 3 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 | 15 ++++++
.../java/org/apache/sshd/client/kex/DHGClient.java | 25 +++++++++-
.../keyverifier/KnownHostsServerKeyVerifier.java | 15 +++++-
.../org/apache/sshd/core/CoreModuleProperties.java | 6 +++
...AuthorizedKeyEntriesPublickeyAuthenticator.java | 27 +++++++----
.../signature/KnownHostsCertificateTest.java | 55 ++++++++++++++++++++++
.../server/auth/AuthorizedKeysCertificateTest.java | 27 +++++++----
7 files changed, 150 insertions(+), 20 deletions(-)