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 804849f Remove wrong override annotation again! new a1d767f [SSHD-1247] Added support for Argon2id encrypted PUTTY keys new 89d014a Organized POM properties in a more consistent manner 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 | 1 + assembly/src/main/legal/notices.xml | 2 +- pom.xml | 4 +- .../apache/sshd/putty/AbstractPuttyKeyDecoder.java | 38 ++++-- .../org/apache/sshd/putty/DSSPuttyKeyDecoder.java | 3 +- .../apache/sshd/putty/ECDSAPuttyKeyDecoder.java | 3 +- .../apache/sshd/putty/EdDSAPuttyKeyDecoder.java | 3 +- .../sshd/putty/PuttyKeyPairResourceParser.java | 127 ++++++++++++++++++--- .../org/apache/sshd/putty/RSAPuttyKeyDecoder.java | 3 +- .../sshd/putty/AbstractPuttyTestSupport.java | 100 ++++++++++++++++ .../org/apache/sshd/putty/PuttyKeyUtilsTest.java | 41 +------ .../apache/sshd/putty/PuttySpecialKeysTest.java | 44 ++++--- ...ialKeysTest-ssh-rsa-argon2id-KeyPair-123456.ppk | 31 +++++ 13 files changed, 306 insertions(+), 94 deletions(-) create mode 100644 sshd-putty/src/test/java/org/apache/sshd/putty/AbstractPuttyTestSupport.java copy sshd-common/src/test/java/org/apache/sshd/common/util/io/der/DERParserTest.java => sshd-putty/src/test/java/org/apache/sshd/putty/PuttySpecialKeysTest.java (52%) create mode 100644 sshd-putty/src/test/resources/org/apache/sshd/putty/PuttySpecialKeysTest-ssh-rsa-argon2id-KeyPair-123456.ppk