Upgrade dependencies (
#1007 )
Pull request merge
Refactored PuTTY Secret Key Derivation (
#1003 )
Pull request merge
Make private fields final (
#1005 )
Pull request merge
Removed eddsa library in favor of standard Java Security classes (
#993 )
Pull request merge
Refactored PKCS8 and PEM key parsing to reduce use of Bouncy Castle (
#… Pull request merge
Removed Bouncy Castle usage from Tests (
#984 )
Pull request merge
Use try-with-resources (
#999 )
Pull request merge
Fix typo "default" (
#997 )
Pull request merge
Use StandardCharsets.UTF_8 (Java 1.7) (
#998 )
Pull request merge
Add empty data to SSH_MSG_IGNORE messages (
#974 )
Pull request merge
Upgrade Gradle to 8.12.1 and other dependencies (
#982 )
Pull request merge
Refactored ECDSA Key Handling using Java Security (
#983 )
Pull request merge
Check error stream is not null before notifying error (
#961 )
Pull request merge
Improved Curve25519 Public Key Handling (
#959 )
Pull request merge
Allow custom scp download command line (
#958 )
Pull request merge
Provide public SCP command line builder (Fixes \
#951 )
Add SFTP integration test
Upgraded Bouncy Castle and other dependencies (
#945 )
Pull request merge
Add overloaded init methods that take the public key from a stream an… (
Pull request merge
Fix for issue
#910 : Bad packet received by server when hearbeat is en…
Pull request merge
Fix false-alarm timeout exception when waiting for key exchange to co…
Pull request merge
Close Session when closing SCPEngine or SFTPEngine (
#926 )
Pull request merge
Support premature termination of listing (
#928 )
Pull request merge
Don't send keep alive signals before kex is done (
#934 )
Pull request merge
Wrap IllegalArgumentException thrown by Base64 decoder (
#936 )
Pull request merge
connected sockets can be passed to the library (
#925 )
Pull request merge
known_hosts parsing does not ignore malformed base64 strings since 0.…
Pull request merge
Fix typo in README.adoc (
#920 )
Pull request merge
You can’t perform that action at this time.