You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2023/04/01 14:15:20 UTC

[mina-sshd] branch master updated (fcd4bfa37 -> 47ca5fe4d)

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 fcd4bfa37 Moved implemented standards documentation to separate file
     add 47ca5fe4d Support reading OpenSSH private keys with AEAD encryption

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  20 ++--
 .../keys/loader/openssh/OpenSSHKeyDecryptor.java   |   4 +-
 .../openssh/OpenSSHKeyPairResourceParser.java      | 108 ++++++++++++---------
 .../keys/loader/openssh/OpenSSHParserContext.java  |  20 +---
 .../keys/loader/openssh/kdf/BCryptKdfOptions.java  |  70 +++++++------
 .../keys/loader/openssh/kdf/RawKdfOptions.java     |   4 +-
 .../OpenSSHKeyPairResourceParserAEADTest.java      |  80 +++++++++++++++
 .../common/config/keys/loader/openssh/ed25519_priv |   7 ++
 .../config/keys/loader/openssh/ed25519_priv.aes    |   8 ++
 .../config/keys/loader/openssh/ed25519_priv.cha    |   8 ++
 .../config/keys/loader/openssh/ed25519_priv.gcm    |   8 ++
 11 files changed, 232 insertions(+), 105 deletions(-)
 create mode 100644 sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java
 create mode 100644 sshd-common/src/test/resources/org/apache/sshd/common/config/keys/loader/openssh/ed25519_priv
 create mode 100644 sshd-common/src/test/resources/org/apache/sshd/common/config/keys/loader/openssh/ed25519_priv.aes
 create mode 100644 sshd-common/src/test/resources/org/apache/sshd/common/config/keys/loader/openssh/ed25519_priv.cha
 create mode 100644 sshd-common/src/test/resources/org/apache/sshd/common/config/keys/loader/openssh/ed25519_priv.gcm