What's Changed
- 0.2.25 changes by @norrisjeremy in #797
- Add support for mlkem768x25519-sha256, mlkem768nistp256-sha256 & mlkem1024nistp384-sha384 KEX algorithms using JEP 496.
- Stop abusing the packet buffer for signature verification.
- Fix intermittent KEX errors with hybrid PQ/EC algorithms: the EC shared secret should not be stripped of unnecessary leading zero bytes since they are concatenated with the PQ secret and encoded as a string.
- Support custom ThreadFactory. by @hstyi in #793
Dependency Updates
- Bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot in #790
- Bump org.testcontainers:junit-jupiter from 1.20.5 to 1.20.6 by @dependabot in #791
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by @dependabot in #781
- Bump actions/download-artifact from 4.1.8 to 4.1.9 by @dependabot in #785
- Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1 by @dependabot in #796
- Bump jna.version from 5.16.0 to 5.17.0 by @dependabot in #795
- Bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in #776
- Bump actions/cache from 4.2.2 to 4.2.3 by @dependabot in #800
- Bump github/codeql-action from 3.28.11 to 3.28.13 by @dependabot in #801
- Bump errorprone.version from 2.36.0 to 2.37.0 by @dependabot in #803
- Bump surefire.version from 3.5.2 to 3.5.3 by @dependabot in #804
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #807
- Bump github/codeql-action from 3.28.13 to 3.28.14 by @dependabot in #808
- Bump de.thetaphi:forbiddenapis from 3.8 to 3.9 by @dependabot in #806
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.25.0 to 2.26.0 by @dependabot in #799
- Bump actions/download-artifact from 4.1.9 to 4.2.1 by @dependabot in #798
- Bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in #802
New Contributors
Full Changelog: jsch-0.2.24...jsch-0.2.25