This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from a1b2a10e3 Merge branch 'master' into 3.0.0
new 3d7ee1412 Update CHANGES
new 169dd9037 Padding doesn't need secure random
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 | 5 ++
.../sshd/common/session/filters/CryptFilter.java | 5 +-
.../common/session/filters/InjectIgnoreFilter.java | 5 +-
.../common/session/filters/SshTransportFilter.java | 3 +-
.../common/session/filters/ThreadLocalRandom.java | 65 ++++++++++++++++++++++
.../session/filters/CompressionFilterTest.java | 2 -
.../session/filters/InjectIgnoreFilterTest.java | 6 +-
7 files changed, 77 insertions(+), 14 deletions(-)
create mode 100644
sshd-core/src/main/java/org/apache/sshd/common/session/filters/ThreadLocalRandom.java