Skip to content

jsch-0.2.22

Latest
Compare
Choose a tag to compare
@mwiede mwiede released this 10 Jan 07:20
· 4 commits to master since this release

What's Changed

  • 0.2.22 changes by @norrisjeremy in #705
    • Add support for sntrup761x25519-sha512 KEX algorithm.
      -- As with [email protected], this requires Bouncy Castle.
    • Add support for mlkem768x25519-sha256, mlkem768nistp256-sha256 & mlkem1024nistp384-sha384 KEX algorithms.
      -- As with sntrup761x25519-sha512 & [email protected], this requires Bouncy Castle.
      -- Once Alpine Linux 3.21 is released (hopefully later this year), we can switch Dockerfile.openssh99 over to using it instead of Alpine Linux Edge for the integration tests.
      -- Also, once JEP-496 is integrated into OpenJDK (hopefully for the Java 24 release due next year), we can then add an implementation of the ML-KEM KEX algorithms that doesn't rely on Bouncy Castle.
    • Run tests on Java 23.
  • fix(#739) SignatureECDSAN destroying private key by @ikucuze in #740

Dependency Updates

  • Bump surefire.version from 3.5.1 to 3.5.2 by @dependabot in #703
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #704
  • Bump org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79 by @dependabot in #702
  • Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 by @dependabot in #706
  • Bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in #707
  • Bump github/codeql-action from 3.27.1 to 3.27.4 by @dependabot in #711
  • Bump org.testcontainers:junit-jupiter from 1.20.3 to 1.20.4 by @dependabot in #713
  • Bump log4j.version from 2.24.1 to 2.24.2 by @dependabot in #712
  • Bump github/codeql-action from 3.27.4 to 3.27.5 by @dependabot in #716
  • Bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #715
  • Bump errorprone.version from 2.35.1 to 2.36.0 by @dependabot in #714
  • Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.0 to 2.9.1 by @dependabot in #718
  • Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1 by @dependabot in #720
  • Bump biz.aQute.bnd:bnd-maven-plugin from 7.0.0 to 7.1.0 by @dependabot in #719
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #722
  • Bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in #725
  • Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 by @dependabot in #724
  • Bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #728
  • Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 by @dependabot in #730
  • Bump log4j.version from 2.24.2 to 2.24.3 by @dependabot in #729
  • Bump github/codeql-action from 3.27.9 to 3.28.0 by @dependabot in #736
  • Bump actions/setup-java from 4.5.0 to 4.6.0 by @dependabot in #735
  • Bump jna.version from 5.15.0 to 5.16.0 by @dependabot in #733
  • Bump com.kohlschutter:compiler-annotations from 1.7.4 to 1.8.0 by @dependabot in #731
  • Bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #723
  • Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #734

New Contributors

Full Changelog: jsch-0.2.21...jsch-0.2.22