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 7ba6081  Fix typo in dependency name specified in SCP documentation
     new c6ac1ae  Fixed Javadoc of some classes
     new 363d84c  [SSHD-934] Fixed ECDSA public key encoding into OpenSSH format

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 +
 .../org/apache/sshd/common/cipher/ECCurves.java    |   5 +-
 .../sshd/common/config/keys/KeyEntryResolver.java  |   2 +-
 .../sshd/common/config/keys/PublicKeyEntry.java    |   4 +-
 .../config/keys/PublicKeyRawDataDecoder.java       |   1 +
 .../common/config/keys/PublicKeyRawDataReader.java |   1 +
 .../config/keys/loader/openssh/kdf/BCrypt.java     |   8 ++
 .../keys/EcdsaPublicKeyEntryDecoderTest.java       | 120 +++++++++++++++++++++
 .../java/org/apache/sshd/common/io/IoSession.java  |   1 +
 .../server/subsystem/sftp/SftpEventListener.java   |   2 +-
 10 files changed, 140 insertions(+), 6 deletions(-)
 create mode 100644 
sshd-common/src/test/java/org/apache/sshd/common/config/keys/EcdsaPublicKeyEntryDecoderTest.java

Reply via email to