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 d156443  Make sure the project is built using with JDK 8 during 
releases
     add 85add3f  [SSHD-1172] OpenSshCertificate: timestamps are unsigned long
     add 9b5b052  [SSHD-1171] Re-generate OpenSSH certificates without 
expiration
     add 85d3c31  [SSHD-1168] Check for correct OpenSsshCertificate types

No new revisions were added by this update.

Summary of changes:
 .../common/config/keys/OpenSshCertificate.java     | 37 ++++++++++++++--------
 .../common/config/keys/OpenSshCertificateImpl.java | 14 ++++++--
 .../FileHostKeyCertificateProvider.java            | 10 +++++-
 .../sshd/client/auth/pubkey/UserAuthPublicKey.java | 26 +++++++++++++--
 .../java/org/apache/sshd/client/kex/DHGClient.java | 10 ++----
 .../sshd/server/auth/pubkey/UserAuthPublicKey.java | 26 +++++++++++++++
 .../sshd/server/session/AbstractServerSession.java | 22 +++++++++----
 .../FileHostKeyCertificateProviderTest.java        | 26 +++++++--------
 .../common/signature/OpenSSHCertificateTest.java   |  2 ++
 .../sshd/common/keyprovider/dummy_user-cert.pub    |  1 +
 .../common/signature/ssh_host_rsa_key-cert.pub     |  2 +-
 .../signature/ssh_host_rsa_key_sha1-cert.pub       |  2 +-
 12 files changed, 128 insertions(+), 50 deletions(-)
 copy sshd-netty/src/test/java/org/apache/sshd/netty/NettyIoSessionTest.java => 
sshd-core/src/test/java/org/apache/sshd/common/keyprovider/FileHostKeyCertificateProviderTest.java
 (56%)
 create mode 100644 
sshd-core/src/test/resources/org/apache/sshd/common/keyprovider/dummy_user-cert.pub

Reply via email to