You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2021/10/16 19:52:03 UTC

[mina-sshd] branch master updated (8baac1d -> 2e5cf6f)

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 8baac1d  [SSHD-1215] Treat ACE4_APPEND_DATA as a hint only
     add 2e5cf6f  [SSHD-1216] Server-side server-sig-algs KEX extension

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/sshd/client/ClientBuilder.java |  15 +-
 .../java/org/apache/sshd/common/BaseBuilder.java   |   8 +
 .../DefaultServerKexExtensionHandler.java          | 186 +++++++++++++++++++++
 .../java/org/apache/sshd/server/ServerBuilder.java |   7 +
 4 files changed, 205 insertions(+), 11 deletions(-)
 create mode 100644 sshd-core/src/main/java/org/apache/sshd/common/kex/extension/DefaultServerKexExtensionHandler.java