Skip to content

Releases: mwiede/jsch

v0.1.65

15 Aug 10:10
Compare
Choose a tag to compare
  • Added system properties to allow manipulation of various crypto algorithms used by default
  • Integrated JZlib, allowing use of [email protected] & zlib compressions without the need to provide the JZlib jar-file
  • Modularized the jar-file for use with Java 9 or newer
  • Added runtime controls for the min/max/preferred sizes used for diffie-hellman-group-exchange-sha256 & diffie-hellman-group-exchange-sha1
  • Renamed PubkeyAcceptedKeyTypes config to PubkeyAcceptedAlgorithms to match recent changes in OpenSSH (PubkeyAcceptedKeyTypes is still accepted for backward compatibility)
  • Reduced number of algorithms that are runtime checked by default via CheckCiphers, CheckMacs, CheckKExes & CheckSignatures to improve runtime performance

v0.1.64

05 Aug 21:47
Compare
Choose a tag to compare

#55 bug fix

v0.1.63

05 Jun 08:34
Compare
Choose a tag to compare

fix for #42

v0.1.62

04 Mar 15:22
Compare
Choose a tag to compare

#13 reject HostKey with some servers
#20 Include TestBCrypt.java unit test
#21 Misc cleanup
#27 Update Testcontainers to newest version to fix test failures
#34 NPE with openssh v1 format

v0.1.61

27 Oct 23:12
Compare
Choose a tag to compare
  • Add support for [email protected], ssh-ed25519, ssh-ed448, curve448-sha512, diffie-hellman-group15-sha512 & diffie-hellman-group17-sha512. This makes use of the new EdDSA feature added in Java 15's JEP 339. #17
  • added integration test for public key authentication #19

v0.1.60

16 Oct 13:47
Compare
Choose a tag to compare
  • support for openssh-v1-private-key format
  • Fix bug with AEAD ciphers when compression is used. #15

v0.1.59

24 Jun 19:20
Compare
Choose a tag to compare

v0.1.58

24 Jun 19:18
Compare
Choose a tag to compare

adds support for more algorithms contributed by @norrisjeremy see #4