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 1498b76 [SSHD-1066] Allow multiple binding to local port tunnel on
different addresses
new 4e2eb44 [SSHD-1100] Updated used moduli for DH group KEX
new 20e1494 [SSHD-1100] Split DHGEXServer#chooseDH code into smaller
methods
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 | 2 +-
.../sshd/cli/client/SshClientCliSupport.java | 1 -
.../sshd/common/util/security/SecurityUtils.java | 8 +-
.../main/filtered-resources/org/apache/sshd/moduli | 535 +++++++++++----------
.../org/apache/sshd/server/kex/DHGEXServer.java | 53 +-
.../java/org/apache/sshd/server/kex/Moduli.java | 104 ++--
.../org/apache/sshd/server/kex/ModuliTest.java | 26 +
7 files changed, 418 insertions(+), 311 deletions(-)