This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.


    from 8200e7c  [SSHD-896] Added handling of SSH_MSG_NEWCOMPRESS via the 
registered KexExtensionHandler
     new 6c677d6  [SSHD-898] Allow client session to delay sending KEX_INIT 
until server KEX_INIT received
     new 164b799  [SSHD-871] Updated the supported standards README section

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:
 README.md                                          | 18 +++-
 docs/event-listeners.md                            |  6 +-
 docs/internals.md                                  | 11 ---
 .../sshd/client/session/AbstractClientSession.java | 19 +++++
 .../sshd/client/session/ClientSessionImpl.java     | 14 +++-
 .../DefaultClientKexExtensionHandler.java          | 97 ++++++++++++----------
 .../common/kex/extension/KexExtensionHandler.java  | 46 ++++++++--
 .../common/session/helpers/AbstractSession.java    | 20 +++--
 .../sshd/server/session/AbstractServerSession.java |  3 +-
 9 files changed, 159 insertions(+), 75 deletions(-)

Reply via email to