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 11b33de  [SSHD-942] Added 
ChannelIdTrackingUnknownChannelReferenceHandler
     new 6e63c9d  [SSHD-941] Lazy-load and cache internal moduli used in 
Diffie-Helman group key exchange
     new 6eb232f  [SSHD-941] Allow user to override min./max. key sizes for a 
specific session Diffi-Helman group exchange via session properties

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                                         | 13 ++-
 README.md                                          |  1 +
 .../java/org/apache/sshd/client/kex/DHGClient.java | 11 ++-
 .../org/apache/sshd/client/kex/DHGEXClient.java    | 31 ++++++-
 .../org/apache/sshd/server/kex/DHGEXServer.java    | 96 ++++++++++++++--------
 .../java/org/apache/sshd/server/kex/DHGServer.java |  3 +-
 .../java/org/apache/sshd/server/kex/Moduli.java    | 51 +++++++++++-
 .../org/apache/sshd/server/kex/ModuliTest.java     | 52 +++++++-----
 8 files changed, 191 insertions(+), 67 deletions(-)
 copy sshd-common/src/test/java/org/apache/sshd/common/channel/PtyModeTest.java 
=> sshd-core/src/test/java/org/apache/sshd/server/kex/ModuliTest.java (51%)

Reply via email to