Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.2.22 changes #705

Merged
merged 4 commits into from
Nov 11, 2024
Merged

0.2.22 changes #705

merged 4 commits into from
Nov 11, 2024

Conversation

norrisjeremy
Copy link
Contributor

@norrisjeremy norrisjeremy commented Nov 8, 2024

  • Add entry for 0.2.21 and update links for issues in prior releases.
  • 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.

Copy link

sonarcloud bot commented Nov 8, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
15.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@norrisjeremy
Copy link
Contributor Author

Quality Gate Failed Quality Gate failed

Failed conditions 15.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Not sure what to do about this: I don't see much value in performing a bunch of refactoring to try and unify the ECDH+KEM & XEC+KEM implementations since the existing ECDH & XEC implementations are also similarly structured in the same way that SonarCloud seems to be objecting.

@mwiede mwiede merged commit 900b781 into mwiede:master Nov 11, 2024
7 of 8 checks passed
@norrisjeremy norrisjeremy deleted the 20241108 branch November 11, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants