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 ac45b61 Fixed SFTP directory scanners behavior documentation example new 5fc2eff [SSHD-1107] Allow configuration of minimum DH group exchange key size via property or programmatically new af6c8ed [SSHD-1108] Increased minimum default DH group exchange key size to 2048 (but support 1024) 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 | 4 +- README.md | 7 +- docs/security-providers.md | 23 +++++ .../sshd/common/util/security/SecurityUtils.java | 85 +++++++++++----- .../SecurityProviderRegistrarTestSupport.java | 3 - .../SecurityUtilsDHGEXGroupKeySizeTest.java | 111 +++++++++++++++++++++ .../common/util/security/SecurityUtilsTest.java | 22 +--- .../security/SecurityUtilsTestSupport.java} | 35 +++---- .../eddsa/EdDSASecurityProviderRegistrarTest.java | 3 + .../org/apache/sshd/client/kex/DHGEXClient.java | 2 +- .../org/apache/sshd/server/kex/DHGEXServer.java | 8 +- .../org/apache/sshd/server/kex/ModuliTest.java | 4 +- 12 files changed, 234 insertions(+), 73 deletions(-) create mode 100644 sshd-common/src/test/java/org/apache/sshd/common/util/security/SecurityUtilsDHGEXGroupKeySizeTest.java copy sshd-common/src/test/java/org/apache/sshd/common/{file/nonefs/NoneFileSystemFactoryTest.java => util/security/SecurityUtilsTestSupport.java} (51%)