This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 1d9bca0c0 ChannelAsyncOutputStream: fix closing gracefully
add f2277c586 [SSHD-1297] Prevent OOME when reading from a Buffer
add 63952e7f7 [SSHD-1297] Provide KeyUtils.loadPublicKey()
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 3 +
.../apache/sshd/common/config/keys/KeyUtils.java | 19 +++++++
.../org/apache/sshd/common/util/buffer/Buffer.java | 6 +-
.../sshd/common/config/keys/KeyUtilsTest.java | 66 ++++++++++++++++++++++
.../apache/sshd/common/util/buffer/BufferTest.java | 10 ++++
5 files changed, 99 insertions(+), 5 deletions(-)