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.16 changes #464

Merged
merged 7 commits into from
Jan 3, 2024
Merged

0.2.16 changes #464

merged 7 commits into from
Jan 3, 2024

Conversation

norrisjeremy
Copy link
Contributor

@norrisjeremy norrisjeremy commented Dec 22, 2023

  • Add support for [email protected] KEX algorithm.
    -- This algorithm requires Bouncy Castle.
    --- sntrup761 prime sharedKeyBytes value not correct? bcgit/bc-java#1554 was opened for incompatibility in shared key size for SNTRUP761 with OpenSSH.
    --- bcgit/bc-java@db3ae60 was subsequently committed that should remedy this in next Bouncy Castle release.
    --- For now reflection is used to construct an SNTRUPrimeParameters instance that will output a compatible shared key size.
    -- The draft RFC specification for this algorithm is located at draft-josefsson-ntruprime-ssh.
  • Clear intermediate copies of shared secret.
  • Don't store unnecessary copy of shared secret.
  • Clear copy of shared secret.
  • Change normalize() method to a timing safe implementation.
  • Add unit tests for normalize(), encodeAsMPInt() and encodeAsString() methods.
  • Switch to bnd-maven-plugin in order to support Multi-Release OSGi bundle JAR's via supplemental manifest files.

@norrisjeremy norrisjeremy force-pushed the 20231222 branch 2 times, most recently from 82b11b4 to 06a98a7 Compare January 3, 2024 03:31
@mwiede mwiede merged commit 18da51e into mwiede:master Jan 3, 2024
5 checks passed
@norrisjeremy norrisjeremy deleted the 20231222 branch January 3, 2024 11: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