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 1209dcc84 [site] Improve links in japicmp reports new 138bcfbe8 Simplify SshClient new ba8f228ed [test] Add a test for HttpParser new ccb211d4c Session creation: lazy initialize ClientUserAuthService new 07ebc0998 Fix typo in comment new a998735f1 Minor simplification in server-side SocksProxy class new d04cc4584 An OpenSshCertificate is not a PrivateKey! The 6 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: .../apache/sshd/common/config/keys/KeyUtils.java | 128 ++++----------------- .../common/config/keys/OpenSshCertificate.java | 3 +- .../keys/impl/OpenSSHCertificateDecoder.java | 30 ++--- .../openssh/OpenSSHKeyPairResourceParser.java | 50 +------- .../java/org/apache/sshd/client/SshClient.java | 111 ++++++++++-------- .../sshd/client/auth/pubkey/UserAuthPublicKey.java | 14 --- .../sshd/client/session/ClientUserAuthService.java | 41 +++---- .../client/session/proxy/GssApiMechanisms.java | 4 +- .../org/apache/sshd/common/forward/SocksProxy.java | 46 +++----- .../sshd/client/session/proxy/HttpParserTest.java | 110 ++++++++++++++++++ 10 files changed, 254 insertions(+), 283 deletions(-) create mode 100644 sshd-core/src/test/java/org/apache/sshd/client/session/proxy/HttpParserTest.java